WinWorkstation.st
Wed, 04 May 2016 22:12:41 +0100 Jan Vrany WIN32: Added (debugging) interface to Windows GetGuiResources() API jv
Tue, 03 May 2016 10:08:46 +0100 Jan Vrany Win32: More readable output of #printHandleCounts jv
Fri, 22 Apr 2016 08:34:13 +0100 Jan Vrany Merge jv
Thu, 21 Apr 2016 08:01:58 +0100 Jan Vrany Merge jv
Thu, 21 Apr 2016 11:42:04 +0200 Stefan Vogel #BUGFIX by stefan
Wed, 20 Apr 2016 15:48:53 +0200 Claus Gittinger some changes to make compiler happier (function protos to avoid warnings)
Wed, 20 Apr 2016 11:46:10 +0200 Stefan Vogel #TUNING by stefan
Sat, 02 Apr 2016 22:42:34 +0100 Jan Vrany Win32: Eliminate compiler warnings in WinWorkstation under MinGW jv
Sat, 02 Apr 2016 14:17:33 +0100 Jan Vrany Win32: Added #dcGetClipBoxForGC: mainly for debugging purposes jv
Mon, 28 Mar 2016 00:38:27 +0100 Jan Vrany Win32: Added methods to lock device context in place jv
Fri, 25 Mar 2016 06:41:01 +0000 Jan Vrany Win32: #Include <stdlib.h> to get proper prototypes for malloc() / free() jv
Tue, 23 Feb 2016 22:55:32 +0000 Jan Vrany Added WinWorkstation>>hdcForGC to obtains a HDC handle for given gcID. jv
Sun, 21 Feb 2016 09:13:19 +0000 Jan Vrany Added WinWorkstation>>hdcForGC: to obtain a HDC for given GC id jv
Thu, 25 Jun 2015 15:08:59 +0100 Jan Vrany Fixes for MINGW32: fix (conditional) includes, define missing macros jv
Wed, 19 Nov 2014 17:06:55 +0100 sr *** empty log message ***
Fri, 14 Nov 2014 12:31:43 +0100 Claus Gittinger class: WinWorkstation
Thu, 28 Aug 2014 17:14:38 +0200 ca class: WinWorkstation
Thu, 05 Jun 2014 11:56:00 +0200 Stefan Vogel class: WinWorkstation
Wed, 28 May 2014 20:06:01 +0200 Claus Gittinger dont attempt to draw strings with zero size
Thu, 03 Apr 2014 23:21:38 +0200 Claus Gittinger comment
Thu, 27 Mar 2014 22:00:32 +0100 Claus Gittinger *** empty log message ***
Tue, 25 Mar 2014 13:14:50 +0100 Stefan Vogel class: WinWorkstation
Fri, 24 Jan 2014 15:51:26 +0100 ab support screenshot of layered windows
Tue, 26 Nov 2013 20:20:32 +0100 Claus Gittinger fix (I hope) window positioning (maximizing)
Mon, 27 May 2013 11:30:04 +0200 Claus Gittinger gcc warnings
Tue, 02 Apr 2013 18:06:11 +0200 Claus Gittinger class: WinWorkstation
Wed, 20 Mar 2013 11:37:17 +0100 Claus Gittinger class: WinWorkstation
Thu, 07 Mar 2013 17:57:51 +0100 Claus Gittinger class: WinWorkstation
Fri, 08 Feb 2013 21:50:53 +0100 Claus Gittinger class: WinWorkstation
Fri, 08 Feb 2013 21:47:52 +0100 Claus Gittinger class: WinWorkstation
Mon, 04 Feb 2013 18:31:22 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Feb 2013 17:27:46 +0100 Claus Gittinger debugging
Wed, 30 Jan 2013 16:52:29 +0100 Claus Gittinger *** empty log message ***
Fri, 11 Jan 2013 15:33:06 +0100 Claus Gittinger 64bit changes
Tue, 27 Nov 2012 19:03:42 +0100 ab support of hotkey events (register/unregister)
Mon, 26 Nov 2012 21:48:46 +0100 ab class definition
Thu, 22 Nov 2012 13:38:39 +0100 ab Add support of Hotkeys. Add WM_HOTKEY to dispatchThread
Sat, 27 Oct 2012 13:40:44 +0200 Claus Gittinger changed: #usableHeightAt:
Thu, 25 Oct 2012 15:31:56 +0200 Claus Gittinger *** empty log message ***
Thu, 25 Oct 2012 15:08:24 +0200 Claus Gittinger changed: #initialize
Wed, 25 Apr 2012 21:45:26 +0200 Stefan Vogel added: #getDefaultFontWithEncoding:
Wed, 07 Mar 2012 11:21:01 +0100 Stefan Vogel comment/format in: #smallestMonitorHeight
Wed, 07 Mar 2012 11:20:43 +0100 Stefan Vogel added: #smallestMonitorHeight
Tue, 14 Feb 2012 19:25:48 +0100 Claus Gittinger setSysColor removed
Tue, 14 Feb 2012 13:17:46 +0100 Claus Gittinger setSystemColor
Fri, 03 Feb 2012 16:20:41 +0100 Claus Gittinger *** empty log message ***
Mon, 30 Jan 2012 16:46:13 +0100 Claus Gittinger changed: #createWindowFor:type:origin:extent:minExtent:maxExtent:borderWidth:subViewOf:style:inputOnly:label:owner:icon:iconMask:iconView:
Thu, 22 Dec 2011 19:58:03 +0100 Claus Gittinger *** empty log message ***
Thu, 03 Mar 2011 22:35:05 +0100 Claus Gittinger experimental window decorations
Thu, 03 Feb 2011 23:16:13 +0100 Claus Gittinger delay the stylesheet reading till later
Fri, 24 Dec 2010 11:26:51 +0100 Claus Gittinger added:
Wed, 22 Dec 2010 11:52:35 +0100 Claus Gittinger category of:12 methods
Thu, 02 Dec 2010 18:33:31 +0100 ca use ExtCreatePen not CreatePen search for: USE_OLD_CREATE_PEN
Thu, 02 Dec 2010 18:22:35 +0100 ca bugfix: setting lineStyle requires Brush.lbStyle = BS_SOLID
Tue, 09 Nov 2010 16:17:10 +0100 Claus Gittinger release hBitmap (possible leak in screenShot)
Tue, 09 Nov 2010 13:00:28 +0100 Claus Gittinger changed: #fontDescriptionFromLogicalFontInfoArray:
Tue, 09 Nov 2010 12:59:47 +0100 Claus Gittinger changed: #fontDescriptionFromLogicalFontInfoArray:
Mon, 08 Nov 2010 18:54:15 +0100 Claus Gittinger oops
Mon, 08 Nov 2010 14:50:25 +0100 Claus Gittinger changed: #fontDescriptionFromLogicalFontInfoArray:
Tue, 26 Oct 2010 17:30:40 +0200 Claus Gittinger changed: #nativeFileDialogFor:save:title:inDirectory:initialAnswer:filter:extension:
less more (0) -300 -100 -60 tip