log

age author description
Wed, 26 Sep 2012 06:19:06 +0000 mhessling Add simple test of dw_window_set_focus()
Tue, 25 Sep 2012 17:15:42 +0000 bsmith Added dw_window_set_focus() to the template source file.
Tue, 25 Sep 2012 03:06:45 +0000 bsmith Fixed tabs put in by TextMate 2... had to figure out how turn
Mon, 24 Sep 2012 23:24:25 +0000 bsmith Added new dw_window_set_focus() function and attempted to fix...
Mon, 13 Aug 2012 06:18:30 +0000 bsmith Added code to disable Ubuntu overlay scrollbars for
Mon, 13 Aug 2012 05:45:25 +0000 bsmith Added code to disable Ubuntu overlay scrollbars
Sun, 05 Aug 2012 13:47:57 +0000 bsmith Similar fixes to the Mac one on OS/2 and Windows....
Sun, 05 Aug 2012 13:02:39 +0000 bsmith Set status text fields in the test program to auto height... because they were too small on Mac.... this caused me to notice a bug in the calculation of (status) text widgets when the text is empty; this also contains a fix for that bug.
Sat, 04 Aug 2012 07:35:13 +0000 bsmith Rewrite dw_window_set_style() on Windows to properly handle the
Sat, 04 Aug 2012 01:14:17 +0000 bsmith Fix handling the DW_DT_WORDBREAK flag on OS/2 to cause static text to word wrap.
Sat, 04 Aug 2012 00:05:47 +0000 bsmith Discovered a breakage in OS/2 functionality when building
Fri, 03 Aug 2012 21:08:31 +0000 bsmith Update OS/2 readme with important information about the 2.4 build.
Wed, 25 Jul 2012 02:15:35 +0000 bsmith Make sure we set the locale on Mac and it is UTF-8.
Wed, 25 Jul 2012 00:46:00 +0000 bsmith Added UTF8/Wide conversion for GTK2/3.
Tue, 24 Jul 2012 23:33:50 +0000 bsmith Added UTF8/Wide conversion functions on OS/2 and Windows...
Tue, 24 Jul 2012 22:52:57 +0000 bsmith Put test program code into DEPRECATED #ifdef again to avoid build warnings.
Mon, 23 Jul 2012 16:56:08 +0000 bsmith Attempted fix at Mac textured background repeat problems. Thanks to Christoph Sinai
Thu, 19 Jul 2012 19:46:35 +0000 bsmith Attempt at fixing the issue noted in the last commit.
Thu, 19 Jul 2012 09:25:13 +0000 bsmith Minor OS/2 cleanup while looking for a weird bug in
Thu, 19 Jul 2012 06:01:30 +0000 bsmith Readd support for 10.5... the drawInRect method I was using only supports 10.6 and higher...
Tue, 17 Jul 2012 23:00:26 +0000 bsmith Minor cleanups for the Mac status text changes for 10.8.
Mon, 16 Jul 2012 23:11:01 +0000 bsmith Fix loading bitmap buttons from data via GBM on OS/2.
Mon, 16 Jul 2012 22:32:00 +0000 bsmith Switched to using drawInRect: instead of drawAtPoint: on Mac since drawAtPoint
Mon, 16 Jul 2012 20:16:19 +0000 bsmith Eliminated use of deprecated method compositeToPoint on Mac.
Sun, 15 Jul 2012 06:30:03 +0000 bsmith Check for pointerArrayWithWeakObjects before weakObjectsPointerArray on Mac
Sun, 15 Jul 2012 05:35:30 +0000 bsmith Check if classes respond to selectors on Mac for new, removed and deprecated methods to avoid compiler warnings.
Sat, 14 Jul 2012 04:13:59 +0000 bsmith Experimental change to use NSBox to draw border of status text widgets on Mac.
Thu, 12 Jul 2012 21:18:01 +0000 bsmith Seems the cool looking bezeled look to the text field has changed in Mac 10.8.
Thu, 12 Jul 2012 20:29:12 +0000 bsmith Fix some warnings with Mac 10.8 and Xcode 4.5.
Fri, 06 Jul 2012 10:51:28 +0000 bsmith Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency.
Sun, 01 Jul 2012 09:56:49 +0000 bsmith Update readmes and up version to 2.4 in preparation for release
Sun, 01 Jul 2012 08:16:44 +0000 bsmith On OS/2 make a duplicate of the column titles when setting up containers...
Sun, 01 Jul 2012 07:51:25 +0000 bsmith Ported clang/Xcode fixes to Windows and OS/2 just in case.
Sat, 30 Jun 2012 19:53:18 +0000 bsmith Fix warnings with Visual C largely in debug mode.
Sat, 30 Jun 2012 18:34:19 +0000 bsmith Fixed a memory leak in the Mac box code, items were not being freed when destroyed.
Wed, 27 Jun 2012 22:14:28 +0000 bsmith Switch to using a single tooltip window to prevent leaking tooltip handles on Windows.
Wed, 27 Jun 2012 20:50:31 +0000 bsmith Added code to plug several resource leaks on Windows.
Tue, 26 Jun 2012 01:25:45 +0000 bsmith Experimental change of removing code to prevent events during dw_tree_item_Select().
Tue, 26 Jun 2012 00:54:45 +0000 bsmith Fix buttons causing double events when toolbar support is enabled on Windows.
Sat, 23 Jun 2012 21:54:35 +0000 bsmith Fix Unicode builds with Watcom on OS/2.
Fri, 22 Jun 2012 06:09:12 +0000 bsmith Cause variable expansion to occur during install phase.
Sun, 17 Jun 2012 17:04:53 +0000 bsmith Fixes for building on OS/2 in ANSI mode.
Sun, 17 Jun 2012 05:06:11 +0000 bsmith Override the MLM/EM_CUT/COPY/PASTE messages on OS/2
Sat, 16 Jun 2012 11:16:46 +0000 bsmith In Unicode mode on OS/2, handle pasting to entryfields and MLEs
Sat, 16 Jun 2012 08:49:10 +0000 bsmith Enable unicode cut and paste on Windows.
Sat, 16 Jun 2012 06:24:08 +0000 bsmith Added some fields to the test program to test copy and paste functionality.
Fri, 15 Jun 2012 23:04:32 +0000 bsmith Fixed some gcc compiler warnings on OS/2.
Fri, 15 Jun 2012 21:35:58 +0000 bsmith Added initial code to attempt to detect the keyboard layout
Wed, 13 Jun 2012 20:50:17 +0000 bsmith Updated readme, removed debug message and committed fixes for ANSI builds on Windows.
Wed, 13 Jun 2012 20:08:41 +0000 bsmith Added optional keypress callback optional utf8 parameter on Windows.
Wed, 13 Jun 2012 19:38:00 +0000 bsmith Added optional utf8 parameter to keypress callback on Mac.
Wed, 13 Jun 2012 19:23:30 +0000 bsmith Added utf8 parameter to key press callback on GTK2/3.
Wed, 13 Jun 2012 19:20:39 +0000 bsmith Experimental OS/2 code adding utf8 input conversion...
Mon, 04 Jun 2012 22:44:51 +0000 bsmith Fixes for the new localization function on OS/2 and GTK3.
Mon, 04 Jun 2012 22:18:56 +0000 bsmith Added dw_filesystem_set_column_title() function to aid in localization.
Sun, 03 Jun 2012 19:44:04 +0000 bsmith Added some comments that aided in remembering how the combobox
Sun, 03 Jun 2012 19:09:41 +0000 bsmith Minor GTK3 code cleanups from attempt at fixing combobox event order.
Fri, 01 Jun 2012 23:05:21 +0000 bsmith Unsafe use of sprintf() in dwtest may have been causing stack overruns on Win2k.
Sat, 19 May 2012 21:44:24 +0000 bsmith Test fix for warnings generated in Xcode 4.3... hopefully this still allows 10.5 builds to work.
Sat, 19 May 2012 01:23:04 +0000 bsmith Improved method of figuring out the best icon size on OS/2
Fri, 18 May 2012 06:58:21 +0000 mhessling Add code to show borderless bitmapbutton.
Thu, 17 May 2012 18:13:34 +0000 bsmith Need to get the bitmap from window data instead on OS/2 now.
Thu, 17 May 2012 17:50:31 +0000 bsmith Subclass the bitmap widget to center the bitmap on OS/2.
Wed, 16 May 2012 19:18:25 +0000 bsmith Minor layout changes to the test program so all buttons are
Wed, 16 May 2012 18:39:05 +0000 bsmith Updated readme.
Wed, 16 May 2012 10:12:09 +0000 bsmith Fixes for GBM unable to open files when compiled with GCC/Watcom on OS/2.
Wed, 16 May 2012 08:56:19 +0000 bsmith Fixes for building on Windows 2000. Use VS2008 and disabled GDIPLUS/AEROGLASS.
Tue, 15 May 2012 19:43:49 +0000 bsmith A much better solution that centering the button in the space on Windows...
Tue, 15 May 2012 07:09:29 +0000 bsmith Had to move uxtheme/SetWindowTheme out of the AERO #ifdefs to get
Tue, 15 May 2012 06:49:27 +0000 bsmith Slight improvement... check the flat flags and adjust the required
Tue, 15 May 2012 06:37:39 +0000 bsmith Set the minimum button size to 24x24 instead of 20x20 when toolbar
Tue, 15 May 2012 06:13:35 +0000 bsmith Since toolbars need to have a bitmap to add a button, if toolbar based buttons
Mon, 14 May 2012 23:08:24 +0000 bsmith Enable toolbar double buffering during packing on Windows if the window
Mon, 14 May 2012 22:26:26 +0000 bsmith Create a separate disabled image list with washed out and grayscale bitmaps on Windows.
Mon, 14 May 2012 21:36:28 +0000 bsmith Toolbar bitmap buttons don't seem to draw properly smaller than 20x20 on Windows...
Mon, 14 May 2012 20:32:28 +0000 bsmith Center toolbar-based bitmap buttons on Windows during layout since they
Mon, 14 May 2012 19:24:27 +0000 bsmith Toolbar based bitmap buttons are now functional on Windows.
Mon, 14 May 2012 09:07:49 +0000 bsmith Improved but still non-functional bitmapbutton/toolbar implementation on Windows.
Sat, 12 May 2012 19:45:00 +0000 bsmith Disabled experimental code on Windows for using toolbar controls instead of
Tue, 08 May 2012 18:53:03 +0000 bsmith Fix dw_window_set_bitmap_from_data() not using the resource ID if data is NULL.
Tue, 08 May 2012 18:28:39 +0000 bsmith Same fix for GTK2/3 as committed for OS/2 and Windows...
Tue, 08 May 2012 18:14:48 +0000 bsmith Same fix on Windows as I just committed on OS/2.
Tue, 08 May 2012 17:34:36 +0000 bsmith Only use the ID on OS/2 in dw_window_set_bitmap_from_file() if
Tue, 08 May 2012 17:14:40 +0000 bsmith Define O_BINARY as 0 in dwcompat.h for platforms which don't have it.
Mon, 07 May 2012 18:07:40 +0000 bsmith Looks like there was an incorrect fix for GTK2 combobox misbehavior...
Mon, 07 May 2012 13:56:14 +0000 bsmith Create an internal _dw_icon_load() which does not resize the image on Mac.
Mon, 07 May 2012 13:29:51 +0000 bsmith Disable wrapping on entryfields and static text on Mac.
Sun, 06 May 2012 00:02:02 +0000 bsmith Fix dw_window_set_bitmap() on OS/2 on files with extensions.
Sat, 05 May 2012 22:44:27 +0000 bsmith Move some more platform specific code into dwcompat.
Sat, 05 May 2012 21:41:57 +0000 bsmith Safety check for the icon resize code on Mac and GTK.
Sat, 05 May 2012 21:32:50 +0000 bsmith Similar code for Mac to keep HICNs from getting too big.
Sat, 05 May 2012 21:21:49 +0000 bsmith Opps committed wrong version of _icon_resize() for GTK2.
Sat, 05 May 2012 21:18:32 +0000 bsmith Limit the size of an HICN to 24x24 on GTK... icons are used for
Sat, 05 May 2012 20:13:43 +0000 bsmith Fixed a bug in dw_container_delete_row() on Mac and potentially a similar bug in dw_container_delete().
Sat, 05 May 2012 06:48:40 +0000 bsmith Fix Unicode issues with the directory browser on Windows.
Thu, 03 May 2012 18:44:08 +0000 bsmith Cleanups on the icon creation code on OS/2.
Thu, 03 May 2012 17:45:57 +0000 bsmith Fixed creating icons from other file types on OS/2.
Thu, 03 May 2012 12:19:54 +0000 bsmith Oops... missed the header file change in that last commit.
Thu, 03 May 2012 12:18:25 +0000 bsmith Initial attempt at creating icons from other formats on OS/2.
Thu, 03 May 2012 09:04:13 +0000 bsmith Removed some code to workaround a buggy version of GBM on OS/2.
Thu, 03 May 2012 08:31:22 +0000 bsmith More fixes to the GBM code on OS/2... if loading a file fails...
Thu, 03 May 2012 04:04:30 +0000 bsmith Added image extension list for OS/2 for use when using GBM.
Wed, 02 May 2012 22:28:20 +0000 bsmith Added initial support on OS/2 for runtime loading GBM
Wed, 02 May 2012 00:23:43 +0000 bsmith Strange for some reason we are including compat.h instead of config.h?
Wed, 02 May 2012 00:11:15 +0000 bsmith Fix warnings building with MinGW on Windows.
Tue, 01 May 2012 23:25:20 +0000 bsmith Ah so... eliminated the last few VAC36 warnings on OS/2.
Tue, 01 May 2012 23:12:02 +0000 bsmith Fixed a variety of warnings in different compiler/linker combinations on OS/2.
Mon, 30 Apr 2012 22:11:33 +0000 bsmith Fixed bubble help/tooltips with UTF-8 encoded characters on OS/2.
Mon, 30 Apr 2012 17:16:19 +0000 bsmith Ugg this stupid editor keeps adding tabs!
Mon, 30 Apr 2012 17:13:16 +0000 bsmith Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with
Mon, 30 Apr 2012 16:49:38 +0000 bsmith Fixed dw_window_set_color() not removing the transparent flag on OS/2.
Mon, 30 Apr 2012 16:23:42 +0000 bsmith Gr... messed up tabs in the last commit.
Mon, 30 Apr 2012 16:22:03 +0000 bsmith Initial verison of self-drawn static text control on OS/2.
Mon, 30 Apr 2012 12:22:37 +0000 bsmith Updated the test program removing deprecated flags and using new
Mon, 30 Apr 2012 11:54:19 +0000 bsmith Fixed calculating the GDI+ ratio based on the DPI on Windows.
Mon, 30 Apr 2012 07:13:14 +0000 bsmith Added code to do DPI conversion on Windows.
Sun, 29 Apr 2012 19:46:30 +0000 bsmith Some more GDI+ changes... implement dw_draw_point() using dw_draw_rect().
Sat, 28 Apr 2012 20:42:49 +0000 bsmith Decided to move to all GDI+ drawing when GDIPLUS is defined...
Sat, 28 Apr 2012 17:06:20 +0000 bsmith On OS/2 and Windows need to use the parent (box) handle not the item
Fri, 27 Apr 2012 16:02:32 +0000 bsmith More comment cleanups.