Commit Graph

11911 Commits

Author SHA1 Message Date
dmitry
9ce582e416 cocoa: implementing readonly for combobox
git-svn-id: branches/comboboxreadonly@63246 -
2020-05-29 02:04:04 +00:00
dmitry
6c358d11ef qt5: implement combobox readonly
git-svn-id: branches/comboboxreadonly@63240 -
2020-05-28 14:21:42 +00:00
dmitry
02b7d44d7d gtk2: support for combobox readonly
git-svn-id: branches/comboboxreadonly@63239 -
2020-05-28 13:35:12 +00:00
dmitry
dbeeed9c09 win32: implementing combobox readonly property
git-svn-id: branches/comboboxreadonly@63238 -
2020-05-28 12:54:25 +00:00
ondrej
5be9338540 win32 combobox: disallow setting selection parameters for comboboxes without an editbox to prevent exceptions
git-svn-id: trunk@63231 -
2020-05-26 22:52:57 +00:00
ondrej
ef8d6a825e ComboBox: implement TComboBoxStyle.IsOwnerDrawn and .IsVariable and use them instead of the in [] syntax
git-svn-id: trunk@63228 -
2020-05-26 22:25:15 +00:00
bart
a8d3315c24 Win32: fix TBitBtn not showing glyph and caption after r62947 #c6a922e9c2. Issue #0037105. Also properly fixes the original issue #0036678. Patch by Anton Kavalenka.
git-svn-id: trunk@63227 -
2020-05-26 21:56:26 +00:00
ondrej
1c63f54328 ComboBox: more fixes with TComboBoxStyle.HasEditBox
git-svn-id: trunk@63225 -
2020-05-26 21:53:31 +00:00
ondrej
34e6f40639 ComboBox: implement TComboBoxStyle.HasEditBox as a replacement for the old and removed TCustomComboBox.ReadOnly property
git-svn-id: trunk@63224 -
2020-05-26 21:30:13 +00:00
michael
18d6e48e90 * Syntax error fixed in non-wince branch
git-svn-id: trunk@63223 -
2020-05-26 16:57:52 +00:00
wp
254e43bb4f LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek
git-svn-id: trunk@63220 -
2020-05-25 14:16:57 +00:00
wp
0b121ff6fe WinCE: Fix compilation of LCL due to property TCustomCombobox.ReadOnly not existing any more.
git-svn-id: trunk@63219 -
2020-05-25 14:04:07 +00:00
michl
f48f7cee1a GTK2: Fixed first mouse event is lost in new modal form shown from MouseDown event. Issue #0035720
git-svn-id: trunk@63203 -
2020-05-21 21:21:13 +00:00
dmitry
2fe9deebad cocoa: removing NSSlider extra keyboard handling towards using altIncrementalValue
git-svn-id: trunk@63190 -
2020-05-21 04:50:02 +00:00
juha
8813eb52b3 LCL-GTK3: Deal with GDK_KEY_Escape. Remove a duplicate test for nil Widget.
git-svn-id: trunk@63186 -
2020-05-20 15:20:21 +00:00
dmitry
060d41338c cocoa: fix compilation for selectAll
git-svn-id: trunk@63184 -
2020-05-19 00:30:05 +00:00
dmitry
0c58a57cfb cocoa: implementing SelectAll and ClearSelection for listview
git-svn-id: trunk@63183 -
2020-05-18 11:46:59 +00:00
dmitry
5b86ef8e6d cocoa: resetting any change flag for a spinedit
git-svn-id: trunk@63170 -
2020-05-16 01:10:46 +00:00
dmitry
d0018e058f cocoa: allowing free form editting of a spinedit. bug #37067
git-svn-id: trunk@63169 -
2020-05-16 01:08:50 +00:00
mattias
142965cb34 lcl: gtk2: fixed force realize, issue #37073
git-svn-id: trunk@63166 -
2020-05-15 22:46:40 +00:00
juha
88ca338944 LCL-GTK3: Implement CreateRoundRectRgn and CreateEllipticRgn. Issue #37075, patch from Anton Kavalenka.
git-svn-id: trunk@63165 -
2020-05-15 22:20:36 +00:00
juha
67cf446d13 LCL-Carbon: Fix compilation after ComboBox.ReadOnly was removed. Issue #37068, patch from C Western.
git-svn-id: trunk@63164 -
2020-05-15 21:38:12 +00:00
mattias
e1e4680a77 lcl gtk2: fixed gtk warnings
git-svn-id: trunk@63143 -
2020-05-13 08:52:21 +00:00
juha
e0156207ac LCL: Initialize image description in widgetsets where not done already. Issue #36955, patch from Michal Gawrycki.
git-svn-id: trunk@63131 -
2020-05-09 22:28:29 +00:00
dmitry
56f22cd0d8 cocoa: fix for the compilation of previously removed ReadOnly. bug #37009. The patch by Alexander Koblov. todo: need to have a proper OOP replacement with lclXXX methods in cocoa combobox classes
git-svn-id: trunk@63115 -
2020-05-05 03:29:08 +00:00
juha
47bfab75ef LCL: Remove also public property TCustomComboBox.ReadOnly.
git-svn-id: trunk@63112 -
2020-05-02 14:13:43 +00:00
zeljko
7268a635f5 gtk2: fixed compilation on ms windows. Patch by barlone. issue #36991
git-svn-id: trunk@63091 -
2020-04-29 10:44:29 +00:00
zeljko
a3f4b124d6 Gtk3: fixed TListBox.MultiSelect. issue #36971
git-svn-id: trunk@63090 -
2020-04-28 17:00:50 +00:00
zeljko
6528ab5a42 gtk2: fixed double keys in ide editor. Patch by C Western. issue #36976
git-svn-id: trunk@63089 -
2020-04-28 08:22:59 +00:00
zeljko
35d427d277 Qt5: add plugins to the Qt paths when app is running under mswindows and Qt dll's are deployed inside app dir.
git-svn-id: trunk@63083 -
2020-04-26 10:53:32 +00:00
zeljko
256824fdd6 Gtk3: implemented scrollbar events. Patch by Anton Kavalenka. issue #36964
git-svn-id: trunk@63057 -
2020-04-24 15:26:26 +00:00
zeljko
51285457f5 Gtk3: added Gdk3 api - needed for monitor. issue #36963
git-svn-id: trunk@63056 -
2020-04-24 15:25:09 +00:00
zeljko
0098727a3e Gtk3: fixed Gtk3WinApi.GetActiveWindow(). Patch by Anton Kavalenka. issue #36954
git-svn-id: trunk@63046 -
2020-04-22 16:59:42 +00:00
zeljko
b089104119 Gtk3: implemented TCustomForm.BorderStyle, TCustomForm.BorderIcons and TCustomForm.AlphaBlend. Patch by Anton Kavalenka. issue #36944
git-svn-id: trunk@63045 -
2020-04-21 15:20:03 +00:00
zeljko
ff27397e4a Qt: removed code dependent on -dQtUseAccurateFrame. This define is not valid anymore.
git-svn-id: trunk@63042 -
2020-04-21 10:10:09 +00:00
zeljko
bf01889663 Qt5: removed -dQtUseAccurateFrame related code. This define does nothing anymore since window frame size is fixed.
git-svn-id: trunk@63041 -
2020-04-21 10:01:14 +00:00
martin
53bb4453cf TScrollBar: Fix positioning on user action / regression from r62613 #59a33a8f2b
git-svn-id: trunk@63040 -
2020-04-21 01:12:17 +00:00
juha
4952e8e45f LCL-GTK3: Improve TShiftState with MouseDown. Issue #36930, patch from Anton Kavalenka.
git-svn-id: trunk@63039 -
2020-04-20 23:12:55 +00:00
zeljko
6c9c260885 Gtk3: fixed TGroupBox visible status at runtime. Patch by Anton Kavalenka. issue #36938
git-svn-id: trunk@63037 -
2020-04-20 17:21:26 +00:00
zeljko
9f35847ffc Gtk3: fixed setting of radio menuitems. issue #36937
git-svn-id: trunk@63036 -
2020-04-20 15:53:19 +00:00
zeljko
b2bd6716d6 Qt,Qt5: fixed design time bug on TPageControl. issue #36939
git-svn-id: trunk@63035 -
2020-04-20 15:38:55 +00:00
zeljko
13b2c7025d Qt5: removed unused proc
git-svn-id: trunk@63030 -
2020-04-20 11:29:32 +00:00
martin
3bb99ddac4 TListView: Cleanup, Mouse events
git-svn-id: trunk@63029 -
2020-04-20 10:36:12 +00:00
dmitry
7125b6ce7e cocoa: update override of setDocumentView() method to be compatible with fpc prior to and after fpc3.2
git-svn-id: trunk@63028 -
2020-04-20 03:10:49 +00:00
mattias
a567909a9a lcl: fixed perms
git-svn-id: trunk@63026 -
2020-04-19 21:14:50 +00:00
mattias
1cdc2c2c29 lcl: fixed perms
git-svn-id: trunk@63024 -
2020-04-19 21:13:17 +00:00
martin
f37a0afd19 TListView: Fix context menu timing and position. Issue #0035917 BugNote 0122252
git-svn-id: trunk@63022 -
2020-04-19 19:48:05 +00:00
juha
db00577e92 LCL-GTK3: Report TShiftState = ssRight correctly. Issue #36930, patch from Anton Kavalenka.
git-svn-id: trunk@63021 -
2020-04-19 14:21:17 +00:00
zeljko
29baf5cbce gtk3: additional fix for gtk3 dialogs. Patch by Anton Kavalenka. issue #36416
git-svn-id: trunk@63020 -
2020-04-19 13:33:54 +00:00
mattias
b12fdab177 lcl fixed perms
git-svn-id: trunk@63016 -
2020-04-19 12:17:20 +00:00