Martin
50102fef2b
FpDebug: PascalParser, change wrongly named "Context" to "Scope"
2024-05-25 12:51:25 +02:00
rich2014
43bac2286a
Cocoa: a better way to find the Edit menu in Open/Save Dialog
...
in the past, it's only relied on title matching. in a multi-language environment, it is possible to use different vocabulary and cause mismatching. now a shortcut key matching method is added.
2024-05-25 16:41:14 +08:00
mattias
4edf553ea4
docs: updated cmd line for trunk fpdoc
2024-05-24 23:09:02 +02:00
rich2014
445040b6a2
Cocoa: Menu i18n, Merge branch 'cocoa/i18n'
2024-05-25 01:27:12 +08:00
rich2014
9e86da31f0
Cocoa: Menu i18n (fine-tuning)
2024-05-25 01:26:44 +08:00
rich2014
fec298ef47
Cocoa: Menu i18n (tr)
2024-05-25 01:26:44 +08:00
rich2014
abfefd5b43
Cocoa: Menu i18n (sk)
2024-05-25 01:26:44 +08:00
rich2014
bd1b42aa57
Cocoa: Menu i18n (pt_BR)
2024-05-25 01:26:44 +08:00
rich2014
164c8c6f81
Cocoa: Menu i18n (pt)
2024-05-25 01:26:44 +08:00
rich2014
fac769bf2d
Cocoa: Menu i18n (lt)
2024-05-25 01:26:44 +08:00
rich2014
7c9996672b
Cocoa: Menu i18n (he)
2024-05-25 01:26:44 +08:00
rich2014
be14233b12
Cocoa: Menu i18n (fi)
2024-05-25 01:26:44 +08:00
rich2014
48f7c78827
Cocoa: Menu i18n (uk)
2024-05-25 01:26:43 +08:00
rich2014
2d59dce84c
Cocoa: Menu i18n (pl)
2024-05-25 01:26:43 +08:00
rich2014
b2cf864942
Cocoa: Menu i18n (id)
2024-05-25 01:26:43 +08:00
rich2014
f6aa8746e3
Cocoa: Menu i18n (hu)
2024-05-25 01:26:43 +08:00
rich2014
e1b7c4a681
Cocoa: Menu i18n (el)
2024-05-25 01:26:43 +08:00
rich2014
8a9a6dc2a0
Cocoa: Menu i18n (cs)
2024-05-25 01:26:43 +08:00
rich2014
f4b8b280dc
Cocoa: Menu i18n (ca)
2024-05-25 01:26:43 +08:00
rich2014
b6c4564d71
Cocoa: Menu i18n (it)
2024-05-25 01:26:43 +08:00
rich2014
bb781d2f65
Cocoa: Menu i18n (fr)
2024-05-25 01:26:43 +08:00
rich2014
13a198a7de
Cocoa: Menu i18n (de)
2024-05-25 01:26:43 +08:00
rich2014
9780b2b7d7
Cocoa: Menu i18n (nl)
2024-05-25 01:26:43 +08:00
rich2014
9f71a6487a
Cocoa: Menu i18n (es)
2024-05-25 01:26:43 +08:00
rich2014
867f604d92
Cocoa: Menu i18n (ko)
2024-05-25 01:26:43 +08:00
rich2014
6a5b08a98d
Cocoa: Menu i18n (ja)
2024-05-25 01:26:43 +08:00
rich2014
bfaad7bf95
Cocoa: Menu i18n (ru)
2024-05-25 01:26:43 +08:00
rich2014
51d337c5ab
Cocoa: Menu i18n (zh_TW)
2024-05-25 01:26:43 +08:00
rich2014
6369c41122
Cocoa: Menu i18n (zh_CN)
2024-05-25 01:26:43 +08:00
rich2014
f51005880f
Cocoa: Edit Menu i18n supported
2024-05-25 01:26:43 +08:00
wp_xyz
44b12c3199
fpweb: Improved versions of some of the fpweb icons (by Roland Hahn).
2024-05-24 18:59:25 +02:00
wp_xyz
c24c46c1ab
fpweb: Update fpweb_images resource file.
2024-05-24 17:12:06 +02:00
wp_xyz
6398926602
Images: Add metadata file to general_purpose folder.
2024-05-24 15:04:05 +02:00
rich2014
1adfc7d4a3
Cocoa: remove the acceleration in Menu/Tab title, make it consistent with macOS idioms
2024-05-24 20:25:11 +08:00
wp_xyz
2fbdd4de2f
fpweb: new icons by Roland Hahn, issue #40971
2024-05-24 14:18:55 +02:00
mattias
c7e5d8d441
codetools: fixed clearing include file link
2024-05-24 11:40:23 +02:00
Željan Rikalo
55d6674aef
Gtk2: fixed build under win32.Patch by Alexander (Rouse_) Bagel.part of issue #40659
2024-05-24 07:07:53 +02:00
Martin
ccdcbb7bcf
FpDebug: PascalParser, treat skInterface like skClass
2024-05-23 23:52:22 +02:00
Jesus Reyes A
1b3e5ae738
LazReport: Fix illegal set conversion
2024-05-23 13:54:51 -06:00
Martin
ed9974287b
FpDebug: update DwarfViewer
2024-05-23 20:04:36 +02:00
Martin
a0f66fb2b9
FpDebug: DWARF-4, DW_AT_high_pc can be constant/offset
2024-05-23 20:04:36 +02:00
Martin
7f9391a737
FpDebug: read line-info for Dwarf-4 / fix special opcode must set flags for PrologueEnd, EpilogueBegin, ...
2024-05-23 20:04:36 +02:00
Martin
0d47565d98
FpDebug: add DW_FORM_sec_offest, DW_FORM_exrloc, DW_FORM_flag_present, DW_FORM_ref_sig8
2024-05-23 20:04:35 +02:00
Martin
dc46e8ce2e
FpDebug: Windows, implement alternative "normal" file reading (via stream). On 32bit mapping an entire file into memory can fail, if not enough continuous memory is available.
2024-05-23 20:04:35 +02:00
dsiders
5b84fae03d
Docs: LCL/intfgraphics. Fixes errors in example code. Issue #40970 .
...
* Discussion in https://forum.lazarus.freepascal.org/index.php/topic,67369.msg518241.html .
2024-05-23 18:51:49 +01:00
rich2014
c07636816e
IDE: NormalizeLazExe() bug fixed (by @n7800)
2024-05-23 23:06:18 +08:00
rich2014
50ae432ee7
Cocoa: add shortcut support in Open/Save Dialog (Copy/Cut/Paste/SelectAll/Undo/Redo)
...
implemented by inserting a special Edit menu
2024-05-23 22:56:05 +08:00
wp_xyz
3d6170cf9e
TAChart: More speedup of TADrawerSVG.ColorToHex. Issue #40967 . Patch by Alexey Torgashin.
2024-05-23 15:27:20 +02:00
Ondrej Pokorny
71526ba83e
Lazarus IDE: better comment about MainFormOnTaskBar := False, issue #39654
2024-05-23 11:16:30 +02:00
Ondrej Pokorny
5b97b0e993
Revert "Lazarus IDE: make MainFormOnTaskBar True, issue #39654 "
...
This reverts commit 8de57d2e1c
.
2024-05-23 11:16:30 +02:00