log

age author description
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.
Sat, 03 Dec 2011 03:31:43 +0000 bsmith Revert experimental GTK2 change and add OS/2 support for auto-redrawing and auto-calculating bitmaps and bitmap buttons.
Sat, 03 Dec 2011 02:08:40 +0000 bsmith Initial support for automatic redrawing on Windows and ranged/bitmap auto-calculation support.
Sat, 03 Dec 2011 00:09:34 +0000 bsmith Added bitmap autosizing support on Mac.
Fri, 02 Dec 2011 23:56:40 +0000 bsmith New Mac image button handling code was catching checkboxes/radiobuttons as well.
Fri, 02 Dec 2011 23:50:01 +0000 bsmith Initial support for automatic window redrawing on Mac.
Fri, 02 Dec 2011 21:35:38 +0000 bsmith Status text fields needs extra space on the Mac.
Fri, 02 Dec 2011 20:48:40 +0000 bsmith Leave space for the focus highlight on buttons on OS/2.
Fri, 02 Dec 2011 20:30:32 +0000 bsmith WARNING: Experimental layout change for GTK2. Revert this if problems occur.
Fri, 02 Dec 2011 10:57:58 +0000 bsmith Add unique status bar class on Windows so we can identify it when calculating control sizes.
Fri, 02 Dec 2011 10:00:24 +0000 bsmith Don't use natural size on GTK3 for entryfields, spinbuttons and comboboxes.
Fri, 02 Dec 2011 09:25:37 +0000 bsmith Safety checks for -1 parameter to dw_box_pack*() for GTK3.
Fri, 02 Dec 2011 08:52:21 +0000 bsmith Fixes for the OS/2 code.
Fri, 02 Dec 2011 08:22:11 +0000 bsmith Initial versions of code to figure out control sizes for Windows and OS/2...
Thu, 01 Dec 2011 21:37:03 +0000 bsmith Initial code on the Mac to automatically calculate widget required sizes.
Thu, 01 Dec 2011 09:04:09 +0000 bsmith Same basic groupbox fix for OS/2.
Thu, 01 Dec 2011 08:51:05 +0000 bsmith Fixes for groupboxes with no text (or very small text) on Windows not displaying properly.
Wed, 30 Nov 2011 06:00:29 +0000 bsmith More Watcom build fixes from abwillis and a change to allow VAC30 to work again.
Wed, 30 Nov 2011 05:37:00 +0000 bsmith On OS/2 with Watcom add -sg option to attempt to grow the stack automatically.
Tue, 29 Nov 2011 21:04:46 +0000 bsmith Fixed location of _System for PMPrintf causing issues with watcom.
Tue, 29 Nov 2011 15:25:41 +0000 bsmith Changes to get the library building with Watcom on OS/2.
Mon, 28 Nov 2011 05:49:27 +0000 bsmith Need to make the tooltip rect the max possible control size.. otherwise it might get clipped.
Sun, 27 Nov 2011 22:31:28 +0000 bsmith Disabling tooltips on GTK2 does not seem to work... so...
Sun, 27 Nov 2011 20:37:33 +0000 bsmith Attempt at fixing tooltips for GTK2.
Sun, 27 Nov 2011 20:28:15 +0000 bsmith Allow removing of tooltips by passing NULL or "" and prevent double tooltips on some platforms.
Sun, 27 Nov 2011 12:08:05 +0000 bsmith On Windows get the buddy from the child window data when creating a combobox.
Sun, 27 Nov 2011 11:19:42 +0000 bsmith Set tooltip on the entryfield part of a combobox...
Sun, 27 Nov 2011 11:01:01 +0000 bsmith Safety checks in dw_bitmapbutton_new*() on Windows and OS/2.
Sun, 27 Nov 2011 10:54:08 +0000 bsmith Allow on Mac passing NULL as bubbletext to dw_bitmapbutton_new*.
Sun, 27 Nov 2011 10:02:38 +0000 bsmith Updated the tooltip bubble help on OS/2 to display the tooltip after 2 seconds...
Sun, 27 Nov 2011 09:03:26 +0000 bsmith Added generic tooltip support on OS/2.
Sat, 26 Nov 2011 22:55:33 +0000 bsmith Compile fixes for that last commit on OS/2.
Sat, 26 Nov 2011 22:47:20 +0000 bsmith Refactoring OS/2 and Windows code... eliminating BubbleButton...
Sat, 26 Nov 2011 21:05:49 +0000 bsmith Similar variable name change required on GTK2.
Sat, 26 Nov 2011 21:03:25 +0000 bsmith Forgot to change variable name... fix GTK3 build.
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 20:20:41 +0000 bsmith Fix windows on GTK that aren't supposed to have a close button..
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 19:01:30 +0000 bsmith Don't need to include the / after the .app on Mac.
Fri, 25 Nov 2011 18:31:54 +0000 bsmith Cleanup of the previous commits and added Unix support.
Fri, 25 Nov 2011 17:51:49 +0000 bsmith Thought I was fixing a memory leak but I was seeing the {} wrong.
Fri, 25 Nov 2011 17:45:34 +0000 bsmith Bleah.. VAC doesn't have MAX_PATH... define it ourselves.
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 20:47:28 +0000 bsmith Revert dwtest change to test deleting menu items...
Wed, 23 Nov 2011 20:00:17 +0000 bsmith Fix menu items getting stuck highlighted on Mac if the action triggered a window focus change.
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 22:20:39 +0000 bsmith Don't release the menu item when destroying it on Mac... causes crashes.
Tue, 22 Nov 2011 21:22:36 +0000 bsmith Implemented dw_menu_delete_item() on the Mac.
Tue, 22 Nov 2011 21:13:02 +0000 bsmith Missing ; in the GTK1/2 source.
Tue, 22 Nov 2011 21:10:56 +0000 bsmith Implemented dw_menu_delete_item() for GTK.
Tue, 22 Nov 2011 20:55:14 +0000 bsmith Fixed typo that made the OS/2 code refuse to compile.
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.
Sun, 20 Nov 2011 06:45:55 +0000 mhessling Add an uninstall target.
Sun, 20 Nov 2011 04:56:39 +0000 bsmith Updated the zip and dist rules to account for new file locations.
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 20:27:41 +0000 bsmith Updated the changelogs and my email address in the debian packaging.
Fri, 18 Nov 2011 20:05:37 +0000 bsmith Update OS/2 and Windows readmes to version 2.2
Fri, 18 Nov 2011 20:01:32 +0000 bsmith Fixes for compiling with Watcom on OS/2...
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 16:50:49 +0000 bsmith Missed a couple .DEF file references on OS/2 and...
Fri, 18 Nov 2011 16:45:22 +0000 bsmith Source tree cleanup, move import/export definition files to their platform folder.
Fri, 18 Nov 2011 15:19:04 +0000 bsmith Convert line endings in the Version file to Unix style to prevent issues with BSD make.
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 14:56:25 +0000 bsmith Convert WM_ACTIVATE to WM_SETFOCUS for top-level windows on OS/2.
Fri, 18 Nov 2011 14:01:43 +0000 bsmith Code change to remove a warning on GTK2 for recent versions of gcc.
Fri, 18 Nov 2011 13:49:11 +0000 bsmith Removed a now unused variable on GTK in dw_html_new().
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...
Wed, 16 Nov 2011 20:31:35 +0000 bsmith Apparently it is unsafe to set properties in the GTK3 size allocate callback.
Wed, 16 Nov 2011 19:47:17 +0000 bsmith Fix entryfields, comboboxes etc being too wide in GTK3.
Tue, 15 Nov 2011 14:39:58 +0000 bsmith Changes to the build system to no longer use the version during configure.
Tue, 15 Nov 2011 13:26:15 +0000 bsmith Upped the version number to 2.2. Added a Version file to reduce the number of places
Tue, 15 Nov 2011 12:45:52 +0000 bsmith OS/2 calendar fix to make sure the selected day does not exceed the number
Tue, 15 Nov 2011 12:33:10 +0000 bsmith Fixes for handling leap years on the OS/2 calendar control.
Tue, 15 Nov 2011 05:21:32 +0000 bsmith Removed some unused variables in the new OS/2 code... as reported by gcc.
Tue, 15 Nov 2011 05:14:09 +0000 bsmith Ok some final work on the Calendar control for OS/2... Should work now.
Tue, 15 Nov 2011 03:38:55 +0000 bsmith Ok get basic drawing working... on the calendar control on OS/2.
Tue, 15 Nov 2011 01:59:00 +0000 bsmith Initial try at a custom calendar widget for OS/2.... not finished...
Mon, 14 Nov 2011 21:22:21 +0000 bsmith More fixes for OS/2 gcc/gmake. Need to use := to evaluate the $(shell) variable.
Mon, 14 Nov 2011 17:31:59 +0000 bsmith *sighs* tabs again... I really need to figure out how to change the default to spaces.
Mon, 14 Nov 2011 17:14:54 +0000 bsmith Added PMPrintf support to dw_debug() on OS/2.
Sun, 13 Nov 2011 23:01:35 +0000 bsmith Another printing cancel fix for the Mac and updated the readme.
Sun, 13 Nov 2011 22:52:31 +0000 bsmith Similarly need to send DEVESC_ABORTDOC on when canceled on OS/2.
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 16:15:35 +0000 bsmith Temporary fix for borderless buttons on OS/2 not displaying properly...
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)
Sun, 13 Nov 2011 08:47:41 +0000 bsmith A couple minor code cleanups on Mac.
Sun, 13 Nov 2011 08:16:36 +0000 bsmith Attempt to make dw_container_cursor() scroll to the item on Mac.
Sun, 13 Nov 2011 04:51:14 +0000 mhessling Add -headerpad_max_install_names to compiler switches for MacOS X.
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.
Thu, 10 Nov 2011 14:24:37 +0000 bsmith Mostly fixed dw_listbox_set_top() on GTK3.
Thu, 10 Nov 2011 13:30:14 +0000 bsmith Hopefully the last socklen_t change... OS/2 needs it too.
Thu, 10 Nov 2011 03:54:32 +0000 bsmith Changed socklen_t typedef #ifdef to check for MSVC.
Thu, 10 Nov 2011 03:46:01 +0000 bsmith Added support for GdkPixbuf inline data in GTK.
Wed, 09 Nov 2011 10:34:58 +0000 bsmith Make sure socklen_t gets defined when building with Visual Studio.
Wed, 09 Nov 2011 09:35:01 +0000 bsmith Don't default the MLE to read only on OS/2 since other platforms don't.
Tue, 08 Nov 2011 11:29:22 +0000 bsmith Don't include arpa/inet.h on OS/2 with VisualAge.
Tue, 08 Nov 2011 11:07:32 +0000 bsmith Cleaned up the compatibility library header.
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.
Sun, 06 Nov 2011 11:48:24 +0000 bsmith Fixed setting font on comboboxes for GTK2...
Sun, 06 Nov 2011 10:39:57 +0000 bsmith Added support for dw_font_set_default() on GTK for appropriate widgets.
Sat, 05 Nov 2011 21:32:35 +0000 bsmith Code change to fix llvm-gcc optimization problem on Mac.
Sat, 05 Nov 2011 14:30:04 +0000 bsmith Fixed some issues and deprecations building with Xcode 4.2 on Mac.