log

age author description
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.
Sat, 05 Nov 2011 02:21:56 +0000 bsmith Reverting change 1278 until we come up with a way to solver the issue Mark is having.
Fri, 04 Nov 2011 23:58:01 +0000 bsmith Fixed tabs inserted by my editor on OS/2 again.
Fri, 04 Nov 2011 23:56:38 +0000 bsmith Moved the menu IDs used for entryfields on OS/2 into the resevered
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 12:30:23 +0000 bsmith Autorelease fixes for Mac allowing the objects to dealloc when destroyed.
Fri, 04 Nov 2011 10:57:51 +0000 bsmith Added code to remove signal handlers when objects are destroyed on Mac.
Fri, 04 Nov 2011 05:55:35 +0000 bsmith Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check.
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:42:12 +0000 bsmith Removed a now unsued variable from GTK3.
Thu, 03 Nov 2011 23:41:52 +0000 bsmith Fixed some typos in the GTK2 commit.
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.