Commit Graph

62415 Commits

Author SHA1 Message Date
Balázs Székely
fed01f0513 Merge branch 'fixonlinepackagemanager302error' into 'main'
Fixed packages download from online package manager return 302 error

See merge request freepascal.org/lazarus/lazarus!85
2022-04-01 09:38:41 +00:00
mattias
0e52400af8 synedit: readme 2022-04-01 11:04:38 +02:00
mattias
5a70b13cb6 updated lpl 2022-03-31 17:10:13 +02:00
mattias
15b1ffffa1 updated lpl 2022-03-31 17:09:39 +02:00
ACTom
cbfd897b89 Fixed the problem that some packages download from online package manager return status code:302 error 2022-03-30 22:21:07 +08:00
Juha
ae6d20b6a4 Codetools: Add target processor names for SPARC CPU matching the names in FPC. Issue #39692. 2022-03-29 21:42:08 +03:00
Michaël Van Canneyt
b983ea45d0 * Added TJSONDataset to component palette (distributed with FPC since long time) 2022-03-29 19:08:14 +02:00
Juha
9da44c1c9b Codetools: Do not crash when invoking ident completion on empty editor. Issue #39685. 2022-03-29 19:54:01 +03:00
wp_xyz
39df877063 VirtualTreeView: Fix VTV crashing from DLL. Issue #39690, patch by Marcos Douglas B. Santos 2022-03-29 12:52:12 +02:00
dsiders
93d6e5a16c Docs: LCL/forms. Updates topic content and see also links. 2022-03-29 02:28:03 +01:00
dsiders
7c02a237d4 Docs: LCL/editbtn. Adds Edit topic for changes in 093c5cae. Issue# 39681. 2022-03-27 17:27:17 +01:00
Joost van der Sluis
b3f866c4f0 Debugger: Updated fpmake-files 2022-03-27 00:31:45 +01:00
Joost van der Sluis
09d676c6ba FpDebug: Ability to request a strings codepage 2022-03-26 20:13:00 +01:00
Bart
093c5caebb LCL: Make TEditButton.Edit public. Issue #39681. 2022-03-26 10:47:01 +01:00
dsiders
8f440b657f Docs: RttiControls/rttictrls. Adds, updates topic content.
* Provides partial coverage. Additional updates needed.
2022-03-26 05:02:56 +01:00
dsiders
68a0b6fd59 Docs: RttiControls/rttigrids. Fixes invalid topic link. 2022-03-26 05:01:14 +01:00
dsiders
31bb92943f Docs: RttiControls. Updates output file names to match package name. 2022-03-26 04:59:22 +01:00
wp_xyz
9f5c92c005 IDE: Remove now obsolete glyphs in TStringGrid component editor 2022-03-25 19:10:48 +01:00
wp_xyz
745d9ca108 IDE: Activate image scaling of the icons in the StringGrid component editor. 2022-03-24 15:24:57 +01:00
wp_xyz
c1ed6369ac IDE: Use high-dpi aware images in StrinGrid component editor (provided by Roland Hahn). 2022-03-24 15:19:42 +01:00
dsiders
2992680395 Docs: LazUtils/laz2_xmlcfg. Adds, updates topics for changes in e2f9ae2c. 2022-03-24 02:43:07 +01:00
Martin
5364b47e8c IdeDebugger: fixed setting result 2022-03-24 01:40:11 +01:00
dsiders
089d619fcf Docs: RTTIControl/rttigrids. Adds, updates topic content. 2022-03-24 01:00:23 +01:00
Martin
67e97de469 Debugger tests: Small optimization, cache result of GetLocation. 2022-03-24 00:39:04 +01:00
Martin
76d9771c34 Debugger: More LazDebuggerIntf. Add/Improve numeric, pointer, float and string watches 2022-03-24 00:39:04 +01:00
Martin
e2f9ae2c04 LazXmlConfig: Write/Read Set/Enum according to PTypeInfo 2022-03-24 00:39:04 +01:00
Martin
8d3d08ae4c Debugger: Moved dsState to new unit 2022-03-24 00:39:03 +01:00
Martin
e4e8972b23 Debugger packages: Add IDEBuildOptions 2022-03-24 00:39:03 +01:00
Martin
e33da7bf02 LazDebuggerFp: Fix watches test. It was accidentally limited to a single sub-test in a37d077199 2022-03-24 00:39:03 +01:00
Martin
1ba6c2f11a FpDebug: Fix for FpGdbmi (Windows). FpGdbmi does not knew the LoadedAddr, replace the nil value with the default ImageBase. 2022-03-24 00:39:03 +01:00
Martin
4f8efdd21f FpDebug: fix warnings. 2022-03-24 00:39:03 +01:00
Martin
22ef2d781f FpDebug: optimization 2022-03-24 00:39:02 +01:00
Martin
c7e123fd8d FpDebug: Fix stack-overflow for types with recursive declaration. 2022-03-24 00:39:02 +01:00
dsiders
a5e41cac33 Docs: LCL/popupnotifier. Updates content for changes in 8d60667e. 2022-03-24 00:21:03 +01:00
Juha Manninen
8d60667e33 Merge branch 'zaher-fixes' into 'main'
make TPopupNotifier.BidiMode as Application.BidiMode

See merge request freepascal.org/lazarus/lazarus!83
2022-03-23 09:15:29 +00:00
Maxim Ganetsky
11fc4647d4 IDEIntf: improved resource strings, regenerated translations and updated Russian translation 2022-03-22 01:33:29 +03:00
Maxim Ganetsky
55e4cf3288 IDEIntf, String Grid Editor dialog: removed unused label 2022-03-22 01:31:01 +03:00
Michaël Van Canneyt
5d06e0f042 * Start of pas2jscomponents package 2022-03-21 22:50:06 +01:00
Michaël Van Canneyt
b5cccb39bd * Htmltools 2022-03-21 22:49:04 +01:00
wp_xyz
db61c1d71d IDE: Improved TStringGrid component editor (Issue #39680, based on patch by Salvatore Coppola). 2022-03-21 13:48:23 +01:00
marcoonthegit
1b0ad5c016 * loosing -> losing 2022-03-20 10:57:54 +01:00
Michaël Van Canneyt
a94312373c * Proper toolbar name 2022-03-19 10:04:16 +01:00
Zaher Dirkey
76c95e8c47 make TPopupNotifier.BidiMode as Application.BidiMode
Just simple logical fix a crash ADragObjectCopy
2022-03-18 18:18:54 +02:00
mattias
e727e9f13b lcl: undo alpha reverse with comment 2022-03-18 14:29:24 +01:00
mattias
a435993a01 lcl: TBitmap.LoadFromFile: fixed setting alpha for 32bit bitsperpixel 2022-03-18 10:14:07 +01:00
Juha
3a6e1341f5 Revert using current dir as a base dir for LazarusDirectory. Issue #39671. 2022-03-17 08:58:38 +02:00
wp_xyz
d2701ed5d1 LCL/Grids: Fix cell painting when text is rotated. 2022-03-16 11:11:55 +01:00
mattias
e2ad6b3d8d codetools: parse multiline string constant 2022-03-14 16:38:07 +01:00
dsiders
89a9d84d34 Docs: Fixes typo in build script. 2022-03-14 07:17:49 +01:00
dsiders
e6f66a8da3 Docs: RttiControls. Adds project file, css, and script needed to produce help formats. 2022-03-14 05:35:35 +01:00