Merge branch '2608_widget_enhancement'
commitdba17c8fde6205d94c78c557aaf4e0e4c2e4da8b
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 8 Mar 2012 07:38:46 +0000 (8 10:38 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 8 Mar 2012 07:38:46 +0000 (8 10:38 +0300)
tree883de31e179c48fdabff4d85a6f4d5e69bbb7b8b
parent8fe49bb599b89a9a574618c33969d4861c4f3225
parentfc371ba8f8bc13013527eb352883a3d5133fd688
Merge branch '2608_widget_enhancement'

* 2608_widget_enhancement:
  Make menu always resizable.
  Fixed location of hotlist query dialogs.
  Added D_CENTER flag to query dialog flags
  Workaround for NCurses output routines.
  Allow draw a part of line if some coordinares are out of screen boundaries.
  Allow close help and tree dialogs using ctrl-g shortcut (SIGINT).
  Allow override standard dialog actions in some dialog.
  Don't get dialog hotkey from disabled widget.
  Fixed widget redraw order in dialog.
  Menu hack to keep overlapped widgets order
  Added dlg_set_top_widget() function
  Allow add and remove widgets in runtime.
  Put global mouse coordinates to widgets.
  Fix mouse handling in dialog.
  Ticket #2608: widget enhancements.