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
dsiders
c334298026
Docs: RttiControls. Adds missing topics for current source revision.
...
* Mostly skeletons with minimal content.
* Restores formatting compatible with SynEdit-based editors.
2022-03-14 05:29:23 +01:00
dsiders
061ba75ede
Docs: LazControls. Removes footer processing in project file and scripts.
2022-03-14 05:10:27 +01:00
dsiders
73afaa0226
Docs: LazUtils/graphmath. Adds topics for RotatePoint and RotateRect.
...
* Depends on 201075cb
.
* Restores formatting compatible with SynEdit-based editors.
2022-03-14 04:26:02 +01:00
Juha
97dbc2ad7d
Allow adding "Makefile.compiled" files in revision control.
2022-03-13 16:49:45 +02:00
wp_xyz
201075cbd8
LCL: Make procedure RotateRect() (local to customlabel.inc) publicly available in GraphMath.
2022-03-13 15:41:48 +01:00
Juha
2fd847364e
Add Makefile.compiled for ExampleProjects package.
2022-03-13 13:59:29 +02:00
Juha
c82846d50f
Add ExampleProjects package to BigIde target.
2022-03-13 10:20:43 +02:00
Juha
bc0b58a5bb
ExampleProjects: Add Makefile.
2022-03-12 12:21:58 +02:00
Juha
23fca0b552
Remove "examples" from Makefile. Examples must be built by other means now.
2022-03-12 12:11:15 +02:00
dsiders
455af077fa
Docs: LazUtils/lazloggerbase/lazlogger. Updates topics for routines from include files.
2022-03-12 04:24:00 +00:00
Maxim Ganetsky
37b7194e2d
IDE: regenerated translations and updated Russian translation
2022-03-12 01:03:52 +03:00
Martin
12530d0cfe
Codetools: Fix testcase. Added "filemask" as long-option, so example invocations from unit TestFindDeclaration will work.
2022-03-11 16:59:30 +01:00
Martin
9007567a5e
Codetools: Fix compilation of IFDEFed code.
2022-03-11 16:59:30 +01:00
Martin
de1c148c6e
Codetools: Include fdfSearchInAncestors when resolving aliases, specializations or properties. "procedure SearchIdentifier" in "TFindDeclarationTool.FindBaseTypeOfNode". Fix issue #39498
...
Added test
2022-03-11 16:59:29 +01:00
Martin
0e3c87e83d
Codetools: Fix setting "SubParams.Flags" in SearchIdentifier nested in TFindDeclarationTool.FindBaseTypeOfNode.
...
- "SubParams.Flags" originally copied flags from the outer search (masked with fdfGlobals).
- Before fa76ed282c
"SubParams" was named"Params"
- In 2cbc2f4f5a
the code was refactored into a subroutine. "Params" became a new local var (with a newly created instance). So "... +(fdfGlobals*Params.Flags);" no longer copied the existing flags.
2022-03-11 16:59:29 +01:00
Martin
8344427500
IDE, Options: Font for editor notebook tabs
2022-03-11 16:59:29 +01:00
Maxim Ganetsky
afd2efa96b
Examples: removed files with names in uppercase, which have counterparts in lowercase (this drives TortoiseGit crazy)
2022-03-11 04:08:46 +03:00
Maxim Ganetsky
2a725d7a5a
ExamplesWindow: enabled i18n, improved resource strings, added Russian translation
2022-03-11 01:50:48 +03:00
Maxim Ganetsky
c65ec38220
IDE: regenerated translations
2022-03-11 01:50:47 +03:00
Juha
42a974a0c8
ExampleProjects: Add a global link file.
2022-03-11 00:43:05 +02:00
dsiders
79868a41b3
Docs: LazUtils/lclproc. Updates topic content. Removes topics not needed for current source code.
2022-03-10 18:45:06 +00:00
dsiders
8e5d00ff3a
Docs: LazUtils/fileutil. Updates topic content and links.
2022-03-10 18:43:34 +00:00
Michaël Van Canneyt
a9710796c8
* Load and save of html2form options
2022-03-10 19:23:09 +01:00
dsiders
c8241f1ebd
Docs: LCL/stdctrls. Updates topics for code removed in b0f6b29a
.
2022-03-09 21:32:31 +00:00
dsiders
28c2a3348f
Docs: LCL/extctrls. Adds TPanel.OnChangeBounds topic for changes in f9e896f0
.
2022-03-09 21:31:08 +00:00
Ondrej Pokorny
f9e896f0db
TPanel: publish OnChangeBounds
2022-03-09 18:23:12 +01:00
Juha
6bb76a588b
IDE: Remove the old Examples GUI window.
2022-03-09 11:20:30 +02:00
Juha
a6ce4d91e2
New Examples GUI Window as an IDE plugin package by David Bannon.
2022-03-09 11:20:29 +02:00
Juha
31328882fb
Example projects tested, categorised, metadata added, restructured by David Bannon.
2022-03-09 11:20:29 +02:00