lazarus/lcl/interfaces/win32
2011-07-04 10:05:35 +00:00
..
alllclintfunits.pas repeat r30232 and revert r30231 #0962e03d29 - the fail was in that revision 2011-04-07 07:58:09 +00:00
interfaces.pp
issues.xml
Makefile lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
Makefile.compiled lcl: fixed Makefile.compiled 2011-03-17 12:19:41 +00:00
Makefile.fpc lcl: clean up widgetset directories 2011-01-15 19:35:02 +00:00
README.txt
win32callback.inc LCL, windows, fix a crash on pressing a key when there is a (html) hint visible 2011-06-23 07:07:04 +00:00
win32debug.pp win32: cleanup 2011-02-01 05:56:48 +00:00
win32def.pp
win32defines.inc win32: use Vista dialogs by default 2011-03-25 09:11:29 +00:00
win32extra.pas
win32int.pp win32: cleanup 2011-04-05 03:01:51 +00:00
win32lclintf.inc win32, wince: make sure all LoadIcon, LoadCursor go to windows unit instead of graphics 2011-03-25 06:04:41 +00:00
win32lclintfh.inc
win32listsl.inc win32: cleanup 2011-03-25 08:56:24 +00:00
win32listslh.inc win32: 2011-03-17 06:19:18 +00:00
win32memostrings.inc win32: Adjust line breaks before assigning a text string to memo (issue #0017000) 2011-03-19 17:00:28 +00:00
win32object.inc win32: check win32 code for correctness after Assert->DebugLn replacement, fix ObjectToHWND, remove TraceEvent, remove all commented DebugLn 2011-03-14 02:32:50 +00:00
win32pagecontrol.inc Updates win32 and wince for the new TCustomNotebook location 2011-07-04 10:05:35 +00:00
win32proc.pp Updates win32 and wince for the new TCustomNotebook location 2011-07-04 10:05:35 +00:00
win32themes.pas repeat r30232 and revert r30231 #0962e03d29 - the fail was in that revision 2011-04-07 07:58:09 +00:00
win32trayicon.inc win32, wince: make sure all LoadIcon, LoadCursor go to windows unit instead of graphics 2011-03-25 06:04:41 +00:00
win32winapi.inc win32: FillRgn does not change DC region so not necessary to save the previous value 2011-06-19 23:39:30 +00:00
win32winapih.inc LCL Win: Call Windows FillRgn and SetStretchBltMode from cross-platform code. Patch from Bernd Gabriel 2011-06-19 06:47:30 +00:00
win32wsarrow.pp
win32wsbuttons.pp win32: erase paint buffer on creation 2011-04-11 01:40:28 +00:00
win32wscalendar.pp
win32wschecklst.pp win32: remove WindowInfo^.needParentPaint set in CreateHandle of ListBox and CheckListBox - they are set during WM_NCCREATE 2011-03-31 00:56:20 +00:00
win32wscomctrls.pp Updates win32 and wince for the new TCustomNotebook location 2011-07-04 10:05:35 +00:00
win32wscontrols.pp win32: change handling of WM_MEASUREITEM: 2011-03-30 01:38:00 +00:00
win32wscustomlistview.inc Win32,WinCE: use faster CompareValue() instead of ComCtrls.CompareItems() for sort LCL: unpublished CompareItems() - nobody uses it now. 2011-06-29 19:55:09 +00:00
win32wsdialogs.pp win32 interface: fix compilation on win64 by using the callback declaration from the windows unit, because the record declaration is used from the windows unit too. In fpc < 2.5.1 the windows unit still contains a bug and the callback from the commdlg is not type compatible. 2011-05-25 13:43:46 +00:00
win32wsextctrls.pp Updates win32 and wince for the new TCustomNotebook location 2011-07-04 10:05:35 +00:00
win32wsextdlgs.pp win32: fix win32dialogs compilation with recent fpc 2.5.1 on win64 platform (based on patch of Cyrax, issue #0019163) 2011-04-15 13:04:12 +00:00
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsforms.pp lcl: move WN_NCHITTEST handling of THintWindow into LCL to allow overriding (issue #0019594) 2011-06-30 06:30:12 +00:00
win32wsgrids.pp
win32wsimglist.pp win32: fix compilation with range checks 2011-03-03 07:31:20 +00:00
win32wsmenus.pp repeat r30232 and revert r30231 #0962e03d29 - the fail was in that revision 2011-04-07 07:58:09 +00:00
win32wspairsplitter.pp
win32wsspin.pp LCL Win32: Fix Spinbuttons showing through Panel. Patch from August Klein, Issue #19130 2011-06-19 11:07:38 +00:00
win32wsstdctrls.pp win32: don't call LB_GETITEMRECT during ListBox initialization (fixes issue #0019191) 2011-04-19 06:09:26 +00:00
win32wstoolwin.pp

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