lazarus/lcl/interfaces/win32
Martin f5987d2f9f LCL-WS, Win32: While IME is active (and not custom handled) filter any WM_KeyUp that still come through. Issue #41755
- Known problem is WM_KeyUp for VK_Return which triggers EditDone and select all text.
- Other keys may be handled by some controls, and are meaningless when the IME handled them.
2025-08-25 10:03:36 +02:00
..
alllclintfunits.pas
interfaces.pp
issues.xml
Makefile
Makefile.compiled
Makefile.fpc
README.txt
win32callback.inc LCL-WS, Win32: While IME is active (and not custom handled) filter any WM_KeyUp that still come through. Issue #41755 2025-08-25 10:03:36 +02:00
win32debug.pp
win32def.pp
win32defines.inc
win32extra.pas
win32int.pp LCL-WS, Win32: While IME is active (and not custom handled) filter any WM_KeyUp that still come through. Issue #41755 2025-08-25 10:03:36 +02:00
win32lclintf.inc Win32: Prevent Splitter from activating the "resize bar" window. Avoid focus changes to the form, or its components. Issue #41506 Patch by Lipinast Lekrisov 2025-03-10 00:18:10 +01:00
win32lclintfh.inc
win32listsl.inc
win32listslh.inc
win32memostrings.inc
win32object.inc Win32: fix WM_QUIT message causes an infinite loop. Patch by Michalgw. Issue #41608. 2025-07-30 23:01:22 +02:00
win32pagecontrol.inc LCL-Win32: WM_MOUSEWHEEL support for TabControl. Issue #41808, patch by Alexander (Rouse_) Bagel. 2025-08-24 10:39:02 +03:00
win32proc.pp Revert "LCL, WS-Win32: skip WM_Move/Size with minimized values. In certain cases (DPI changes) windows sends the dummy minimize values (32000) as new pos/size. In the original WM_WindowPosChanged messaged those are marked as not to be used. Part of Issue #41448" 2025-07-19 22:09:59 +02:00
win32themes.pas
win32trayicon.inc
win32treeview.inc
win32winapi.inc Graphics: Consistent behavior of the Arc method across widget sets. Issue #41782 2025-07-31 16:01:16 +02:00
win32winapih.inc
win32wsbuttons.pp Win32: rename recently added class helpers, so their names better refelct their purpose. No functional changes. Part of issue #41567. 2025-07-30 11:22:16 +02:00
win32wscalendar.pp
win32wschecklst.pp
win32wscomctrls.pp Win32: rename recently added class helpers, so their names better refelct their purpose. No functional changes. Part of issue #41567. 2025-07-30 11:22:16 +02:00
win32wscontrols.pp
win32wscustomlistview.inc Win32: use class helper for TWinControl instead of typecast hack. Part of issue #41567. 2025-07-30 11:54:33 +02:00
win32wsdialogs.pp Win32: rename recently added class helpers, so their names better refelct their purpose. No functional changes. Part of issue #41567. 2025-07-30 11:22:16 +02:00
win32wsextctrls.pp
win32wsextdlgs.pp Win32: TWin32WSSavePictureDialog: setting FOS_FORCEPREVIEWPANEON on a Vista Save dialog has no effect, so don't force setting it. 2025-07-16 19:08:06 +02:00
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas Win32: fix WS registration of TSavePictureDialog. Issue #41765. 2025-07-16 17:16:44 +02:00
win32wsforms.pp Win32: use class helper for TWinControl instead of typecast hack. Part of issue #41567. 2025-07-30 11:54:33 +02:00
win32wsgrids.pp LCL: fix TStringGrid OnKeyPress triggers twice at goEditing. Issue #41503 2025-03-27 18:20:42 -06:00
win32wsimglist.pp
win32wsmenus.pp
win32wspairsplitter.pp
win32wsshellctrls.pp Win32, LCL: fix crash of TWin32WSCustomShellTreeView on Win-XP. 2025-04-25 20:06:05 +02:00
win32wsspin.pp
win32wsstdctrls.pp Win32: use class helper for TWinControl instead of typecast hack. Part of issue #41567. 2025-07-30 11:54:33 +02:00
win32wstoolwin.pp

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