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-12-03 21:47:34 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00d38fd701
lazarus
/
lcl
/
interfaces
/
win32
History
mattias
dc78f11aef
fixed typo cant
...
git-svn-id: trunk@27305 -
2010-09-11 14:06:32 +00:00
..
interfaces.pp
issues.xml
win32 intf: documented TPopupMenu.OnClose and delete items
2010-07-19 10:39:06 +00:00
Makefile
Makefile.fpc
README.txt
win32callback.inc
fixed typo dont
2010-09-11 14:05:21 +00:00
win32debug.pp
win32def.pp
win32defines.inc
win32extra.pas
win32: implement dock image using alpha-transparent window for windows >= vista (issue
#0016782
)
2010-06-28 08:22:32 +00:00
win32int.pp
win32: implement dock image using alpha-transparent window for windows >= vista (issue
#0016782
)
2010-06-28 08:22:32 +00:00
win32lclintf.inc
* Don't use ADesc.Depth as biBitCount, it can only be used in case of a 24 bits image.
Fixes
#0017234
2010-08-29 16:30:24 +00:00
win32lclintfh.inc
lcl: introduce new widgetset functions for rubberband creation and moving, implement them for win32, qt and gtk2
2010-07-03 15:25:36 +00:00
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
lcl: move shortcut handling from after interface to before interface (bug
#0016990
)
2010-07-26 04:54:10 +00:00
win32proc.pp
win32: implement IME input support for Edit controls. KeyUp (for VK_RETURN) event is supressed if IME composition is finished, bug
#16430
2010-08-02 23:52:51 +00:00
win32themes.pas
win32trayicon.inc
win32: fix trayicon code:
2010-05-01 11:25:45 +00:00
win32uxtheme.pas
win32winapi.inc
lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue
#0015065
)
2010-07-20 08:43:36 +00:00
win32winapih.inc
lcl/win32: Add GetCurrentObject. Implement under win32. Part of 14792
2010-06-22 17:03:04 +00:00
win32wsactnlist.pp
win32wsarrow.pp
win32wsbuttons.pp
win32: draw disabled text if bitbtn is disabled even when themes are enabled (issue
#0017106
)
2010-08-04 10:29:37 +00:00
win32wscalendar.pp
win32wschecklst.pp
win32wscomctrls.pp
win32wscontrols.pp
win32, wince: remove unused ancient accelerator code
2010-07-22 08:46:31 +00:00
win32wscustomlistview.inc
fixed typo cant
2010-09-11 14:06:32 +00:00
win32wsdbctrls.pp
win32wsdbgrids.pp
win32wsdialogs.pp
win32: updated Win7 opensave dialog library dir selection.
fix
#16797
2010-07-05 13:50:08 +00:00
win32wseditbtn.pp
win32wsextctrls.pp
win32: notify LCL about notebook size change in case of switching multiline property
2010-05-19 08:30:36 +00:00
win32wsextdlgs.pp
fixed typo dont
2010-09-11 14:05:21 +00:00
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas
win32wsfilectrl.pp
win32wsforms.pp
fixed typo dont
2010-09-11 14:05:21 +00:00
win32wsgrids.pp
win32wsimglist.pp
win32wsmaskedit.pp
widgetset: make WS classes method explicitly published
2008-11-25 02:29:28 +00:00
win32wsmenus.pp
lcl, win32: cleanup
2010-07-19 05:43:57 +00:00
win32wspairsplitter.pp
win32wsspin.pp
win32: do a spinedit parts reposition in one step
2010-05-26 02:29:23 +00:00
win32wsstdctrls.pp
win32: avoid sending LM_CHANGE message when clearing TRadioButton siblings and when setting TRadioButton checked property programatically. Send LM_CHANGE when TRadioButton is unchecked. Don't toggle TRadioButton state when it's already checked. Part of 0017139 and 0017104
2010-08-10 16:52:13 +00:00
win32wstoolwin.pp
README.txt
see the docs/TODO about the state of the win32 interface