This website requires JavaScript.
Explore
Help
Sign In
paweld
/
lazarus
Watch
1
Star
0
Fork
0
You've already forked lazarus
mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced
2025-10-20 17:31:48 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4adebcb03e
lazarus
/
lcl
/
interfaces
/
win32
History
Juha
5a19e7b529
Revert "Remove unit UITypes from LazUtils. Use System.UITypes."
...
This reverts commit
f55ce5c939
.
2023-07-08 16:16:56 +03:00
..
alllclintfunits.pas
interfaces.pp
issues.xml
TTrackBar.ScalePos: not supported on Win32, Cocoa, QT, QT4, QT6.
2023-07-04 22:18:26 +02:00
Makefile
Makefile.compiled
Makefile.fpc
README.txt
win32callback.inc
Remove obsolete checks for FPC versions earlier then 3.0.
2023-07-07 17:39:02 +03:00
win32debug.pp
win32def.pp
win32defines.inc
win32extra.pas
win32int.pp
Remove obsolete checks for FPC versions earlier then 3.0.
2023-07-07 17:39:02 +03:00
win32lclintf.inc
win32lclintfh.inc
win32listsl.inc
win32listslh.inc
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
win32proc.pp
Support compiling some Lazarus code with -Sy option. Issue
#40263
, patch by Arioch The.
2023-05-20 12:51:35 +03:00
win32themes.pas
Win32: clear cached data on themechange. Patch by Anton Kavalenka. Resolves issue
#40085
.
2023-02-11 17:06:34 +01: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
win32wscalendar.pp
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
Win32: first attempt at implementing TListView.OnDataHint. Issue
#30757
.
2023-02-22 18:58:14 +01:00
win32wsdialogs.pp
Revert "Remove unit UITypes from LazUtils. Use System.UITypes."
2023-07-08 16:16:56 +03:00
win32wsextctrls.pp
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsforms.pp
comment
2022-11-16 00:50:18 +01: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
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
README.txt
see the docs/TODO about the state of the win32 interface