log dwtest.c @ 310:77105fe19c1f

age author description
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 08:42:28 +0000 bsmith Get it working on OS/2. :)
Sun, 30 Mar 2003 03:28:45 +0000 mhessling Escape backslashes so icons under Windows and OS/2 can be found.
Sat, 29 Mar 2003 03:26:50 +0000 mhessling Added extra notebook page for a container example.
Thu, 27 Mar 2003 10:43:58 +0000 bsmith Keypress handler fixes, more need to be done, because I screwed up and
Thu, 27 Mar 2003 07:05:56 +0000 mhessling Add icons to tree items on page three.
Tue, 25 Mar 2003 23:44:57 +0000 bsmith Changes to the key press handling, if the character is zero check the
Wed, 19 Mar 2003 14:58:23 +0000 bsmith Fixed some EMX warnings.
Mon, 17 Mar 2003 15:38:57 +0000 bsmith Woops, screwed up the splitbar tab direction on Windows.
Mon, 03 Mar 2003 19:50:19 +0000 bsmith Added initial version of updated key_press_event callback.
Fri, 28 Feb 2003 01:32:32 +0000 bsmith Fixed some warnings.
Thu, 20 Feb 2003 20:19:09 +0000 bsmith Added dw_icon_load_from_file() on OS/2 and Windows. Added a stub on Unix
Thu, 20 Feb 2003 11:21:47 +0000 mhessling Add third notebook page - for tree example. Just starting.
Wed, 19 Feb 2003 19:08:40 +0000 bsmith Added a comment describing how it works.
Wed, 19 Feb 2003 19:06:04 +0000 bsmith Make an empty space where the scrollbars meet.
Wed, 05 Feb 2003 07:21:51 +0000 bsmith Removes now unncessary calls to dw_window_set_font().
Wed, 05 Feb 2003 07:11:37 +0000 bsmith Only free current_file when we have a new file selected to show.
Wed, 05 Feb 2003 06:48:35 +0000 bsmith Fixed number of lines calculation in configure_event() taking into account
Wed, 05 Feb 2003 06:20:43 +0000 bsmith Use calloc instead of malloc so line buffers aren't filled with garbage.
Wed, 05 Feb 2003 06:04:58 +0000 bsmith Removed unnecessary fprintf() statements.
Wed, 05 Feb 2003 05:37:05 +0000 bsmith Code cleanup in the test program, and fixed the color problem on OS/2.
Wed, 05 Feb 2003 00:40:49 +0000 bsmith Remove artificial line limit.
Wed, 05 Feb 2003 00:22:21 +0000 bsmith Another minor change... create the first pixmap to the correct window
Wed, 05 Feb 2003 00:14:21 +0000 bsmith Fixed the expose_event with dynamic pixmaps.
Tue, 04 Feb 2003 23:48:48 +0000 bsmith Choose a nice font. ;)
Tue, 04 Feb 2003 23:37:30 +0000 bsmith Not quite right yet but... handle resize and pixmap resizing.
Tue, 04 Feb 2003 22:38:53 +0000 bsmith Added test code from mark hessling.
Sun, 02 Feb 2003 11:01:39 +0000 bsmith Added verticle scrollbar test to the sample.
Sat, 01 Feb 2003 09:15:29 +0000 bsmith Fixed scrollbar value_change on OS/2... ID must be set on the scrollbar,
Sat, 01 Feb 2003 08:30:20 +0000 bsmith Show info about the scrollbar in a status text control.
Sat, 01 Feb 2003 07:05:12 +0000 bsmith Added the basics for scrollbar thumb size on OS/2, and dw_main_iteration()
Mon, 20 Jan 2003 20:21:06 +0000 bsmith Removed the window parameter to dw_timer_connect() it was no needed.
Mon, 20 Jan 2003 11:16:27 +0000 bsmith Implemented dw_scrollbar_set_range() on Unix and fixed a bug in the test
Mon, 20 Jan 2003 11:08:43 +0000 bsmith Implemented scrollbars and timers on Windows, and added scrollbar to the
Mon, 20 Jan 2003 08:49:11 +0000 bsmith Added scrollbar and timer support on OS/2 and GTK.
Fri, 17 Jan 2003 23:52:44 +0000 bsmith Build test application on Unix too... and also fixed GTK to allow
Fri, 17 Jan 2003 23:28:28 +0000 bsmith Added test application for OS/2, and allow dw_color_xxx_set() to use OS/2
Fri, 17 Jan 2003 20:31:06 +0000 bsmith Fixes for dw_color_xxxx_set() to accept OS/2 style colors, and fixed a