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-06 11:00:29 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a943bcacd5
lazarus
/
lcl
/
interfaces
/
win32
History
paul
a943bcacd5
win32: don't pass WM_PAINT and friends of TScrollBar to the WindowProc - scrollbar does not require paint handler running and using own handler conflicts with windows vista fading (issue
#0013161
)
...
git-svn-id: trunk@25157 -
2010-05-04 01:12:50 +00:00
..
interfaces.pp
issues.xml
Makefile
Makefile.fpc
README.txt
win32callback.inc
lcl: formatting
2010-05-02 07:00:16 +00:00
win32debug.pp
win32def.pp
win32defines.inc
win32extra.pas
win32int.pp
win32: split common ShowHide method into different ws classes
2010-04-27 15:17:09 +00:00
win32lclintf.inc
win32lclintfh.inc
win32listsl.inc
lcl: redo fixing issue
#0016354
, don't set ItemIndex = -1 after loading
2010-05-01 11:51:32 +00:00
win32listslh.inc
win32memostrings.inc
win32object.inc
win32: fix modal form showing when stay on top forms are visible (bug
#0015636
)
2010-05-02 16:59:54 +00:00
win32proc.pp
win32: remove groupbox createhandle hack (issue
#0016360
, issue
#0015085
)
2010-04-29 01:26:13 +00:00
win32themes.pas
win32: use default thememanager drawing for treeitem text if os < vista
2010-04-24 16:35:34 +00:00
win32trayicon.inc
win32: fix trayicon code:
2010-05-01 11:25:45 +00:00
win32uxtheme.pas
win32winapi.inc
lcl: use GetSysColorBrush if solid brush needs to be created with system color
2010-05-02 09:25:41 +00:00
win32winapih.inc
lcl: use GetSysColorBrush if solid brush needs to be created with system color
2010-05-02 09:25:41 +00:00
win32wsactnlist.pp
win32wsarrow.pp
win32wsbuttons.pp
win32wscalendar.pp
win32: don't explicitly set WS_VISIBLE WS_CHILD for calendar since PrepareCreateWindow do this
2010-04-19 03:17:58 +00:00
win32wschecklst.pp
win32: remove flickering from checklistbox
2010-04-27 01:40:34 +00:00
win32wscomctrls.pp
lcl: add TTrackBar.SelStart, TTrackBar.SelEnd, TTrackBar.ShowSelRange based on patch of Justin Smyth (issue
#0016299
)
2010-04-20 04:39:09 +00:00
win32wscontrols.pp
lcl: correctly fill TCreateParams structure in CreateParams method
2010-05-03 09:39:52 +00:00
win32wscustomlistview.inc
lcl: allow to request true column width during listview destruction (based on patch of José Mejuto)
2010-05-02 06:45:23 +00:00
win32wsdbctrls.pp
win32wsdbgrids.pp
win32wsdialogs.pp
win32wseditbtn.pp
win32wsextctrls.pp
win32: invalidate pagecontrol client rectangle after the page removing (fixes issue
#0014625
)
2010-05-02 04:22:33 +00:00
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsfilectrl.pp
win32wsforms.pp
formatting
2010-05-02 16:50:58 +00:00
win32wsgrids.pp
win32wsimglist.pp
win32wsmaskedit.pp
win32wsmenus.pp
win32wspairsplitter.pp
win32wsspin.pp
win32wsstdctrls.pp
win32: don't pass WM_PAINT and friends of TScrollBar to the WindowProc - scrollbar does not require paint handler running and using own handler conflicts with windows vista fading (issue
#0013161
)
2010-05-04 01:12:50 +00:00
win32wstoolwin.pp
README.txt
see the docs/TODO about the state of the win32 interface