Commit Graph

64037 Commits

Author SHA1 Message Date
wp_xyz
49c2c20c36 fpvectorial: Fix scaling of margin around painted image in svgviewer demo. 2023-01-08 00:43:37 +01:00
wp_xyz
94c1263a45 fpvectorial: Fix default brush of TPath entity when read from svg file. 2023-01-08 00:40:43 +01:00
wp_xyz
9c3bb03268 fpvectorial: Fix path tokenizer of svg reader choking on concatenated float values without intermediate space. 2023-01-08 00:37:40 +01:00
wp_xyz
193b28c432 fpvectorial: Fix calculation of path boundary box depending on Page.UseTopLeftCoordinates. 2023-01-08 00:34:02 +01:00
wp_xyz
7fb388c217 fpvectorial: Fix 3-digit hex color codes in svg. 2023-01-07 17:28:29 +01:00
wp_xyz
544911a758 fpvectorial: Add sample project "svgviewer" 2023-01-07 17:17:27 +01:00
wp_xyz
1ebbe21ad8 fpvectorial: Fix top-left coordinates in bounding-box calculation. 2023-01-07 17:12:14 +01:00
Juha
01476f8d06 Jedi Code Format: Remove obsolete files that were needed for Delphi. 2023-01-06 15:36:13 +02:00
Juha
3a2bd976df Jedi Code Format: Support generics with "object" syntax better. Issue #40083, patch by Domingo Galmés. 2023-01-06 15:33:06 +02:00
wp_xyz
c051f85d6f fpvectorial: Support writing gradient opacity in svg. 2023-01-06 13:20:49 +01:00
Bart
0e8088ef64 Win32: fix drawing selection range if TTrackBar.Reversed is True. Resolves issue #40080. 2023-01-06 11:08:33 +01:00
Maxim Ganetsky
84a8d1b168 InstantSearch: regenerated translations and updated Russian translation 2023-01-06 04:49:30 +03:00
Maxim Ganetsky
70e9a26902 InstantSearch: improved settings dialogs layout and i18n 2023-01-06 04:49:30 +03:00
wp_xyz
565ed49825 fpvectorial: Support writing brush and pen opacity in svg. Patch by Johann Glaser. 2023-01-06 00:18:21 +01:00
dsiders
07e3637e13 Docs: LCL/stdctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:37 +00:00
dsiders
eb4d50e52e Docs: LCL/menus. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:18 +00:00
dsiders
6d35a1aa5b Docs: LCL/comctrls. Adds admonitions about support for Cocoa, Gtk2, Gtk4, Qt4, Qt5, and Qt6 widgetsets. 2023-01-05 20:21:00 +00:00
dsiders
ef893e9866 Docs: LazControls/treefilteredit. Updates topics for changes in 4c822bb36e. 2023-01-05 19:24:25 +00:00
dsiders
8162f2cd02 Docs: LazControls/listviewfilteredit. Updates topics for changes in 4c822bb36e. 2023-01-05 19:24:07 +00:00
dsiders
7b102240df Docs: LCL/editbtn. Adds, removes, and updates topics for changes in 4c822bb36e. 2023-01-05 19:23:51 +00:00
wp_xyz
0da912bd84 fpvectorial: Fix scaling of pen width in wmf format. 2023-01-05 16:53:42 +01:00
wp_xyz
14de8d531d fpvectorial: Fix radial gradient brush for rendering and svg. 2023-01-05 16:36:20 +01:00
Michaël Van Canneyt
12136ddf92 * Always set tree name on load, even if empty 2023-01-05 12:49:17 +01:00
Michaël Van Canneyt
8448f250e8 Fix some locations where customdata was still used instead of CustomSessionData 2023-01-05 12:47:17 +01:00
Juha
5a269b8bc4 Streamline code for FilterEdits and their example project. 2023-01-05 13:18:28 +02:00
Juha
4c822bb36e LCL, LazControls: Remove fFilter variable from FilterEdits. Instead use Text property always. 2023-01-05 11:19:04 +02:00
Maxim Ganetsky
335531eabf InstantSearch: improved strings, continued Russian translation 2023-01-05 04:00:14 +03:00
dsiders
a47f5195e7 Docs: LCL/stdctrls. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:02:14 +00:00
dsiders
0a16942fbb Docs: LCL/printers. Adds admonitions for platform support. 2023-01-04 20:01:51 +00:00
dsiders
9cbbe15038 Docs: LCL/menus. Adds admonitions about macOS Carbon support. 2023-01-04 20:01:13 +00:00
dsiders
99cc3a3a3c Docs: LCL/forms. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:54 +00:00
dsiders
62f0ec3a7b Docs: LCL/extctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TCustomPanel topics. 2023-01-04 20:00:42 +00:00
dsiders
e885f5eca6 Docs: LCL/dialogs. Adds admonitions for macOS Carbon widgetset. 2023-01-04 20:00:18 +00:00
dsiders
c06f4b42bb Docs: LCL/controls. Adds admonitions for macOS Carbon widgetset. Updates content for TMouse topics. 2023-01-04 20:00:04 +00:00
dsiders
ba5d5c3e5f Docs: LCL/comctrls. Adds admonitions for macOS Carbon widgetset. Updates content for TStatusBar, TProgressBar, and TTrackBar topics. 2023-01-04 19:57:25 +00:00
dsiders
0f4b5748fb Docs: LCL/buttons. Adds admonitions for macOS Carbon widgetset. 2023-01-04 19:56:30 +00:00
Ondrej Pokorny
663123ff29 SynEdit: make FindMatchingBracketPair virtual 2023-01-04 10:25:09 +01:00
dsiders
18335e0eaf Corrects widsetset name in .xml file. 2023-01-04 04:43:01 +00:00
Maxim Ganetsky
15148b6401 LazReport: removed duplicate code from examples, issue #40072 2023-01-04 02:58:49 +03:00
Maxim Ganetsky
d75d2a2e2d InstantSearch: improved strings, started Russian translation 2023-01-04 02:52:53 +03:00
Maxim Ganetsky
d7f9497e7b IDE: regenerated translations and updated Russian translation 2023-01-04 01:35:56 +03:00
wp_xyz
de3e96c1c4 Images: Replace the "!" in info icons by an "i". By Roland Hahn. 2023-01-03 13:40:13 +01:00
wp_xyz
2e9c5286f4 fpvectorial: Remove fileformat specification from TvVectorialReaderFlag; it is selected in the format-specific reader anyway. 2023-01-03 13:31:55 +01:00
Juha
5b27a87e76 Jedi Code Format: Allow only one space after certain keywords. Issue #40075, patch by Domingo Galmés. 2023-01-03 00:27:00 +02:00
wp_xyz
cf58d5fcb9 Images: Reworked images for more consistent style and better appearance in dark modes. By Roland Hahn. 2023-01-02 19:17:15 +01:00
wp_xyz
7274858123 fpvectorial: Fix initialization error in fpvutils.AlphaBlendColor 2023-01-02 18:28:33 +01:00
wp_xyz
e9a6b95bef fpvectorial: Fix compilation and crash of fpcorelexplorer sample project. 2023-01-02 17:47:10 +01:00
Ondrej Pokorny
19662131eb gtk2: fix TDateEdit.MinDate and MaxDate XML issues 2023-01-02 10:48:13 +01:00
balazs
c40e3341bd Renaming TVirtualStringTree to TLazVirtualStringTree and TVirtualDrawTree to TLazVirtualDrawTree to prevent conflict with an external version of the package 2023-01-02 10:41:30 +02:00
mattias
ff2bda14d1 ide: started package list editor dialog 2023-01-01 23:08:43 +01:00