lazarus/lcl/interfaces/win32
Bart fb861fa2a1 Win32 Add a comment to indicate the purpose of the TWindowProcHelper.WinProcess variable.
It's naming is a bit confusing, so maybe we should rename it?
2024-01-06 12:14:13 +01:00
..
alllclintfunits.pas
interfaces.pp
issues.xml Win32: TListBoxOnSelectionChange is fired whenever the user clicks the item, regardless of it's previous state. Issue #33618. 2023-09-13 15:25:21 +02:00
Makefile updated makefiles 2023-08-14 20:31:20 +02:00
Makefile.compiled updated makefiles 2023-09-12 16:25:55 +02:00
Makefile.fpc updated makefiles 2023-08-14 20:31:20 +02:00
README.txt
win32callback.inc Win32 Add a comment to indicate the purpose of the TWindowProcHelper.WinProcess variable. 2024-01-06 12:14:13 +01:00
win32debug.pp win32: use SetWindowLongPtrW from the Windows unit instead of SetWindowLong from LCLIntf 2022-01-22 10:29:48 +01:00
win32def.pp
win32defines.inc
win32extra.pas LCL-Win32 and CustomDrawn: cleaned up SHGFI_* constants, patch by lagprogramming, issue #40674 2024-01-03 03:40:34 +03:00
win32int.pp Remove obsolete checks for FPC versions earlier then 3.0. 2023-07-07 17:39:02 +03:00
win32lclintf.inc TLazIntfImage: don't remove alpha channel from HBITMAP. Solves issue 39933 2022-09-28 15:00:09 +02:00
win32lclintfh.inc
win32listsl.inc LCL/CheckListBox: Implement Header[] property for Windows. Issue #39873, patch by Don Siders. 2022-09-01 16:59:10 +02:00
win32listslh.inc LCL/CheckListBox: Implement Header[] property for Windows. Issue #39873, patch by Don Siders. 2022-09-01 16:59:10 +02:00
win32memostrings.inc
win32object.inc Win32: handle System.CmdShow at startup. Patch by Domingo Galmés, slightly modified by me. Issue ##39363. 2022-10-29 18:41:27 +02:00
win32pagecontrol.inc win32: use SetWindowLongPtrW from the Windows unit instead of SetWindowLong from LCLIntf 2022-01-22 10:29:48 +01:00
win32proc.pp LCL-Win32: Do not change window Z-order when minimizing and then restoring IDE with opened form designers. Patch by Red_prig (Pavel), issue #40576. 2023-10-30 02:44:34 +03:00
win32themes.pas LCL-Win32 and CustomDrawn: cleaned up SHGFI_* constants, patch by lagprogramming, issue #40674 2024-01-03 03:40:34 +03:00
win32trayicon.inc LCL-Win32: Cleanup. 2023-05-21 09:02:45 +03:00
win32treeview.inc
win32winapi.inc Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION. 2023-07-07 17:39:03 +03:00
win32winapih.inc lcl: consider compositor/DWM extended frame for snapping 2023-04-24 23:12:47 +00:00
win32wsbuttons.pp LCL-Win32: Fixed blending of semi-transparent pixels of BitBtn glyph. Makes it consistent with TImage and SpeedButtons, issue #38897. 2023-11-27 02:28:48 +03:00
win32wscalendar.pp Win32 and WinCE; The WS calendar only accepts lowe limits > 1601-01-01 2022-07-19 10:21:59 +02:00
win32wschecklst.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
win32wscomctrls.pp Win32: fix drawing selection range if TTrackBar.Reversed is True. Resolves issue #40080. 2023-01-06 11:08:33 +01:00
win32wscontrols.pp LCL-Win32: Cleanup. 2023-05-21 09:02:45 +03:00
win32wscustomlistview.inc TCustomListView: trying to implement OnChanging (Win32): 2024-01-05 19:10:52 +01:00
win32wsdialogs.pp Win32: FOS_OKBUTTONNEEDSINTERACTION is now available in FPC 3.2.3, adjust IFDEF accordingly 2023-09-06 01:33:38 +03:00
win32wsextctrls.pp LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
win32wsextdlgs.pp
win32wsextdlgs.rc lcl: fixed git line ending 2022-05-29 19:51:21 +02:00
win32wsextdlgs.res
win32wsfactory.pas LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
win32wsforms.pp LCL-Win32: Do not change window Z-order when minimizing and then restoring IDE with opened form designers. Patch by Red_prig (Pavel), issue #40576. 2023-10-30 02:44:34 +03:00
win32wsgrids.pp
win32wsimglist.pp LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
win32wsmenus.pp LCL-Win32: Cleanup. 2023-05-21 09:02:45 +03:00
win32wspairsplitter.pp
win32wsshellctrls.pp LCL/ShellCtrls: Fix ShellTreeView crashing when a file has been deleted by the OS. 2022-07-27 12:49:06 +02:00
win32wsspin.pp lcl: spin edit: scale UpDown with height 2022-09-29 04:12:51 +02:00
win32wsstdctrls.pp LCL-Win32: Implement TScrollbar.ScrollBy_WS. Issue #40108, patch by Andrew Haines. 2023-03-11 16:40:25 +02:00
win32wstoolwin.pp

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