Željan Rikalo
d818b67429
IDE: fixed hint crash if ActiveSourceWindow isn't assigned.
2024-02-12 16:03:11 +01:00
Juha
76da2aad75
TurboPower_ipro: Remove access classes for protected members. Make stuff public when needed.
2024-02-12 10:25:43 +02:00
Martin
dab39f77d5
Codetools: added test
2024-02-12 01:21:40 +01:00
Juha
6864afb289
TurboPower_ipro: Use String instead of a ShortString for FontName in a record. Eliminates conversions.
2024-02-11 23:28:40 +02:00
Juha
7885e4a0d7
TurboPower_ipro: Use AVLTree instead of TObjectList for property cache.
2024-02-11 23:28:40 +02:00
Juha
b3b4e61811
TurboPower_ipro: Allow compilation with assertions (-Sa).
2024-02-11 23:28:40 +02:00
DomingoGP
02c21caa95
Jedi code format: Hide sort uses clauses in options dialog. Issue #40756
2024-02-11 18:08:19 +01:00
Abou Al Montacir
d3f0f0ee86
GTK3: Fixed handling of scroll event.
...
Scrolling was not correctly handled due to error in the logic of
handling the scrolling event.
This fix is related to #21067 .
2024-02-11 10:27:48 +01:00
dsiders
c0983bbed0
Docs: LCL/comctrls. Updates errant / incomplete content in TCustomTreeView topics. Issue #40758 .
...
* TCustomTreeView.StoreCurrentSelection
* TCustomTreeView.ApplyStoredSelection
2024-02-10 22:19:38 +00:00
Martin
47c34d2e7e
FpDebug: fix reading pty for console window.
2024-02-10 22:12:52 +01:00
Martin
fcd6d0493d
Fix build with fpc < 3.2.3
2024-02-10 21:44:31 +01:00
Martin
cbc532004b
Updated Makefiles
2024-02-10 21:34:12 +01:00
Martin
f484609410
Fix build with fpc < 3.2.3
2024-02-10 21:24:41 +01:00
Martin
add996429b
FpDebug, Windows: Setting thread name by exception, check info of received exception
2024-02-10 21:04:07 +01:00
Martin
a7e4fabecc
IdeDebugger: fix frame for editing Value-Converter
2024-02-10 20:58:30 +01:00
Martin
5892e97e99
IDE, Debugger: Value-Formatter
2024-02-10 20:57:59 +01:00
Martin
ee63ab1fbf
DebuggerIntf: Spelling
2024-02-10 20:51:32 +01:00
DomingoGP
ad0f0b2083
Jedi code format: Fix typo. Sorry :-)
2024-02-09 22:56:14 +01:00
DomingoGP
3da31a8d5f
Jedi code format: Add a warning in configuration of sort uses clauses. issue #40756 .
2024-02-09 22:35:13 +01:00
DomingoGP
306e9ec1ad
Jedi code format: dont't use locale when sorting uses clauses.
...
See: https://forum.lazarus.freepascal.org/index.php?topic=66163.0
2024-02-09 21:35:52 +01:00
DomingoGP
143990a64d
Jedi code format: fix typo.
2024-02-09 21:06:34 +01:00
Juha
6a9edfd7dc
TurboPower_ipro: Remove file ipcss.inc also from the component package.
2024-02-09 21:18:07 +02:00
Maxim Ganetsky
d538fbd4f7
LCL-Gtk2: fixed window move/resize issues with Fly/Openbox window managers, patch by Artem Izmaylov, issue #40752
2024-02-09 17:05:23 +03:00
Željan Rikalo
d6b7ffd24c
LCL: fix RectVisible so it works correct if WindowOrg was moved. Patch by Artem Izmaylov
2024-02-09 11:51:12 +01:00
Juha
2c81dff5d9
LazUtils: Remove WriteLn() from TStringListUTF8Fast.InsertItem. Causes trouble on Windows.
2024-02-09 10:32:41 +02:00
dsiders
1b863d612c
Docs: Lazutils/translations. Fixes capitalization in topic.
2024-02-09 04:08:14 +00:00
dsiders
bcabdb039c
Docs: LazUtils/lazutf8. Deprecates UTF8CompareLatinTextFast and UTF8CompareStrCollated topics for changes in 890f92e33e
.
...
* Modifies TStringListUTF8Fast topics.
* Adds IsPureAscii topic.
2024-02-09 04:07:57 +00:00
dsiders
59d8129fc5
Docs: LazUtils/lazfileutils. Updates CompareFileExt topic for changes in 08c0f486
.
...
* Changes UTF8CompareText() reference to CompareText().
2024-02-09 04:07:41 +00:00
dsiders
334ee8144b
Docs: LCL/lazhelpintf. Updates external references and adds missing topics for changes in c285b58a
.
2024-02-09 04:07:12 +00:00
dsiders
ae8d65596e
Docs: LCL/valedit. Updates external references for changes in c285b58a
.
2024-02-09 04:06:36 +00:00
dsiders
cd3f347249
Docs: LCL/grids. Updates TCustomStringGrid.DoCompareCells topic for changes in c285b58a
.
2024-02-09 04:00:53 +00:00
dsiders
eb80a21f08
Docs: LCL/forms. Updates TScreen.Fonts topic for changes in db95c28d
.
2024-02-09 03:51:02 +00:00
Juha
890f92e33e
LazUtils: Deprecate UTF8CompareLatinTextFast. Implement TStringListUTF8Fast differently.
2024-02-09 01:20:36 +02:00
Juha
041341dd1c
LazUtils tests: Remove unit test for UTF8CompareLatinTextFast. The whole function will be removed. Issue #40014 .
2024-02-09 01:20:36 +02:00
Juha
99de97a21c
IDE: Remove UTF8CompareLatinTextFast calls.
2024-02-09 01:20:36 +02:00
Juha
c285b58aa3
LCL: Remove UTF8CompareLatinTextFast calls.
2024-02-09 01:20:36 +02:00
Juha
08c0f4865d
SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls.
2024-02-09 01:20:35 +02:00
Juha
bc201de1ed
TurboPower_ipro: Optimize 'px' in TIpHtmlNodeCore.GetFontSizeFromCSS. Fix possibly missing Result in function CssMarginToProps.
2024-02-09 01:20:35 +02:00
Juha
c9e4a59c62
TurboPower_ipro: Optimize function FindFontName. Remember previous values.
2024-02-09 01:20:35 +02:00
Juha
de52e5bc44
TurboPower_ipro: Remove unused include file ipcss.inc. Contained duplicate code with unit IpCSS.
2024-02-08 21:18:39 +02:00
Juha
4a639e70c5
TurboPower_ipro: Remove useless code from TIpHtmlParser.ParseHead.
2024-02-08 21:18:39 +02:00
Juha
aecb1d9473
LHelp: Remove UTF8CompareLatinTextFast calls.
2024-02-08 21:18:39 +02:00
Juha
26547663f2
LazUtils: Optimize function CompareFormatArgs in unit Translations.
2024-02-08 21:18:39 +02:00
Juha
db95c28df7
LCL: Optimize getting a list of font names and eliminating duplicates in TScreen.
2024-02-08 21:18:39 +02:00
Martin
998b38112f
CodeTools, Test: Add test for FindIdentifierReferences.
2024-02-08 18:47:02 +01:00
wp_xyz
8801ff314b
TAChart: Fix occasional crash when Styles are used for series but style list is empty.
2024-02-08 13:05:17 +01:00
Abou Al Montacir
e5ba0c58f1
GTK3: Fixed access violation issue in Gtk3Page.
...
The widget was freed and assigned nil pointer before it was unreferenced
which may lead to occasional access violation on application shutdown.
This fix is related to #40713 .
2024-02-08 13:00:58 +01:00
Željan Rikalo
db0a10f032
Qt5,Qt6: track dangling pointer inside mouse release event if LCLObject is freed.
2024-02-08 12:25:33 +01:00
Martin
077368e6e3
Merge branch 'update-avr' into 'main'
...
Implement SetStackPointerRegisterValue and SetInstructionPointerRegisterValue for AVR.
See merge request freepascal.org/lazarus/lazarus!271
2024-02-08 09:37:25 +00:00
ccrause
5404ba0351
Implement SetStackPointerRegisterValue and SetInstructionPointerRegisterValue for AVR.
2024-02-08 01:53:46 +00:00