Commit Graph

63650 Commits

Author SHA1 Message Date
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
Ondrej Pokorny
62cb85cb4b LCL: task dialog: add tfForceNonNative Flag 2022-10-02 11:40:37 +02:00
Ondrej Pokorny
ff3965e8bc LCL: DialogRes: remove Windows-dependent code and use the new ThemeServices.GetStockImage overload 2022-10-02 11:33:12 +02:00
Ondrej Pokorny
7e92650038 LCL: TThemeServices.GetStockImage overload with Width&Height 2022-10-02 11:32:17 +02:00
Juha
dd3cb67d40 Jedi Code Format: Fix formatting visibility modifiers in a record. Issue #39931, patch by Domingo Galmés. 2022-09-30 12:28:15 +03:00
Juha
65f67d3bde LCL-GTK3: Bring back main menu lost in 02115d37. Issue #39937, patch by Anton Kavalenka. 2022-09-30 11:57:53 +03:00
Maxim Ganetsky
ee6903f6a0 LCL: committed automatically regenerated file 2022-09-30 01:03:45 +03:00
Ondrej Pokorny
4aa7b5b350 lcl: spin edit: scale UpDown with height 2022-09-29 04:12:51 +02:00
Ondrej Pokorny
30789b5c94 win32: high-dpi fixes for multi-resolution (multi-monitor) setup (2) 2022-09-29 04:12:16 +02:00
Ondrej Pokorny
529c0bff68 win32: high-dpi fixes for multi-resolution (multi-monitor) setup 2022-09-29 03:23:35 +02:00
dsiders
e94617ee6a Docs: LCL/dialogres. Adds description file with topic templates. 2022-09-29 01:03:37 +01:00
Ondrej Pokorny
a8f455967d pas2js design-time: fix memory leaks 2022-09-29 01:43:53 +02:00
Ondrej Pokorny
da539c7b9c IDE: load High-DPI images 2022-09-29 00:59:16 +02:00
Ondrej Pokorny
560b8bb852 Examples: stock_images: DPI-aware 2022-09-29 00:25:57 +02:00