Commit Graph

61519 Commits

Author SHA1 Message Date
Martin
8eaeb82d09 Debugger: Inspect-Win, fix wheel scrolling
(cherry picked from commit 1bc575aeff)
2022-06-23 21:29:20 +02:00
Martin
286dadaed9 FpDebugDebugger: fix retrieving stack without limit (fix copy stack to clipboard)
(cherry picked from commit 99495ba51a)
2022-06-23 21:27:49 +02:00
mattias
b7cab21d44 IDE: fixed compilation on Lnux, issue #39777 2022-06-22 04:18:22 +03:00
David Bannon
f3b50444bf Systray on Unix needs to write user specific file to /tmp, merge request !92
(cherry picked from commit bbcc02153f)
2022-06-21 00:41:24 +03:00
Michalis Kamburelis
9356b3001c qt5: Allow sharing OpenGL context data between instances of TOpenGLControl, merge request !95
(cherry picked from commit 210a539c9c)
2022-06-21 00:19:16 +03:00
Michalis Kamburelis
1a031fd7be Cocoa: Allow sharing OpenGL context resources, merge request !96
(cherry picked from commit 06215a7aa2)
2022-06-21 00:18:49 +03:00
Željan Rikalo
9f9f4cb2ad Qt5: fixed crash when calling stretchBlt() on invisible form. issue #39780
(cherry picked from commit 7568b05082)
2022-06-21 00:16:52 +03:00
Juha
8897c24ed6 Packager: Use pure package name of a dependency when searching online packages.
(cherry picked from commit f5321043f4)
2022-06-21 00:16:35 +03:00
wp_xyz
5175a2ba20 ToDoList: Fix caption of first exported column to be "Type" rather than "Done".
(cherry picked from commit 9f508f3c7d)
2022-06-21 00:16:07 +03:00
Maxim Ganetsky
564f36e8fe Translations: Slovak translation update by LacaK, issue #39791
(cherry picked from commit 896e1525d7)
2022-06-11 03:32:40 +03:00
wp_xyz
95bffdbfbb LCL/FloatSpinEdit: Fix KeyPress swallowing the 'e' of exponential notation.
(cherry picked from commit e10b896d7e)
2022-06-11 03:30:00 +03:00
Dmitry Boyarintsev
c7f93033ac cocoa: using the name filter for EnumFonts function, issue #39771
(cherry picked from commit 6f5b2e4b66)
2022-06-02 01:07:44 +03:00
Dmitry Boyarintsev
5baac72672 cocoa: adding full font style enumeration, issue #39771
(cherry picked from commit ce065e2e52)
2022-06-01 00:41:14 +03:00
mattias
52dab06d1e Merge branch 'fixes_2_2' of gitlab.com:freepascal.org/lazarus/lazarus into fixes_2_2 2022-05-29 20:03:59 +02:00
mattias
0a37d13503 ide: fppkg: search paths 2022-05-29 20:03:55 +02:00
Dmitry Boyarintsev
a3b873541c cocoa: storing underlying and strikeout with HFONT
(cherry picked from commit ba8d995dab)
2022-05-28 01:19:21 +03:00
Dmitry Boyarintsev
d5b94cf624 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.
(cherry picked from commit 0d375636c3)
2022-05-28 01:19:19 +03:00
wp_xyz
f0223d2d37 Examples/FontEnum: Fix font styles. Anchored layout. 2022-05-25 17:59:07 +02:00
Maxim Ganetsky
cefa008446 IDE: improved Russian translation, hint by Pavel, issue #39769
(cherry picked from commit 914219e940)
2022-05-25 03:56:16 +03:00
Juha
d17361635f IDE: Support scaled font sizes in All Compiler Options window. By BrunoK.
(cherry picked from commit 59eeb39742)
2022-05-25 01:56:26 +03:00
wp_xyz
755b03e0ef FPVectorial: Fix missing call to parent constructor of TIndentedStringList. Issue #39764. Patch by ExSystem.
(cherry picked from commit bed8f0d9e9)
2022-05-25 01:56:04 +03:00
wp_xyz
eccac8a161 Turbopower_ipro: Fix rendering of text background in colored table cell. Issue #39756.
(cherry picked from commit 6073152919)
2022-05-21 18:04:15 +02:00
Maxim Ganetsky
a1f34f24f7 IDE: improved Window Options page layout, patch by Don Siders, issue #39755
(cherry picked from commit 8ff1c4a012)
2022-05-21 01:17:18 +03:00
Juha
5c1c38cad2 Support more calling conventions. Issue #39405, patch by Pavel.
(cherry picked from commit 7ca9ba2fb6)
2022-05-21 01:16:52 +03:00
mattias
64bc8e992e lcl: fixed TCustomForm.GetMonitor to avoid calling SetBounds 2022-05-17 10:43:11 +02:00
mattias
0488d32bea lcl: wince: aligns WinCE to Win32 from LacaK 2022-05-17 09:59:19 +02:00
mattias
f467ac0f5b lcl: fixed TCustomForm.GetMonitor when handleallocated and visible 2022-05-17 09:59:09 +02:00
mattias
c161bf52f0 lcl: TCustomForm.GetMonitor consider poDefaultPosOnly 2022-05-17 09:58:55 +02:00
mattias
2f157a3810 lcl: TCustomForm.GetMonitor consider Position and DefaultMonitor on first show 2022-05-17 09:58:40 +02:00
wp_xyz
8187244aa0 LCL/ListView: implement incremental search in virtual mode for Windows. Issue #39748.
(cherry picked from commit 0883c8c524)
2022-05-17 00:53:04 +03:00
wp_xyz
689dde656b LCL/Listview: Fix listview jumping to first item when a key is pressed in virtual mode, issue #39715.
(cherry picked from commit d3396e9fa0)
2022-05-17 00:52:18 +03:00
Maxim Ganetsky
48888ebaae IDE: committed automatically regenerated file 2022-05-16 02:03:26 +03:00
mattias
3b2d78fc2c set fixes version 2.2.3 2022-05-15 10:14:43 +02:00
mattias
537f43754c set fixes version to 2.2.2 2022-05-15 09:51:43 +02:00
Dmitry Boyarintsev
9d23f1d10b Cocoa: fix the callback call for cocoa tabcontrol mouseup event (never happens, but sanity is the best), issue #39731
(cherry picked from commit a1b0518709)
2022-05-13 23:39:56 +03:00
Dmitry Boyarintsev
9915af750a Cocoa: only recognizing tab clicks, if they are placed on any of the tab buttons, issue #39731
(cherry picked from commit 7ee95e21d0)
2022-05-13 23:39:53 +03:00
Martin
4ad24ee837 FpDebug: fix overflow in stack eval
(cherry picked from commit 315bb059d8)
2022-05-10 00:23:42 +02:00
wp_xyz
261cce6274 TAChart: Cosmetic in TAChartListbox.pas
(cherry picked from commit 69c1ebca24)
2022-05-09 22:55:19 +03:00
wp_xyz
bf499e9612 TAChart: Fix designtime crash when Chart is unlinked from ChartLiveView; add missing Notification method.
(cherry picked from commit 1a6aea0daa)
2022-05-09 22:55:17 +03:00
Martin
e15e4a1843 FpDebug: Workaround for dangling pointer to FScanAllWorker.FScanScopeList (in FCompUnitScope.FScopeListPtr), set by FScanScopeList.BuildList.
(cherry picked from commit 915fbfa830)
2022-05-09 02:00:49 +02:00
Martin
a8d568ef55 SynEdit: fix PasHighLighter for "default" modifier after property. (fix false matches). Issue #39726
(cherry picked from commit db98b76076)
2022-05-04 21:16:09 +02:00
PragmaticLinux
d260928002 IDE: Make OI visible on first start even when configuration directory is missing, but still Initial Setup Dialog has no reason to be shown (all its checks are passing correct). Fixes issue #39328. 2022-04-30 00:03:56 +03:00
Željan Rikalo
3b128fd9d3 Qt5: fixed Qt5 build missing qt5 subdirectory. issue #39723 2022-04-30 00:03:54 +03:00
wp_xyz
012c209cb6 LCL/ImageList: Fix incorrect png format check in lfm files. Issue #39719, patch by Guilherme Scaglia. 2022-04-30 00:03:52 +03:00
dsiders
8c5304ecf1 Docs: LCL/various. Fixes XML tagging with extra or missing space characters.
(cherry picked from commit 34143c995e)
2022-04-22 02:42:14 +03:00
dsiders
c0163447c9 Docs: LCL/graphics. Updates content and see also links for TCanvas topics. Issue #39701.
(cherry picked from commit a9a1c7cceb)
2022-04-22 02:41:55 +03:00
dsiders
75dfae5166 Docs: LCL/grids. Updated topic content for changes in 478e5101.
(cherry picked from commit bdd9145187)
2022-04-22 02:41:36 +03:00
wp_xyz
bc8d0d2ae5 LCL/StringGrid: Fix crash when Columns are exchanged and column indices are specified in reverse order.
(cherry picked from commit 478e5101d9)
2022-04-22 02:41:16 +03:00
Juha
1c8d13354d Codetools: Do not crash when invoking ident completion on empty editor. Issue #39685.
(cherry picked from commit 9da44c1c9b)
2022-04-05 02:25:14 +03:00
dsiders
1c7155bd05 Docs: LCL/forms. Updates topic content and see also links.
(cherry picked from commit 93d6e5a16c)
2022-04-05 02:24:53 +03:00