log

age author description
Fri, 23 Dec 2011 15:58:13 +0000 bsmith Fixed OS/2 windows being shown when setting position/size.
Thu, 22 Dec 2011 14:48:38 +0000 bsmith Even better workaround to Compiz bug on GTK... it only seems to happen
Thu, 22 Dec 2011 13:18:18 +0000 bsmith Source code cleanups.
Thu, 22 Dec 2011 12:20:52 +0000 bsmith FIXME: Similar fix for GTK2 of the GTK3 fix for gdk_window_get_frame_extents()
Thu, 22 Dec 2011 12:09:43 +0000 bsmith FIXME: Workaround on GTK for Compiz not sending property notify
Thu, 22 Dec 2011 09:53:02 +0000 bsmith Fix mixing frame and content sizes on the Mac.
Wed, 21 Dec 2011 13:21:39 +0000 bsmith Accidentally committed some debug messages with that last commit.
Wed, 21 Dec 2011 13:04:21 +0000 bsmith FIXME: Hacky fix to gdk_window_get_frame_extents() on GTK3 returning bogus
Tue, 20 Dec 2011 18:05:13 +0000 bsmith Added dw_window_set_gravity() to the template and readme.
Tue, 20 Dec 2011 16:31:04 +0000 bsmith Initial implementation of dw_window_set_gravity() on Mac.
Tue, 20 Dec 2011 16:18:46 +0000 bsmith Fixes building on OS/2 and reverted a change where I tried to not
Tue, 20 Dec 2011 16:10:13 +0000 bsmith Initial versions of dw_window_set_gravity for Windows and OS/2.
Tue, 20 Dec 2011 15:05:14 +0000 bsmith Don't attempt to set windows to an invalid size on GTK when
Tue, 20 Dec 2011 14:30:10 +0000 bsmith On GTK2 gtk_window_move() needs to be called after mapping the window...
Tue, 20 Dec 2011 12:44:41 +0000 bsmith Second try and window positioning for GTK2 and port to GTK3.
Mon, 19 Dec 2011 13:16:34 +0000 bsmith Rewrite of window position code for GTK2. DW_BORDER_WIDTH and DW_BORDER_HEIGHT
Sun, 18 Dec 2011 12:12:46 +0000 bsmith _toplevel_window() changes for Windows similar to the OS/2 changes...
Sun, 18 Dec 2011 11:34:41 +0000 bsmith Rewrote _toplevel_window() on OS/2 so it is more accurate...
Sat, 17 Dec 2011 22:37:36 +0000 bsmith Menus don't need to be added after packing a box into a window anymore...
Sat, 17 Dec 2011 13:02:54 +0000 bsmith FIXME: Workaround for items on the top-level not getting WM_PAINT messages on Windows.
Sat, 17 Dec 2011 11:34:25 +0000 bsmith Fixed error in _dw_msleep on Solaris... fix was already in dwcompat.
Thu, 15 Dec 2011 23:51:39 +0000 bsmith Fix dw_window_get_preferred_size() on GTK2... was using the wrong
Thu, 15 Dec 2011 23:30:50 +0000 bsmith Clear the side pixmap on configure so there won't sometimes be garbage there.
Thu, 15 Dec 2011 23:14:28 +0000 bsmith Test dw_window_get_preferred_size by using it to get the size of the scrollbars.
Thu, 15 Dec 2011 22:36:58 +0000 bsmith Add missing extra height from spinbuttons OS/2.
Thu, 15 Dec 2011 22:29:47 +0000 bsmith Split out scrollbars from the rest of the ranged widgets on OS/2... the others require extra size.
Thu, 15 Dec 2011 22:22:49 +0000 bsmith Split out scrollbars from the rest of the ranged widgets on Mac... the others require extra size.
Thu, 15 Dec 2011 22:03:54 +0000 bsmith Added automatic widget size detection a variety of places in dwtest.
Thu, 15 Dec 2011 11:17:25 +0000 bsmith Remove forcing of items packed into toplevel windows to expand on OS/2.
Thu, 15 Dec 2011 10:38:04 +0000 bsmith Minor safety change in the status window procedure on Windows.
Wed, 14 Dec 2011 08:48:37 +0000 bsmith Boxes need to default to vertical on Mac.
Wed, 14 Dec 2011 08:22:54 +0000 bsmith Changes for GTK to make top-level windows act more like on other platforms.
Wed, 14 Dec 2011 05:11:57 +0000 bsmith Removed GtkVbox and associated code from top-level windows on GTK.
Wed, 14 Dec 2011 01:19:50 +0000 bsmith Fixed accidentally flipping splitbars vertically on Windows in that last commit.
Wed, 14 Dec 2011 00:23:30 +0000 bsmith Fixed dw_window_redraw() on Windows not recalculating notebook page contents if the notebook size didn't change.
Sat, 10 Dec 2011 23:27:21 +0000 bsmith Windows needs a little more extra vertical space for text buttons.
Sat, 10 Dec 2011 23:11:16 +0000 bsmith Add -DISOLATION_AWARE_ENABLED=1 to Visual C compile flags and delete temporary manifest files after build.
Fri, 09 Dec 2011 21:24:31 +0000 bsmith Fix clang integer conversion warning on 64bit Mac.
Thu, 08 Dec 2011 23:49:55 +0000 bsmith Use system metrics/values to get the scrollbar sizes on Windows and OS/2.
Thu, 08 Dec 2011 23:32:40 +0000 bsmith Fix auto-sizing top-level windows with menus on OS/2 using WinCalcFrameRect().
Thu, 08 Dec 2011 22:49:37 +0000 bsmith Fix auto-sizing top-level windows with menus on Windows.
Thu, 08 Dec 2011 21:58:02 +0000 bsmith Added groupbox perfomance improvement to Windows and OS/2 that was missed when importing from the Mac.
Thu, 08 Dec 2011 11:43:28 +0000 bsmith Removed some debug code on Windows and updated the layout code in the template.
Thu, 08 Dec 2011 10:10:54 +0000 bsmith Fixed auto-sizing top-level Windows on Windows...
Thu, 08 Dec 2011 09:58:17 +0000 bsmith Fixed auto-sizing top-level windows in OS/2.
Thu, 08 Dec 2011 09:30:32 +0000 bsmith Initial layout engine 2.0 for Windows and OS/2...Plus some updates for the Mac code...
Thu, 08 Dec 2011 06:47:05 +0000 bsmith Initial layout engine 2.0 for the Mac... Windows and OS/2 may not compile until
Wed, 07 Dec 2011 19:03:05 +0000 bsmith Similar fix for OS/2 and Windows as just committed on Mac...
Wed, 07 Dec 2011 18:51:48 +0000 bsmith Temporary fix on Mac for box miscalculation when box is not expandable but items are in complex layouts.
Tue, 06 Dec 2011 22:36:55 +0000 bsmith Fixed automatic redrawing not occurring on OS/2 and Windows when changes were made from a button press handler.
Mon, 05 Dec 2011 05:22:06 +0000 bsmith Improvements on OS/2 to how buttons and text/status field sizes are calculated.
Sun, 04 Dec 2011 21:49:42 +0000 bsmith Bordered bitmap buttons need extra padding.
Sun, 04 Dec 2011 21:29:26 +0000 bsmith Better extra border values for bitmap buttons on Windows.
Sun, 04 Dec 2011 20:18:50 +0000 bsmith Added dw_window_set_preferred_size() prototype to the header.
Sun, 04 Dec 2011 20:11:38 +0000 bsmith Added dw_window_get_preferred_size() which attempts to determine the size the system wants for the widget. This is useful when creating nice looking layouts.
Sun, 04 Dec 2011 19:13:10 +0000 bsmith Added support for pseudo transparent widget background colors on OS/2.
Sat, 03 Dec 2011 19:33:42 +0000 bsmith Simplified the widget color handling code on Windows.
Sat, 03 Dec 2011 09:11:44 +0000 bsmith Fix incorrect pixbuf scaling on GTK3 when -1 is passed as a parameter
Sat, 03 Dec 2011 04:40:35 +0000 bsmith Changes to _dw_redraw() to prevent infinite recursion on OS/2, Win and Mac.
Sat, 03 Dec 2011 03:40:48 +0000 bsmith Use the image handle to get the dimensions on OS/2.