lazarus/lcl/interfaces/win32
bart 277b78225d Win32: Save CustomColors in TColorDialog. Fixes issue #0023960.
Patch by David Gray.

git-svn-id: trunk@40493 -
2013-03-06 11:39:48 +00:00
..
alllclintfunits.pas
interfaces.pp
issues.xml
Makefile LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
Makefile.compiled LCL: updated unit paths in Makefile.compiled 2012-04-09 13:55:09 +00:00
Makefile.fpc LCL: makefiles: compile lcl.pas 2012-04-09 14:29:34 +00:00
README.txt
win32callback.inc win32: revert 37846 #994d2dce9f. Now combobox events are consistent across widgetsets although slightly different from Delphi. Fix #22739 2012-12-29 10:00:59 +00:00
win32debug.pp
win32def.pp win32: replace TList by TFpList (FTimerData) 2012-10-25 14:22:51 +00:00
win32defines.inc lcl: remove ver2_2_x defines 2012-03-27 07:16:11 +00:00
win32extra.pas win32: add stdcall to recently added timer functions 2012-10-25 15:12:31 +00:00
win32int.pp LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos 2013-01-19 17:42:38 +00:00
win32lclintf.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
win32lclintfh.inc lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body 2012-03-30 08:28:34 +00:00
win32listsl.inc win32: assumes FSender is TCustomComboBox in TWin32ComboBoxStringList.GetComboHeight (same assumption is made in other methods) 2012-02-06 19:21:37 +00:00
win32listslh.inc Win32,WinCE,Carbon: fixed saving checkbox state inside TCheckListBox when moving items. issue #20589 2011-10-30 12:21:35 +00:00
win32memostrings.inc win32: apply patch of Ludo Brands which fixes problems of Names and Values arrays of TWin32MemoStrings (issue #0021532) 2012-03-23 03:44:20 +00:00
win32object.inc LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos 2013-01-19 17:42:38 +00:00
win32pagecontrol.inc win32: use VisibleIndex in MovePage. Issue #22293 2013-01-19 07:14:10 +00:00
win32proc.pp win32: debug more EM_ message 2012-03-14 03:36:21 +00:00
win32themes.pas win32: don't try to draw tooltip text in windows XP using themes - XP themes does not know how to draw it (bug #0021386) 2012-02-29 07:29:57 +00:00
win32trayicon.inc
win32winapi.inc LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205, patch from Chronos 2013-01-19 17:42:38 +00:00
win32winapih.inc LCL: Implement function SetRectRgn for Windows and Gtk(2). Issue #23288, patch from Valdinilson Lourenço da Cunha 2012-11-07 22:56:59 +00:00
win32wsarrow.pp
win32wsbuttons.pp
win32wscalendar.pp win32 interface: replaced SetClassLong with SetClassLongPtr to make it 64 bits safe (issue #19321) 2012-03-16 08:49:12 +00:00
win32wschecklst.pp win32: remove redundant Win32Info checks 2012-01-08 09:51:31 +00:00
win32wscomctrls.pp win32 widgetset: enable marquee progress bar, if the right comctl32 version is available, even if themes are not enabled, fixes issue #17445. 2012-08-23 14:03:15 +00:00
win32wscontrols.pp win32: redirect messages sent by win32 after call to DestroyWindow to a specific window proc (disabled by default through a define). Those messages can lead to access to LCL objects after destruction with potential crashes. 2011-12-24 01:08:30 +00:00
win32wscustomlistview.inc win32: don't set clrText, clrTextBk of NMLVCustomDraw structure outside CDDS_ITEMPREPAINT stage (fixes crash on 64 bit vista, issue #0016382) 2012-02-16 08:40:52 +00:00
win32wsdialogs.pp Win32: Save CustomColors in TColorDialog. Fixes issue #0023960. 2013-03-06 11:39:48 +00:00
win32wsextctrls.pp
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas win32: rename Notebook to TabControl 2012-02-07 05:00:15 +00:00
win32wsforms.pp win32 interface: replaced SetClassLong with SetClassLongPtr to make it 64 bits safe (issue #19321) 2012-03-16 08:49:12 +00:00
win32wsgrids.pp
win32wsimglist.pp win32: reduce amount of hints and warnings 2012-03-30 01:24:16 +00:00
win32wsmenus.pp win32: paint menu text with a transparent text background (by cobines, issue #0018424) 2012-03-13 00:58:52 +00:00
win32wspairsplitter.pp
win32wsspin.pp UpdateFloatSpinEditText: only update control if Text actually differs. Resolves issue #21639. Based on patch by cobines 2012-06-03 13:08:31 +00:00
win32wsstdctrls.pp LCL, Win32: don't increase TEdit's PreferredHeight to accomodate for border when TEdit.AutoSize=True and TEdit.BorderStyle=bsNone, patch from Anton, bug #23930 2013-02-25 22:10:42 +00:00
win32wstoolwin.pp

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