log mac/dw.m @ 1528:5facb5380944

age author description
Thu, 05 Jan 2012 15:45:11 +0000 bsmith Added dw_main_quit() function for exiting the dw_main() loop.
Tue, 03 Jan 2012 15:59:00 +0000 bsmith A bunch of Mac drawing updates to correct issues and improve performance.
Sat, 31 Dec 2011 17:04:51 +0000 bsmith Initial implmentation of DW_DRAW_NOAA on Mac... only works on pixmaps right now.
Fri, 30 Dec 2011 21:30:24 +0000 bsmith Fix menuHandler not being called until an event on Mac 10.5. This reinstitutes the menu display bug on Leopard but that is only a cosmetic issues.
Thu, 29 Dec 2011 15:40:42 +0000 bsmith Implement automatic checking and unchecking of menu items on Mac.
Thu, 29 Dec 2011 01:53:59 +0000 bsmith Use the screen of the window when possible on Mac instead of the main screen.
Mon, 26 Dec 2011 21:27:59 +0000 bsmith Allow passing NULL to dw_container_change/set_item() APIs on Mac.
Sun, 25 Dec 2011 13:56:30 +0000 bsmith Added auto-size support during dw_window_set_pos() on OS/2, Mac and Windows.
Sun, 25 Dec 2011 06:58:53 +0000 bsmith On Mac lets just use the shown flag and not worry about the actual window position.
Sun, 25 Dec 2011 03:55:24 +0000 bsmith Fixes for gravity obstacles on Mac.
Sun, 25 Dec 2011 02:59:51 +0000 bsmith Initial attempt at gravity obstacles on Mac.... doesn't work was trying to debug
Sat, 24 Dec 2011 17:38:00 +0000 bsmith Autoposition code should only be run the first time on Mac, regardless of whether it was needed or not.
Sat, 24 Dec 2011 17:30:25 +0000 bsmith Added auto-positioning and auto-sizing code for Mac.
Thu, 22 Dec 2011 09:53:02 +0000 bsmith Fix mixing frame and content sizes on the Mac.
Tue, 20 Dec 2011 16:31:04 +0000 bsmith Initial implementation of dw_window_set_gravity() on Mac.
Thu, 15 Dec 2011 22:22:49 +0000 bsmith Split out scrollbars from the rest of the ranged widgets on Mac... the others require extra size.
Wed, 14 Dec 2011 08:48:37 +0000 bsmith Boxes need to default to vertical on Mac.
Wed, 14 Dec 2011 00:23:30 +0000 bsmith Fixed dw_window_redraw() on Windows not recalculating notebook page contents if the notebook size didn't change.
Fri, 09 Dec 2011 21:24:31 +0000 bsmith Fix clang integer conversion warning on 64bit Mac.
Thu, 08 Dec 2011 21:58:02 +0000 bsmith Added groupbox perfomance improvement to Windows and OS/2 that was missed when importing from the Mac.
Thu, 08 Dec 2011 09:30:32 +0000 bsmith Initial layout engine 2.0 for Windows and OS/2...Plus some updates for the Mac code...
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 18:51:48 +0000 bsmith Temporary fix on Mac for box miscalculation when box is not expandable but items are in complex layouts.
Sun, 04 Dec 2011 21:49:42 +0000 bsmith Bordered bitmap buttons need extra padding.
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.
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 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 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.
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 10:54:08 +0000 bsmith Allow on Mac passing NULL as bubbletext to dw_bitmapbutton_new*.
Sat, 26 Nov 2011 21:00:14 +0000 bsmith Added dw_window_set_tooltip() for adding bubble help to most controls.
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:36:59 +0000 bsmith Initial attempt at dw_app_dir() for OS/2, Windows and Mac...
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.
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.
Sun, 13 Nov 2011 23:01:35 +0000 bsmith Another printing cancel fix for the Mac and updated the readme.
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, 06 Nov 2011 12:13:13 +0000 bsmith Initial fix for being able to do container string comparisons instead of pointer on all platforms.
Sat, 05 Nov 2011 14:30:04 +0000 bsmith Fixed some issues and deprecations building with Xcode 4.2 on Mac.
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.
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 08:37:56 +0000 bsmith Experimental change to menu code on Windows to allow dw_window_enable/disable to work on menu item handles.
Thu, 03 Nov 2011 02:01:56 +0000 bsmith Simplified the DWStepper class a bit on Mac... although it really needs rewriting.
Thu, 03 Nov 2011 01:19:17 +0000 bsmith Only use default directory and filename options for Mac 10.6 and higher.
Tue, 01 Nov 2011 13:05:26 +0000 bsmith Code to split the file and path apart on Mac...
Tue, 01 Nov 2011 11:55:18 +0000 bsmith Added some defpath support and extension support to the Mac dw_file_browse().
Tue, 01 Nov 2011 04:06:46 +0000 bsmith Renamed dw_container_set_row_bg() to dw_container_set_stripe().
Mon, 31 Oct 2011 10:03:25 +0000 bsmith Changes to allow removing icon on BITMAPORICON container columns on Mac.
Sun, 30 Oct 2011 23:58:19 +0000 bsmith Fixed DW_DRAW_FULL for arcs on Mac. Rectangle was being created incorrectly.