lazarus/lcl/interfaces
paul a3dac0b6df lcl: redo context menu message handling:
- when called by keyboard pass -1, -1 coords
  - remove child->parent loop from LCL to widgetsets (win32 and wince do this automatically, qt do it too if mouse propagation is on)
  - don't show parent context menu if child has own standard menu (like TEdit)
qt: redo mouse handling, turn on mouse propagation and mouse tracking for most of widgets, stop propagation in event filters
gtk2: implement context menu loop
widgetsets: remove LM_PRESSED, LM_RELEASED messages (LCL does not use them and they are not needed for any compatbility reasons)

git-svn-id: trunk@26637 -
2010-07-14 08:47:02 +00:00
..
carbon carbon: fix inproper scrollbars showing #16613 2010-07-14 08:19:46 +00:00
cocoa cocoa: fix forms MouseMove sending event. Started CocoaCustomControl 2010-03-10 11:00:27 +00:00
fpgui fpgui: update from José Mejuto (issue #0016473) 2010-05-14 03:20:46 +00:00
gtk lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
gtk2 lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
nogui + WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration 2010-01-10 18:57:23 +00:00
qt lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
win32 lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
wince lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
LAYOUT.txt
Makefile
Makefile.fpc