log dwtest.c @ 1798:9fb8339ae458

age author description
Wed, 26 Sep 2012 06:19:06 +0000 mhessling Add simple test of dw_window_set_focus()
Mon, 24 Sep 2012 23:24:25 +0000 bsmith Added new dw_window_set_focus() function and attempted to fix...
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.
Wed, 25 Jul 2012 00:46:00 +0000 bsmith Added UTF8/Wide conversion for GTK2/3.
Tue, 24 Jul 2012 22:52:57 +0000 bsmith Put test program code into DEPRECATED #ifdef again to avoid build warnings.
Fri, 06 Jul 2012 10:51:28 +0000 bsmith Mark and I decided to change dw_box_remove*() to dw_box_unpack*() for consistency.
Sat, 30 Jun 2012 19:53:18 +0000 bsmith Fix warnings with Visual C largely in debug mode.
Sat, 16 Jun 2012 06:24:08 +0000 bsmith Added some fields to the test program to test copy and paste functionality.
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.
Fri, 01 Jun 2012 23:05:21 +0000 bsmith Unsafe use of sprintf() in dwtest may have been causing stack overruns on Win2k.
Fri, 18 May 2012 06:58:21 +0000 mhessling Add code to show borderless bitmapbutton.
Wed, 16 May 2012 19:18:25 +0000 bsmith Minor layout changes to the test program so all buttons are
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.
Thu, 26 Apr 2012 20:33:39 +0000 bsmith Initial implementation of dw_box_remove() and dw_box_remove_at_index()
Mon, 26 Mar 2012 22:20:55 +0000 bsmith Fix for Visual C giving errors on UTF-8 literals in source files.
Mon, 26 Mar 2012 18:12:52 +0000 bsmith Initial commit for GDI+ anti-aliased drawing. Code currently does not work,
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Tue, 17 Jan 2012 16:33:21 +0000 bsmith Added some comments and a couple more tests to dwtest.
Tue, 17 Jan 2012 16:10:47 +0000 bsmith Don't use _dw_pool_drain() in dw_exit() on Mac... that drains and recreates the pool.
Mon, 16 Jan 2012 21:24:11 +0000 bsmith Fixed some potential Objective-C memory leaks on Mac reported by XCode 4.2.1.
Fri, 13 Jan 2012 17:03:24 +0000 bsmith Added autosize code for the MLE on OS/2...
Mon, 02 Jan 2012 00:20:17 +0000 bsmith Handle special case of overlay scrollbars returning size 0.
Fri, 23 Dec 2011 17:25:17 +0000 bsmith Remove obsolete DW_FCF_SHELLPOSITION from the test program.
Sat, 17 Dec 2011 22:37:36 +0000 bsmith Menus don't need to be added after packing a box into a window anymore...
Sat, 17 Dec 2011 11:34:25 +0000 bsmith Fixed error in _dw_msleep on Solaris... fix was already in dwcompat.
Thu, 15 Dec 2011 23:30:50 +0000 bsmith Clear the side pixmap on configure so there won't sometimes be garbage there.
Thu, 15 Dec 2011 23:14:28 +0000 bsmith Test dw_window_get_preferred_size by using it to get the size of the scrollbars.
Thu, 15 Dec 2011 22:03:54 +0000 bsmith Added automatic widget size detection a variety of places in dwtest.
Wed, 23 Nov 2011 20:47:28 +0000 bsmith Revert dwtest change to test deleting menu items...
Tue, 22 Nov 2011 20:46:37 +0000 bsmith Initial versions of dw_menu_delete_item() on OS/2 and Windows.
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...
Mon, 14 Nov 2011 21:22:21 +0000 bsmith More fixes for OS/2 gcc/gmake. Need to use := to evaluate the $(shell) variable.
Sat, 05 Nov 2011 21:32:35 +0000 bsmith Code change to fix llvm-gcc optimization problem 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.
Tue, 01 Nov 2011 10:21:48 +0000 bsmith Code changes to enable default filename on Windows with 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 02:39:40 +0000 bsmith Update to draw as an ellipse and fix for circles on OS/2.
Mon, 31 Oct 2011 00:30:34 +0000 bsmith Draw a rectangle behind the circle to make sure it fits inside.
Sun, 30 Oct 2011 01:41:14 +0000 bsmith Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for ellipses.
Sun, 30 Oct 2011 00:40:22 +0000 bsmith Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags.
Tue, 25 Oct 2011 12:01:20 +0000 bsmith Fixed on GTK passing angles to cairo in degrees instead of radians.
Tue, 25 Oct 2011 10:51:59 +0000 bsmith Initial attempt at adding dw_draw_arc() support on all platforms.
Tue, 25 Oct 2011 06:13:36 +0000 bsmith Added a polygon to the test code to make sure that works on all platforms.
Wed, 19 Oct 2011 08:14:05 +0000 bsmith Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2.
Wed, 19 Oct 2011 04:24:14 +0000 bsmith Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks better to me...
Sun, 16 Oct 2011 19:12:53 +0000 bsmith Fixes to dw_font_text_extents_get() on Mac so it honors the font set with dw_pixmap_set_font().
Mon, 10 Oct 2011 20:23:52 +0000 bsmith Fix for the status popup menu not functioning when a different
Mon, 10 Oct 2011 05:27:14 +0000 bsmith Return code of 0 from the button press callback on OS/2 was causing
Mon, 10 Oct 2011 02:04:17 +0000 bsmith Fixes to allow non-toplevel window handles in dw_taskbar_insert() on Windows.
Mon, 10 Oct 2011 00:40:22 +0000 bsmith Initial implementation of dw_taskbar_* for the Mac.
Sun, 09 Oct 2011 10:13:16 +0000 bsmith Fixed a slight miscalculation and simplified the Windows container row code.
Fri, 30 Sep 2011 03:32:26 +0000 bsmith Fixed dw_mle_set_cursor() should scroll to the point on Mac.
Fri, 30 Sep 2011 03:19:16 +0000 bsmith Added thread/event tab to the test program.
Wed, 28 Sep 2011 08:22:48 +0000 bsmith Added DW_PERCENT_INDETERMINATE which can be passed to dw_percent_set_pos() to
Tue, 27 Sep 2011 20:10:15 +0000 bsmith Remove the MDI notebook tab from DEPRECATED.
Mon, 12 Sep 2011 19:26:49 +0000 bsmith Added print jobname parameter to dw_print_new().
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.
Sat, 10 Sep 2011 17:59:37 +0000 bsmith Some layout updates on the dwtest render page.
Fri, 09 Sep 2011 09:17:09 +0000 bsmith Added code to test the new print functions in dwtest.
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, 28 Jun 2011 23:38:59 +0000 mhessling Use _tempnam() on Windows instead of tmpnam() for dw_*_from_data() functions.
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.
Wed, 01 Jun 2011 23:07:27 +0000 mhessling Put http://dwindows.netlabs.org back in as test site for HTML widget
Thu, 26 May 2011 07:57:10 +0000 bsmith Attempt at making dw_window_get_font() return a Dynamic Windows style font name on GTK.
Sun, 08 May 2011 06:24:52 +0000 bsmith Changes to the test program to use new font style for GTK2+.
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 19:12:58 +0000 bsmith Added some MLE tests to dwtest program to make sure MLEs function the same across platforms.
Mon, 02 May 2011 05:31:36 +0000 bsmith (none)
Mon, 02 May 2011 04:45:38 +0000 bsmith Fixes to flip pixmaps when loading from file or data on Mac.
Mon, 02 May 2011 01:14:00 +0000 bsmith Removed a function call that was erroneously left in during testing.
Mon, 02 May 2011 01:07:49 +0000 bsmith Fixes for some more coordinate system issues on the Mac.
Tue, 19 Apr 2011 05:12:33 +0000 bsmith Added a Browse Folder button to test the folder browsing dialogs.
Mon, 18 Apr 2011 06:12:59 +0000 mhessling Added enterable widget on render tab to test keypress callback
Sun, 17 Apr 2011 06:22:08 +0000 bsmith Fix for invalid data being passed to dw_color_foreground_set() on the first line of the file.
Sun, 03 Apr 2011 17:24:23 +0000 bsmith Added some sanity checks for a couple of problem functions and default optimized container column width to 16 for image columns.
Tue, 29 Mar 2011 23:45:37 +0000 bsmith Added listbox to the tree page... to test the tree view support...
Sun, 27 Mar 2011 03:47:53 +0000 bsmith Fix for dw_filesystem_set_file() not working as designed on Windows...
Sat, 19 Mar 2011 01:21:04 +0000 mhessling Add new notebook page to test scrollbox widget
Wed, 16 Mar 2011 07:44:35 +0000 bsmith 9 point Monaco looks better than 8 point... so switching in dwtest...
Mon, 28 Feb 2011 03:09:50 +0000 bsmith Fixes or fonts and loading images from files. Added Mac specific settings to dwtest.
Sun, 27 Feb 2011 19:25:21 +0000 bsmith Missed one function to typedef. Fixed errors in the test program and switched to using
Sun, 03 Oct 2010 00:34:36 +0000 mhessling Add dw_listview_insert()
Sat, 11 Apr 2009 04:54:51 +0000 mhessling Bring OS/2 functionality up to latest
Fri, 10 Apr 2009 22:55:56 +0000 mhessling Add _dw_log() internal logging function
Fri, 10 Apr 2009 10:25:26 +0000 mhessling Support for setting transparent colour for bitmaps
Wed, 22 Oct 2008 02:14:34 +0000 mhessling Add support for using initial directory in dw_file_browse()
Sat, 12 Apr 2008 11:01:29 +0000 mhessling Fixed dw_html_raw() under GTK+ and added test case for it
Sun, 06 Apr 2008 10:25:36 +0000 mhessling Remove embedded XPM.
Sun, 06 Apr 2008 00:41:44 +0000 mhessling Added menu tests, including checked and disabled menu items.
Thu, 28 Sep 2006 01:41:39 +0000 mhessling Pack the calendar with an initial size so the dummy OS/2 calendar shows up
Mon, 25 Sep 2006 23:15:01 +0000 mhessling Add some more test
Mon, 25 Sep 2006 22:42:48 +0000 mhessling Add calendar widget
Sun, 22 May 2005 18:07:23 +0000 bsmith Added dw_html_* functionality for embedding HTML pages in Dynamic Windows
Thu, 24 Jun 2004 08:54:19 +0000 bsmith Added the basics of the color chooser on OS/2. Needs some more logic to
Thu, 17 Jun 2004 11:22:14 +0000 mhessling Add dw_color_choose()
Tue, 23 Mar 2004 20:50:41 +0000 bsmith Added DW_POINTER_DEFAULT, this will return the pointer to the default
Tue, 16 Mar 2004 10:47:23 +0000 bsmith Minor MDI fixes, tried to fix the y-axis problem for OS/2 boxes but it is
Tue, 16 Mar 2004 07:25:35 +0000 bsmith Implemented dw_window_set_pos/get_pos/etc.
Tue, 16 Mar 2004 02:50:42 +0000 bsmith Implemented MDI Window in Window code on GTK 2.x.
Fri, 12 Mar 2004 23:47:37 +0000 bsmith More function name changes for Rexx/DW compatibility.
Tue, 09 Mar 2004 03:58:54 +0000 bsmith Changes to dw_scrollbar_new().
Tue, 09 Mar 2004 03:27:39 +0000 bsmith Change function names to be inline with Mark Hessling's Rexx/DW.
Wed, 18 Feb 2004 10:26:49 +0000 mhessling Added dw_container_get_column_type and dw_filesystem_get_column_type.
Sun, 18 Jan 2004 06:33:25 +0000 bsmith Added dw_filesystem_change_*() and testcase code from Mark in dwtest.
Sat, 08 Nov 2003 15:30:19 +0000 bsmith Implemented taskbar icons on windows, so I can keep feature for feature
Fri, 10 Oct 2003 10:02:34 +0000 mhessling Add tracing code for column-click signal.
Mon, 07 Jul 2003 09:18:53 +0000 mhessling Add a couple of redundant dw_tree_set() calls to highlight errors with the
Fri, 30 May 2003 19:50:18 +0000 bsmith Need to have a application package directory for binaries to properly run
Wed, 28 May 2003 08:00:11 +0000 bsmith More MacOS fixes, make install now works properly. Made special test
Fri, 09 May 2003 12:52:38 +0000 mhessling Change to dw_messagebox() call
Fri, 09 May 2003 02:32:51 +0000 mhessling Add extra button to test mouse cursor change.
Thu, 01 May 2003 09:07:27 +0000 mhessling Remove font_gap to make testing of render box drawing simpler.
Tue, 29 Apr 2003 10:54:09 +0000 mhessling Implement tests for setting background color on render boxes.
Sun, 27 Apr 2003 23:01:55 +0000 bsmith Reverted a test change I accidentally committed.
Sun, 27 Apr 2003 23:00:35 +0000 bsmith Fixes for drawing of the combobox on OS/2. It now queries the entryfield
Mon, 14 Apr 2003 13:47:20 +0000 bsmith Removed slider flags and container selection flags from the header file.