lazarus/lcl/interfaces/win32
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
..
interfaces.pp
issues.xml Printers, added TPrinter.FileName property, based on patch from mtournay, issue #13718 2009-07-07 05:09:52 +00:00
Makefile
Makefile.fpc
README.txt
win32callback.inc lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
win32debug.pp
win32def.pp + WinApi: added SetTimer/Killtimer based on existing Widgetset.CreateTimer as part of lclextentions integration 2010-01-10 18:57:23 +00:00
win32defines.inc
win32extra.pas win32: implement dock image using alpha-transparent window for windows >= vista (issue #0016782) 2010-06-28 08:22:32 +00:00
win32int.pp win32: implement dock image using alpha-transparent window for windows >= vista (issue #0016782) 2010-06-28 08:22:32 +00:00
win32lclintf.inc lcl: introduce new widgetset functions for rubberband creation and moving, implement them for win32, qt and gtk2 2010-07-03 15:25:36 +00:00
win32lclintfh.inc lcl: introduce new widgetset functions for rubberband creation and moving, implement them for win32, qt and gtk2 2010-07-03 15:25:36 +00:00
win32listsl.inc lcl: redo fixing issue #0016354, don't set ItemIndex = -1 after loading 2010-05-01 11:51:32 +00:00
win32listslh.inc win32: TCheckListBox: 2009-10-05 07:57:09 +00:00
win32memostrings.inc win32: formatting 2009-09-19 09:36:16 +00:00
win32object.inc win32, wince: revert r25425 #112777a442 because it adds flickering to applications 2010-05-27 03:07:34 +00:00
win32proc.pp Updates Win32 RemoveStayOnTop 2010-05-20 11:07:03 +00:00
win32themes.pas win32: use default thememanager drawing for treeitem text if os < vista 2010-04-24 16:35:34 +00:00
win32trayicon.inc win32: fix trayicon code: 2010-05-01 11:25:45 +00:00
win32uxtheme.pas win32: add TWin32ThemeServices.DrawTextEx 2009-06-09 09:06:40 +00:00
win32winapi.inc lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792 2010-06-22 17:03:04 +00:00
win32winapih.inc lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792 2010-06-22 17:03:04 +00:00
win32wsactnlist.pp
win32wsarrow.pp lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes 2010-02-04 04:06:00 +00:00
win32wsbuttons.pp lcl: map LM_PAINT to WM_PAINT message number, don't perform any special handling if control has no doublebuffering and Message.DC = 0 2010-05-14 09:55:36 +00:00
win32wscalendar.pp win32: don't explicitly set WS_VISIBLE WS_CHILD for calendar since PrepareCreateWindow do this 2010-04-19 03:17:58 +00:00
win32wschecklst.pp win32: remove flickering from checklistbox 2010-04-27 01:40:34 +00:00
win32wscomctrls.pp lcl: add TTrackBar.SelStart, TTrackBar.SelEnd, TTrackBar.ShowSelRange based on patch of Justin Smyth (issue #0016299) 2010-04-20 04:39:09 +00:00
win32wscontrols.pp lcl/win32: move BorderStyle params setting from widgetset (win32) to LCL (TWinControl.CreateParams). 2010-05-14 02:34:25 +00:00
win32wscustomlistview.inc Large update to wince listview 2010-07-05 20:00:54 +00:00
win32wsdbctrls.pp
win32wsdbgrids.pp
win32wsdialogs.pp win32: updated Win7 opensave dialog library dir selection. fix #16797 2010-07-05 13:50:08 +00:00
win32wseditbtn.pp
win32wsextctrls.pp win32: notify LCL about notebook size change in case of switching multiline property 2010-05-19 08:30:36 +00:00
win32wsextdlgs.pp win32: open picture dialog: workaround lcl bug with autosizing which prevent controls to apply their bounds if parent = nil and parentwnd = 0 2010-03-16 03:32:05 +00:00
win32wsextdlgs.rc
win32wsextdlgs.res win32: restore ocasional resource removal by Dmitry, replace rc resource usage by res - maybe it is better for cross-compilation (fixes bug #0015620) 2010-01-29 02:15:50 +00:00
win32wsfactory.pas
win32wsfilectrl.pp
win32wsforms.pp win32: prevent designed components to become TopMost 2010-05-30 16:21:26 +00:00
win32wsgrids.pp win32: remove unused units 2010-02-05 07:53:33 +00:00
win32wsimglist.pp win32: fix imagelist drawing if passed cx, cy = 0 (it means draw without stretch) 2009-06-12 14:05:30 +00:00
win32wsmaskedit.pp
win32wsmenus.pp win32: fix drawing of 3D and Flat menu bars: choose right colors, draw edges for 3d (issue #0015723) 2010-03-15 09:58:13 +00:00
win32wspairsplitter.pp
win32wsspin.pp win32: do a spinedit parts reposition in one step 2010-05-26 02:29:23 +00:00
win32wsstdctrls.pp lcl, win32, wince: use system cut, copy, paste operations for TEdit control and descendants 2010-07-06 11:43:02 +00:00
win32wstoolwin.pp

see the docs/TODO about the state of the win32 interface