log

age author description
Mon, 31 Mar 2003 09:18:00 +0000 bsmith Removed obsolete dw_container_set_view() function.
Mon, 31 Mar 2003 08:53:46 +0000 bsmith Fixed a typo in the signals.
Mon, 31 Mar 2003 08:42:28 +0000 bsmith Get it working on OS/2. :)
Mon, 31 Mar 2003 08:21:55 +0000 bsmith Use the signal #defines internally so all that is required to change
Mon, 31 Mar 2003 07:50:20 +0000 bsmith Minor OS/2 cleanup. Added #defines for the signals, instead of using the
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.
Fri, 28 Mar 2003 21:19:07 +0000 bsmith Create the bitmap button even if the bitmap file does not exist.
Thu, 27 Mar 2003 11:14:25 +0000 bsmith Filled in many of the holes on OS/2.
Thu, 27 Mar 2003 10:49:06 +0000 bsmith More keypress fixes on Windows.
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 08:54:48 +0000 bsmith Use DrawStatusText() to make the status lines, instead of doing it ourself.
Thu, 27 Mar 2003 07:49:57 +0000 bsmith Sanity check, if expand is set width/height can't be zero... force it to 1.
Thu, 27 Mar 2003 07:05:56 +0000 mhessling Add icons to tree items on page three.
Thu, 27 Mar 2003 06:32:53 +0000 mhessling Fix crash if dw_icon_load_from_file() called before creating a toplevel
Wed, 26 Mar 2003 07:03:04 +0000 bsmith More key_press cleanups.
Tue, 25 Mar 2003 23:49:59 +0000 bsmith If key code is extended pass 0 as the character parameter. Also fixed an
Tue, 25 Mar 2003 23:44:57 +0000 bsmith Changes to the key press handling, if the character is zero check the
Sun, 23 Mar 2003 16:31:16 +0000 bsmith A cleaner dw_tree_delete() for recusiveness.
Sun, 23 Mar 2003 16:05:32 +0000 bsmith Fixed memory leak in the tree control on Windows.
Sun, 23 Mar 2003 15:35:03 +0000 bsmith Fixed tree memory leak on OS/2.
Wed, 19 Mar 2003 14:58:23 +0000 bsmith Fixed some EMX warnings.
Wed, 19 Mar 2003 09:42:41 +0000 mhessling Had to add -D__OS2__ to compile line to build properly.
Wed, 19 Mar 2003 09:41:03 +0000 mhessling Add license.txt to source distributions.
Wed, 19 Mar 2003 09:40:00 +0000 mhessling Simple add dwtest as a target, dependent on dwtest.exe.
Wed, 19 Mar 2003 09:14:45 +0000 mhessling Fix compiler error when not using IMLIB.
Mon, 17 Mar 2003 15:38:57 +0000 bsmith Woops, screwed up the splitbar tab direction on Windows.
Mon, 17 Mar 2003 15:33:51 +0000 bsmith BOXVERT is now DW_VERT and BOXHORZ is now DW_HORZ. Also code cleanups,
Mon, 17 Mar 2003 14:45:08 +0000 bsmith Fixed the mask in dw_window_set_bitmap() when using imlib.
Fri, 14 Mar 2003 18:20:50 +0000 bsmith Implemented dw_bitmapbutton_new_from_file() on Windows.
Fri, 14 Mar 2003 18:13:56 +0000 bsmith Fixed typo in the filename parameter.
Fri, 14 Mar 2003 18:09:56 +0000 bsmith Build fixes for GTK.
Fri, 14 Mar 2003 18:03:35 +0000 bsmith Initial code for dw_bitmapbutton_new_from_file and added filename parameter
Fri, 07 Mar 2003 20:25:18 +0000 bsmith Pass WM_CHAR messages to the signal handler proc for boxes.
Thu, 06 Mar 2003 06:51:34 +0000 bsmith Eliminate configure event callbacks when either the width or height is 0.
Wed, 05 Mar 2003 21:19:05 +0000 bsmith Corrected a typo.
Wed, 05 Mar 2003 21:17:06 +0000 bsmith Keep the text less then 80 columns wide.
Wed, 05 Mar 2003 21:13:24 +0000 bsmith Slight change to get it to work on GTK 2.x, although there is a momentary
Wed, 05 Mar 2003 20:55:33 +0000 bsmith Fixes for default window size when the window does not have the sizeable
Wed, 05 Mar 2003 19:40:45 +0000 bsmith Corrected incorrect typecast.
Wed, 05 Mar 2003 19:38:55 +0000 bsmith Implemented dw_entryfield_set_limit() on GTK.
Wed, 05 Mar 2003 19:29:44 +0000 bsmith The _dw_thread fix was already in dw_main_iteration() removing the
Wed, 05 Mar 2003 08:11:45 +0000 mhessling Change threadid to -1 in dw_main_iteration() to allow Rexx/DW to work.
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, 27 Feb 2003 06:09:06 +0000 bsmith Changes to dw_main_* so that the _dw_thread is set to -1 when the
Tue, 25 Feb 2003 20:38:12 +0000 bsmith Prevent duplicate thread IDs from getting added to the thread list.
Sun, 23 Feb 2003 08:38:26 +0000 mhessling Add more dependencies.
Sun, 23 Feb 2003 08:35:47 +0000 mhessling DW_DT_QUERYEXTENT, DW_DT_TEXTATTRS, and DW_DT_EXTERNALLEADING not defined for gtk.
Sun, 23 Feb 2003 08:33:43 +0000 mhessling Change the order of header file includes; ensure local files are found first.
Sun, 23 Feb 2003 06:35:18 +0000 bsmith Rewrote abs_path() so the code will work on NT 4.0.
Thu, 20 Feb 2003 23:43:44 +0000 bsmith Also get the mask from imlib.
Thu, 20 Feb 2003 23:33:08 +0000 bsmith Added code to create a lookup table for icon data loaded in
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 17:55:56 +0000 bsmith Don't unref a non-existant pixmap. (GTK 2.x)
Thu, 20 Feb 2003 17:48:08 +0000 bsmith Check that _find_pixmap() returns a pixmap handle before packing the
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, 19 Feb 2003 17:26:41 +0000 bsmith Changed configure to make sure we find gtk 2.0, and not just pkg-config,
Wed, 19 Feb 2003 11:14:29 +0000 mhessling Add srcdir usage to allow building to be done from anywhere.
Wed, 19 Feb 2003 08:58:39 +0000 bsmith Added empty dw_window_from_id()... will try to implement it shortly.
Wed, 19 Feb 2003 08:48:09 +0000 bsmith Minor change.
Wed, 19 Feb 2003 08:46:50 +0000 bsmith Implemented dw_window_from_id() on Windows.
Wed, 19 Feb 2003 08:28:00 +0000 bsmith Missing parameter to gdk_pixmap_new_from_file() for GTK 2.0.
Wed, 19 Feb 2003 08:00:50 +0000 bsmith Must call gdk_imlib_render() before gdk_imlib_copy_image().
Wed, 19 Feb 2003 07:41:50 +0000 bsmith Implemented dw_pixmap_new_from_file() for GTK 1.x with and without imlib.
Wed, 19 Feb 2003 06:37:24 +0000 bsmith Use GetObject() instead of GetBitmapDimensionEx() to get the loaded bitmap
Wed, 19 Feb 2003 06:23:59 +0000 bsmith Fixes for Windows code.
Wed, 19 Feb 2003 06:00:54 +0000 bsmith Added dw_pixmap_new_from_file().
Tue, 18 Feb 2003 21:45:32 +0000 ktk new user: mhessling
Tue, 18 Feb 2003 20:09:04 +0000 bsmith Use a pointer for HMTX instead of a pthread_mutex_t struct.
Tue, 18 Feb 2003 19:34:21 +0000 bsmith Rewrote the menu code to not return structs.
Fri, 14 Feb 2003 16:25:03 +0000 bsmith Use an internal sleep function to avoid needing dwcompat.
Fri, 14 Feb 2003 07:57:30 +0000 bsmith Make sure all platforms have the same typedefs.
Wed, 05 Feb 2003 11:54:35 +0000 bsmith Delete associated bitmaps when destroying windows.
Wed, 05 Feb 2003 10:02:05 +0000 bsmith Include string.h no matter what.
Wed, 05 Feb 2003 08:37:57 +0000 bsmith We should use the logical_rect not the ink_rect when querying the font
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 07:00:52 +0000 bsmith Don't use DW_CLR_* when making direct OS/2 API calls.
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:37:55 +0000 bsmith Deal with the enhanced window enable/disable with the new color code
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 03:50:47 +0000 bsmith Use the same DW_CLR_* values on all platforms including OS/2... so I
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.
Wed, 05 Feb 2003 00:02:17 +0000 bsmith Fixed a minor bug in dw_draw_text().
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.
Tue, 04 Feb 2003 22:13:20 +0000 bsmith Oops typo.
Tue, 04 Feb 2003 22:11:28 +0000 bsmith Two scrollbar fixes for GTK... one from Mark Hessling.
Tue, 04 Feb 2003 11:03:48 +0000 bsmith Applied patch from Mark Hessling to prevent the return buffer from the
Sun, 02 Feb 2003 11:01:39 +0000 bsmith Added verticle scrollbar test to the sample.
Sat, 01 Feb 2003 18:40:49 +0000 bsmith Added code to deal with the PAGE and LINE messages for the scrollbars on
Sat, 01 Feb 2003 11:28:43 +0000 bsmith Automatically scroll when getting PAGE and LINE messages, not just
Sat, 01 Feb 2003 10:05:27 +0000 bsmith When comparing the desktop value, use the queried value not the constant.
Sat, 01 Feb 2003 09:53:56 +0000 bsmith nMax is inclusive or exclusive?
Sat, 01 Feb 2003 09:46:15 +0000 bsmith Hopefully fixed value_changed signal handler on GTK.
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 08:12:56 +0000 bsmith Updated scrollbar code on Unix and added dw_main_iteration()
Sat, 01 Feb 2003 08:00:38 +0000 bsmith The basics of the new scrollbar code on Windows, and dw_main_iteration().
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:31:52 +0000 bsmith Removed parameter from the comment too.
Mon, 20 Jan 2003 20:28:41 +0000 bsmith Removed it from the comment too. ;)
Mon, 20 Jan 2003 20:27:51 +0000 bsmith Removed window parameter on Windows.
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 09:17:29 +0000 bsmith Fixed a missing bracket.
Mon, 20 Jan 2003 08:49:11 +0000 bsmith Added scrollbar and timer support on OS/2 and GTK.
Sat, 18 Jan 2003 19:15:18 +0000 bsmith Comboboxes need the CBS_AUTOHSCROLL style on Windows.
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