Commit Graph

66579 Commits

Author SHA1 Message Date
mattias
656d6ffc5d clean up 2023-12-07 11:16:10 +01:00
mattias
b5f892d644 ide: fixed load/save WriteConfigFilePath 2023-12-07 11:12:16 +01:00
Martin
adf9883a33 FpDebug: Fix for location lists 2023-12-06 22:08:34 +01:00
wp_xyz
44979ed7be TAChart: Convert a OHLC chart to a HLC chart (as used by Excel) by allowing yopen to be NaN. 2023-12-06 17:27:05 +01:00
Martin
ead31d2c8c FpDebug: Set ProcValue (for FrameBaseNeeded) when locals/params are gotten from ProcVal.Members (affects stack and locals) 2023-12-06 17:02:43 +01:00
wp_xyz
10e211092a TAChart: Add new property TickWidthStyle to TOpenHighLowCloseSeries 2023-12-06 16:44:12 +01:00
dsiders
8b3f7cf663 Docs: LCL/stdctrls. Fixes a typo. 2023-12-06 04:50:33 +00:00
dsiders
e08ea9d54a Docs: LCL/stdctrls. Updates TCustomComboBox.Create and TCustomEdit.Create topics for changes in 469e1318. Issue #40379. 2023-12-05 20:02:17 +00:00
dsiders
f1d77cbfc6 Docs: LCL/grids. Fixes invalid See Also links. 2023-12-05 20:01:58 +00:00
rich2014
f86dc6fdc1 Cocoa: improve TCocoaTableListView.initWithFrame() compatibility 2023-12-06 00:40:48 +08:00
rich2014
cccd1f28b8 Cocoa: NSTableView Style setting supported at Runtime #40633 2023-12-06 00:35:09 +08:00
rich2014
fe69ea4048 Cocoa: NSTableViewStyle added, by Ross Hemingway 2023-12-06 00:35:09 +08:00
rich2014
9c48a2501d Cocoa: move config variables from CocoaConst into CocoaConfig 2023-12-06 00:35:09 +08:00
Željan Rikalo
ddc2c4135b Qt,Qt5,Qt6: fixed mouse capture for TEdit and TComboBox, see details in related issue. Issue #40379 2023-12-05 16:32:37 +01:00
Maxim Ganetsky
469e1318dd LCL: Do not force-clear mouse capture flag on creation of TCustomEdit and TCustomComboBox, issue #40379.
Fixes text selection of TEdit and TComboBox on Gtk2 widgetset.

This effectively reverts the following commits:

Commit 27d0c29fb7 (introduced long time
ago to workaround Qt* widgetsets problems, which will be fixed
separately).

Commit e4494cf4cd (workaround for Gtk2
problems caused by the first one).
2023-12-05 17:25:51 +03:00
wp_xyz
ca219eca4b LCL/TLabeledEdit: Allow to change TLabeledEdit.EditLabel.Layout, publush TLabeledEdit.EditLabel.Alignment (see https://forum.lazarus.freepascal.org/index.php/topic,65452.msg498672.html) 2023-12-05 12:18:27 +01:00
Maxim Ganetsky
ddbf9be326 FPDebug: regenerated translations and updated Russian translation 2023-12-04 19:59:26 +03:00
Maxim Ganetsky
607e7f52c0 FPDebug: slightly improved error message 2023-12-04 19:58:27 +03:00
rich2014
119f21dcaf Cocoa: Fix #40628, crash when double-clicking a date from the calendar 2023-12-05 00:34:41 +08:00
rich2014
3408482979 Cocoa: Fix the issue that DatePickerForm may be covered by the ModalForm 2023-12-04 23:45:00 +08:00
rich2014
aab12c6c54 Cocoa: Control supported in TCocoaWidgetSet.GetWindowRect() 2023-12-04 23:45:00 +08:00
rich2014
4f0ec7cefa IDE: fix typo about ofDoNotActivateSourceEditor 2023-12-04 23:45:00 +08:00
dsiders
cc813766cc Docs: LCL/grids. Updates topics based on forum suggestions by Werner Pamler, including:
* TGridColumns.VisibleCount
* TGridColumns.Enabled
* TCustomStringGrid.LoadFromCSVStream
* TCustomStringGrid.LoadFromCSVFile
2023-12-04 06:57:30 +00:00
dsiders
a9a62d33f8 Docs: LCL/grids. Updates topics based on forum suggestions by Werner Pamler, including:
* TGridColumns.VisibleCount
* TGridColumns.Enabled
* TCustomStringGrid.LoadFromCSVStream
* TCustomStringGrid.LoadFromCSVFile
2023-12-04 06:57:17 +00:00
dsiders
7c403bb17d Docs: LCL/grids. Updates topics based on forum suggestions by Werner Pamler, including:
* TGridColumns.VisibleCount
* TGridColumns.Enabled
* TCustomStringGrid.LoadFromCSVStream
* TCustomStringGrid.LoadFromCSVFile
2023-12-04 06:55:12 +00:00
Martin
2acd136518 FpDebug: Implement location-lists (Dwarf 2/3) 2023-12-04 02:19:05 +01:00
Martin
5efaac3f2f FpDebug: find symbol for fpc_raiseexception (and similar) independent of case. 2023-12-04 02:19:00 +01:00
wp_xyz
ebd45b7c62 TAChart: Fix crash in stacked bar series due to dd3322cfc0 2023-12-03 23:17:21 +01:00
dsiders
68acca089e Docs: LCL/shellctrls. Adds TCustomShellTreeView.GetFilesInDir topic and updates references to renamed helper routine for changes in ef8b5603be.
* TCustomShellTreeView.GetFilesInDir (public visibility)
* TCustomShellTreeView.GetPathFromNode
* TCustomShellListView.Mask
2023-12-03 18:43:38 +00:00
Abou Al Montacir
f195540fe8 GTK3: Fixed cursor update when dragging.
Fix #40617.
2023-12-03 18:45:41 +01:00
Maxim Ganetsky
86218cf48d LCL-Gtk2: Correctly clear input flag in IME mode to avoid double char input. Issue #40630, based on patch by rasberryrabbit. 2023-12-03 19:05:36 +03:00
Juha
425372ee74 LCL-GTK2: Make TrayIcon more configurable based on libraries and features provided by a distro. Issue #40629, patch by dbannon. 2023-12-03 17:49:20 +02:00
Martin
40421d987a LCL/WS: change LazLogger to LazLoggerBase 2023-12-03 15:58:47 +01:00
Martin
c1ab55df5f SynEdit: ini Highlighter, support optional # comments 2023-12-03 15:16:15 +01:00
Martin
fb6cfb8344 Merge branch 'ccrause-fpd2' 2023-12-03 13:11:33 +01:00
Martin
1bec226da0 FpD: change breakpoints to TFpDbgBreakpoint 2023-12-03 13:05:18 +01:00
ccrause
f11d2744db Cleaned up breakpoint creation. 2023-12-03 13:03:09 +01:00
Željan Rikalo
eade19d2bd Qt: fixed mouse focus behaviour of TQtCustomControl. issue #36006,#40615 2023-12-03 12:06:27 +01:00
rich2014
1898a84c34 Cocoa: Fix #40623, TCustomComboBox is not referenced to avoid the issue of APP directly calling TControl.Free() in event handler without using Application.ReleaseComponent() 2023-12-03 10:41:18 +08:00
Martin
b78b524b5b Merge branch 'fpdebug-update-AVR' into 'main'
FpDebug: refactor stack unwinding for AVR

See merge request freepascal.org/lazarus/lazarus!256
2023-12-02 19:10:18 +00:00
ccrause
3b833564d5 FpDebug: refactor stack unwinding for AVR 2023-12-02 17:52:40 +00:00
Martin
53474705c4 FpDebug: check error in expressions, when new dbg-values are created. 2023-12-02 16:33:37 +01:00
Martin
c398363932 FpDebug: fix :refcnt for fpc 3.3.1 2023-12-02 16:33:37 +01:00
Juha
ef8b5603be LCL: Restore a class procedure TCustomShellTreeView.GetFilesInDir. Rename a helper procedure to avoid name clash. 2023-12-02 14:54:49 +02:00
rich2014
946c47ea3c IDE: UPD #40616, apply ofDoNotActiveSourceEditor to TMainIDE.BeforeCodeToolBossApplyChanges() 2023-12-02 12:01:08 +08:00
rich2014
361e059ac5 IDE: ofDoNotActiveSourceEditor of TOpenFlag added 2023-12-02 12:01:08 +08:00
Martin
8208144cdf FpDebug: test ".." intrinsic operator / Fix error checking 2023-12-02 01:10:39 +01:00
rich2014
25c7f3c141 Cocoa: Fix memory leak in TCocoaWSCustomPage.SetProperties() 2023-12-02 00:29:54 +08:00
rich2014
be1dd4686a Cocoa: Fix #40620 release NSColumn again in TCocoaWSCustomListView.ColumnDelete() 2023-12-02 00:19:47 +08:00
Maxim Ganetsky
686e828103 Merge branch 'gtk1-fix-startup-warnings' into 'main'
LCL-GTK1: Fix various startup warnings and Gtk1 assertions

See merge request freepascal.org/lazarus/lazarus!255
2023-11-30 23:43:43 +00:00