gambas-source-code/main/lib/data
Benoît Minisini 5d9a781017 [DEVELOPMENT ENVIRONMENT]
* BUG: Right mouse button can select controls again in form editor.

[GB.GTK]
* NEW: DragLeave is a new event raised by any control when the mouse leave
  a control during a DnD operation, or when the DnD operation terminates.
* NEW: DragMove and DragLeave events take the proxy into account. 

[GB.GUI.BASE]
* NEW: ScrollArea, GridView, TreeView... now automatically scroll during a
  DnD operation.
* BUG: Remove the overriden MouseDown event from the GridView class.
* BUG: A DnD operation does not eat the next mouse click anymore in 
  GridView, TreeView... controls.

[GB.QT4]
* NEW: DragLeave is a new event raised by any control when the mouse leave
  a control during a DnD operation, or when the DnD operation terminates.
* NEW: DragMove and DragLeave events take the proxy into account. 


git-svn-id: svn://localhost/gambas/trunk@5303 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-11-07 22:51:04 +00:00
..
c_circular.c [CONFIGURATION] 2012-09-09 20:20:47 +00:00
c_circular.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
c_deque.c [GB.DATA] 2012-11-06 21:03:07 +00:00
c_deque.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
c_list.c [DEVELOPMENT ENVIRONMENT] 2012-11-07 22:51:04 +00:00
c_list.h [GB.DATA] 2012-11-06 21:03:07 +00:00
gb.data.component [GB.DATA] 2012-11-06 21:03:07 +00:00
list.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
main.c [GB.DATA] 2012-11-06 21:03:07 +00:00
main.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
Makefile.am [GB.DATA] 2012-09-23 18:32:39 +00:00