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
2026-01-07 06:50:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d66913910
lazarus
/
lcl
/
interfaces
/
win32
History
paul
0d66913910
win32: activate application when inactive disabled form is clicked (windows does not send any other messages for such forms than WM_SETCURSOR) - fixes issue
#0019069
...
git-svn-id: trunk@36182 -
2012-03-21 01:26:57 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml
Makefile
Makefile.compiled
Makefile.fpc
README.txt
win32callback.inc
win32: activate application when inactive disabled form is clicked (windows does not send any other messages for such forms than WM_SETCURSOR) - fixes issue
#0019069
2012-03-21 01:26:57 +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: replace the code which moved the focus to the last focused window on application activate with the search of the top window (active stay on top windows always win), move code which restored the last active window on application activation to LCL
2012-02-20 09:24:42 +00:00
win32lclintf.inc
win32lclintfh.inc
win32listsl.inc
win32: assumes FSender is TCustomComboBox in TWin32ComboBoxStringList.GetComboHeight (same assumption is made in other methods)
2012-02-06 19:21:37 +00:00
win32listslh.inc
win32memostrings.inc
win32object.inc
win32: reimplement AppBringToFront - it should take care about MainFormOnTaskBar property and it should set the last active window as a foreground window generally
2012-03-21 01:24:02 +00:00
win32pagecontrol.inc
win32: apply patch of cobines to fix page size after a tab caption change (bug
#0018955
)
2012-02-07 05:11:44 +00:00
win32proc.pp
win32: debug more EM_ message
2012-03-14 03:36:21 +00:00
win32themes.pas
win32: don't try to draw tooltip text in windows XP using themes - XP themes does not know how to draw it (bug
#0021386
)
2012-02-29 07:29:57 +00:00
win32trayicon.inc
win32winapi.inc
LCL: added SM_LCLMAXIMIZEDWIDTH and SM_LCLMAXIMIZEDHEIGHT to system metrics rules to get accurate size of maximized window until we fix difference between forms frame rect and client rect. issue
#21119
2012-03-17 10:46:34 +00:00
win32winapih.inc
win32wsarrow.pp
win32wsbuttons.pp
win32wscalendar.pp
win32 interface: replaced SetClassLong with SetClassLongPtr to make it 64 bits safe (issue
#19321
)
2012-03-16 08:49:12 +00:00
win32wschecklst.pp
win32: remove redundant Win32Info checks
2012-01-08 09:51:31 +00:00
win32wscomctrls.pp
win32: rename Notebook to TabControl
2012-02-07 05:00:15 +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
win32: don't set clrText, clrTextBk of NMLVCustomDraw structure outside CDDS_ITEMPREPAINT stage (fixes crash on 64 bit vista, issue
#0016382
)
2012-02-16 08:40:52 +00:00
win32wsdialogs.pp
win32wsextctrls.pp
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32: rename Notebook to TabControl
2012-02-07 05:00:15 +00:00
win32wsforms.pp
win32 interface: replaced SetClassLong with SetClassLongPtr to make it 64 bits safe (issue
#19321
)
2012-03-16 08:49:12 +00:00
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
win32: paint menu text with a transparent text background (by cobines, issue
#0018424
)
2012-03-13 00:58:52 +00:00
win32wspairsplitter.pp
win32wsspin.pp
win32wsstdctrls.pp
win32: don't generate BM_CLICK for a radio button when it get a focus on vista+ (issue
#0021417
)
2012-03-11 01:42:37 +00:00
win32wstoolwin.pp
README.txt
see the docs/TODO about the state of the win32 interface