Commit Graph

10626 Commits

Author SHA1 Message Date
dmitry
6cb727545e cocoa: implemenating a storage of stringValue for a custom control (in order to keep text of the control for TPanels). related to #30801
git-svn-id: trunk@56589 -
2017-12-03 05:44:09 +00:00
dmitry
6273cd1d79 cocoa: implementing SetChildZPosition for CocoaWSCommon, allowing run-time Z-order change, related #32722 and #32740
git-svn-id: trunk@56588 -
2017-12-03 04:24:14 +00:00
juha
3f7ccb5d63 LCL: Delete the pcfDelphi* and pcfKylix* clipboard formats. Issue #27194.
git-svn-id: trunk@56488 -
2017-11-24 18:02:15 +00:00
mattias
0a6fb60c9f lcl: gtk2: trayicon fixed missing nil parameter
git-svn-id: trunk@56466 -
2017-11-22 12:42:22 +00:00
wp
e9e34f5965 LCL: Remove predefined clipboard format pcfDelphiBitmap (obsolete).
git-svn-id: trunk@56434 -
2017-11-18 13:18:41 +00:00
michl
8cf176ad0c LCL: Win32: Prevent AV at closing form.
git-svn-id: trunk@56429 -
2017-11-17 20:11:20 +00:00
jesus
41c3d6a8d6 LCL,Gtk2: fix Dialog modal windows go behind regular windows and won't come on top, issue #32635
git-svn-id: trunk@56413 -
2017-11-15 00:54:41 +00:00
juha
c7ba603d21 Reduce typecasts. Use TIntegerList and TByteList where appropriate.
git-svn-id: trunk@56399 -
2017-11-13 23:20:44 +00:00
juha
534586feff LCL-Gtk2: Fix text selection in TEdit and TMemo. Issue #32630, patch from accorp.
git-svn-id: trunk@56287 -
2017-11-05 21:47:58 +00:00
juha
444f0dd6f1 LCL-GTK2: Fix the boolean logic clause. Issue #32604.
git-svn-id: trunk@56196 -
2017-10-25 19:48:33 +00:00
juha
cc24ae3fa9 LCL-GTk2: Don't move cursor to first character in TEdit after loosing focus. Issue #32604, patch from accorp.
git-svn-id: trunk@56194 -
2017-10-25 18:45:09 +00:00
mattias
c448ca8778 lcl: gtk2: fixed error handling in GtkDragDataReceived, bug #32611, patch from C Western
git-svn-id: trunk@56193 -
2017-10-25 16:21:50 +00:00
ondrej
9823f61682 win32: fix GetDpiForMonitor SIGSEGV if Shcore is not available (e.g. on MS Windows Server 2012 R2)
git-svn-id: trunk@56180 -
2017-10-24 20:45:16 +00:00
michl
3705e5904a LCL: GTK2: Fixed Cannot hide TBitBtn, TFloatSpinEdit, TListBox, TCheckListBox, TMemo, TListView from TForm.OnCreate after HandleNeeded. Issue #32527
git-svn-id: trunk@56148 -
2017-10-22 21:01:39 +00:00
michl
e34b72f9d9 LCL: GTK2: Fixed set TPanel visible to false on non visual TabSheet doesn't work. Issue #32593
git-svn-id: trunk@56140 -
2017-10-21 09:00:53 +00:00
juha
cf9ad3cd97 LCL-GTK2: Fix TMemo.SelText. Issue #32583, patch from accorp.
git-svn-id: trunk@56138 -
2017-10-20 21:02:42 +00:00
michl
18f99936c4 LCL: GTK2: TTabControl: Cannot use keyboard to switch tab. Issue #31986
git-svn-id: trunk@56131 -
2017-10-18 19:45:04 +00:00
juha
8b3759c88e LCL-GTK2: Support 5 button mice. Issue #32562, patch from accorp.
git-svn-id: trunk@56122 -
2017-10-18 10:14:55 +00:00
juha
b51815cfc0 LCL-GTK2: Support 5 button mice. Issue #32562, patch from Marco van de Voort.
git-svn-id: trunk@56112 -
2017-10-17 17:28:18 +00:00
michl
a66ce4f9b5 Sparta_DockedFormEditor: GTK2: Fixed mouse default event handler creation. Issue #32199
git-svn-id: trunk@56053 -
2017-10-14 15:03:46 +00:00
michl
54536b833a LCL: GTK2: Don't grab focus for TPanel on mouse messages. Issue #32515
git-svn-id: trunk@56048 -
2017-10-13 13:58:28 +00:00
juha
548728f387 LCL-Gtk2: Make default button work also when Listbox is focused. Issue #30298, patch from accorp.
git-svn-id: trunk@56030 -
2017-10-11 16:17:05 +00:00
juha
90ed4baa54 LCL-GTK2: Respect TButton.Default also with TComboBox inside a TGroupBox. Issue #11422, patch from accorp.
git-svn-id: trunk@56007 -
2017-10-09 23:06:08 +00:00
juha
b0ad9479d1 LCL-GTK2: Fix SelStart and SelLength in OnChange with some widgetset versions. Issue #24371.
git-svn-id: trunk@55998 -
2017-10-08 12:09:06 +00:00
michl
058c0d8e3a LCL: TComboBox: GTK2: Fixed KeyUp and KeyDown react like tab key after revision 55920 #c5e11a9e95. Issue #32458
git-svn-id: trunk@55979 -
2017-10-05 17:55:28 +00:00
juha
faf48ec178 LCL-GTK2: Turn lcTransparentWindow capability off again. It breaks things.
git-svn-id: trunk@55938 -
2017-09-28 08:48:18 +00:00
juha
12046b3ddb LCL: Add capability lcTransparentWindow for GTK2. Formatting.
git-svn-id: trunk@55929 -
2017-09-26 11:28:00 +00:00
michl
c5e11a9e95 LCL: GTK2: Fixed tab cannot go from combobox to combobox. Issue #32458
git-svn-id: trunk@55920 -
2017-09-25 18:13:09 +00:00
zeljko
a2bbfb69bf gtk3: fixed getting monitor info for primary monitor. Patch by Tony Whyman. issue #32464
git-svn-id: trunk@55914 -
2017-09-24 16:10:01 +00:00
zeljko
63e24c7ffa gtk2: get correct primary monitor if we are using gtk2 >= 2.20. issue #32464
git-svn-id: trunk@55913 -
2017-09-24 16:07:20 +00:00
juha
a2cb6da57d LCL-Win32: Fix LM_CUT..LM_CLEAR message call order. Issue #32422, patch from Michal Gawrycki.
git-svn-id: trunk@55909 -
2017-09-23 23:22:51 +00:00
zeljko
dd5641eaab Qt,Qt5: fixed cpu eating by gtk+ theme.
git-svn-id: trunk@55881 -
2017-09-18 07:15:42 +00:00
jesus
d34180dc08 LCL, fix message dialogs hidding behind modal dialogs issue #32249
git-svn-id: trunk@55848 -
2017-09-13 00:17:56 +00:00
sekelsenmat
7f491d80fb cocoa: Implements support for wsFullscreen
git-svn-id: trunk@55839 -
2017-09-11 19:00:32 +00:00
sekelsenmat
75a7416c5d cocoa: Fixes bug #32226, changing TGroupBox.Caption at runtime
git-svn-id: trunk@55838 -
2017-09-11 18:27:31 +00:00
sekelsenmat
0a739a97c9 cocoa: Fixes bug #32042, adds support for custom apple menu
git-svn-id: trunk@55837 -
2017-09-11 17:15:09 +00:00
sekelsenmat
538f648aec cocoa: Fixes bug #32042, lack of Apple menu in TMainMenu when no menu item has apple title, part 2
git-svn-id: trunk@55836 -
2017-09-11 17:08:23 +00:00
sekelsenmat
3df17e4496 cocoa: Fixes bug #32042, lack of Apple menu in TMainMenu when no menu item has apple title
git-svn-id: trunk@55835 -
2017-09-11 16:21:57 +00:00
sekelsenmat
8387b30537 Fixes compilation of lcl-carbon and lcl-cocoa in fpc 2.6
git-svn-id: trunk@55825 -
2017-09-09 09:14:31 +00:00
sekelsenmat
0af5c2d943 cocoa: Patch for scrollby from bug #32363
git-svn-id: trunk@55824 -
2017-09-09 08:46:59 +00:00
michl
e229634abf LCL: GTK2: Fixed cursor size. Issue #32385.
git-svn-id: trunk@55795 -
2017-09-07 21:04:09 +00:00
zeljko
e6cc12dc01 Qt,Qt5: implemented ScrollBy for TWSCustomFrame
git-svn-id: trunk@55790 -
2017-09-06 14:12:09 +00:00
juha
65a51ad938 LCL-GTK2: Partly revert r53653 #273d60e1e3, check for gtk_minor_version again. Issue #32196.
git-svn-id: trunk@55789 -
2017-09-06 10:39:07 +00:00
zeljko
c92ee9b044 Qt5: TQtGroupBox does not need offset as in Qt4, since Qt5 provides correct coordinates. issue #32186
git-svn-id: trunk@55782 -
2017-09-03 17:50:53 +00:00
zeljko
53e535b678 Qt, Qt5: check if handle is valid inside various routines, fixes some sparta ide crashes.
git-svn-id: trunk@55774 -
2017-09-02 18:13:58 +00:00
zeljko
d1dc375792 Qt,Qt5: fixed painting of TQtHintWindow. issue #32354
git-svn-id: trunk@55760 -
2017-08-30 10:20:07 +00:00
zeljko
2b31dde183 Qt5: implemented InitStockFont. part of issue #32354
git-svn-id: trunk@55759 -
2017-08-30 09:29:17 +00:00
michl
274d3e6e2a LCL: Win32: Fixed themed drawing for system font usage. Issue #32319
git-svn-id: trunk@55758 -
2017-08-30 07:58:09 +00:00
zeljko
2e764a39b1 Qt4: fixed build under mswindows
git-svn-id: trunk@55737 -
2017-08-23 09:29:58 +00:00
zeljko
0c1d8a9bb0 gtk2: do not automatically grab focus when tab clicked. issue #32237
git-svn-id: trunk@55726 -
2017-08-21 07:55:37 +00:00