log mac/dw.m @ 1212:5271d5cb27ac

age author description
Sun, 09 Oct 2011 09:50:07 +0000 bsmith Implemented dw_container_set_row_bg() on Windows.
Sat, 08 Oct 2011 20:43:25 +0000 bsmith Slight change in design behavior for dw_container_set_row_bg()...
Sat, 08 Oct 2011 18:37:48 +0000 bsmith Switched from using NSBrowserCell to a DWImageAndTextCell subclass on Mac.
Fri, 30 Sep 2011 05:03:25 +0000 bsmith Put Mac MLE under mutex protection because of crashes when accessing the MLE from threads.
Fri, 30 Sep 2011 04:00:38 +0000 bsmith Think we need to check the posted state inside the mutex...
Fri, 30 Sep 2011 03:32:26 +0000 bsmith Fixed dw_mle_set_cursor() should scroll to the point on Mac.
Wed, 28 Sep 2011 08:36:34 +0000 bsmith Fixed the indeterminate percent bar should be animated on the Mac.
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Mon, 19 Sep 2011 19:48:23 +0000 bsmith Ok fixed a problem with the last commit using the wrong representation on Mac.
Mon, 19 Sep 2011 19:37:35 +0000 bsmith Added some test code to save what we are trying to print as a PNG on Mac.
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.
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.
Sun, 11 Sep 2011 21:36:07 +0000 bsmith Adding dw_pixmap_set_font() which is equivalent to dw_window_set_font() except for pixmaps.
Sun, 11 Sep 2011 02:45:38 +0000 bsmith Need to size the NSImageView to print it apparently on Mac.
Sat, 10 Sep 2011 18:34:25 +0000 bsmith Fixed using a pointer after being free()ed on Windows and Mac.
Sat, 10 Sep 2011 17:41:28 +0000 bsmith Initial implementation of printing support on Mac.
Fri, 09 Sep 2011 09:17:09 +0000 bsmith Added code to test the new print functions in dwtest.
Wed, 07 Sep 2011 01:52:54 +0000 bsmith Include the header column text width during container optimize on Mac.
Wed, 07 Sep 2011 00:56:46 +0000 bsmith Avoid an array out of bounds after container clear on Mac.
Tue, 06 Sep 2011 19:53:39 +0000 bsmith Similar Mac fix to what I just commited on Windows...
Fri, 02 Sep 2011 17:02:50 +0000 bsmith Implemented foreground color changes for MLE on Mac.
Fri, 02 Sep 2011 10:54:39 +0000 mhessling Ensure default keypress event is not processed if handler returns 1
Fri, 02 Sep 2011 01:17:31 +0000 mhessling Added ability to set background color of MLE; setting foreground still outstanding.
Fri, 26 Aug 2011 02:44:15 +0000 bsmith Initialize the calendar control to the current date during creation on Mac.
Wed, 10 Aug 2011 02:36:32 +0000 bsmith Fixed the dw_splitbar_set() comment documentation. The percent parameter was missing.
Thu, 04 Aug 2011 21:34:53 +0000 bsmith Fixed a documentation and template error regarding dw_browse() return code.
Wed, 27 Jul 2011 00:37:34 +0000 bsmith Minor typecast fixes for warnings reported by clang on Mac.
Tue, 26 Jul 2011 03:09:41 +0000 bsmith Added DW_INT_TO_POINTER/DW_UINT_TO_POINTER/DW_POINTER_TO_INT/DW_POINTER_TO_UINT macros.
Tue, 26 Jul 2011 00:25:57 +0000 bsmith Added support for dw_window_redraw() causing splitbar panes to redraw without
Mon, 25 Jul 2011 23:22:04 +0000 bsmith Fixed a problem with dw_tree_item_delete() due to earlier tree data storage changes.
Sat, 23 Jul 2011 05:09:34 +0000 bsmith Fixed dw_window_destroy() with groupboxes on Mac.
Tue, 19 Jul 2011 05:10:56 +0000 bsmith Experimental change to set the current working directory to the bundle path on Mac.
Wed, 29 Jun 2011 18:33:59 +0000 bsmith Reverted the image scaling on buttons on Mac so it remains consistent on other platforms.
Tue, 28 Jun 2011 18:41:23 +0000 bsmith Merge all 3 box packing functions into one internal function on Mac.
Tue, 28 Jun 2011 04:50:51 +0000 bsmith Fixed a minor cut and paste error and formatting on Mac.
Tue, 28 Jun 2011 04:41:43 +0000 bsmith Added function dw_box_pack_at_index() on Windows, Mac and OS/2. And an example usage in dwtest.
Sun, 26 Jun 2011 02:07:49 +0000 bsmith Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows.
Sat, 25 Jun 2011 03:16:40 +0000 bsmith Bitmap widgets shouldn't scale down images when the widget is smaller than the image on Mac.
Sat, 25 Jun 2011 02:34:05 +0000 bsmith Scale down images on bitmap buttons if they are too big on the Mac.
Fri, 24 Jun 2011 04:22:39 +0000 mhessling Removed test for class member for itemdata in dw_tree_item_get_data()
Fri, 24 Jun 2011 02:10:45 +0000 bsmith Allow tree nodes without icons using the new NSMutableArray tree code on Mac.
Sun, 12 Jun 2011 15:06:30 +0000 bsmith Switched from using NSPointerArray to NSMutableArray on Mac to avoid the duplicate string crashes
Sat, 11 Jun 2011 17:54:41 +0000 bsmith Fixed dw_tree_insert_after() so it works on Mac it previously functioned identical to dw_tree_insert().
Thu, 09 Jun 2011 00:33:19 +0000 bsmith Fix for some release calls causing issues on MacOS 10.7 Lion.
Sun, 05 Jun 2011 01:57:38 +0000 bsmith Fix for the item data field of the context event always being NULL even for tree items on Mac.
Thu, 02 Jun 2011 06:18:37 +0000 bsmith Added dw_font_choose() on Windows for 2.1.
Thu, 02 Jun 2011 05:23:45 +0000 bsmith Added dw_font_choose() on the Mac for 2.1.
Wed, 01 Jun 2011 09:56:32 +0000 bsmith Fix for dw_tree_item_delete() not working if there are no child nodes on Mac.
Fri, 27 May 2011 06:15:10 +0000 bsmith Fixed dw_tree_item_delete() not working below the top-level on Mac.
Thu, 26 May 2011 11:46:13 +0000 mhessling Return displayName property instead of fontName property in dw_window_get_font()
Thu, 26 May 2011 09:25:27 +0000 bsmith Attempt at adding support for groupboxes to dw_window_set/get_font() on Mac.
Sat, 21 May 2011 06:09:48 +0000 bsmith Added support for dw_window_get_text() on spinbutton controls on the Mac.
Fri, 20 May 2011 00:07:35 +0000 bsmith Fixed focus event was getting ignored because wrong handle passed to the event handler on Mac.
Wed, 18 May 2011 08:20:00 +0000 bsmith Changed initial spinbutton limits to -65536 to 65536 on Mac.
Tue, 17 May 2011 23:27:33 +0000 bsmith If there is no close event handler, the window should close by default on Mac.
Sat, 07 May 2011 19:39:45 +0000 bsmith A few MLE fixes on the Mac... and a slightly updated dwtest for MLE testing.
Sat, 07 May 2011 14:42:35 +0000 bsmith Clamp the point specified in dw_mle_set_cursor() to the range of text to avoid an exception on Mac.