lazarus/lcl/interfaces/win32
2008-03-31 01:09:12 +00:00
..
interfaces.pp LCL:replace direct call of TXXWidgetset.Create by indirect CreateWidgetset(TXXWidgetset) to move some initialization code from units initialization (from graphics.pp) to that new procedure. This fix memory leaks in lazbuild tool which indirectly uses many lcl units but doesnot work with widgetset. 2007-11-28 10:03:28 +00:00
issues.xml IDE implemented compatibility issues: 2008-02-27 16:23:28 +00:00
Makefile regenerated Makefiles with fixed fpc 2.3 fpcmake 2007-11-12 23:00:57 +00:00
Makefile.fpc Makefiles: removed some fcl dependencies 2007-10-16 22:47:51 +00:00
README.txt
win32callback.inc statusbar: 2008-03-20 07:27:55 +00:00
win32debug.pp * Fixed dialog icons on windowsversions before XP 2007-10-07 18:17:07 +00:00
win32def.pp lcl messages: 2007-12-22 18:51:06 +00:00
win32extra.pas win32: invalidate groupbox on enable change if themes are active (issue #0007877), misc 2008-03-15 13:04:21 +00:00
win32int.pp formatting, misc 2008-03-09 18:45:10 +00:00
win32lclintf.inc inline few functions 2008-03-03 06:39:51 +00:00
win32lclintfh.inc win32: make DrawDefaultDockImage more windows like 2008-03-03 06:38:54 +00:00
win32listsl.inc decapitalize Constructor and Destructor 2008-03-03 08:28:46 +00:00
win32listslh.inc decapitalize all procedure and function keywords to make all looks the same 2008-03-03 08:06:26 +00:00
win32memostrings.inc win32 interface: fixed compilation with fpc 2.2.0 and 2.3.1 2008-02-14 13:20:14 +00:00
win32object.inc formatting, misc 2008-03-06 06:44:33 +00:00
win32proc.pp formatting, misc 2008-03-09 18:45:10 +00:00
win32themes.pas change WideString to String in TThemeServices to prevent use of widestring manager 2007-11-16 02:25:06 +00:00
win32trayicon.inc decrease amount of win32 interface hints 2008-02-25 07:26:46 +00:00
win32uxtheme.pas
win32winapi.inc more potential range check errors 2008-02-26 04:30:37 +00:00
win32winapih.inc remove CreatePixmapIndirect 2007-12-15 15:45:49 +00:00
win32wsactnlist.pp
win32wsarrow.pp
win32wsbuttons.pp win32 interface: fixed compilation with fpc 2.2.0 and 2.3.1 2008-02-14 13:20:14 +00:00
win32wscalendar.pp
win32wschecklst.pp TCheckListBox.State property and support for grayed states: 2007-12-17 10:21:56 +00:00
win32wscomctrls.pp simplify code 2008-03-20 09:26:25 +00:00
win32wscontrols.pp Large unicode improvements for Windows CE. 2008-02-16 21:38:56 +00:00
win32wscustomlistview.inc - use BeginUpdate and EndUpdate from TCollection instead of own in TListColumns implementation 2007-12-19 04:40:13 +00:00
win32wsdbctrls.pp
win32wsdbgrids.pp
win32wsdialogs.pp win32 interface: complete unicode version of the openfile and savefile dialog (bug #10918) 2008-03-26 21:44:17 +00:00
win32wsdirsel.pp
win32wseditbtn.pp
win32wsextctrls.pp bunch of compatibility fixes with fpc 2.2 rtl if win32extra will be cleaned 2008-02-12 05:40:57 +00:00
win32wsextdlgs.pp
win32wsfilectrl.pp
win32wsforms.pp win32: cleanup (0010780 by Luiz) 2008-02-07 08:03:09 +00:00
win32wsgrids.pp
win32wsimglist.pp win32, wince imagelist: fix bug in Move (issue #0011054) 2008-03-31 01:09:12 +00:00
win32wsmaskedit.pp
win32wsmenus.pp win32: formatting 2008-03-14 07:30:52 +00:00
win32wspairsplitter.pp
win32wsspin.pp win32 interface: fixed spinedit with fpc 2.2.0, using first commctrl and then windows unit, so that good structures in the windows unit are used 2008-02-15 20:17:23 +00:00
win32wsstdctrls.pp win32: fix crash with combos w/o edit (csDropDownList for example) 2008-02-28 04:39:18 +00:00
win32wstoolwin.pp

see the docs/TODO about the state of the win32 interface