Commit Graph

62263 Commits

Author SHA1 Message Date
dsiders
4b19396ac4 Docs: LCL/comctrls. Fixes typo. 2022-03-04 17:07:34 +00:00
dsiders
1cbba92872 Docs: LCL/comctrls. Updates topics for TListColumn, TListColumns. 2022-03-04 16:57:37 +00:00
dsiders
593cb01295 Docs: LCL/shellctrls. Updates TCustomShellListView.AdjustColWidths topic for changes in 82b9902b. 2022-03-04 16:52:20 +00:00
Juha
7ef64b00e4 IDE: Improve treatment of a .lpr project file dropped onto the IDE. Ask to open as a file/project. Issue #39663. 2022-03-04 12:50:22 +02:00
Juha
82b9902b12 LCL: Prevent an occational range error in ShellListView. Remove useless checks. 2022-03-04 12:50:22 +02:00
mattias
e4d6aa9125 ideintf: TStringsPropEdit: added save button 2022-03-04 11:28:16 +01:00
dsiders
16a5c08b12 Docs: LCL. Updates topics for changes in 78f789c5. 2022-03-04 00:51:38 +00:00
Martin
624696270b FpDebug: Fix QuoteWideText => wrong result len 2022-03-04 00:47:32 +01:00
Martin
625e655423 FpDebug: fix Memleak. Introduced in "PascalPrinter, Automatically deref pointers to string types. Issue #39559" / a400e1f8c7 2022-03-04 00:37:27 +01:00
Juha
78f789c59b LCL: Fix Toolbar size when inside a Controlbar. Merge request !77 by Alexander Litjagin. 2022-03-04 00:27:15 +02:00
dsiders
3e37e19bbe Docs: LazUtils. Adds new topics for changes in 014d3b3a. 2022-03-03 16:04:21 +00:00
Juha
014d3b3a9f LazUtils: Add ISO-8859-9 encoding to LConvEncoding. Issue #39659, patch by Alexey Torgashin. 2022-03-03 16:14:29 +02:00
Martin
95a5c05edc FpDebug: Do not process data, after MemRead failed. 2022-03-03 00:46:11 +01:00
Martin
27f4c50dbd FpDebug: Fix RangeCheck, TByteArray has an upper limit of 32k. 2022-03-03 00:46:11 +01:00
dsiders
2843627279 Docs: LCL/printers. Updates topic content. 2022-03-02 04:29:45 +00:00
dsiders
891501a228 Docs: Removes redundant text in remark tags. 2022-03-02 01:43:48 +00:00
dsiders
3bbe97775f Docs: build_lcl_docs. Enables system.uitypes when building documentation. 2022-02-28 15:58:18 +00:00
Pascal Riekenberg
e7da596402 Fixed AV when clicking "Delete all" in "Watches" 2022-02-28 10:32:23 +01:00
dsiders
68d06aa93d Docs: LazUtils/integerlist. Updates topic content. 2022-02-28 04:25:26 +00:00
Martin
a400e1f8c7 FpDebug: PascalPrinter, Automatically deref pointers to string types. Issue #39559 2022-02-26 04:01:32 +01:00
dsiders
c826bbf939 Docs: LazUtils. Comments platform-specific links that cause build warnings. 2022-02-26 01:07:06 +00:00
dsiders
7f856147a1 Docs: LazUtils. Comments platform-specific links that cause build warnings. 2022-02-26 01:06:55 +00:00
Martin
0e6769ac99 FpDebug, LazDebuggerFp: Implement tracking modified CPU registers (top stack-frame only) 2022-02-25 20:25:01 +01:00
Martin
448ccc8ca1 Debugger: Registers, clear incorrectly cached values. Fix wrong value shown, if display-format is changed. 2022-02-25 20:23:20 +01:00
Željan Rikalo
f70878564b Qt5: added QPixmapCache_Clear() to pascal binding. part of issue #38844 2022-02-25 18:00:07 +01:00
Željan Rikalo
db27890d55 Qt5: added QPixmapCache_clear(). part of issue #38844 2022-02-25 17:56:11 +01:00
dsiders
3e73ef0cbd Docs: LCL/grids. Adds FadeUnfocusedSelection topics in TCustomGrid, TCustomDrawGrid, TDrawGrid, TStringGrid.
* Depends on 67c57d84.
2022-02-25 16:48:32 +00:00
dsiders
f290a0974c Docs: LCL/themes. Updates TThemeServices.DrawElement topic.
* Depends on 1773d39a.
2022-02-25 16:48:31 +00:00
dsiders
7238c152a3 Docs: LCL/dialogs. Updates TCommonDialog.Title topic.
* Depends on 23b2324f.
2022-02-25 16:48:31 +00:00
Željan Rikalo
b36000fc26 Qt5: increased libQt5Pas version. issue #39655 2022-02-25 16:57:37 +01:00
Željan Rikalo
11f9203046 Qt5: fixed session management bug. issue #39655 2022-02-25 16:56:14 +01:00
Juha Manninen
23b2324f9f Merge branch 'filedialog-title-emptystr-save-fix' into 'main'
The TCommonDialog.Title property is flagged as nodefault

See merge request freepascal.org/lazarus/lazarus!79
2022-02-25 13:38:42 +00:00
Juha
77c1ac66d6 LCL-Win32: Use SendMessageW API function in TWin32WidgetSet.SendMessage. Issue #39656, patch by rasberryrabbit. 2022-02-25 13:01:30 +02:00
Juha
c805ff750d Move FreeType license file from LazUtils to FreeType directory. Issue #39657. 2022-02-25 12:24:58 +02:00
Juha Manninen
1773d39af8 Merge branch 'main' into 'main'
Fix TTabControl background color Issue #25468

See merge request freepascal.org/lazarus/lazarus!82
2022-02-25 10:07:19 +00:00
Juha Manninen
67c57d84b1 Merge branch 'grid-fade-unfocused-selection' into 'main'
Special color for selected cells when Grid has no focus

See merge request freepascal.org/lazarus/lazarus!75
2022-02-25 09:59:31 +00:00
Juha Manninen
48eac88385 Merge branch 'qt5-filedialog-native' into 'main'
QT5 Native File Dialogs

See merge request freepascal.org/lazarus/lazarus!80
2022-02-25 09:08:04 +00:00
dsiders
f47c1f2ea6 Docs: Fixes spelling, grammar, and file name errors in README.txt. 2022-02-24 18:18:39 +00:00
dsiders
7cf2b7390c Fixes missing links from LazUtils to LCL topics in output formats.
* Depends on 5e581ce9, 2f595455, b0d263f1.
* LazUtils was never built with external links to LCL (See Also and source declarations) because lcl.xct could not be imported. The file does not exist when LazUtils is built.

To solve this problem, the output format for LazUtils is built twice. It is the smaller of the two packages. Building LazUtils twice ensures that the "chicken or the egg" problem with inter-file links is avoided.

* Build LazUtils WITHOUT any external links (faster).
* Build LCL with links to RTL, FCL, LazUtils.
* Build LazUtils with links to RTL, FCL, LCL.
2022-02-24 17:49:10 +00:00
Martin
4aedc7625b Merge branch 'registersdlg-powerenable-fix' into 'main'
The Power button is activated in the Registers window

See merge request freepascal.org/lazarus/lazarus!76
2022-02-24 16:06:40 +00:00
Niel Buys
e13e0f11f5 Fix TTabControl background color #25468 2022-02-24 16:14:17 +02:00
Juha Manninen
62db64ddb8 Merge branch 'codetools-internproc-add' into 'main'
Internproc processing added to CodeTools when modeswitch PrefixedAttributes

See merge request freepascal.org/lazarus/lazarus!73
2022-02-24 13:17:09 +00:00
Juha Manninen
0cec6db9e6 Merge branch 'noinline-noreturn' into 'main'
Updated supported procedure modifiers: noinline, noreturn

See merge request freepascal.org/lazarus/lazarus!72
2022-02-24 12:43:06 +00:00
Juha Manninen
e7346c9f69 Merge branch 'qt-getwheelscrolllines-fix' into 'main'
QT: Fixed uninitialized Result when getting WheelScrollLines

See merge request freepascal.org/lazarus/lazarus!78
2022-02-24 12:27:18 +00:00
mattias
17614c2ea5 lazutils: updated fpmake 2022-02-24 12:57:34 +01:00
mattias
26c9421318 updated Makefiles 2022-02-24 12:55:45 +01:00
Mattias Gaertner
900cfcb27e Merge branch 'lazutils_dep_fcl-image_remove' into 'main'
Removing the dependency of the LazUtils package on the fcl-image package

See merge request freepascal.org/lazarus/lazarus!63
2022-02-24 11:53:51 +00:00
Juha Manninen
af4d15529c Merge branch 'isconstvalue-intrinsic' into 'main'
Updated the list of intrinsic functions: IsManagedType, IsConstValue

See merge request freepascal.org/lazarus/lazarus!71
2022-02-24 11:41:35 +00:00
Juha
cd0b898131 IDE: Add a filter clear button in Code Explorer. Merge request !74 by Sergey Larin. 2022-02-24 12:39:00 +02:00
dsiders
b0d263f11d Docs: build_lcl_docs. Sets an explicit title for CHM files used in the LHelp TOC navigation tree. Issue #28500. 2022-02-24 07:16:07 +00:00