Commit Graph

69077 Commits

Author SHA1 Message Date
mattias
cf9e640f1b mac env options: added fpc source dir 2024-10-25 21:38:21 +02:00
mattias
6aa633b9c9 lcl: updated makefile 2024-10-25 19:59:10 +02:00
rich2014
6a05a53978 IDE: i18n for Modern Form Style Tool Bar 2024-10-25 23:23:20 +08:00
Maxim Ganetsky
70d318be0c Icons_to_html: regenerated translations and updated Russian translation 2024-10-25 15:54:02 +03:00
Maxim Ganetsky
402c1e6dea Icons_to_html: adjusted resource strings to unify terminology with other IDE parts and avoid platform-specific lineendings 2024-10-25 15:54:02 +03:00
Maxim Ganetsky
46b404c130 Icons_to_html: enable hint for "Close" button 2024-10-25 15:54:02 +03:00
Martin
e55a38b9b5 IDE, Options: (advanced mouse opts) move measure text width to after handle creation 2024-10-25 14:07:23 +02:00
mattias
8da445d514 lcl: cocoa: fixed calling overload 2024-10-25 10:47:22 +02:00
mattias
4a5ca7eb1f rpm: prevent stripping 2024-10-24 17:05:14 +02:00
rich2014
fb30afbea9 Merge branch 'CocoaTimerCleanUp' into 'main'
Cocoa: cleans up some sloppiness with the way LCLCOCOA creates/interacts with NSTimer...

See merge request freepascal.org/lazarus/lazarus!357
2024-10-24 13:32:39 +00:00
David Jenkins
a3a16bf5b3 Cocoa: cleans up some sloppiness with the way LCLCOCOA creates/interacts with NSTimer... 2024-10-24 13:32:39 +00:00
mattias
99d60446b7 ide: fixed overriding lazarusdir via cfg file 2024-10-24 15:13:34 +02:00
mattias
4cb56ddc5c lcl: consistent -g -gl 2024-10-24 12:30:13 +02:00
mattias
b90da3906c leakview: consistent -g -gl 2024-10-24 12:30:04 +02:00
mattias
4cc079122d leakview: added -g -gl 2024-10-24 12:13:55 +02:00
mattias
19e3d6eb88 idedebugger: cleaned up and updated makefile 2024-10-24 11:32:42 +02:00
mattias
ad91129403 dockedformeditor: updated makefile 2024-10-24 10:58:18 +02:00
mattias
e2ab5efb7b ide: what needs build dialog: fixed passing build all 2024-10-24 10:45:29 +02:00
rich2014
445ae535ce Merge branch 'TextOutWithFloatPos' into 'main'
Cocoa: Add version of TCocoaContext.TextOut() with float instead of Integer position params

See merge request freepascal.org/lazarus/lazarus!350
2024-10-24 00:36:38 +00:00
David Jenkins
038a93c1fd Cocoa: Add version of TCocoaContext.TextOut() with float instead of Integer position params 2024-10-24 00:36:38 +00:00
mattias
a574aec237 rpm: renamed lazarus to lazarus-project and added conflicts 2024-10-23 20:08:06 +02:00
mattias
caac938478 rpm: simplified 2024-10-23 19:47:01 +02:00
mattias
3ecc919116 rpm: changelog 2024-10-23 19:26:39 +02:00
mattias
37fdc3df8e rpm: fixed build on old fedora 2024-10-23 19:13:19 +02:00
mattias
9265aa7ab7 fpm: renamed fpc-src-laz spec 2024-10-23 18:35:46 +02:00
mattias
6412953df2 rpm: using git checkout instead of restore for older git 2024-10-23 18:30:38 +02:00
mattias
63bbffea90 rpm" gitignore 2024-10-23 18:28:17 +02:00
rich2014
7e1eac8a93 Merge branch 'CtrlLeftClickToRightClick' into 'main'
Cocoa: Treat control-left mouse click same as right mouse click to bring up context menu

See merge request freepascal.org/lazarus/lazarus!348
2024-10-23 16:26:04 +00:00
David Jenkins
6fc0212b11 Cocoa: Treat control-left mouse click same as right mouse click to bring up context menu 2024-10-23 16:26:04 +00:00
mattias
06bfb3b56a rpm: added spec files 2024-10-23 18:16:38 +02:00
mattias
353359193d rpm: renamed fpc rpm to fpc-laz and fpc-src to fpc-src-laz 2024-10-23 17:51:53 +02:00
Michaël Van Canneyt
3f4a41fbd9 * Fix wrong typecast in GetSelectedItems, patch by Sébastien JeanJean 2024-10-23 09:56:10 +02:00
wp_xyz
e7df9b4cf0 icons_to_html: replace checkboxes by options menu (by Roland Hahn) 2024-10-22 18:28:06 +02:00
Martin
3fa54762f2 IDE, Debugger: correctly enable run/step buttons if debugger was started with attach. Debugger may be running, even if project is not run-able. 2024-10-22 17:41:04 +02:00
Martin
aac9e9147d Merge branch 'IDE/Options/Editor/Display/Colors' into 'main'
IDE/Options: Fixed crash when opening color settings for the assembler window

See merge request freepascal.org/lazarus/lazarus!366
2024-10-22 10:41:00 +00:00
n7800
ec7549e1c0 IDE/Options: Fixed crash when opening color settings for the assembler window 2024-10-22 05:55:49 +05:00
mattias
087c6f6673 virtualtreeview: updated makefile 2024-10-22 00:35:46 +02:00
mattias
6fa805fb47 updated makefiles 2024-10-22 00:31:29 +02:00
Martin
18b52eff3e IDE, SourceEditor: fixed crash in code completion measure item, after 86db8d9f83 2024-10-22 00:29:32 +02:00
Maxim Ganetsky
57d4df0996 IDE: regenerated translations and updated Russian translation 2024-10-22 00:50:49 +03:00
Maxim Ganetsky
ba3443ff51 IDE: fixed highlighting "enum" word in code completion window (copy/paste typo) 2024-10-22 00:50:49 +03:00
Maxim Ganetsky
fe7ee59f21 IDE: clarified a caption ("Code-Template" -> "Template", as this caption denotes specific highlighted word) 2024-10-22 00:50:49 +03:00
wp_xyz
38ce55d2e3 icons_to_html: Restored German translation broken after 9bd8fbdd2d 2024-10-21 22:51:35 +02:00
wp_xyz
2c4ac0fb42 icons_to_html: embed translated text of lazarus_general_purpose_images.txt only for images in the "general_purpose" folder. 2024-10-21 22:49:40 +02:00
mattias
e62389efe2 ide: fixed ide coolbar clear before load 2024-10-21 19:17:17 +02:00
Martin
6d78d5e830 IDE, EditorOption: fix right gutter, hide separator gutter parts, when hiding overview gutter part / keep index order 2024-10-21 17:21:39 +02:00
Martin
86db8d9f83 IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
Martin
a8b95b354c IDE, SourceEditor: refactor / clean up - Colors for completion drop down. 2024-10-21 10:54:44 +02:00
mattias
6a0efcb8c0 ide: fixed duplicating ide coolbar, issue #41199 2024-10-21 10:07:16 +02:00
Maxim Ganetsky
9bd8fbdd2d Icons_to_html: restored resource strings after 464d4133cc 2024-10-21 01:22:12 +03:00