lazarus/lcl/interfaces/win32
martin 9acddfe467 Makefile, LCL: fix path for freetype
git-svn-id: trunk@65406 -
2021-07-08 11:21:25 +00:00
..
alllclintfunits.pas
interfaces.pp LCL: Remove tests for FPC versions 2.x. Cannot be used anyway. 2020-11-10 09:50:20 +00:00
issues.xml Win32: document that setting TComboBox.BorderStyle to bsNone is not supported. Issue #0038126. 2020-12-01 21:54:55 +00:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
Makefile.fpc
README.txt
win32callback.inc Revert r65213 #595fb2c21d. It caused a regression. 2021-06-14 07:52:06 +00:00
win32debug.pp
win32def.pp
win32defines.inc
win32extra.pas
win32int.pp Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI. 2020-12-29 22:56:40 +00:00
win32lclintf.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
win32lclintfh.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
win32listsl.inc ComboBox: more fixes with TComboBoxStyle.HasEditBox 2020-05-26 21:53:31 +00:00
win32listslh.inc
win32memostrings.inc LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code. 2021-01-14 12:41:32 +00:00
win32object.inc LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2 2020-03-12 09:28:38 +00:00
win32pagecontrol.inc Win32, PageControl: remove white flicker when switching tabs. Issue #0037161 Patch by BrunoK 2020-06-01 19:05:59 +00:00
win32proc.pp LCL: Win32: Fixed IDE crashes when ssAutoBoth is set for large Lines text. Issue #36192 2021-03-13 19:30:28 +00:00
win32themes.pas
win32trayicon.inc
win32treeview.inc
win32winapi.inc LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2 2020-03-12 09:28:38 +00:00
win32winapih.inc
win32wsbuttons.pp Win32: comments regarding issue #0037105. 2020-05-28 16:44:59 +00:00
win32wscalendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
win32wschecklst.pp
win32wscomctrls.pp LCL: Add widgetset support for TCustomListView.GetNextItem. Implement now for Win32. Issue #38565, patch from Remko Plantenga. 2021-03-21 08:31:45 +00:00
win32wscontrols.pp LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2 2020-03-12 09:28:38 +00:00
win32wscustomlistview.inc LCL-Win32: Show also empty ListView subitem as selected with RowSelect and OwnerData. Issue #38848, patch by Zaher Dirkey. 2021-05-07 09:20:49 +00:00
win32wsdialogs.pp LCL/TColorDialog: Show Title property. Issue #39155, based on code submitted by jamie in https://forum.lazarus.freepascal.org/index.php/topic,55236.msg410713.html#msg410713 2021-07-05 16:19:16 +00:00
win32wsextctrls.pp
win32wsextdlgs.pp
win32wsextdlgs.rc
win32wsextdlgs.res
win32wsfactory.pas LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247. 2021-03-07 14:39:17 +00:00
win32wsforms.pp LCL: Win32: Fixed FormStyle fsNormal is ignored after switching back from fsStayOnTop, only working for AnchorDocking with recreating of HWND. Issue #38790 2021-04-22 21:30:27 +00:00
win32wsgrids.pp
win32wsimglist.pp Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955. 2019-03-16 21:17:58 +00:00
win32wsmenus.pp LCL: Win32: Less hints 2021-03-10 17:27:41 +00:00
win32wspairsplitter.pp
win32wsshellctrls.pp LCL/ShellCtrls: Undo r64821 #3ff38bdc82 for the ShellTreeView (does not display overlay icons; no speed advantage in contrast to ShellListView) 2021-03-16 09:28:30 +00:00
win32wsspin.pp T(Float)SpinEdit: win32, wince: fix not obeying the value of EditorEnabled if ReadOnly is set to False 2021-04-17 16:31:49 +00:00
win32wsstdctrls.pp LCL: Win32: Fixed wrong type cast 2021-03-27 13:17:56 +00:00
win32wstoolwin.pp

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