paul
|
d682696b86
|
carbon: return the same color for gradient active caption, gradient inactive caption as active caption and inactive caption since there are no analogs in carbon
git-svn-id: trunk@38563 -
|
2012-09-08 06:59:39 +00:00 |
|
paul
|
7c8dc24603
|
carbon: implement linear gradients for GradientFill method
git-svn-id: trunk@38562 -
|
2012-09-08 06:56:44 +00:00 |
|
mattias
|
23d713f7b5
|
lcl: carbon: clean up
git-svn-id: trunk@38553 -
|
2012-09-07 09:25:37 +00:00 |
|
paul
|
cbec8ef585
|
carbon: cleanup methods which use inherited implementation
git-svn-id: trunk@38552 -
|
2012-09-07 07:29:14 +00:00 |
|
paul
|
bc15f4764c
|
carbon: FrameRect must use the passed brush instead of currently selected
git-svn-id: trunk@38551 -
|
2012-09-07 07:17:50 +00:00 |
|
paul
|
5899b6bcb0
|
carbon: restore clipping rect on RestoreDC, save/restore Window and Viewport offsets
git-svn-id: trunk@38548 -
|
2012-09-07 04:15:32 +00:00 |
|
paul
|
b8de86d9ae
|
carbon: implement LPtoDP and DPtoLP, fix setting a clipping region to graphic context - coordinates must be in device units, fix generic implementation of IntersectClipRect
git-svn-id: trunk@38543 -
|
2012-09-06 15:49:22 +00:00 |
|
paul
|
3fc78e21ca
|
carbon: save/restore clipping region on SaveDC/RestoreDC, correctly return region type on SelectClipRGN call
git-svn-id: trunk@38535 -
|
2012-09-06 12:21:32 +00:00 |
|
zeljko
|
e6763367c1
|
Qt: fixed header offset and getClientRect for TListView when ViewStyle=vsReport.
git-svn-id: trunk@38533 -
|
2012-09-06 07:39:59 +00:00 |
|
paul
|
1cc31824b0
|
carbon: correctly return region type on CombineRegion
git-svn-id: trunk@38530 -
|
2012-09-05 14:33:19 +00:00 |
|
paul
|
ecdd59f310
|
carbon: restore context transformation matrix after clearing the clipping since it may change after the clipping applying
git-svn-id: trunk@38529 -
|
2012-09-05 14:17:39 +00:00 |
|
zeljko
|
a3eea5f52e
|
Qt: do not propagate keyrelease event as action trigger. issue #22737
git-svn-id: trunk@38520 -
|
2012-09-05 10:22:21 +00:00 |
|
zeljko
|
eb63241bf4
|
Gtk2: fixed crash with TListView when viewstyle is vsIcon or vsSmallIcon. issue #22778
git-svn-id: trunk@38519 -
|
2012-09-05 09:15:10 +00:00 |
|
zeljko
|
09d24bbe54
|
Qt: TQtWinApi.ExtTextOut() implemented Dx param. issue #22795
git-svn-id: trunk@38518 -
|
2012-09-05 06:53:35 +00:00 |
|
mattias
|
6910980cfa
|
carbon: cut invalid mouse coords on mouse moved
git-svn-id: trunk@38490 -
|
2012-09-02 16:28:15 +00:00 |
|
mattias
|
83b759a688
|
carbon: fixed ScreenToClient
git-svn-id: trunk@38489 -
|
2012-09-02 16:17:02 +00:00 |
|
zeljko
|
31118f34bd
|
carbon: implemented ScreenToClient
git-svn-id: trunk@38488 -
|
2012-09-02 16:11:29 +00:00 |
|
mattias
|
75c516c1ea
|
carbon: fixed range check error
git-svn-id: trunk@38485 -
|
2012-09-02 15:14:07 +00:00 |
|
zeljko
|
d338c2b41f
|
Gtk2: do not set background color if currentbrush.color = currentbackcolor. issue #22719
git-svn-id: trunk@38384 -
|
2012-08-26 12:04:15 +00:00 |
|
zeljko
|
dbe9056692
|
Gtk2,Qt: make ETO_OPAQUE work from TCanvas.TextOut(). issue #22719
git-svn-id: trunk@38373 -
|
2012-08-25 15:29:23 +00:00 |
|
sekelsenmat
|
d80920b427
|
LCL-CustomDrawn: Fixes the issue with alAlign and starts improving TPageControl. TCDPageControl already works almost 100% ok.
git-svn-id: trunk@38371 -
|
2012-08-25 11:27:55 +00:00 |
|
zeljko
|
0bb2dc6719
|
Qt: use QTextCursor_insertText() instead of QTextEdit_insertPlainText() inside cursor edit block.
git-svn-id: trunk@38369 -
|
2012-08-25 10:45:41 +00:00 |
|
zeljko
|
aa1c945cdd
|
Qt: moved insertPlainText() into QTextCursor beginEdit & endEdit to keep 1 undo() operation instead of 2.
git-svn-id: trunk@38368 -
|
2012-08-25 10:24:45 +00:00 |
|
zeljko
|
a2cf7dbb61
|
Qt: speed improvement for QTextEdit text insertions when it contains < or > chars. part of issue #22715
git-svn-id: trunk@38367 -
|
2012-08-25 10:08:25 +00:00 |
|
zeljko
|
87ed4c7d57
|
Qt: bit refactored viewportEventFilter of TQtCustomControl, use Sender in mouse move, not Widget.
git-svn-id: trunk@38366 -
|
2012-08-25 07:52:29 +00:00 |
|
zeljko
|
4c7a01b629
|
Qt: another fix for qt richtext parser. fixes issue #22715
git-svn-id: trunk@38365 -
|
2012-08-25 06:48:51 +00:00 |
|
zeljko
|
c04a85a663
|
Gtk2: skip mask in any case when creating 1bpp GdkBitmap otherwise gtk2 crashes. issue #21673
git-svn-id: trunk@38356 -
|
2012-08-24 08:49:33 +00:00 |
|
vincents
|
933485319f
|
win32 widgetset: enable marquee progress bar, if the right comctl32 version is available, even if themes are not enabled, fixes issue #17445.
git-svn-id: trunk@38350 -
|
2012-08-23 14:03:15 +00:00 |
|
zeljko
|
83001bf110
|
Gtk2: fix mouse event when clicking on root item of main menu.issue #22616
git-svn-id: trunk@38345 -
|
2012-08-23 09:59:48 +00:00 |
|
zeljko
|
27a1e68df1
|
Qt: do not set popup parent for borderless forms (for popup forms) if TCustomForm.Parent (embedded form) is assigned.
git-svn-id: trunk@38332 -
|
2012-08-22 13:58:22 +00:00 |
|
zeljko
|
930060f1e2
|
Qt: fixed modal behaviour of borderless forms.issue #22568
git-svn-id: trunk@38326 -
|
2012-08-22 08:56:32 +00:00 |
|
zeljko
|
98dd16b6c0
|
Qt: fixed clearing of icon in tab.part of issue #22618
git-svn-id: trunk@38320 -
|
2012-08-22 07:05:01 +00:00 |
|
mattias
|
51fa7f0f40
|
lcl carbon: use resourcestrings
git-svn-id: trunk@38283 -
|
2012-08-20 12:12:14 +00:00 |
|
sekelsenmat
|
71c6aaaf43
|
LCL-CustomDrawn-Cocoa: Makes a fine adjustment on the window size, before it was too small by the amount of the height of the title bar
git-svn-id: trunk@38257 -
|
2012-08-16 05:32:29 +00:00 |
|
sekelsenmat
|
fcbbb972cb
|
LCL-CustomDrawn: Advances the support for TPageControl, not yet fully working
git-svn-id: trunk@38251 -
|
2012-08-15 18:50:43 +00:00 |
|
sekelsenmat
|
b44a2ec7f3
|
LCL-CustomDrawn: Fixes a bug. It didnt consider the possibility of a alClient align with borders and wasnt drawing the parent control in this case
git-svn-id: trunk@38250 -
|
2012-08-15 18:32:12 +00:00 |
|
sekelsenmat
|
a2c19ec20c
|
LCL-CustomDrawn: Re-enables support for SetFocus in all platforms except Android and adds SetFocus support in the Accessibility code, this changes the focus when the selection is changed with VoiceOver
git-svn-id: trunk@38246 -
|
2012-08-15 09:01:38 +00:00 |
|
sekelsenmat
|
78e73fc658
|
LCL-CustomDrawn: Adds support for read/write selection information in TCDEdit, LCL-CustomDrawn and also in the Cocoa accessibility
git-svn-id: trunk@38245 -
|
2012-08-15 08:02:41 +00:00 |
|
mattias
|
fe2701f866
|
lcl gtk2: using translated button captions if resourcestrings translated, bug #22623
git-svn-id: trunk@38243 -
|
2012-08-14 21:37:27 +00:00 |
|
sekelsenmat
|
eda6929eb0
|
LCL-CustomDrawn: Starts support for tabbing between controls, didnt yet work in Mac OS X
git-svn-id: trunk@38236 -
|
2012-08-14 07:27:02 +00:00 |
|
sekelsenmat
|
80ab27d495
|
Starts implementing accessibility support for TEdit in LCL-CustomDrawn-Cocoa
git-svn-id: trunk@38200 -
|
2012-08-08 06:13:53 +00:00 |
|
zeljko
|
7a161299ec
|
Qt: allow edit of combobox with style csSimple. issue #22528
git-svn-id: trunk@38149 -
|
2012-08-04 10:55:45 +00:00 |
|
zeljko
|
96b40a914a
|
Qt: allow showin modal form with borderStyle=bsNone. issue #22568
git-svn-id: trunk@38148 -
|
2012-08-04 10:45:38 +00:00 |
|
sekelsenmat
|
cc0deae393
|
LCL-CustomDrawn-Cocoa: Adds VoiceOver speaking of labels and fixes a crash in voiceover combined with TNotebook
git-svn-id: trunk@38112 -
|
2012-08-02 06:17:45 +00:00 |
|
juha
|
8fae5b8320
|
LCL, GTK2: Font with number got wrong size part 2, issue #21775, patch from G. Zakrzewski"
git-svn-id: trunk@38098 -
|
2012-07-31 20:04:31 +00:00 |
|
maxim
|
f1aba130fa
|
GTK2: add (optional according to Pango docs) comma after font family name in font description string. Fixes Times New Roman rendering, patch by G. Zakrzewski, bug #22526.
git-svn-id: trunk@38090 -
|
2012-07-29 15:36:27 +00:00 |
|
mattias
|
bc07484146
|
lcl: gtk2: fixed label autosize
git-svn-id: trunk@38060 -
|
2012-07-27 14:46:04 +00:00 |
|
mattias
|
dd67f6d6a2
|
dmg: strip, fixed lcl.compiled
git-svn-id: trunk@38048 -
|
2012-07-26 20:28:34 +00:00 |
|
mattias
|
98c24e3b41
|
gtk2: fixed crash on QuestionDlg
git-svn-id: trunk@38006 -
|
2012-07-22 13:53:02 +00:00 |
|
mattias
|
63f1073083
|
carbon: fixed range check error
git-svn-id: trunk@37993 -
|
2012-07-21 20:40:41 +00:00 |
|