log win/dw.c @ 1389:0512fbb08abf

age author description
Sat, 26 Nov 2011 21:00:14 +0000 bsmith Added dw_window_set_tooltip() for adding bubble help to most controls.
Sat, 26 Nov 2011 00:09:07 +0000 bsmith Fixed dw_container_optimize() on Windows was not calculating things correctly.
Fri, 25 Nov 2011 21:13:12 +0000 bsmith Updated the readme and comments in the source files
Fri, 25 Nov 2011 18:31:54 +0000 bsmith Cleanup of the previous commits and added Unix support.
Fri, 25 Nov 2011 17:36:59 +0000 bsmith Initial attempt at dw_app_dir() for OS/2, Windows and Mac...
Thu, 24 Nov 2011 06:07:40 +0000 bsmith Initializing the widgets to size 0 on Windows causes the tooltip rect to also be 0...
Wed, 23 Nov 2011 00:49:12 +0000 bsmith Cleanup signal handlers when calling dw_menu_delete_item() on OS/2 and Windows...
Tue, 22 Nov 2011 20:46:37 +0000 bsmith Initial versions of dw_menu_delete_item() on OS/2 and Windows.
Sun, 20 Nov 2011 16:34:44 +0000 bsmith Test change on Windows to allow dw_container_cursor() to work on unsized containers.
Fri, 18 Nov 2011 22:49:56 +0000 bsmith Menu clicked callbacks on OS/2 and Windows should pass the menu ID as the window handle...
Fri, 18 Nov 2011 19:12:20 +0000 bsmith Mingw doesn't like writing to a compile time variable in dw_menu_append_item()...
Fri, 18 Nov 2011 18:56:40 +0000 bsmith Attempt to get it building with Mingw again... builds but crashes.
Fri, 18 Nov 2011 15:09:26 +0000 bsmith dw_debug() lines in dw_html_new() should end with a newline.
Fri, 18 Nov 2011 13:34:36 +0000 bsmith Changed the behavior of dw_html_new() to return NULL on failure like the documentation indicates...
Sun, 13 Nov 2011 22:49:09 +0000 bsmith AbortDoc() needs to be issued instead of EndDoc() to cancel printing on Windows.
Sun, 13 Nov 2011 14:46:30 +0000 bsmith Fixes to the source on Windows so it will build standalone again. (With HTML widget disabled)
Thu, 10 Nov 2011 19:10:00 +0000 bsmith Fixed too broad of an if() in dw_window_destroy on OS/2 and Windows...
Thu, 10 Nov 2011 18:06:32 +0000 bsmith Make dw_notebook_page_destroy() on OS/2 and Windows destroy the contents of the page.
Sun, 06 Nov 2011 12:13:13 +0000 bsmith Initial fix for being able to do container string comparisons instead of pointer on all platforms.
Fri, 04 Nov 2011 14:13:38 +0000 bsmith Initial commit allowing dw_window_set_style() to work on menu item handles.
Fri, 04 Nov 2011 05:06:52 +0000 bsmith Removed an unused variable in the new code on OS/2 and Windows.
Fri, 04 Nov 2011 03:30:27 +0000 bsmith Added support on OS/2 and Windows for looking for signal handlers with menu IDs...
Thu, 03 Nov 2011 23:34:10 +0000 bsmith Added dw_debug() logging function which will output a message to the debugging console.
Thu, 03 Nov 2011 10:09:11 +0000 bsmith Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to dw_menu_append_item() in the id field.
Thu, 03 Nov 2011 08:37:56 +0000 bsmith Experimental change to menu code on Windows to allow dw_window_enable/disable to work on menu item handles.
Tue, 01 Nov 2011 12:21:33 +0000 bsmith Set dw_file_browse() initial directory to . on Windows unless...
Tue, 01 Nov 2011 10:21:48 +0000 bsmith Code changes to enable default filename on Windows with dw_file_browse().
Tue, 01 Nov 2011 06:01:26 +0000 bsmith Grr flippin' tabs again!
Tue, 01 Nov 2011 05:57:48 +0000 bsmith Fix for encoding a COLORREF incorrectly on Windows.
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Sun, 30 Oct 2011 10:14:49 +0000 bsmith Updated dw_draw_rect and dw_draw_polygon to accept flags the same way as dw_draw_arc.
Sun, 30 Oct 2011 01:41:14 +0000 bsmith Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for ellipses.
Tue, 25 Oct 2011 12:33:09 +0000 bsmith Fixed on Windows sqrt() issue due to missing header...
Tue, 25 Oct 2011 10:51:59 +0000 bsmith Initial attempt at adding dw_draw_arc() support on all platforms.
Mon, 24 Oct 2011 08:01:42 +0000 bsmith Basically a repeat of that last fix except for the data version of the function.
Mon, 24 Oct 2011 07:56:20 +0000 bsmith Attempt on Windows to use an icon handle for bitmap buttons before a bitmap...
Mon, 24 Oct 2011 06:29:05 +0000 bsmith Fixed GDI+ loading files with no extension needed. Fixed the *_from_data() functions.
Mon, 24 Oct 2011 03:44:24 +0000 bsmith Fixed not accounting for the NULL terminator on Windows when converting to wide characters.
Mon, 24 Oct 2011 03:10:27 +0000 bsmith Enable GDI Plus on Windows to see how well it works.
Sun, 23 Oct 2011 19:54:09 +0000 bsmith Initial commit of GDI+ image loader for Windows to allow use of other image formats...
Wed, 19 Oct 2011 08:14:05 +0000 bsmith Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2.
Tue, 18 Oct 2011 08:26:36 +0000 bsmith Divided _acquire_font() into two parts on Windows.
Sun, 16 Oct 2011 19:26:10 +0000 bsmith Fix for dw_font_text_extents_get() not on Windows honoring the font set with dw_pixmap_set_font().
Tue, 11 Oct 2011 23:37:21 +0000 bsmith Fixed a (shift) tab focus change regression on Windows for spinbuttons/comboboxes.
Mon, 10 Oct 2011 02:04:17 +0000 bsmith Fixes to allow non-toplevel window handles in dw_taskbar_insert() on Windows.
Sun, 09 Oct 2011 10:24:21 +0000 bsmith Another attempt at fixing alternating row issues on Windows.
Sun, 09 Oct 2011 10:13:16 +0000 bsmith Fixed a slight miscalculation and simplified the Windows container row code.
Sun, 09 Oct 2011 09:50:07 +0000 bsmith Implemented dw_container_set_row_bg() on Windows.
Sat, 08 Oct 2011 20:47:34 +0000 bsmith Updated GTK3 with the behavior change just commited for Mac.
Sat, 08 Oct 2011 19:20:09 +0000 bsmith Added dw_container_set_row_bg() stubs on the remaining platforms.
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Sat, 17 Sep 2011 09:20:31 +0000 bsmith Missing return on Windows... surprised this compiled.
Fri, 16 Sep 2011 06:39:56 +0000 bsmith Attempt to use the subversion revision number as the sub version number.
Thu, 15 Sep 2011 21:13:59 +0000 bsmith Added dw_mutex_trylock() that functions like dw_mutex_lock() except
Thu, 15 Sep 2011 03:13:50 +0000 bsmith Added support for infinite wait for dw_event_wait() on Mac, Unix and Windows.
Tue, 13 Sep 2011 16:58:37 +0000 bsmith dw_event_wait() was returning DW_ERROR_TIMEOUT in the wrong state on Windows.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
Sun, 11 Sep 2011 21:56:55 +0000 bsmith Implemented dw_pixmap_set_font() on Windows. Added to export files on Windows and OS/2.
Sat, 10 Sep 2011 18:34:25 +0000 bsmith Fixed using a pointer after being free()ed on Windows and Mac.
Fri, 09 Sep 2011 21:05:57 +0000 bsmith Fix for issues in printing pages on Windows.