Commit Graph

22274 Commits

Author SHA1 Message Date
Željan Rikalo
7568b05082 Qt5: fixed crash when calling stretchBlt() on invisible form. issue #39780 2022-06-14 10:05:20 +02:00
Juha
2495ef1923 LCL-GTK3: Fix indentation. 2022-06-12 10:07:25 +03:00
Juha
f14b0fb03c LCL-GTK2 and LCL-GTK2: Allow OpenDialog Mime Filters. Issue #39790, patch by theo222. 2022-06-11 21:25:31 +03:00
Maxim Ganetsky
896e1525d7 Translations: Slovak translation update by LacaK, issue #39791 2022-06-11 03:28:22 +03:00
wp_xyz
e10b896d7e LCL/FloatSpinEdit: Fix KeyPress swallowing the 'e' of exponential notation. 2022-06-10 17:21:36 +02:00
Željan Rikalo
45631db533 Qt,Qt5: send LMContextMenu from designer. issue #39787 2022-06-08 14:47:34 +02:00
Juha
72fda31b81 LCL: Delete TCustomSpeedButton.DoMouseUp. Part of merge request !21. 2022-06-03 12:52:45 +03:00
alexrayne
3b4fc416a8 LCL: Fix band height evaluation in ControlBar. Now single row snaps to inner control height. 2022-06-02 13:12:23 +03:00
Dmitry Boyarintsev
6f5b2e4b66 cocoa: using the name filter for EnumFonts function, issue #39771 2022-06-02 01:05:31 +03:00
Dmitry Boyarintsev
ce065e2e52 cocoa: adding full font style enumeration, issue #39771 2022-06-01 00:37:54 +03:00
mattias
e409c84c9d lcl: fixed git line ending 2022-05-29 19:51:21 +02:00
mattias
843ed47f9a lcl: fixed parsing with fpdoc 2022-05-29 19:23:35 +02:00
Dmitry Boyarintsev
ba8d995dab cocoa: storing underlying and strikeout with HFONT 2022-05-28 01:13:31 +03:00
Dmitry Boyarintsev
0d375636c3 cocoa: adding support to read/write the additional font configuratinos for the font panel. Updating font panel preview section as selections are changed by the user. Fixes issue #39765. 2022-05-28 01:13:30 +03:00
wp_xyz
282e47bb8a Revert unintentionally committed files 2022-05-24 15:38:36 +02:00
wp_xyz
afa0c12e15 Examples/FontEnum: Fix selection of italic fonts (https://forum.lazarus.freepascal.org/index.php/topic,59444.msg443180). 2022-05-24 15:35:00 +02:00
Juha
0096648e9c LCL-Win32: Prevent AV due to message handling after freeing method pointer. Issue #39754, patch by DeerLab. 2022-05-19 12:41:41 +03:00
Bart
09584a03b9 LCL: implement PromptForFileName in a Delphi compatible way (even though the function is badly designed IMHO). Issue #39740. 2022-05-18 22:51:52 +02:00
Juha
6c54a68607 LCL-GTK3: Implement AppMinimize and AppRestore. Issue #39753, patch by Anton Kavalenka. 2022-05-18 00:27:27 +03:00
Juha
7f199b0d44 LCL: Prevent an exception with MouseDown on a Grid which lost focus. Issue #39730, patch by Soner. 2022-05-18 00:27:27 +03:00
Juha Manninen
6ae79c8197 Merge branch 'ayatana_multiuser' into 'main'
Systray on Unix needs to write user specific file to /tmp

See merge request freepascal.org/lazarus/lazarus!92
2022-05-17 11:50:17 +00:00
mattias
174cf206d4 lcl: fixed TCustomForm.GetMonitor to avoid calling SetBounds 2022-05-17 10:32:34 +02:00
mattias
819e17fc38 lcl: wince: aligns WinCE to Win32 from LacaK 2022-05-17 09:48:36 +02:00
mattias
becdd42b6d lcl: fixed TCustomForm.GetMonitor when handleallocated and visible 2022-05-16 15:25:08 +02:00
mattias
db88c83b22 lcl: TCustomForm.GetMonitor consider poDefaultPosOnly 2022-05-16 12:14:10 +02:00
mattias
cf9253d7a7 lcl: TCustomForm.GetMonitor consider Position and DefaultMonitor on first show 2022-05-16 11:29:43 +02:00
wp_xyz
0883c8c524 LCL/ListView: implement incremental search in virtual mode for Windows. Issue #39748. 2022-05-13 11:06:11 +02:00
Dmitry Boyarintsev
a1b0518709 Cocoa: fix the callback call for cocoa tabcontrol mouseup event (never happens, but sanity is the best), issue #39731 2022-05-13 00:07:08 +03:00
Dmitry Boyarintsev
7ee95e21d0 Cocoa: only recognizing tab clicks, if they are placed on any of the tab buttons, issue #39731 2022-05-13 00:06:36 +03:00
wp_xyz
d3396e9fa0 LCL/Listview: Fix listview jumping to first item when a key is pressed in virtual mode, issue #39715. 2022-05-11 11:04:51 +02:00
mattias
ebc1ea2655 lcl: protected TControl.DoMouseUp/Down 2022-05-07 20:39:15 +02:00
mattias
b2be620760 lcl: gtk2: send LM_ContextMenu to designer after mouse release 2022-05-07 07:05:01 +02:00
mattias
b3be9dea57 lcl: gtk2: send LM_ContextMenu to designer 2022-05-07 06:11:16 +02:00
David Bannon
bbcc02153f Systray on Unix needs to write user specific file to /tmp 2022-05-06 21:30:21 +10:00
Ondrej Pokorny
1837c65413 lcl TLabel: unbind Color and Transparent to fix ParentColor issues (fixes) 2022-05-03 20:42:26 +02:00
Ondrej Pokorny
4ffce1ec8f lcl TLabel: unbind Color and Transparent to fix ParentColor issues 2022-05-03 09:39:24 +02:00
Željan Rikalo
000a6b3a86 Qt5: fixed HighDPI scaling. issue #39610 2022-04-30 15:36:04 +02:00
Željan Rikalo
027cf2cec3 Gtk2: fixed maximized form without border, fixed brush initialization. Patches by Anton Kavalenka. issue #39702, issue #39722 2022-04-28 09:44:10 +02:00
wp_xyz
c0c30424de LCL/TListView: More complete fix of issue #39708, based on patch by d7_2_laz (https://forum.lazarus.freepascal.org/index.php/topic,59024.msg441180.html#msg441180). 2022-04-27 10:38:14 +02:00
wp_xyz
417ff31e84 LCL/ImageList: Fix incorrect png format check in lfm files. Issue #39719, patch by Guilherme Scaglia. 2022-04-22 15:50:32 +02:00
wp_xyz
b694be37b0 LCL/ListView: Better fix for editing virtual multi-select listview than 451f75e3ce. Issue #39708. 2022-04-13 19:41:38 +02:00
wp_xyz
451f75e3ce LCL/ListView: Disable editing of virtual list items when multiple items are selected to avoid transferring the edited caption to the wrong node. 2022-04-13 14:45:03 +02:00
wp_xyz
ba8174b384 LCL/ListView: Fix modifying incorrect item when editing in virtual mode. Issue #39708. 2022-04-12 19:23:55 +02:00
Željan Rikalo
2d7f070245 Qt5: fixed Ctrl+Shift+Alt with keys. issue #39704 2022-04-11 17:51:46 +02:00
Juha
27a2cf4ab8 LCL-GTK3: Use smaller dash size for SynEdit gutter mark etc. Issue #39703, patch by Alexey Torgashin. 2022-04-09 13:43:50 +03:00
Juha
483102e819 LCL-GTK3: Fix ScrollBox. Issue #39694, patch by Anton Kavalenka. 2022-04-07 00:35:14 +03:00
wp_xyz
478e5101d9 LCL/StringGrid: Fix crash when Columns are exchanged and column indices are specified in reverse order. 2022-04-06 00:14:48 +02:00
mattias
e3ab8ac5c3 lcl: comments 2022-04-05 13:36:35 +02:00
wp_xyz
faed788b23 LCL/ListView: Fix TListview in cocoa hanging after fb64d6ef4d (related to issue #39693). 2022-04-04 15:55:11 +02:00
wp_xyz
9aa8b52ba2 LCL/ListView: Fix OnSelectItem not showing previously selected item when argument Selected=false (on Windows). 2022-04-04 11:51:42 +02:00