bart
|
912b44ef09
|
Fix spelling errors in lclproc.pas. Patch by Don Siders. Issue #0039161.
git-svn-id: trunk@65374 -
|
2021-07-05 15:45:45 +00:00 |
|
maxim
|
0711ae584c
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #39152
git-svn-id: trunk@65372 -
|
2021-07-04 21:55:24 +00:00 |
|
juha
|
44681d2596
|
Revert r65359 #f19aac18a2 which deals with TPQTEventMonitor. Crash happens when deleting the component.
git-svn-id: trunk@65368 -
|
2021-07-04 16:38:47 +00:00 |
|
dsiders
|
3fc780574a
|
Docs: LCL. Fix duplicate enumeration value in TFontQuality.
git-svn-id: trunk@65367 -
|
2021-07-04 16:11:26 +00:00 |
|
wp
|
89b30a58de
|
docs/lcl: Merge the two TPageControl.Clear doc versions from r65362 #6271182f5d and 65358.
git-svn-id: trunk@65366 -
|
2021-07-04 14:59:08 +00:00 |
|
juha
|
88694d38af
|
Jedi Code Format: Fix formatting when "Enumerator" is the first word in function. Issue #39149, patch by Domingo Galmés.
git-svn-id: trunk@65365 -
|
2021-07-04 14:44:13 +00:00 |
|
martin
|
1723957ebb
|
svn2revisioninc: refactor, improve lookup of git-svn-id
git-svn-id: trunk@65364 -
|
2021-07-04 14:38:38 +00:00 |
|
martin
|
94264d4795
|
svn2revisioninc: add git describe
git-svn-id: trunk@65363 -
|
2021-07-04 14:38:36 +00:00 |
|
wp
|
6271182f5d
|
docs/lcl: Add documentation for the new method TPageControl.Clear.
git-svn-id: trunk@65362 -
|
2021-07-04 14:29:24 +00:00 |
|
juha
|
88a3b7c7ab
|
Jedi Code Format: Parse raise exception.create(msg) at adress,adress. Issue #39142, patch by Domingo Galmés.
git-svn-id: trunk@65361 -
|
2021-07-04 12:11:23 +00:00 |
|
juha
|
bd59984c98
|
Jedi Code Format: Prevent an assertion failure. Issue #39125, patch by Domingo Galmés.
git-svn-id: trunk@65360 -
|
2021-07-04 11:52:12 +00:00 |
|
juha
|
f19aac18a2
|
SqlDb: Prevent a crash when dropping TPQTEventMonitor on a form. Issue #39134, patch by CudaText man.
git-svn-id: trunk@65359 -
|
2021-07-04 11:42:45 +00:00 |
|
dsiders
|
2c1bd0534e
|
Docs: LCL, LazUtils. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
git-svn-id: trunk@65358 -
|
2021-07-04 04:54:15 +00:00 |
|
juha
|
0be8210ec5
|
Jedi Code Format: Format generics also when referring to another unit. Issue #39125, patch by Domingo Galmés.
git-svn-id: trunk@65357 -
|
2021-07-03 21:36:10 +00:00 |
|
juha
|
1c9f70830c
|
Codetools: Add webassembly and other new targets from FPC trunk. Issue #39131, patch by Alfred.
git-svn-id: trunk@65356 -
|
2021-07-03 21:09:29 +00:00 |
|
wp
|
8b6e1655ea
|
LCL/TPageControl: Add new method "Clear" to remove all pages.
git-svn-id: trunk@65355 -
|
2021-07-03 20:44:02 +00:00 |
|
michl
|
5a21cedcbb
|
IdeIntf: Disable copy/paste of TAction in Object Inspector tree because it does not work for some reason. Issue #19530.
git-svn-id: trunk@65354 -
|
2021-07-03 08:31:39 +00:00 |
|
dmitry
|
ac430af68a
|
cocoa: adding support for TListBox DragStart event to prevent the default elements selection behaviour and let the drag manager to handle the mouse
git-svn-id: trunk@65353 -
|
2021-07-03 05:09:31 +00:00 |
|
dmitry
|
7930dc2236
|
cocoa: fix the rangecheck error for aarch64. Patch by C Western. bug #38446
git-svn-id: trunk@65352 -
|
2021-07-03 01:05:05 +00:00 |
|
dmitry
|
0e0ef8c3ca
|
lcl-cocoa: restoring the items checked status after the sort, if WS needs some extra assistance for that. bug #39121. potential resolution for #38137
git-svn-id: trunk@65351 -
|
2021-07-03 01:02:04 +00:00 |
|
dmitry
|
210f33e2b0
|
cocoa: populating the result of the overriden performKeyEquivalent in menu key handler. bug #39086. Patch by Henner Drewes
git-svn-id: trunk@65350 -
|
2021-07-02 23:40:47 +00:00 |
|
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
|
ed7b09d857
|
IDE: Use Dwarf3 debug format for our projects. Needed when debugging with FPDebug.
git-svn-id: trunk@65342 -
|
2021-07-02 18:52:04 +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 |
|
dsiders
|
ca3ae84782
|
Docs: LCL. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
git-svn-id: trunk@65339 -
|
2021-07-02 06:44:39 +00:00 |
|
wp
|
5079a5b9a0
|
examples/mssql: Fix compilation
git-svn-id: trunk@65338 -
|
2021-07-01 22:26:50 +00:00 |
|
wp
|
4e96538dd2
|
examples: Fix typo in TestAll demo.
git-svn-id: trunk@65337 -
|
2021-07-01 21:59:50 +00:00 |
|
wp
|
b8af100318
|
examples: Remove a writeln from checkbox demo.
git-svn-id: trunk@65336 -
|
2021-07-01 21:45:01 +00:00 |
|
dsiders
|
16b5a4af7c
|
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
git-svn-id: trunk@65335 -
|
2021-07-01 16:06:06 +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 |
|
juha
|
c437ccab26
|
LCL: Change message numbers from decimal to hexadecimal. Issue #38938, patch by CudaText man.
git-svn-id: trunk@65331 -
|
2021-06-30 22:04:13 +00:00 |
|
juha
|
b088f3ec80
|
IDE: Generate Dwarf3 for Debug build mode and for debug profile for the IDE itself.
git-svn-id: trunk@65330 -
|
2021-06-30 22:04:12 +00:00 |
|
juha
|
4bcd8659cc
|
Converter: Replace Mask with Masks, not MaskEdit. Issue #18361.
git-svn-id: trunk@65329 -
|
2021-06-30 22:04:10 +00:00 |
|
dsiders
|
c070ee3ade
|
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
git-svn-id: trunk@65328 -
|
2021-06-30 00:07:12 +00:00 |
|
juha
|
56a26420ad
|
LCL-GTK3: Fix the initial position of TTrackbar. Issue #39092, patch by Anton Kavalenka.
git-svn-id: trunk@65326 -
|
2021-06-29 13:30:58 +00:00 |
|
dsiders
|
c16bbd6e94
|
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
git-svn-id: trunk@65325 -
|
2021-06-29 05:03:35 +00:00 |
|
bart
|
5ae03bd920
|
Fix spelling errors in grids.pas. Patch by Don Siders. Issue #0039093.
git-svn-id: trunk@65320 -
|
2021-06-28 18:16:15 +00:00 |
|
juha
|
e584193fc4
|
IDE: Update DefineTemplates (package graph) after adding a component, in case its package was not used earlier.
git-svn-id: trunk@65319 -
|
2021-06-28 10:28:49 +00:00 |
|
juha
|
769e991253
|
IDE: Allow selecting the header line in Messages window's multi-line selection.
git-svn-id: trunk@65318 -
|
2021-06-27 22:21:18 +00:00 |
|
dsiders
|
12341ca190
|
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
git-svn-id: trunk@65317 -
|
2021-06-27 22:19:43 +00:00 |
|
wp
|
c676e04941
|
Examples/dblookup: Fix compilation.
git-svn-id: trunk@65316 -
|
2021-06-27 20:20:15 +00:00 |
|
wp
|
d15e04bfa8
|
Examples/bidi: Fix layout issue due to overlapping controls.
git-svn-id: trunk@65315 -
|
2021-06-27 18:13:51 +00:00 |
|
wp
|
e5315cc4d3
|
Examples/address_book: Fix compilation. Remove hard-coded MS font.
git-svn-id: trunk@65314 -
|
2021-06-27 18:01:09 +00:00 |
|
juha
|
7b60b545a7
|
LCL-GTK3: Fire TLabel.OnClick also when inside a TGroupBox. Issue #39035, patch by Anton Kavalenka.
git-svn-id: trunk@65313 -
|
2021-06-27 09:01:21 +00:00 |
|
juha
|
6e93493286
|
IDE: Actually implement multi-line selection in Messages window. Copy to clipboard is supported.
git-svn-id: trunk@65312 -
|
2021-06-26 15:28:30 +00:00 |
|
juha
|
6857527965
|
IDE: Prepare to support multi-line selection in Messages window. Use IntegerList instead of one integer index.
git-svn-id: trunk@65311 -
|
2021-06-26 15:28:26 +00:00 |
|