Commit Graph

61543 Commits

Author SHA1 Message Date
dsiders
7f0a33ed65 Docs: LCL/lcltranslator. Adds, updates topic content. Depends on d85e87e5.
* Updates TranslateLCLResourceStrings and SetDefaultLang topics.
* Adds new topic for TranslateUnitResourceStringsEx added in d85e87e5.

(cherry picked from commit cf0c11cb35)
2022-08-01 01:35:49 +03:00
dsiders
fd4f2ea2ec Docs: LCL/lcltranslator. Removes extra spaces in topics. Updates tagging for True and False values.
(cherry picked from commit 4b96fd369f)
2022-08-01 01:35:47 +03:00
dsiders
0699d8db18 Docs: LCL/various. Fixes spelling and grammar errors.
Modified files:
  docs/xml/lcl/buttonpanel.xml
  docs/xml/lcl/dbactns.xml
  docs/xml/lcl/graphmath.xml
  docs/xml/lcl/lclproc.xml
  docs/xml/lcl/lcltaskdialog.xml
  docs/xml/lcl/lcltranslator.xml

(cherry picked from commit f16931bfc4)
2022-08-01 01:35:45 +03:00
Maxim Ganetsky
4334a7da39 LCL: Added convenience TranslateUnitResourceStringsEx wrapper to LCLTranslator.
It allows to no longer include Translations unit in addition to LCLTranslator if user wants to translate some additional unit.
'Ex' suffix allows to avoid name collision with similar functions in Translations unit.

(cherry picked from commit d85e87e54f)
2022-08-01 01:24:26 +03:00
Maxim Ganetsky
8ddb9fc103 LazDataDesktop: removed obsolete IFDEFs (register all possible engines), issue #39836
(cherry picked from commit fd7e574b54)
2022-07-30 01:41:43 +03:00
wp_xyz
6e946f7fd0 LCL/ShellCtrls: Fix ShellTreeView crashing when a file has been deleted by the OS.
(cherry picked from commit e9e8f6ef32)
2022-07-30 01:41:43 +03:00
Bart
281dceb262 Don't raise an exception when date in the edit is out of bounds. Issue #39825.
(cherry picked from commit 455dc87b83)
2022-07-30 01:41:43 +03:00
wp_xyz
ea7faa1aa8 Turbopower_ipro: Fix handling of a <br> tag after a table.
(cherry picked from commit d6828c434c)
2022-07-30 01:41:42 +03:00
wp_xyz
ca0f0a0bf7 TAChart: Fix crash in design mode when Undo is executed after deleting a series.
(cherry picked from commit 358a6955a0)
2022-07-30 01:41:42 +03:00
dsiders
ad822e498c Docs: LCL/comctrls. Fixes typo.
(cherry picked from commit 4b19396ac4)
2022-07-20 16:19:04 +01:00
wp_xyz
6c1bc2c78d LCL/Win32: Fix opening popup menu when Application.MainForm does not exist. Issue #39451. Patches by DeerLab and Iret Company.
(cherry picked from commit 39a13d91bb)
2022-07-06 01:53:09 +03:00
Maxim Ganetsky
f6f7c2153a Cocoa: TCocoaContext.GetTextExtentPoint() height correction (its height now matches the font text extents), patch by David Jenkins, issue #39649
(cherry picked from commit ddb029aa77)
2022-07-01 01:25:52 +03:00
Maxim Ganetsky
0f862d1634 Cocoa: CocoaGDIObjects TCocoaContext.TextOut text drawing optimization, patch by David Jenkins (try 2), issue #39641
(cherry picked from commit ffd4757217)
2022-07-01 01:25:52 +03:00
Martin
6a83e540c9 FpDebug: use Wow64SuspendThread for cross debugging.
(cherry picked from commit dcf2a00767)
2022-06-30 13:09:31 +02:00
Martin
f184a8086c FpDebug: PascalParser, fixed unary minus after comma.
(cherry picked from commit 9fb4edfbe5)
2022-06-30 13:09:30 +02:00
Martin
11349c7dbf FpDebug: fix setting negative value to Register for 32bit target.
(cherry picked from commit 1d0daee376)
2022-06-30 13:09:30 +02:00
Martin
500b1b40c4 SynEdit: fix save/load fold-state.
(cherry picked from commit 339ede7382)
2022-06-30 13:07:03 +02:00
Dmitry Boyarintsev
23915964d2 Cocoa: updating constants values to be friendly with arm cpus on mac, issue #39809
(cherry picked from commit 73bad58fd3)
2022-06-27 01:43:58 +03:00
Martin
79dedefb44 LazDebuggerFp: fixed crash in callstack / dangling pointer
(cherry picked from commit dd89fc14e1)
2022-06-23 21:34:27 +02:00
Martin
f709a752d9 LazUtils: TXMLConfig fixed crash with uninitialized result value. (If "CreateNodes" is false, and [] value is not cached)
(cherry picked from commit 4e97ffa45f)
2022-06-23 21:33:04 +02:00
Martin
575a14ffcb FpDebug: fixed memory leak in FindExportedSymbolInUnit
(cherry picked from commit e2f50ee30d)
2022-06-23 21:32:43 +02:00
Martin
adbcb6c13a FpDebug: fix crash on nil object
(cherry picked from commit 41cb28febf)
2022-06-23 21:31:43 +02:00
Martin
893d7caa84 Debugger, IDE: fix accessing uninitialized objects in debugger-dialogs
(cherry picked from commit 18f0e7a5d3)
2022-06-23 21:30:36 +02:00
Martin
5eca6fa255 FpDebug: PascalParser fix nil object access.
(cherry picked from commit f2cbe3d582)
2022-06-23 21:29:56 +02:00
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