Commit Graph

63513 Commits

Author SHA1 Message Date
Juha
88242f8152 Jedi Code Format: Reapply changes for removing LCL dependency. Generate Makefiles. Issue #39929, patch by Domingo Galmés. 2022-10-13 20:39:13 +03:00
dsiders
e150356a73 Docs: LCL/comctrls. Fixes spelling errors. 2022-10-13 01:07:20 +01:00
dsiders
de12e10683 Docs: LCL/comctrls. Fixes spelling errors. 2022-10-13 01:05:16 +01:00
dsiders
da2a0aa5b0 Docs: LCL/stdctrls. Updates content for TCustomEdit.NumbersOnly topic. 2022-10-12 17:56:17 +01:00
dsiders
8210205b87 Docs: LCL/dialogres. Adds or updates topic content. 2022-10-12 17:55:48 +01:00
dsiders
8709067e02 Docs: LCL/stdctrls. Updates content for TCustomEdit.NumbersOnly topic. 2022-10-12 17:51:15 +01:00
dsiders
9ee20dbd4a Docs: LCL/dialogres. Adds or updates topic content. 2022-10-12 17:24:21 +01:00
Martin
b5858164db Debugger, GDBMI: Fix displayformat for numeric values. (double conversion). Issue #39932 2022-10-12 14:02:15 +02:00
dsiders
12ce5d9dbc Docs: LCL/spin. Updates topics for changes in 8f00090a, 26d083e55e. Issue #39793. 2022-10-10 05:16:25 +01:00
dsiders
86dba97092 Docs: LCL/lcltaskdialog. Updates topics for changes in the following commits:
* b442769bb0
* f73bf85730
* 5882a5bfb5
* ca1b88b2cf
* 49647626a5
* 5114a458e5
* 8629548a7b
* 0a3a47d7ae
* a7d0453a6e
* 9c0641eca2
* ff3965e8bc

* Contains general topic updates to add missing content.
2022-10-10 05:10:51 +01:00
dsiders
2766af4945 Docs: LCL/dialogs. Adds topic for tfForceNonNative added in 62cb85cb4b.
* Adds content for the TCustomTaskDialog.DoExecute topic.
2022-10-10 05:01:27 +01:00
dsiders
745e934ea3 Docs: LCL/maskedit. Updates content and See Also links in
TCustomMaskEdit.ApplyMaskToText. Depends on 79c00942.
2022-10-10 04:52:02 +01:00
dsiders
c4fa446e3b DocsL LCL/dialogres. Adds content for topic templates. 2022-10-10 04:49:15 +01:00
dsiders
9062a1a4e8 Docs: LCL/grids. Adds and updates topics for changes in e7e7e8c0.
* Affects: TGridCursorState, TGridScrollerDoScroll, TGridScroller, TCustomGrid
2022-10-10 04:46:54 +01:00
dsiders
f8884c95a3 Docs: LCL/dbctrls. Adds and updates TDBCheckbox topics for changes in e27cc45f. 2022-10-10 04:38:19 +01:00
dsiders
b4eb5e06b8 Docs: LCL/themes. Adds topics for new parameters added in overloaded TThemeServices.GetStockImage method. 2022-10-10 04:13:23 +01:00
Maxim Ganetsky
23c6022915 IDEIntf: updated Russian translation 2022-10-10 01:42:06 +03:00
Bart
72344a65f7 Grids: uses const paramterers for strings where applicable. Patch by Alexey Torgashin. Issue #39851. 2022-10-09 19:06:22 +02:00
Bart
26d083e55e IDE: implement (crude) range checking for floating point property editor. Only show "Infinity not allowed" if user actually types +/-Inf. 2022-10-08 22:52:29 +02:00
Maxim Ganetsky
a582043e34 Revert "FIX: Cocoa: offset display error in TEdit(NSTextField)"
This reverts commit b26e7a15da.
2022-10-08 15:49:52 +03:00
Juha
c024e5bb5a Jedi Code Format: Revert changes for removing LCL dependency. It broke "make bigide" because of LAZARUS_PLUGIN define. 2022-10-07 11:58:01 +03:00
Juha
a624d0c027 IDE: Do not write unchanged resource file to disk. Issue #15915. 2022-10-07 02:15:47 +03:00
Juha
fd32bba5eb Jedi Code Format: Remove NoGui widgetset from project settings. LCL is no more needed. 2022-10-06 17:26:15 +03:00
Juha
02d6db5218 Jedi Code Format: Remove LCL dependency from the command line program. Issue #39929, patch by Domingo Galmés. 2022-10-06 17:09:04 +03:00
Juha
a7ea210cb7 LCL: Use built-in TPoint operator <>. 2022-10-06 01:57:46 +03:00
Juha
e7e7e8c0c0 LCL: Move CustomGrid column/row by mouse drag outside the client area. Merge request !64 by Petr Kristan. 2022-10-05 13:35:23 +03:00
Juha
77513c73bd LCL-GTK2: Fix crashes from dangling idle callbacks. Merge request !106 by Bad Sector. 2022-10-05 13:33:30 +03:00
Juha
556719130c Jedi Code Format: Revert part of 27dfc5b4cd. Reduces debug output. Issue #39947, patch by Bruno K. 2022-10-05 13:29:03 +03:00
Juha
06f9cdf968 Jedi Code Format: Read jcfsettings.cfg into a cmd line JCF from the same folder as the IDE plugin. Issue #39929, patch by Domingo Galmés. 2022-10-05 08:06:11 +03:00
Juha
c55c7e45b4 Jedi Code Format: Change the output directory of a cmd line JCF project. Issue #39929, patch by Domingo Galmés. 2022-10-05 08:02:21 +03:00
Juha
545b37f413 Jedi Code Format: Fix parsing numbers. Issue #39926. 2022-10-04 23:38:54 +03:00
Juha
27dfc5b4cd Jedi Code Format: Prevent choking on some new and rare language syntax. Issue #39945, patch by Bruno K. 2022-10-04 19:47:05 +03:00
Bart
f5dd7766de MaskEdit: simplify the fix in #79c00942. 2022-10-04 18:04:56 +02:00
Juha
e27cc45f6c LCL: Make TDBCheckbox events consistent with VCL and with TCheckBox. Issue #39917, patch by Arioch The. 2022-10-04 16:59:38 +03:00
Juha
c79af3b7d5 IDE: Prevent an occasional invalid type cast. At least TAnchorside property caused it. 2022-10-04 14:27:16 +03:00
Juha
fe5518b176 Jedi Code Format: Add support for a new digit separator. Issue #39926, patch by Domingo Galmés. 2022-10-04 13:01:04 +03:00
Bart
79c009420a MaskEdit: fix potential crash in ApplyMaskToText, that only worked because of implementation details of the internal GetCodePoint function. 2022-10-04 10:37:52 +02:00
Juha
4fda5f9771 Jedi Code Format: Add more files to the IdePlugin package. Cleanup in uses sections. 2022-10-04 10:35:12 +03:00
Juha
0e08315669 Jedi Code Format: Disable code with LCLNOGUI define for the cmd line project. Add Debug and Release build modes. Issue #39929. 2022-10-04 00:13:57 +03:00
Juha
0258d679f5 IDE: Do not truncate a virtual project main file when it is closed. Issue #39745. 2022-10-03 23:10:54 +03:00
Juha
593146fc8c IDE: Formatting. 2022-10-03 23:10:54 +03:00
Juha
cf3937e42a Jedi Code Format: Use "nogui" widgetset for the cmd line project. Issue #39929. 2022-10-03 16:38:26 +03:00
Juha
2df1e6b9d4 Jedi Code Format: Lowercase the source file name of a cmd line JCF project. 2022-10-03 15:33:56 +03:00
Juha
5b2b222aa4 LCL-GTK2: Properly use PANGO_PIXELS macro instead of just integer divide. Issue #39938, patch by Anton Kavalenka. 2022-10-03 13:47:08 +03:00
Juha
108196055d LCL-GTK3: Fix underline color in label and small pango header housekeeping. Issue #39941, patch by Anton Kavalenka. 2022-10-03 13:02:37 +03:00
Juha
eb033fc39b Jedi Code Format: Fix memory leaks. Issue #39939, patch by Domingo Galmés. 2022-10-03 13:02:37 +03:00
Juha
2011565650 Jedi Code Format: Improve formatting of selected code. Issue #39940, patch by Domingo Galmés. 2022-10-03 12:12:28 +03:00
Maxim Ganetsky
bd845938b3 IDEIntf: regenerated translations and updated Russian translation 2022-10-03 02:17:48 +03:00
Maxim Ganetsky
be6b774886 IDEIntf: fixed typo in resource string name 2022-10-03 02:17:26 +03:00
Bart
8f00090a13 IDE: disallow setting floating point propertis to +/-Inf or NaN. Issue #39793. 2022-10-02 15:12:20 +02:00