lazarus/lcl/interfaces/win32
paul c2db5ffa0f qt: bidimode depends on TControl.UseRightToLeftAlignment, TControl.UseRightToLeftReading,
TContorl.UseRightToLeftScrollBar more than on BidiMode property since that methods are virtual

git-svn-id: trunk@14847 -
2008-04-16 05:51:23 +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
Makefile.fpc
README.txt
win32callback.inc win32 listview: fix wrong message target when sending LButtonUp, RButtonUp messages (fixes popup menu in ide watch window) 2008-04-12 16:02:06 +00:00
win32debug.pp
win32def.pp lcl messages: 2007-12-22 18:51:06 +00:00
win32defines.inc win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32extra.pas win32 interface: implemented unicode support for SelectDirectoryDialog 2008-03-31 19:38:55 +00:00
win32int.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32lclintf.inc win32 interface: improved wm_char handling 2008-04-07 08:46:39 +00:00
win32lclintfh.inc win32: make DrawDefaultDockImage more windows like 2008-03-03 06:38:54 +00:00
win32listsl.inc win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +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 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32object.inc lcl: add Widgetset.LCLCapability function and a set for it with only one member for now lcAsyncProcess 2008-04-01 08:46:13 +00:00
win32proc.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32themes.pas
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 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32wscalendar.pp
win32wschecklst.pp TCheckListBox.State property and support for grayed states: 2007-12-17 10:21:56 +00:00
win32wscomctrls.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32wscontrols.pp qt: bidimode depends on TControl.UseRightToLeftAlignment, TControl.UseRightToLeftReading, 2008-04-16 05:51:23 +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 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32wsdirsel.pp
win32wseditbtn.pp
win32wsextctrls.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +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 * Made TWSMenu.SetBidiMode the same as TWSWinControl 2008-04-15 22:06:01 +00:00
win32wspairsplitter.pp
win32wsspin.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32wsstdctrls.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +00:00
win32wstoolwin.pp

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