dsiders
|
441cf03564
|
Docs: LazUtils/translations. Adds Darwin-specific content in the GetLanguageID topic for changes in 6ae07c24 .
|
2023-09-11 22:43:17 +01:00 |
|
wp_xyz
|
144bdc06af
|
LCL/TCheckListBox: Deprecate event OnItemClick (duplicate of Delphi-compatible event OnClickCheck) and related methods, issue #38933. Fix KeyDown method to result in the same order of events as in Delphi.
|
2023-09-11 23:42:32 +02:00 |
|
wp_xyz
|
6873e2646a
|
LCL/TShape: Simplify usage of point arrays.
|
2023-09-11 19:54:38 +02:00 |
|
wp_xyz
|
3ec349e0eb
|
LCL/TShape: Add user-defined polygon shape. No allocation of mask in constructor.
|
2023-09-11 19:34:18 +02:00 |
|
wp_xyz
|
b473b8b1ed
|
LCL/TShape: Create mask bitmap only when needed. Issue #40483.
|
2023-09-11 19:09:46 +02:00 |
|
rich2014
|
c96908793d
|
Cocoa/Opengl: fix compilation issue, patch by @anton.kavalenka #40502
|
2023-09-11 22:10:36 +08:00 |
|
rich2014
|
972f8c9b03
|
Cocoa: Merge branch 'cocoa/zorder', fix the control focus lost issue, exposed by 853461f
for example, in the IDE, when a new file opened, the focus of SourceEditor lost
|
2023-09-11 21:50:48 +08:00 |
|
rich2014
|
a5972bd093
|
Cocoa: improved in TCocoaWSCustomTabControl.SetChildZPosition (need not resorted)
|
2023-09-11 21:48:53 +08:00 |
|
rich2014
|
78bcc9b70a
|
Cocoa: improved in TCocoaWSWinControl.SetChildZPosition()
|
2023-09-11 21:48:53 +08:00 |
|
rich2014
|
1136943615
|
Cocoa: fix the control focus lost issue, exposed by 853461f
for example, in the IDE, when a new file opened, the focus of SourceEditor lost
|
2023-09-11 21:48:52 +08:00 |
|
Michaël Van Canneyt
|
9554442497
|
* Correctly set formatter
|
2023-09-11 14:10:22 +02:00 |
|
Michaël Van Canneyt
|
4164a45242
|
* Disable manual compile
|
2023-09-11 14:01:57 +02:00 |
|
Michaël Van Canneyt
|
a4e9140ab3
|
* Generate HTML from a dataset
|
2023-09-11 14:00:20 +02:00 |
|
Michaël Van Canneyt
|
4b2aa144df
|
* Add missing columns dialog
|
2023-09-11 14:00:20 +02:00 |
|
Juha
|
e13451a5ab
|
LCL: Rename msg CM_IRREGULARSHAPEHITTEST->CM_MASKHITTEST and TShape.HitTest->TShape.PtInShape. Issue #40483.
|
2023-09-11 09:22:29 +03:00 |
|
Maxim Ganetsky
|
6ae07c2413
|
LazUtils, Translations: simplified getting user language value in macOS (don't use setenv function, just use obtained identifier directly in GetLanguageID function), issue #40495
|
2023-09-11 03:29:37 +03:00 |
|
Juha
|
e2b8f45b62
|
LCL: Improve shape click detection in TShape. Issue #40483.
|
2023-09-10 20:39:57 +03:00 |
|
Maxim Ganetsky
|
a018a3ca41
|
Merge branch 'fix_gtk2_clipboard_leak' into 'main'
gtk2: fix resource leak (gtk_clipboard_wait_for_contents). Issue #40499
See merge request freepascal.org/lazarus/lazarus!235
|
2023-09-10 16:20:32 +00:00 |
|
wsherman
|
275ce9fdd8
|
gtk2: fix resource leak (gtk_clipboard_wait_for_contents). Issue #40499
|
2023-09-10 15:52:29 +00:00 |
|
DomingoGP
|
fde9868fda
|
Jedi code format: issue 40501 comment not stays on the same line.
|
2023-09-10 16:15:52 +02:00 |
|
Martin
|
d23a06285b
|
SynEdit: fixed wrong (to big) text-len in TSynEditMarkupHighlightAllMulti
|
2023-09-10 14:21:01 +02:00 |
|
rich2014
|
897a4db3df
|
Cocoa: Fix: the APP will crash if MainForm is not set
|
2023-09-10 18:34:44 +08:00 |
|
rich2014
|
cbf1dcc616
|
Translation: Fix #40495: auto language detection on MacOS (various WS)
|
2023-09-10 18:10:23 +08:00 |
|
Juha
|
a2d2cbc5dd
|
LCL: Remove nested "with" blocks from TShape.Paint. Makes it easier to understand and less prone to errors.
|
2023-09-10 12:14:32 +03:00 |
|
Juha
|
386cb0c596
|
LCL: Implement event OnShapeClick. Add a reusable function HitTest. Issue #40483.
|
2023-09-10 12:02:14 +03:00 |
|
dsiders
|
a6cf14e143
|
Docs: LCL/extdlgs. Removes StartMonday from TCalendarDialog.DisplaySettings topic.
|
2023-09-10 00:42:34 +01:00 |
|
wp_xyz
|
8de3e144af
|
LCL/TCalendarDialog: Expose calendar's property FirstDayOfWeek.
|
2023-09-09 23:46:28 +02:00 |
|
rich2014
|
dbde03d6a3
|
Cocoa: Fix #40495: auto language detection on MacOS
add LANG environment variable from AppleLocale in GUI APP
|
2023-09-09 23:16:22 +08:00 |
|
wp_xyz
|
2c448bcff5
|
fpvectorial: Support lists in pdf writer. Merge request !234 by Morith Lamprecht. Update fpvtextwritetest and fpvtextwritetext2 demo projects.
|
2023-09-09 16:16:42 +02:00 |
|
Juha
|
971c617e68
|
Designer, LCL: Select controls behind controls with irregular shapes. Issue #40483, patch by Fabio Luis Girardi.
|
2023-09-09 14:03:09 +03:00 |
|
Juha
|
fabfdeb599
|
LCL: Clarify code in TWinControl.ControlAtPos. Rename GetControlAtPos -> ControlIsHit.
|
2023-09-09 13:08:58 +03:00 |
|
wp_xyz
|
6eb18a2d11
|
fpvectorial: Extend fpvtextwritetest2 to optionally use pdfwriter.
|
2023-09-08 12:02:50 +02:00 |
|
ACTom
|
57381cefb7
|
Translations: Chinese translation update, merge request !233
|
2023-09-07 03:15:30 +03:00 |
|
Maxim Ganetsky
|
e776e2cd6f
|
JCF2: don't show ancient date in About dialog, regenerated translations and updated Russian translation
|
2023-09-07 02:46:03 +03:00 |
|
Željan Rikalo
|
11f4629097
|
Qt5,Qt6: fixed paste from firefox under wayland. issue #40423
|
2023-09-06 21:29:34 +02:00 |
|
dsiders
|
3b39a80d16
|
Docs: LCL/stdctrls. Removes QT support admonitions for changes in ab9b9835 .
* TCheckBox.Alignment
* TRadioButton.Alignment
* TComboBox.AdjustDropDown
* TComboBox.ItemWidth
|
2023-09-06 18:42:24 +01:00 |
|
Maxim Ganetsky
|
0dd2975a23
|
JCF2: small i18n/wording improvements, issue #40492, regenerated translations and updated Russian translation
|
2023-09-06 19:42:23 +03:00 |
|
Maxim Ganetsky
|
d51e605fdd
|
JCF2: iproved i18n of "Comments" settings page, regenerated translations and updated Russian translation
"
|
2023-09-06 19:31:12 +03:00 |
|
Maxim Ganetsky
|
3e05f415ee
|
JCF2: fixed sizing of "Open folder" button in "File Settings" option page
|
2023-09-06 18:51:16 +03:00 |
|
Željan Rikalo
|
ab9b9835c4
|
Qt,Qt5,Qt6: removed TCheckBox.Alignment, TRadioButton.Alignment, TComboBox.AdjustDropDown, TComboBox.ItemWidth from issues.xml as it is implemented.
|
2023-09-06 17:10:18 +02:00 |
|
Željan Rikalo
|
e3a3552ceb
|
Qt,Qt5,Qt6: Implemented TCustomCheckBox.Alignment for checkboxes and radio buttons.
|
2023-09-06 16:56:44 +02:00 |
|
mattias
|
4ffb33a0bc
|
ide: splasform use CreateForm
|
2023-09-06 16:45:26 +02:00 |
|
mattias
|
872608c382
|
lcl: fixed TApplication.CreateForm for splashform
|
2023-09-06 16:17:52 +02:00 |
|
Željan Rikalo
|
a7e90edd46
|
Qt,Qt5,Qt6: Implemented TComboBox.AdjustDropDown - TQtWidgetSet.SetComboMinDropDownSize.
|
2023-09-06 14:37:49 +02:00 |
|
Maxim Ganetsky
|
05fbbfe042
|
Win32: FOS_OKBUTTONNEEDSINTERACTION is now available in FPC 3.2.3, adjust IFDEF accordingly
|
2023-09-06 01:33:38 +03:00 |
|
Maxim Ganetsky
|
0883368afb
|
Gtk3: cleanup, issue #40489
|
2023-09-05 18:14:39 +03:00 |
|
Željan Rikalo
|
67fb404f84
|
Qt6: QtEdges can be or'ed, so make it cardinal type.
|
2023-09-05 12:36:04 +02:00 |
|
Željan Rikalo
|
0480536ac0
|
Qt6: implemented QtThemes GetDetailSizeForPPI.
|
2023-09-05 12:33:29 +02:00 |
|
Juha
|
1cb245cb76
|
Add description and license to SimpleWebServerGUI package.
|
2023-09-05 09:31:55 +03:00 |
|
Maxim Ganetsky
|
2516749a2f
|
Packages: removed deprecated Sparta packages which started to cause troubles to users, issue 40485
|
2023-09-05 03:17:44 +03:00 |
|