paul
|
6c88a7f8fa
|
cocoa: finish GetStockItem()
git-svn-id: trunk@34491 -
|
2011-12-29 07:02:45 +00:00 |
|
paul
|
aafc19458b
|
cocoa: implement GetKeyState, fix selected color
git-svn-id: trunk@34490 -
|
2011-12-29 06:48:44 +00:00 |
|
paul
|
001ddf6bc9
|
cocoa: reimplement mouse up/down messages
git-svn-id: trunk@34457 -
|
2011-12-28 05:31:55 +00:00 |
|
paul
|
d2a0cd5d20
|
cocoa: add implementation for winapi caret functions
git-svn-id: trunk@34446 -
|
2011-12-27 07:19:09 +00:00 |
|
paul
|
548a38c43c
|
cocoa: prepare infrastructure for Caret support
git-svn-id: trunk@34445 -
|
2011-12-27 06:55:27 +00:00 |
|
paul
|
9d71664a66
|
cocoa: implement GetTextMetrics
git-svn-id: trunk@34443 -
|
2011-12-27 03:04:16 +00:00 |
|
paul
|
8b26db6fb9
|
cocoa: cleanup and reformat some code
git-svn-id: trunk@34422 -
|
2011-12-26 11:28:08 +00:00 |
|
paul
|
a991d939dd
|
cocoa: apply BkColor without loosing pattern image (if avaiable) if a system color is set
git-svn-id: trunk@34420 -
|
2011-12-26 07:29:12 +00:00 |
|
paul
|
788c0a47d2
|
cocoa: fix crash in SetSysColors
git-svn-id: trunk@34418 -
|
2011-12-26 06:58:40 +00:00 |
|
paul
|
fa157758f2
|
cocoa: fix compilation
git-svn-id: trunk@34417 -
|
2011-12-26 02:57:13 +00:00 |
|
paul
|
e88c7b31b7
|
cocoa: store NSColor in TCocoaBrush object for GetSysColor/SetSysColor functions
git-svn-id: trunk@34416 -
|
2011-12-26 02:54:52 +00:00 |
|
paul
|
f1976687d0
|
cocoa: implement GetSysColor for pattern colors like clWindow and clBtnFace
git-svn-id: trunk@34391 -
|
2011-12-24 16:23:01 +00:00 |
|
paul
|
daea252a34
|
cocoa: implement ETO_OPAQUE flag
git-svn-id: trunk@34388 -
|
2011-12-24 14:46:36 +00:00 |
|
sekelsenmat
|
89dd7c918b
|
Fixes bug #20195: Removes LCLIntf.Frame in favor of a cross-platform implementation for TCanvas.Frame
git-svn-id: trunk@34379 -
|
2011-12-24 10:52:33 +00:00 |
|
paul
|
ab221e099a
|
cocoa: start redoing text drawing using NSTextLayout
git-svn-id: trunk@34367 -
|
2011-12-23 01:03:56 +00:00 |
|
paul
|
47ac6db82c
|
cocoa: port StretchMaskBlt from carbon, fix context destruction, misc
git-svn-id: trunk@34341 -
|
2011-12-21 08:30:02 +00:00 |
|
paul
|
494b78cea1
|
cocoa: implement SendMessage, PostMessage
git-svn-id: trunk@34336 -
|
2011-12-21 06:05:11 +00:00 |
|
paul
|
81f2d6d659
|
cocoa: intial implementation for GetDeviceCaps
git-svn-id: trunk@34314 -
|
2011-12-20 07:07:02 +00:00 |
|
paul
|
3d9e75c6de
|
cocoa: implement GetBkColor, redo SetTextColor, GetTextColor
git-svn-id: trunk@34313 -
|
2011-12-20 06:28:14 +00:00 |
|
paul
|
f69729f41b
|
cocoa: implmenebt GetContextSize
git-svn-id: trunk@34312 -
|
2011-12-20 06:12:33 +00:00 |
|
paul
|
fd4ac5495b
|
cocoa: copy carbon implementation of GetObject
git-svn-id: trunk@34311 -
|
2011-12-20 04:58:01 +00:00 |
|
paul
|
e63a0d80b5
|
cocoa: implement GetFocus, SetFocus
git-svn-id: trunk@34308 -
|
2011-12-20 03:42:39 +00:00 |
|
paul
|
c59a98a83e
|
cocoa: implement SetActiveWindow and SetForegroundWindow
git-svn-id: trunk@34307 -
|
2011-12-20 02:24:14 +00:00 |
|
paul
|
76950c5c17
|
cocoa: port carbon Frame, Frame3D, FrameRect
git-svn-id: trunk@34306 -
|
2011-12-20 02:06:14 +00:00 |
|
paul
|
7d50bae583
|
cocoa: copy carbon implementation of DrawFocusRect
git-svn-id: trunk@34305 -
|
2011-12-20 01:19:06 +00:00 |
|
paul
|
01acb2ab16
|
cocoa: try to implement GetActiveWindow, GetForegroundWindow
git-svn-id: trunk@34271 -
|
2011-12-19 09:17:30 +00:00 |
|
paul
|
2a70b1b482
|
cocoa: add BkColor, BkMode to TCocoaContext
git-svn-id: trunk@34267 -
|
2011-12-19 08:24:29 +00:00 |
|
paul
|
808daec901
|
cocoa: add ROP2 to CocoaContext
git-svn-id: trunk@34265 -
|
2011-12-19 06:27:02 +00:00 |
|
paul
|
81f9739b39
|
cocoa: implement SetProp, GetProp, FillRgn
git-svn-id: trunk@34264 -
|
2011-12-19 05:24:43 +00:00 |
|
paul
|
99a670dfcb
|
cocoa: add cnt_Error to region type enumeration, create a map between cocoa region types and win32, return correct region type instead of complexregion
git-svn-id: trunk@34263 -
|
2011-12-19 01:26:35 +00:00 |
|
paul
|
e162c3f604
|
cocoa: implement ScreenToClient and ClientToScren + various cleanup and formatting
git-svn-id: trunk@34199 -
|
2011-12-15 07:22:12 +00:00 |
|
paul
|
75b7ee82c5
|
cocoa: implement GetSysColor, GetSysColorBrush
git-svn-id: trunk@34166 -
|
2011-12-14 07:40:29 +00:00 |
|
paul
|
a206f65bcd
|
cocoa: fix some sizing/positioning code like GetClientRect
git-svn-id: trunk@34149 -
|
2011-12-13 09:19:06 +00:00 |
|
paul
|
f2b683630b
|
cocoa: port carbon clipping code, port carbon SaveDC, RestoreDC
git-svn-id: trunk@34148 -
|
2011-12-13 07:51:39 +00:00 |
|
paul
|
5d1c06e32a
|
cocoa: fix RectToViewCoord. simplification of different record convert procedures
git-svn-id: trunk@33710 -
|
2011-11-23 05:25:20 +00:00 |
|
paul
|
a740183729
|
cocoa: port carbon pen code
git-svn-id: trunk@33708 -
|
2011-11-23 01:47:41 +00:00 |
|
paul
|
4f99496446
|
cocoa: redo private classes - use corba interfaces instead for simplification of implementation and better inheritance, implement few combobox events, redo gdi object handling and implement most of brush properties
git-svn-id: trunk@33689 -
|
2011-11-22 10:52:25 +00:00 |
|
paul
|
d2a067b488
|
cocoa: invert y coordinate in GetCursorPos
git-svn-id: trunk@33600 -
|
2011-11-18 02:10:52 +00:00 |
|
paul
|
a0906eb9fc
|
cocoa: implement GetCursorPos
git-svn-id: trunk@33588 -
|
2011-11-17 14:55:36 +00:00 |
|
paul
|
a920ff2cd0
|
cocoa: start HCursor implementation
git-svn-id: trunk@33586 -
|
2011-11-17 14:40:41 +00:00 |
|
paul
|
66ed3e1ab7
|
cocoa: implement monitor enumeration and monitor information retreiving functions
git-svn-id: trunk@33579 -
|
2011-11-17 11:13:51 +00:00 |
|
paul
|
28aca06e2e
|
cocoa: implement screen metrics
git-svn-id: trunk@33578 -
|
2011-11-17 10:52:00 +00:00 |
|
sekelsenmat
|
4c619aaba0
|
Fixes the compilation of the Cocoa widgetset
git-svn-id: trunk@31729 -
|
2011-07-18 07:19:25 +00:00 |
|
sekelsenmat
|
a3d1581453
|
cocoa: Reorders half of the winapi functions to the standard, alphabetical, order
git-svn-id: trunk@31467 -
|
2011-06-30 06:24:43 +00:00 |
|
sekelsenmat
|
1a26b03f11
|
Cocoa: Advances the bitmap code
git-svn-id: trunk@31449 -
|
2011-06-29 07:04:24 +00:00 |
|
sekelsenmat
|
fa4e60b3a6
|
Cocoa: Advances implementing bitmap and icon support, but not yet working
git-svn-id: trunk@31440 -
|
2011-06-28 20:50:36 +00:00 |
|
sekelsenmat
|
19eb2d8aa5
|
Starts implementing Cocoa TBitmap, TIcon and TTrayIcon
git-svn-id: trunk@30357 -
|
2011-04-18 06:57:07 +00:00 |
|
sekelsenmat
|
6eca9a8764
|
cocoa: Now TLabel works =)
git-svn-id: trunk@30313 -
|
2011-04-16 12:10:05 +00:00 |
|
sekelsenmat
|
2e674fc5f5
|
cocoa: Improves the debug information
git-svn-id: trunk@30312 -
|
2011-04-16 11:32:59 +00:00 |
|
sekelsenmat
|
09bbd30552
|
cocoa: Starts implementing GetTextExtentPoint and GetSystemMetrics
git-svn-id: trunk@30304 -
|
2011-04-16 04:54:32 +00:00 |
|