Commit Graph

129 Commits

Author SHA1 Message Date
mattias
4cb56ddc5c lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
mattias
34222c3fa8 updated makefiles 2023-09-12 16:25:55 +02:00
wp_xyz
c15b41d8ed LCL/TShape: Inherit TShape from new TCustomShape class. 2023-09-12 12:03:54 +02:00
mattias
8d92e3b67d updated makefiles 2023-08-14 20:31:20 +02:00
Martin
89aefec06a TTaskDialog: fix WS registration 2023-07-26 01:08:26 +02:00
Bart
4deab8fcb5 Revert "TTaskDialog: fix widgetset registration."
This reverts commit e8dc8eb5fc, because it broke compilation.
2023-07-26 00:54:15 +02:00
Bart
86d6abd65f TTaskDialog: revert the last 2 commits, as they break compilation. 2023-07-26 00:34:55 +02:00
Bart
a1b20c912c TTaskDialog: second attempt to fix widgetset registration. 2023-07-26 00:17:22 +02:00
Bart
e8dc8eb5fc TTaskDialog: fix widgetset registration. 2023-07-26 00:04:46 +02:00
Bart
cfbb089e1f TaskDialog: Start refactoring TTaskDialog: layout the basic infrastructure for a TWSTaskDialog class. 2023-07-17 11:05:33 +02:00
Juha
211d95da17 LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
Juha
43da8c5047 LCL-fpGUI: Fix compilation. Issue #39354, patch by Peter Blackman. 2021-11-10 20:42:26 +02:00
martin
9acddfe467 Makefile, LCL: fix path for freetype
git-svn-id: trunk@65406 -
2021-07-08 11:21:25 +00:00
mattias
f5630f1082 lcl: updated Makefile.compiled with freetype
git-svn-id: trunk@65403 -
2021-07-08 08:13:17 +00:00
wp
2c9ec4c1ed LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247.
git-svn-id: trunk@64764 -
2021-03-07 14:39:17 +00:00
wp
e431045dac LCL/ShellTreeView: Add ShellCtrls to widgetsets. Widgetset-based solution for automatic shell icons in TShellTreeView (implemented for win32 only).
git-svn-id: trunk@64747 -
2021-03-05 15:14:19 +00:00
juha
9219ea531d Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
git-svn-id: trunk@64303 -
2020-12-29 22:56:40 +00:00
juha
e0156207ac LCL: Initialize image description in widgetsets where not done already. Issue #36955, patch from Michal Gawrycki.
git-svn-id: trunk@63131 -
2020-05-09 22:28:29 +00:00
juha
651a6436a2 Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred.
git-svn-id: trunk@62890 -
2020-04-05 11:35:01 +00:00
juha
b46b72fb2b LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs.
git-svn-id: trunk@62425 -
2019-12-20 17:45:44 +00:00
juha
fc63a57f68 LCL-fpgui: Fix the issue of using TLabel components with LCL-fpGUI. Issue #35478, patch from Graeme.
git-svn-id: trunk@61128 -
2019-05-03 19:45:34 +00:00
juha
627ed33840 LCL-fpgui: Fix Canvas.BeginDraw() call in DeviceContext class + extra check added. Issue #35478, patch from Graeme.
git-svn-id: trunk@61127 -
2019-05-03 19:45:33 +00:00
juha
a1e1ff2512 LCL-fpgui: Update Makefile.fpc. Issue #35478, patch from Graeme.
git-svn-id: trunk@61126 -
2019-05-03 19:45:31 +00:00
juha
873259cf08 LCL-fpgui: Update README file with latest information. Issue #35478, patch from Graeme.
git-svn-id: trunk@61125 -
2019-05-03 19:45:29 +00:00
juha
4236e93bc6 LCL-fpgui: Fully implement DCGetPixel(). Issue #35478, patch from Graeme.
git-svn-id: trunk@61124 -
2019-05-03 19:45:28 +00:00
juha
182c72e0da LCL-fpgui: Disable compiler define causing writeln() IO errors under Windows. Issue #35478, patch from Graeme.
git-svn-id: trunk@61123 -
2019-05-03 19:45:26 +00:00
juha
98ea746922 LCL-fpgui: Fix compilation. Wrong number of parameters for GetImageIndexAndEffect() call. Issue #35478, patch from Graeme.
git-svn-id: trunk@61122 -
2019-05-03 19:45:25 +00:00
juha
a29469dc6a LCL-fpgui: Implement TButton.Default behaviour. Issue #35478, patch from Graeme.
git-svn-id: trunk@61121 -
2019-05-03 19:45:23 +00:00
juha
4566e63758 LCL-fpgui: Extend AppInit() implementation to set correct screen DPI values. Issue #35478, patch from Graeme.
git-svn-id: trunk@61120 -
2019-05-03 19:45:22 +00:00
juha
ca0b21719c LCL-fpgui: Fix compilation error due to Graph unit in uses clause. Issue #35478, patch from Graeme.
git-svn-id: trunk@61119 -
2019-05-03 19:45:06 +00:00
ondrej
d6e0cb5c14 fpgui: bindings update. Issue #33115, patch by José Mejuto
git-svn-id: trunk@57229 -
2018-02-03 13:07:51 +00:00
ondrej
90f22ba7fd LCL: High-DPI ImageList: LCL runtime and win32
git-svn-id: branches/HiDPIImageList@57039 -
2018-01-10 12:46:42 +00:00
juha
a714a91311 LCL: Move TLCLPlatform and related non-GUI code to a new unit to be used without GUI.
Organize uses-sections by package so that dependencies can be easier seen.

git-svn-id: trunk@53711 -
2016-12-17 22:58:08 +00:00
mattias
1acb6ad60d lcl: added cocoa/agl.pp
git-svn-id: trunk@53317 -
2016-11-08 15:36:00 +00:00
mattias
52b89347f6 lcl: updated makefiles
git-svn-id: trunk@52002 -
2016-03-20 13:05:51 +00:00
mattias
1beebb68d0 LCL: fpgui: implements TPanel OuterBevel
git-svn-id: trunk@48615 -
2015-04-03 21:40:54 +00:00
mattias
f5eb0d6d7b LCL: fpgui: implemented panel settext
git-svn-id: trunk@48613 -
2015-04-03 21:39:46 +00:00
mattias
7d96a7ed1d LCL: updated Makefiles
git-svn-id: trunk@42815 -
2013-09-15 15:12:42 +00:00
juha
7b162087fd Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
juha
f68bd44412 LCL: replace the Arrow component with a better version from H. Page-Clark. The old one used widgetset bindings which was not needed.
git-svn-id: trunk@41221 -
2013-05-16 12:30:52 +00:00
juha
e4fb69076a LCL: Simplifies the setup to compile lcl-fpgui. Issue #24168, patch from Graeme
git-svn-id: trunk@40667 -
2013-03-29 18:39:24 +00:00
juha
dc58fc0884 LCL: Adds TProgressBar support for lcl-fpgui. Issue #24167, patch from Graeme
git-svn-id: trunk@40666 -
2013-03-29 18:39:18 +00:00
juha
9144f86c55 LCL: Minor clean-up of code in lcl-fpgui. Issue #24166, patch from Graeme
git-svn-id: trunk@40665 -
2013-03-29 18:39:13 +00:00
mattias
a494c8a157 LCL: fpgui: implements the Windows API function MessageBox(), issue #22865
git-svn-id: trunk@38627 -
2012-09-12 21:53:30 +00:00
mattias
766d684f9f lcl: fpgui: implements MessageDlg() and ShowMessage() support, issue #22862
git-svn-id: trunk@38625 -
2012-09-12 21:46:59 +00:00
mattias
bdef003197 LCL: makefiles: compile lcl.pas
git-svn-id: trunk@36679 -
2012-04-09 14:29:34 +00:00
mattias
6b9752807f LCL: updated unit paths in Makefile.compiled
git-svn-id: trunk@36678 -
2012-04-09 13:55:09 +00:00
mattias
07da74130a lcl: updated Makefile.compiled
git-svn-id: trunk@36672 -
2012-04-09 10:14:04 +00:00
mattias
221788591b updated Makefiles
git-svn-id: trunk@36671 -
2012-04-09 10:05:12 +00:00
paul
df6f72a520 lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body
git-svn-id: trunk@36446 -
2012-03-30 08:28:34 +00:00