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-06-01 07:52:32 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bea8f07f37
lazarus
/
lcl
/
interfaces
/
win32
History
blikblum
bea8f07f37
win32: group boolean fields of TWin32WindowInfo. Saves 8 bytes per record (96 -> 88)
...
git-svn-id: trunk@34383 -
2011-12-24 12:59:41 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml
Makefile
Makefile.compiled
Makefile.fpc
README.txt
win32callback.inc
win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
2011-12-24 01:08:30 +00:00
win32debug.pp
win32def.pp
win32defines.inc
win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
2011-12-24 01:08:30 +00:00
win32extra.pas
win32int.pp
win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
2011-12-24 01:08:30 +00:00
win32lclintf.inc
win32lclintfh.inc
win32listsl.inc
win32listslh.inc
win32memostrings.inc
win32object.inc
win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
2011-12-24 01:08:30 +00:00
win32pagecontrol.inc
Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type
2011-11-15 07:28:07 +00:00
win32proc.pp
win32: group boolean fields of TWin32WindowInfo. Saves 8 bytes per record (96 -> 88)
2011-12-24 12:59:41 +00:00
win32themes.pas
win32trayicon.inc
win32winapi.inc
lcl: replace UTF8String with String type
2011-11-16 05:52:31 +00:00
win32winapih.inc
win32wsarrow.pp
win32wsbuttons.pp
win32wscalendar.pp
win32wschecklst.pp
win32wscomctrls.pp
Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type
2011-11-15 07:28:07 +00:00
win32wscontrols.pp
win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes.
2011-12-24 01:08:30 +00:00
win32wscustomlistview.inc
win32wsdialogs.pp
win32wsextctrls.pp
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsforms.pp
win32wsgrids.pp
win32wsimglist.pp
LCL, Win32: Fix Rangecheck error when assigning ImageList to ListView. Issue
#20861
2011-12-10 10:58:09 +00:00
win32wsmenus.pp
win32wspairsplitter.pp
win32wsspin.pp
win32wsstdctrls.pp
win32: dont update index for ReadOnly in TWin32WSCustomComboBox.SetText. It's not necessary because index, so the Text, is updated in LCL. The previous implementation was also wrong since could select wrong item, e.g., setting text to 'a' in a combo that has items 'abc', 'a' was selecting 'abc'
2011-12-11 23:11:29 +00:00
win32wstoolwin.pp
README.txt
see the docs/TODO about the state of the win32 interface