paul
4466415dbd
cocoa: fix RGB description
...
git-svn-id: trunk@38858 -
2012-09-27 13:47:47 +00:00
paul
d8d59de96c
cocoa: fix various bitmap drawing problems
...
git-svn-id: trunk@38856 -
2012-09-27 13:27:22 +00:00
zeljko
fe7467988d
LCL: hide DebuLn() from docking by using VerboseDocking define.
...
git-svn-id: trunk@38843 -
2012-09-26 10:23:40 +00:00
blikblum
f914971497
lcl: don't prevent escape key to propagate in DBEdit. Issue #22916
...
git-svn-id: trunk@38836 -
2012-09-26 00:06:34 +00:00
zeljko
1b807141b9
Qt: TQtWidgetSet.SetScrollInfo - fixed wrong result, it must return real slider position, not value which might be out of sync with position. This fixes problems with TScrollingWinControl (TControlScrollbar).
...
git-svn-id: trunk@38826 -
2012-09-25 11:42:46 +00:00
blikblum
2eea52416f
lcl: use Text instead of DisplayText in DBRadioGroup. Issue #22920
...
git-svn-id: trunk@38819 -
2012-09-25 03:12:37 +00:00
paul
685097901a
lcl: use CreateCompatibleBitmaps() instead of dirrect RawImage_CreateBitmaps for internal imagelist bitmaps
...
git-svn-id: trunk@38808 -
2012-09-24 09:18:51 +00:00
paul
05b660c8dc
cocoa: cocoa does not support BGR(A) bitmaps
...
git-svn-id: trunk@38807 -
2012-09-24 09:17:49 +00:00
mattias
bc0f56fefe
lcl: splash: use invalidate instead of paint
...
git-svn-id: trunk@38805 -
2012-09-24 06:58:16 +00:00
blikblum
40f8498835
lcl:
...
- revert 33020 #928292514b, 33082 #dd109fba91, 33086 #bd7b46c17a, part of 33089 and 33389. These changes made the hint behavior Delphi incompatible thus leading to a regression in third party control like VirtualTreeView that handles hints in CMHintShow
- Retrieve parent hint recursively if hintcontrol.hint is empty' (delphi compatible)
- Added sample project to test hints
git-svn-id: trunk@38802 -
2012-09-23 23:06:31 +00:00
blikblum
b9b50b12c0
gtk2: implement SPI_GETWHEELSCROLLLINES
...
git-svn-id: trunk@38799 -
2012-09-23 16:09:24 +00:00
paul
81f3d70d82
cocoa: implement CreateCompatibleDC and other Bitmap related implementation
...
git-svn-id: trunk@38795 -
2012-09-22 06:03:24 +00:00
maxim
d02fb67a89
Translations: Arabic translation update by Khaled Shagrouni, bug #22935
...
git-svn-id: trunk@38785 -
2012-09-21 14:43:16 +00:00
paul
a3012aeb68
cocoa: fix RawImage_DescriptionFromBitmap
...
git-svn-id: trunk@38784 -
2012-09-21 12:04:37 +00:00
paul
12a20ff9fa
cocoa: fix RestoreDCData
...
git-svn-id: trunk@38778 -
2012-09-21 09:12:22 +00:00
paul
a0823977cc
cocoa: cleanup
...
git-svn-id: trunk@38777 -
2012-09-21 08:05:26 +00:00
paul
d7554d8ff4
cocoa: port some of carbon changes related to regions, port LPtoDP, LPtoDP
...
git-svn-id: trunk@38776 -
2012-09-21 07:51:36 +00:00
paul
f38f091b55
cocoa: implement WindowOfs, ViewportOfs
...
git-svn-id: trunk@38775 -
2012-09-21 07:15:13 +00:00
paul
bc0000f1f4
cocoa: fix range check errors
...
git-svn-id: trunk@38774 -
2012-09-21 06:47:56 +00:00
paul
cffbf40c5f
lcl: cleanup
...
git-svn-id: trunk@38773 -
2012-09-21 06:37:32 +00:00
paul
f11822757d
lcl: remove unneeded checks in rectangle gradient
...
git-svn-id: trunk@38772 -
2012-09-21 06:06:10 +00:00
paul
dd5f4ac615
carbon: use generic implementation of GradientFill for *triangle* case since carbon does not have an own implementation
...
git-svn-id: trunk@38771 -
2012-09-21 03:31:13 +00:00
paul
7fb6d538c2
gtk2: remove own implementation of GradientFill since it does not use any native methods to draw gradients. Use base method.
...
git-svn-id: trunk@38770 -
2012-09-21 03:20:43 +00:00
paul
72deea9a78
lcl: add a widgetset independent implementation of GradientFill based on gtk2 implementation for rectangles and on wine implementation for triangles
...
git-svn-id: trunk@38769 -
2012-09-21 03:19:46 +00:00
zeljko
89bfe3e1de
Gtk2: when style is drawing button then use style from button. issue #22901
...
git-svn-id: trunk@38762 -
2012-09-20 10:38:05 +00:00
paul
06660654be
gtk2: allocate GdkColor when we need a BkColor
...
git-svn-id: trunk@38758 -
2012-09-20 01:21:06 +00:00
mattias
0b14197bf3
lcl; gtk2: clean up
...
git-svn-id: trunk@38748 -
2012-09-19 12:28:42 +00:00
paul
edc52f2857
gtk2: fix FrameRect - it must use a passed brush instead of selected one
...
git-svn-id: trunk@38747 -
2012-09-19 09:22:23 +00:00
paul
e211eafca1
qt: fix theme painting for some qt themes - they expect ARect with X, Y = 0
...
git-svn-id: trunk@38746 -
2012-09-19 08:31:05 +00:00
paul
f49de22f83
gtk2: fix double transformation after r38742 #977f05a8ef
...
git-svn-id: trunk@38745 -
2012-09-19 06:39:12 +00:00
paul
c236cc35fc
gtk2: fix GetClipRGN
...
git-svn-id: trunk@38744 -
2012-09-19 06:27:39 +00:00
paul
f997ff974d
carbon: reimplement linear gradient using CGShadingRef since LinearGradient is supported since OS X 10.5
...
git-svn-id: trunk@38743 -
2012-09-19 04:41:20 +00:00
paul
977f05a8ef
gtk2: rework SetWindowOrgEx() and related code
...
git-svn-id: trunk@38742 -
2012-09-19 01:48:48 +00:00
paul
43c1ff001c
lcl: formatting
...
git-svn-id: trunk@38741 -
2012-09-19 01:16:39 +00:00
paul
272eb740df
gtk2: rename TGtkDeviceContext.Origin to WindowOrg to be consistent with ViewPortOrg and WindowExt
...
git-svn-id: trunk@38728 -
2012-09-18 03:48:07 +00:00
paul
6d6ec57e0a
gtk2: cleanup TgtkDeviceContext
...
git-svn-id: trunk@38727 -
2012-09-18 03:40:22 +00:00
maxim
667949cd95
LCL, DefaultTranslator: fix handling of non-ASCII path to .po file, bug #22907 , patch by Vladimir Zhirov
...
git-svn-id: trunk@38720 -
2012-09-17 19:53:23 +00:00
zeljko
8870f3c68e
Qt: improved triggering of OnClick() in QEventShowToParent. issue #22872
...
git-svn-id: trunk@38709 -
2012-09-17 06:14:04 +00:00
zeljko
a6468d6f2e
LCL: better solution for TToggleBox color, ParentColor is by default false and not published so it behaves same as TButton. issue #22887
...
git-svn-id: trunk@38698 -
2012-09-16 19:32:56 +00:00
zeljko
86d412a962
LCL: Published TToggleBox.ParentColor.Part of issue #22887
...
git-svn-id: trunk@38697 -
2012-09-16 19:23:49 +00:00
zeljko
c92c11608b
Qt: update bitmap if TMenuItem has associated ImageList and ImageIndex. issue #22896
...
git-svn-id: trunk@38679 -
2012-09-16 09:00:01 +00:00
zeljko
951b26f892
Qt: fixed crash when invalid or null handle is passed into SetCapture.
...
git-svn-id: trunk@38674 -
2012-09-15 18:06:11 +00:00
paul
da1c21cc33
carbon: fix accidental error in index
...
git-svn-id: trunk@38671 -
2012-09-15 15:42:12 +00:00
paul
b2cc551962
cocoa: implement DX argument for ExtTextOut
...
git-svn-id: trunk@38649 -
2012-09-14 04:35:23 +00:00
zeljko
76e8b12016
Qt: fixed menu flickering. issue #22872
...
git-svn-id: trunk@38644 -
2012-09-13 14:55:40 +00:00
zeljko
e5d8903dd7
Qt: TQtWidgetSet.ExtTextOut() workaround for Qt-4.8 bug ,now it looks better but some scenarios with ETO_OPAQUE aren't 100% correct yet
...
git-svn-id: trunk@38643 -
2012-09-13 13:01:54 +00:00
paul
38e53b581d
carbon: fix ETO_OPAQUE, and BkMode OPAQUE meaning in ExtTextOut
...
git-svn-id: trunk@38642 -
2012-09-13 12:56:45 +00:00
paul
38cd52da7d
cocoa: fix ETO_OPAQUE, and BkMode OPAQUE meaning in ExtTextOut
...
git-svn-id: trunk@38641 -
2012-09-13 12:54:25 +00:00
paul
b61a389984
carbon: implement ETO_CLIPPED flag for ExtTextOut
...
git-svn-id: trunk@38640 -
2012-09-13 12:24:45 +00:00
mattias
882516cfb1
LCL: gtk2: fixed access to private variables of TWinControl
...
git-svn-id: trunk@38638 -
2012-09-13 09:42:10 +00:00