zeljko
|
923b88a5fe
|
Qt: QtHandle type is not integer, it's longword on x11 and windows, and ptruint on mac.
git-svn-id: trunk@54140 -
|
2017-02-12 12:53:08 +00:00 |
|
zeljko
|
5d40943854
|
Qt: use QEventLoopAllEvents instead of QEventLoopExcludeUserInputEvents after TQtMessageBox finished.
git-svn-id: trunk@54139 -
|
2017-02-12 12:30:15 +00:00 |
|
zeljko
|
93f2a9f8fd
|
Qt5: added hint howto correct build Qt5Pas1.dll under win32.
git-svn-id: trunk@54138 -
|
2017-02-12 10:07:00 +00:00 |
|
zeljko
|
a05c58ebb1
|
Qt, Qt5: make interface snappy under x11 after menuitem triggered.
git-svn-id: trunk@54137 -
|
2017-02-11 10:28:29 +00:00 |
|
zeljko
|
4064104009
|
Qt, Qt5: process all events. issue #31372
git-svn-id: trunk@54136 -
|
2017-02-10 17:03:38 +00:00 |
|
juha
|
d5791ad833
|
LCL-GTK2: Refactor, add support for input method blacklist. Issue #30863, patch from AlexeyT.
git-svn-id: trunk@54130 -
|
2017-02-09 09:48:37 +00:00 |
|
juha
|
4edb91db4d
|
LCL-QT5: Copy an important fix / optimization (r53375) from LCL-QT4. Issue #30929.
git-svn-id: trunk@54129 -
|
2017-02-09 09:48:32 +00:00 |
|
zeljko
|
38af3156af
|
Qt: fixed centering dots of vertical splitter.
git-svn-id: trunk@54128 -
|
2017-02-09 08:05:36 +00:00 |
|
zeljko
|
c1bcb4d8b8
|
Qt: simplified and optimized splitter drawing. part of issue #27182
git-svn-id: trunk@54127 -
|
2017-02-09 07:57:00 +00:00 |
|
zeljko
|
349fdc7200
|
Qt: draw splitter grabber for themes which doesn't implement it in Qt library. issue #27182
git-svn-id: trunk@54122 -
|
2017-02-08 19:56:07 +00:00 |
|
hnb
|
b432dc7e42
|
Add missing unit LCLProc for previous commit 54120 #b22e329287. Fix mantis #31368
git-svn-id: trunk@54121 -
|
2017-02-08 19:26:59 +00:00 |
|
hnb
|
b22e329287
|
Raise error for badly created control for "preferred status bar height" initialization. The local variable R is uninitialized (random value from stack) for badly implemented DLLs with forms. The problem is visible for TControl.ChangeBounds / TControl.DoSetBounds methods (randomly raised BoundsOutOfBounds)
git-svn-id: trunk@54120 -
|
2017-02-08 12:49:35 +00:00 |
|
zeljko
|
6df375142a
|
Qt5: make ws snappier under x11.
git-svn-id: trunk@54115 -
|
2017-02-07 17:22:58 +00:00 |
|
zeljko
|
8bf0337321
|
Qt5: check for dangling handle.
git-svn-id: trunk@54114 -
|
2017-02-07 17:11:38 +00:00 |
|
zeljko
|
f439ee0b2f
|
Qt5: better check for dangling handle pointer.
git-svn-id: trunk@54113 -
|
2017-02-07 16:56:47 +00:00 |
|
zeljko
|
5e538a8053
|
Qt: make Qt4 interface snappy under X11.
git-svn-id: trunk@54111 -
|
2017-02-07 16:31:14 +00:00 |
|
zeljko
|
9405275f19
|
Gtk2: implemented WS Repaint.
git-svn-id: trunk@54110 -
|
2017-02-07 14:50:27 +00:00 |
|
zeljko
|
75baa379fa
|
Qt5: implemented WSRepaint
git-svn-id: trunk@54109 -
|
2017-02-07 14:34:10 +00:00 |
|
zeljko
|
56d6de1240
|
Qt: implemented WSRepaint
git-svn-id: trunk@54108 -
|
2017-02-07 14:27:52 +00:00 |
|
freq
|
0570e97c82
|
cocoa: No longer needed. App meanwhile closing without memory leaks. Global NSAutoReleasePool in init / finalization is dangerous for libraries and leads to crash during host shut down.
git-svn-id: trunk@54093 -
|
2017-02-05 07:00:11 +00:00 |
|
freq
|
01a2998a5a
|
cocoa: Fix #0031253: Project with TShape component compiled with Cocoa WidgetSet crashes in TCocoaContext.SaveDC.
git-svn-id: trunk@54092 -
|
2017-02-05 06:48:32 +00:00 |
|
zeljko
|
25b81795dc
|
Qt5: do not set modality, but use active modal window as parent of TQtHintWindow. part of issue #30235
git-svn-id: trunk@54080 -
|
2017-02-03 16:29:58 +00:00 |
|
zeljko
|
64119b2b0f
|
Qt: do not set modality, but use active modal window as parent of TQtHintWindow. part of issue #30235
git-svn-id: trunk@54079 -
|
2017-02-03 16:29:44 +00:00 |
|
michl
|
94630704fa
|
LCL: TWinControl: Win32: Revert revision 53791 #019b8c5c6b because after this PaintTo only work for TForm, not for other controls. Issue #25448
git-svn-id: trunk@54077 -
|
2017-02-02 19:59:36 +00:00 |
|
marcus
|
5f54b4f238
|
MUI: Exception if MUIObject fails to create
git-svn-id: trunk@54057 -
|
2017-02-01 19:33:22 +00:00 |
|
michl
|
b0ed0adb4d
|
LCL: TComboBox: Win32: Fixed deleting a char not all text with AutoDropDown = True. Issue #31247
git-svn-id: trunk@54054 -
|
2017-02-01 11:20:07 +00:00 |
|
zeljko
|
8e6b6a8bac
|
Gtk2: fixed Constraints setting. Patch by C Western. issue #31291
git-svn-id: trunk@54051 -
|
2017-02-01 09:44:21 +00:00 |
|
zeljko
|
f6098d0714
|
Qt: removed TabWidth and TabHeight from issues
git-svn-id: trunk@54049 -
|
2017-02-01 09:29:00 +00:00 |
|
zeljko
|
c9b8224d6a
|
Qt5: removed TabWidth and TabHeight from issues.
git-svn-id: trunk@54048 -
|
2017-02-01 09:28:27 +00:00 |
|
zeljko
|
ecdd26adf7
|
Qt5: implemented tabsize
git-svn-id: trunk@54047 -
|
2017-02-01 09:27:30 +00:00 |
|
zeljko
|
c247c22013
|
Qt: implemented tabsize
git-svn-id: trunk@54046 -
|
2017-02-01 09:27:16 +00:00 |
|
michl
|
7cc7749739
|
LCL: Win32: fixed PaintTo for not themes enabled controls and older OS then Windows 7. Issue #25448
git-svn-id: trunk@54033 -
|
2017-01-30 06:48:05 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
michl
|
076beac6c5
|
LCL: TCustomTabControl: Remove doubled, since revision 33537 #fa02b703f1 deprecated, types.
git-svn-id: trunk@54004 -
|
2017-01-25 21:13:49 +00:00 |
|
michl
|
49bfaecb78
|
LCL: TPageControl: Showing correct tab for a page with TabVisible = False. Issue #21723
git-svn-id: trunk@54003 -
|
2017-01-25 20:38:27 +00:00 |
|
michl
|
6a9b9d4d9e
|
LCL: TCustomTabControl: Win32: Allow setting tab width and tab height. Issue #31109, patch from AlexeyT.
git-svn-id: trunk@54002 -
|
2017-01-25 17:42:06 +00:00 |
|
juha
|
738e927a6c
|
LCL-Carbon: Fix FontDialog chosen font size. Issue #31213, patch from AlexeyT.
git-svn-id: trunk@53983 -
|
2017-01-23 00:25:58 +00:00 |
|
freq
|
b282cf4de5
|
cocoa: fixes a couple of memory leaks in special with TCocoaBitmap as its Destructor was not called on Free. Pls. review
git-svn-id: trunk@53977 -
|
2017-01-21 17:05:28 +00:00 |
|
marcus
|
53c292bb51
|
MUI: adjusted Scrollbar behavior
git-svn-id: trunk@53975 -
|
2017-01-19 20:52:16 +00:00 |
|
marcus
|
85b6fc0bc3
|
MUI: Basename should not contain ':','/', raise exception if application object fails to create.
git-svn-id: trunk@53970 -
|
2017-01-18 19:18:58 +00:00 |
|
marcus
|
fec575ae2b
|
MUI: Missing Makefile.compiled
git-svn-id: trunk@53969 -
|
2017-01-18 16:25:11 +00:00 |
|
mattias
|
71eb26a0bc
|
lcl: fixed default LCL interface, bug #31228
git-svn-id: trunk@53949 -
|
2017-01-15 18:11:58 +00:00 |
|
freq
|
437e9605f2
|
cocoa: fix crash on mouse click
git-svn-id: trunk@53942 -
|
2017-01-14 15:10:08 +00:00 |
|
juha
|
63f9efed4e
|
LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
git-svn-id: trunk@53941 -
|
2017-01-14 09:55:59 +00:00 |
|
juha
|
84f6fb1761
|
LCL-Carbon: Extend Carbon font support. Issue #21751, patch from David Jenkins.
git-svn-id: trunk@53931 -
|
2017-01-11 20:41:06 +00:00 |
|
juha
|
9dbedaa490
|
LCL: Show minimize button on form with borderstyle single also with XFCE. Issue #31207, patch from AlexeyT.
git-svn-id: trunk@53927 -
|
2017-01-11 15:49:16 +00:00 |
|
michl
|
a7a61d5156
|
LCL: Win32: TStaticText, TGroupBox: fixed right aligned caption
git-svn-id: trunk@53916 -
|
2017-01-10 16:47:20 +00:00 |
|
michl
|
53014c52ff
|
LCL: Win32: TStaticText: draw themed disabled caption
git-svn-id: trunk@53913 -
|
2017-01-10 16:10:17 +00:00 |
|
michl
|
43f4250bb3
|
LCL: Win32: TStaticText: Formating
git-svn-id: trunk@53912 -
|
2017-01-10 16:07:02 +00:00 |
|
juha
|
c993ba74ff
|
LCL-GTK2: Don't change parameters of method TGtk2WidgetSet.Polyline. Use a temp variable. Issue #31205, patch from C Western.
git-svn-id: trunk@53908 -
|
2017-01-10 10:31:09 +00:00 |
|