Commit Graph

61375 Commits

Author SHA1 Message Date
Martin
8d41aa5e99 IDE: Fix endless loop in codetools. Issues #39306 and #39387 2021-10-11 13:50:48 +02:00
Željan Rikalo
c822e57876 Qt,Qt5: fixed radialPie paint with antialiasing. issue #39416 2021-10-11 11:38:04 +02:00
dsiders
1f1239bb7a Docs: LazUtils/lazmethodlist. Adds SameMethod and updates CompareMethods topics.
* Depends on 814e4ba4.
2021-10-11 00:56:04 +01:00
dsiders
e027061cb5 Docs: LCL/controls. Adds short descriptions for various topics. 2021-10-11 00:20:46 +01:00
Juha
8985175dd5 Disable CLocale in OpenBSD, it is broken there. Order used units. Issue #39368. 2021-10-10 22:04:13 +03:00
Juha
869f59b3f0 JEDI Code Formatter: Cleanup. Remove unused functions. Issue #35722, patch by DomingoGP. 2021-10-10 21:51:53 +03:00
Juha
6439e19d40 JEDI Code Formatter: Support a list of used registers at the end of "asm" block. Issue #35722, patch by DomingoGP. 2021-10-10 21:50:12 +03:00
Juha
814e4ba4e2 Rename CompareMethods to more logical SameMethod. Remove old deprecated functions. 2021-10-10 19:00:49 +03:00
Martin
114d4a1714 PascalScript: Compile on PPC, using "not supported" InnerfuseCall. Issue #39404 2021-10-10 13:03:40 +02:00
Martin
b26d9aa832 svn2revisioninc, Installer: use first-parent for git describe 2021-10-09 21:38:25 +02:00
Martin
c4109375a5 Debugger: Fix mem leak in asm 2021-10-09 20:03:24 +02:00
michl
4204b2bd71 DockedFormEditor: Remove invalid widgetset LCLWin64 2021-10-09 19:05:07 +02:00
michl
11191cc81c AnchorDocking: Remove all handlers of Forms when DockMaster is destroyed. Patch by Anton Kavalenka 2021-10-09 16:59:11 +02:00
Juha
e67c74ed7e IDE: Disable Project Options toolbuttons while compiling many build modes. Issue #39332. 2021-10-09 12:26:30 +03:00
Juha
13845c7a92 IDE: Order uses sections. 2021-10-09 03:47:56 +03:00
Juha
30ba61883f LCL-GTK2: Fix TPopupMenu on 2 monitors aligned vertically. Issue #39422, patch by Alexey T. 2021-10-09 00:32:18 +03:00
Željan Rikalo
e42dfcff56 Qt5: fixed typo. 2021-10-07 00:16:48 +02:00
Dmitry Boyarintsev
e8614c81e9 cocoa: passing the checkminmax value 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
1bef01e030 cocoa: adding the check for min and max values of the spin edit. If they are the same, pretend we don't have any boundires 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
b84637afff cocoa: removing hardcoded offset of the content. it should have been already offset enough 2021-10-06 23:57:46 +03:00
Dmitry Boyarintsev
49bb85a7ba cocoa: hidding the text title for ownerdrawn controls 2021-10-06 23:57:46 +03:00
Željan Rikalo
26930d85c6 Qt,Qt5: fixed antialiased paint of ellipse and poylgon. issue #35568 , issue #39416 2021-10-06 19:57:32 +02:00
Željan Rikalo
29fa1e508e Qt,Qt5: fixed maximized window with borderstyle = bsnone. issue #39158 2021-10-06 13:46:42 +02:00
Željan Rikalo
e8317fb534 Qt,Qt5: fixed problem with drawing primitives when antialiasing enabled. issue #39416 2021-10-06 11:37:19 +02:00
Juha
b6a4282835 IDE: Execute a shortcut command only when it is enabled. 2021-10-06 00:30:56 +03:00
Juha
8c248da41d IDE: Disable Project Options command while compiling many build modes. Issue #39332. 2021-10-05 14:31:35 +03:00
dsiders
cc0c03af28 Docs: LCL/spin. Adds and updates topics for changes in abd3cd5c, 2befd9dd. 2021-10-05 04:38:30 +01:00
dsiders
335ac8b724 Docs: LazControls/spinex. Updates topics for recent source code changes.
* Depends on 2e98d119, e868afe1, 16c42cea.
2021-10-04 22:52:35 +01:00
dsiders
f77ea526e4 Docs: LCL/stdctrls. Updates topics for issue #39413.
* Updates RealSetText and Text topics in TCustomComboBox.
* Depends on a669e084.
2021-10-04 17:00:24 +01:00
dsiders
b4b11c6f2a Docs: LCL. Adds or updates topic content. 2021-10-04 14:04:45 +01:00
Martin
f353e71e8a JitClasses: prevent endless loop 2021-10-04 12:07:14 +02:00
Juha
02eed0c903 LCL: A new angle bracket option for TreeViewExpandSignType. Issue #39361, patch by Alexey T. 2021-10-04 11:35:11 +03:00
Juha
7ca9ba2fb6 Support more calling conventions. Issue #39405, patch by Pavel. 2021-10-04 11:10:27 +03:00
Bart
2befd9dd7f T(Float)SpinEdit: make Modified have the correct value in OnChange as well. 2021-10-03 21:41:34 +02:00
Bart
16c42ceaa0 T(Float)SpinEditEx: forgotten to commit file in e868afe1. 2021-10-03 16:40:09 +02:00
Bart
e868afe133 T(Float)SpinEditEx: set make sure Modified is correct in OnChange event as well. 2021-10-03 16:22:04 +02:00
Bart
abd3cd5c6b T(Float)SpinEdit: set Modified to False if Value is set programmatically. 2021-10-03 12:47:45 +02:00
Bart
2e98d119cc T(Float)SpinEditEx: set Modified to False if Value is set programmatically. 2021-10-03 12:37:26 +02:00
Bart
a669e08450 TComboBox: update ItemIndex in RealSetText also if Text is empty string. Issue #39366. 2021-10-03 10:05:51 +02:00
dsiders
70452d48d7 Docs: LCL/dialogs. Updates topic for changes in 608ffc5e.
* Depends on 608ffc5e.
* Adds missing short descriptions for various parameters.
2021-10-02 19:17:10 +01:00
wp_xyz
608ffc5ee9 LCL/Dialogs: Auto-sized layout for InputCombo(Ex). Fixes issue #39410. 2021-10-02 12:54:34 +02:00
wp_xyz
d33a33921c LCL/TCustomCheckbox and descendants: Measure size of checkbox/radiobutton symbol from ThemeServices rather than from SystemMetrics. Fixes issue #39398. 2021-10-02 12:52:35 +02:00
dsiders
736e71078e Docs: LCL/filectrl. Updates MinimizeName to specify that the width argument is pixels and not characters. 2021-10-01 19:01:46 +01:00
Juha
555a0bb5fc CodeTools: Support case-insensitive {$Align X} etc. directives. Issue #39339, patch by PeaZomboss. 2021-10-01 16:31:42 +03:00
Juha
8eeeef47c6 Codetools: Eliminate a variable. 2021-10-01 16:31:42 +03:00
Martin
f6d50d449f LazDebuggerFp, test: add run as console app 2021-10-01 14:31:52 +02:00
Martin
8bb1162ac2 SynEdit, test: add build modes, add run as console app, comment out some test failures, reduce some long tests 2021-10-01 14:31:52 +02:00
Maxim Ganetsky
2b295d7617 Regenerated translations after revision 865013ee 2021-10-01 00:20:20 +03:00
Juha
48097761d8 LCL-GTK3: Debug output for function TGtk3WidgetSet.GetWindowOrgEx. 2021-09-30 22:55:18 +03:00
dsiders
24ababf578 Docs: LCL. Updates topics to reflect code changes in 865013ee.
* modified:   docs/xml/lcl/controls.xml
* modified:   docs/xml/lcl/lclstrconsts.xml
2021-09-30 19:44:03 +01:00