rich2014
1686a8c9d1
Cocoa: fix the setting of ScrollView with Flipped coordinates
2024-06-10 10:35:00 +08:00
rich2014
d6afcd1953
Cocoa: fix the setting of Custom Control with Flipped coordinates
...
Note that on Cocoa:
1. Not Flipped: opposite to win32
2. Flipped: like win32
2024-06-10 10:35:00 +08:00
dsiders
ef1838e6d2
Docs: LCL/controls. Modifies TWinControl.WndProc topic for changes in 9da0d75b
.
2024-06-09 18:46:21 +01:00
DomingoGP
1edd541c58
Jedi code format: Fix typo.
2024-06-09 17:47:03 +02:00
rich2014
da0c4ec917
LCL: Add CM_THEMEDCHANGED to TWinControl.WndProc to catch widget system light/dark change
...
See merge request freepascal.org/lazarus/lazarus!293
2024-06-09 07:28:57 +00:00
rich2014
8e01a9da14
laz.virutaltrees / Cocoa: fix the issue that the first line displayed abnormally when scrolling
...
for example, there are many items in Lazarus IDE BreakPoints Dlg.
2024-06-09 15:10:53 +08:00
rich2014
ef3054c557
Cocoa: Fix the issue introduced @ 8ecc0ea
...
for example, the Icon cannot be displayed normally in VirtualTrees
2024-06-09 14:09:21 +08:00
rich2014
f703b65dd6
Cocoa: Fix the issue introduced @8bdb42c
...
for example, the Header cannot be displayed normally in VirtualTrees
2024-06-09 14:03:00 +08:00
David Jenkins
9da0d75b79
Add CM_THEMEDCHANGED to TWinControl.WndProc to catch widget system light/dark change
2024-06-07 00:05:39 +00:00
Martin
82cc65e98b
FpDebug: fix bound-calc for arrar (non Fpc Dwarf)
2024-06-06 18:00:05 +02:00
Martin
951eacad37
FpDebug: Update fpc version check for broken Dwarf-4 line info
2024-06-06 17:42:35 +02:00
Martin
2d184e35d8
FpDebug: Optimize reading empty string / don't range check codepage address (MemRead will set an error if invalid)
2024-06-06 17:42:35 +02:00
Martin
eabd1453d0
FpDebug: refactor multi-dim array, for non-fpc specific Dwarf.
2024-06-06 17:42:35 +02:00
rich2014
37aad3d3d2
Cocoa: Fix the context size in TCocoaTableListView.drawRow_clipRect (TListBox)
2024-06-06 23:17:10 +08:00
rich2014
0bfaca6b99
Cocoa: fix the Drawing issue, Merge branch 'cocoa/cgcontext'
2024-06-06 11:28:07 +08:00
rich2014
8bdb42c45c
Cocoa: refactor in TCocoaThemeServices
2024-06-06 10:51:40 +08:00
rich2014
8ecc0ea6cc
Cocoa: refactor in TCocoaContext.StretchDraw()
2024-06-06 10:51:40 +08:00
rich2014
9376f57403
Cocoa: SetCGFillping/RestoreCGFillping removed
2024-06-06 10:51:40 +08:00
rich2014
df77d2766e
Cocoa: fix drawing issue for custom-drawn listbox (issue #36714 )
2024-06-06 10:51:40 +08:00
rich2014
b7183648e0
Cocoa: fix up-side down issue with Transparent Bitmaps (issue #36714 )
2024-06-06 10:51:40 +08:00
Martin
c030c1af73
FpDebug: line/address lookup, fix uninitialized result for "file-found", used for pending breakpoints
2024-06-05 17:52:54 +02:00
Martin
8ee632a157
FpDebug: Update user-set address breakpoints, when libraries are loaded/unloaded. Issue #40973
2024-06-05 17:52:54 +02:00
Martin
00507e47df
FpDebug: Update internal breakpoints, if they failed to be set.
2024-06-05 17:52:46 +02:00
Martin
6d6f77a870
FpDebug: Move break-setting error flag from Handler to Map
2024-06-05 17:52:45 +02:00
wp_xyz
d58113e2e0
LazControls: Publish TSpinEditEx.SpinButtonWidth and TFloatSpinEditEx.SpinButtonWidth
2024-06-05 15:08:00 +02:00
mattias
7f5295b689
tools: create debs: added arch arm64, thx to Reinhold and Otto
2024-06-05 14:58:36 +02:00
mattias
8fdbfcd024
tools: create debs: added arch arm64
2024-06-05 14:48:32 +02:00
mattias
8a144ec93d
datetimectrls: TDateTimePicker: using local var
2024-06-05 14:38:26 +02:00
Maxim Ganetsky
f501addc89
IDE: regenerated translations and updated Russian translation
2024-06-04 23:05:10 +03:00
Maxim Ganetsky
db735501e4
IDE: improved i18n
2024-06-04 23:03:23 +03:00
Maxim Ganetsky
e8ee8c7eb8
Merge branch 'RemovedStrCopy' into 'main'
...
LCL: Removed unneeded string copy in LCLProc.TextToShortCutGeneric function
See merge request freepascal.org/lazarus/lazarus!292
2024-06-03 22:25:31 +00:00
Andrey Zubarev
27f3226a53
LCL: Removed unneeded string copy in LCLProc.TextToShortCutGeneric function
2024-06-03 22:25:30 +00:00
rich2014
fc41ca2ea9
Cocoa: Fix "Access Violation" in TCocoaWSCustomListView.SetImageList(), by Michalis Kamburelis
2024-06-03 08:42:23 +08:00
dsiders
346b890f26
Docs: LCL/controls. Updates TWinControl.PaintControls topic for changes in da0cab13
. Issue #19685 .
2024-06-02 21:08:44 +01:00
rich2014
da0cab134e
LCL: fix the issue #19685 that painting TGraphicsControl on Designer Overlay DC
...
1. the issue only occurs at design time
2. the issue is that Control should not be painted on Designer Overlay Layer
2024-06-02 23:49:17 +08:00
DomingoGP
543afd6573
Jedi code format: fix calls to inherited in array index.
2024-06-02 15:39:24 +02:00
DomingoGP
b37e92de41
Jedi code format: Fix issue #40981 inherited function calls.
2024-06-02 15:18:52 +02:00
rich2014
258a7a49c4
Cocoa: make MenuItem State Images configurable
2024-06-01 20:47:57 +08:00
rich2014
cf8e697705
Cocoa: adapt Radio MenuItem to Dark Theme
2024-06-01 20:33:55 +08:00
DomingoGP
7fe3cecf9a
Jedi code format: Fix issue #40980 , exception on unterminated string.
2024-06-01 14:24:17 +02:00
wp_xyz
92306de965
TurboPowerIPro: Less hints.
2024-06-01 14:10:04 +02:00
wp_xyz
2acde1ee85
TurboPowerIPro: Add support of 3-digit html color codes.
2024-06-01 13:55:47 +02:00
Juha
a3ac0ccd82
IDE: Improve "All options" window, show compiler version in caption. Issue #40968 , patch by n7800.
2024-06-01 09:59:49 +03:00
Maxim Ganetsky
520eccce1a
LCL: regenerated translations
2024-05-29 18:14:42 +03:00
rich2014
728ef54055
Cocoa: LM_CONTEXTMENU is sent when the right mouse button is released instead of being pressed
...
1. consistent with Win32
2. avoids the problem that is easy to occur in APP, because the context menu pops up after the APP receives LM_CONTEXTMENU, which will lose the LM_MOUSEUP event. For example, in IDE Form Designer, if you right-click to pop up the context menu, after closing the context menu, the Designer is still in the MouseDown state by mistake
2024-05-29 21:37:53 +08:00
rich2014
f064cbaf78
LCL: lclstrconsts.zh_TW.po: updated
2024-05-29 19:55:20 +08:00
Maxim Ganetsky
0f3ebff353
LCL: regenerated translations
2024-05-29 02:46:50 +03:00
dsiders
c52332fbb5
Docs: LCL/graphics. Updates the TCanvas.Draw topic to clarify content.
...
* Based on suggestions by @jamie in the forum discussion
* https://forum.lazarus.freepascal.org/index.php/topic,67389.0.html .
2024-05-28 18:07:11 +01:00
wp_xyz
9f017e0230
fpweb: Update README for updating image resources
2024-05-28 18:28:14 +02:00
wp_xyz
1372d312b5
fpweb: Add high-dpi-aware icons by Roland Hahn. Related to issue #19814 .
2024-05-28 18:23:32 +02:00