log

age author description
Thu, 05 May 2011 17:14:24 +0000 bsmith We need to destroy the thread's brush and pen when the thread exits so we don't leak objects on Windows.
Thu, 05 May 2011 05:53:56 +0000 bsmith Step 1 in modernization of the Win32 module.
Wed, 04 May 2011 00:58:53 +0000 bsmith Removed some code that captured the mouse pointer and set focus in the render widget on Windows.
Tue, 03 May 2011 01:58:08 +0000 bsmith Minor formatting fix.
Tue, 03 May 2011 01:43:51 +0000 bsmith Added code to detect the actual color depth of loaded bitmap files on Windows.
Mon, 02 May 2011 17:51:35 +0000 bsmith Fixed a crash in _free_window_memory() when attempting to free memory on the scrollbox client area on OS/2.
Mon, 02 May 2011 17:43:06 +0000 bsmith Some code cleanups for OS/2 while attempting to track down an issue in _free_window_data().
Mon, 02 May 2011 17:24:58 +0000 bsmith Fixed a coordinate system issue with the button press handler on OS/2.
Mon, 02 May 2011 17:04:58 +0000 bsmith Implemented transparent BitBlt on OS/2 using dw_pixmap_set_transparent_color() like on Windows.
Mon, 02 May 2011 14:26:17 +0000 bsmith Only set the transparent color on bitmaps with 8 bits per pixel.. otherwise you get a black square.
Mon, 02 May 2011 14:18:47 +0000 bsmith Added initial support for transparent pixmap/bitmaps on Windows...
Mon, 02 May 2011 05:39:37 +0000 bsmith Fixes for bitblts with clipping and offset on GTK3.
Mon, 02 May 2011 05:31:36 +0000 bsmith (none)
Mon, 02 May 2011 04:45:38 +0000 bsmith Fixes to flip pixmaps when loading from file or data on Mac.
Mon, 02 May 2011 01:45:16 +0000 bsmith Fixed incorrectly using _get_frame_height() instead of _get_height() which resulted
Mon, 02 May 2011 01:14:00 +0000 bsmith Removed a function call that was erroneously left in during testing.
Mon, 02 May 2011 01:07:49 +0000 bsmith Fixes for some more coordinate system issues on the Mac.
Sun, 01 May 2011 22:52:38 +0000 mhessling Support dw_window_set_text() for groupboxes
Sun, 01 May 2011 05:30:11 +0000 mhessling Use NSCompositeSourceOver for bitblting that respects transparency of the source
Sun, 01 May 2011 04:40:24 +0000 bsmith Added support for dw_window_get_pos_size() to work on individual controls on Mac.
Sun, 01 May 2011 03:31:40 +0000 bsmith Attempt at fixing mouse button detection on Leopard for Mac.
Sun, 01 May 2011 01:10:44 +0000 bsmith Changed dw_window_capture() an dw_window_release() because the mouseDragged method does this already.
Sat, 30 Apr 2011 21:50:49 +0000 bsmith Oops left in a debug message from testing.
Sat, 30 Apr 2011 21:49:11 +0000 bsmith On window sizes we need to flip the origin point on the frame too on the Mac.
Sat, 30 Apr 2011 21:33:27 +0000 bsmith Attempt at inverting the window position and mouse pointer coordinates on Mac.
Sat, 30 Apr 2011 19:35:32 +0000 bsmith Coordinate system changes to button press and motion notify events on Mac.
Sat, 30 Apr 2011 18:43:07 +0000 bsmith Some motion notify changes... so it can handle events without the mouse button pressed on Mac.
Thu, 28 Apr 2011 15:01:59 +0000 bsmith Changed check from x and y not being zero to x and y being greater than zero since it seems values can be negative on Mac.
Wed, 27 Apr 2011 11:55:17 +0000 bsmith Minor change to the build comment.
Wed, 27 Apr 2011 11:29:21 +0000 bsmith dw_window_redraw() should relayout the window in addition to flushing the buffer on Mac.