lazarus/lcl/interfaces/win32
paul d94f02eac8 lcl: TCustomEdit.Undo, TCustomEdit.CanUndo
win32, qt: TCustomEdit "undo" support

git-svn-id: trunk@15089 -
2008-05-11 05:22:39 +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 ide: 2008-05-06 07:57:31 +00:00
win32debug.pp
win32def.pp lcl messages: 2007-12-22 18:51:06 +00:00
win32defines.inc LCL: enabled WindowsUnicodeSupport for fpc 2.2.1 and higher 2008-04-18 19:14:14 +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: revert some constraints, restrict progress bar constraint only for themed windows 2008-04-23 11:55:32 +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 ide: 2008-05-06 07:57:31 +00:00
win32proc.pp win32 interfaces: added some defines to enable unicode support easily. 2008-04-11 11:22:20 +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: don't fill bitbtn content with Brush since other button area cannot be painted with color different from system (fixes #0010910) 2008-04-22 08:40:24 +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 lcl: bidi mode patch from Ido with modifications 2008-04-27 14:24:22 +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 lcl: bidi mode patch from Ido with modifications 2008-04-27 14:24:22 +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 lcl: TCustomEdit.Undo, TCustomEdit.CanUndo 2008-05-11 05:22:39 +00:00
win32wstoolwin.pp

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