maxim
|
63997559b2
|
SQLdb: added pqteventmonitor.pas unit to LPK, bug #39097
git-svn-id: trunk@65348 -
|
2021-07-02 22:30:18 +00:00 |
|
maxim
|
8b62aae17b
|
JCF2: committed a file, forgotten in r65340 #8644ddb16b, bug #39132
git-svn-id: trunk@65343 -
|
2021-07-02 21:27:17 +00:00 |
|
juha
|
3fb4c2c8a7
|
IdeIntf: Disable copy/paste of TMenuItem in Object Inspector tree because it does not work for some reason. Issue #19530.
git-svn-id: trunk@65341 -
|
2021-07-02 18:52:02 +00:00 |
|
juha
|
8644ddb16b
|
Jedi Code Format: Deal with imbalanced bracket comments. Issue #39116, patch by Udo Sommer.
git-svn-id: trunk@65340 -
|
2021-07-02 08:38:09 +00:00 |
|
juha
|
37b1f57731
|
Jedi Code Format: Respect "Max consecutive blank lines before removal" setting. Issue #39114, patch by Udo Sommer.
git-svn-id: trunk@65334 -
|
2021-06-30 22:52:34 +00:00 |
|
juha
|
84e840566e
|
Jedi Code Format: Fixed typo on form resource directive recognition. Issue #39115, patch by Udo Sommer.
git-svn-id: trunk@65333 -
|
2021-06-30 22:46:44 +00:00 |
|
juha
|
d8fe90852d
|
Jedi Code Format: Let JCF die more gracefully on unexpected errors in source or tokenizer/parser logic. Issue #39117, patch by Udo Sommer.
git-svn-id: trunk@65332 -
|
2021-06-30 22:40:24 +00:00 |
|
zoran
|
597679399a
|
DateTimePicker - Avoid new warning in FPC trunk -- Case statement does not handle all possible cases -- add otherwise to handle all cases
git-svn-id: trunk@65309 -
|
2021-06-25 22:06:36 +00:00 |
|
juha
|
655251e641
|
LazReport: Change an event parameter name. "Width" clashed with TControl.Width. Issue #39025, patch by Soner.
git-svn-id: trunk@65295 -
|
2021-06-22 21:32:25 +00:00 |
|
juha
|
0a546c54cf
|
LazReport: Allow entering more than one digit in font combobox editor. Issue #39026, patch by Soner.
git-svn-id: trunk@65294 -
|
2021-06-22 21:32:22 +00:00 |
|
wp
|
101727cfec
|
TAChart: Add xml documentation to the chart events.
git-svn-id: trunk@65293 -
|
2021-06-22 17:55:51 +00:00 |
|
martin
|
0244c95a33
|
FpDebug: Dynamically load DebugBreakProcess
git-svn-id: trunk@65291 -
|
2021-06-22 15:14:38 +00:00 |
|
juha
|
b26eb8f968
|
LCL-Win32: Fix psoDisable* options in TPageSetupDialog.Options. Issue #39020, patch by CudaText man.
git-svn-id: trunk@65289 -
|
2021-06-22 06:08:00 +00:00 |
|
juha
|
f8a5ce2132
|
Printers: Disable one more UI item in unix TPageSetupDialog. Issue #39021, patch by CudaText man.
git-svn-id: trunk@65288 -
|
2021-06-22 06:03:56 +00:00 |
|
maxim
|
79264e3cc9
|
Docs (LazControls, RTTIControls): added missing punctuation in short descriptions, patch by Don, bug #39018
git-svn-id: trunk@65278 -
|
2021-06-18 20:55:37 +00:00 |
|
juha
|
57339c6efd
|
CodeTools: Allow a "var" section inside a record with {$modeswitch advancedrecords}. Issue #38957, patch by Domingo Galmés.
git-svn-id: trunk@65275 -
|
2021-06-18 17:58:28 +00:00 |
|
zoran
|
b8d1a71632
|
DateTimePicker - fix syntax error in 65272
git-svn-id: trunk@65273 -
|
2021-06-18 13:43:05 +00:00 |
|
zoran
|
ceded1ef60
|
DateTimePicker - added null handling in IncreaseXXX/DecreaseXXX methods (they were called safely inside unit, but declared protected, so...)
git-svn-id: trunk@65272 -
|
2021-06-18 13:35:20 +00:00 |
|
juha
|
07fbbd53b3
|
LazUtils: A minor optimization / tweak.
git-svn-id: trunk@65259 -
|
2021-06-17 22:42:20 +00:00 |
|
zoran
|
48956875e5
|
DateTimePicker - improve month text length for null date + some code refactoring
git-svn-id: trunk@65257 -
|
2021-06-17 15:10:31 +00:00 |
|
juha
|
a312cf8723
|
LazUtils: Make params of UTF8Process.RunCmdFromPath 'const'. Issue #39005, patch by CudaText man.
git-svn-id: trunk@65251 -
|
2021-06-16 21:38:36 +00:00 |
|
bart
|
7a69a2a702
|
LazUtf8: fix FindInvalidUtf8CodePoint for 3-byte encodings that encode for values reserved for UTF-16 surrogate halves.
git-svn-id: trunk@65246 -
|
2021-06-16 08:25:28 +00:00 |
|
mattias
|
91763f2247
|
set trunk version to 2.3.0
git-svn-id: trunk@65242 -
|
2021-06-15 14:00:39 +00:00 |
|
martin
|
61292d7a4b
|
SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit / See commit 65175 #176f0b3310
git-svn-id: trunk@65237 -
|
2021-06-15 13:06:15 +00:00 |
|
maxim
|
b0c766a26d
|
LazUtils: deprecate UITypes and alias its types only for FPC 3.2.0 and up
git-svn-id: trunk@65235 -
|
2021-06-14 21:13:09 +00:00 |
|
wp
|
59ef6bd154
|
TDbf: Do not add package unit to uses section.
git-svn-id: trunk@65232 -
|
2021-06-14 17:43:08 +00:00 |
|
martin
|
a9bdfda626
|
FpDebug: version 1.0
git-svn-id: trunk@65231 -
|
2021-06-14 17:00:52 +00:00 |
|
martin
|
caa6a14163
|
FpDebug: "waitable section" / Protect some code from being entered twice
git-svn-id: trunk@65229 -
|
2021-06-14 08:12:49 +00:00 |
|
martin
|
6661f86edd
|
Debugger: allow to force lazloggerbase via define
git-svn-id: trunk@65227 -
|
2021-06-14 07:30:45 +00:00 |
|
martin
|
a0035c6097
|
LazDebuggerFp: tests for modify watch / build modes for test
git-svn-id: trunk@65226 -
|
2021-06-14 07:30:39 +00:00 |
|
martin
|
3deb9a41fe
|
FpDebug: Improve target-mem read/write on Linux / Allow bigger writes
git-svn-id: trunk@65225 -
|
2021-06-14 07:30:37 +00:00 |
|
martin
|
699930263c
|
DwarfViewer: fix compile
git-svn-id: trunk@65224 -
|
2021-06-14 07:30:35 +00:00 |
|
juha
|
6f17bec491
|
Jedi Code Format: Format operator := and "case" in records. Issue #38995, patch by Domingo Galmés.
git-svn-id: trunk@65223 -
|
2021-06-13 10:11:55 +00:00 |
|
juha
|
703f57c9f2
|
Jedi Code Format: Deal with "Enumerator" when used as an identifier. Issue #38932, patch by Domingo Galmés.
git-svn-id: trunk@65219 -
|
2021-06-11 07:37:24 +00:00 |
|
juha
|
d9c207b72b
|
Corrections for spelling errors in LCL and Components. Issue #38986, patch by Don Siders.
git-svn-id: trunk@65216 -
|
2021-06-11 07:11:44 +00:00 |
|
maxim
|
52952de666
|
LazReport: fixed typo in 'sErrorOccured' resource string name
git-svn-id: trunk@65211 -
|
2021-06-10 22:42:34 +00:00 |
|
maxim
|
d2acf5f8b8
|
CodeTools: fixed typo in TryFirstLocalIdentOccurence function name
git-svn-id: trunk@65209 -
|
2021-06-10 22:31:48 +00:00 |
|
maxim
|
61630354e6
|
VirtualTreeView: fixed typos related to 'occur' word
git-svn-id: trunk@65204 -
|
2021-06-10 22:15:56 +00:00 |
|
maxim
|
04e48f1044
|
TurboPower_IPro: fixed typos related to 'occur' word
git-svn-id: trunk@65203 -
|
2021-06-10 22:15:11 +00:00 |
|
maxim
|
163edb07b5
|
TAChart: fixed typos related to 'occur' word
git-svn-id: trunk@65202 -
|
2021-06-10 22:14:17 +00:00 |
|
maxim
|
c1a767e4ce
|
SynEdit: fixed typos related to 'occur' word
git-svn-id: trunk@65201 -
|
2021-06-10 22:13:34 +00:00 |
|
maxim
|
b7edc055af
|
OpenGL: fixed typos related to 'occur' word
git-svn-id: trunk@65200 -
|
2021-06-10 22:12:37 +00:00 |
|
maxim
|
d877172600
|
MultiThreadProcs: fixed typos related to 'occur' word
git-svn-id: trunk@65199 -
|
2021-06-10 22:11:48 +00:00 |
|
maxim
|
33453b646d
|
LeakView: fixed typos related to 'occur' word
git-svn-id: trunk@65198 -
|
2021-06-10 22:11:03 +00:00 |
|
maxim
|
6c7c5f4911
|
LazUtils: fixed typos related to 'occur' word
git-svn-id: trunk@65197 -
|
2021-06-10 22:10:27 +00:00 |
|
maxim
|
c4170665d3
|
LazReport: fixed typos related to 'occur' word
git-svn-id: trunk@65196 -
|
2021-06-10 22:09:28 +00:00 |
|
maxim
|
44b3da63ec
|
LazDebuggerGDBMI: fixed typos related to 'occur' word
git-svn-id: trunk@65195 -
|
2021-06-10 22:08:58 +00:00 |
|
maxim
|
8ebd2bf8a7
|
FPVectorial: fixed typos related to 'occur' word
git-svn-id: trunk@65194 -
|
2021-06-10 22:08:06 +00:00 |
|
maxim
|
14a12ecb59
|
CodeTools: fixed typos related to 'occur' word
git-svn-id: trunk@65193 -
|
2021-06-10 22:07:39 +00:00 |
|
maxim
|
12d2d6b4f7
|
AggPas: fixed typos related to 'occur' word
git-svn-id: trunk@65192 -
|
2021-06-10 22:06:42 +00:00 |
|