log os2/dw.c @ 2996:84b8e4917a0d

age author description
Thu, 04 May 2023 00:49:05 +0000 bsmith OS/2: Fix a variable name.
Thu, 04 May 2023 00:39:33 +0000 bsmith Win/OS2: Implement DW_FEATURE_RENDER_SAFE. Defaults to disabled.
Fri, 24 Mar 2023 17:28:21 +0000 bsmith OS2/GTK2/Template: Add empty dw_html_javascript_add() functions.
Tue, 03 Jan 2023 22:23:08 +0000 bsmith Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings.
Mon, 02 Jan 2023 13:49:59 +0000 bsmith Update copyright date, readme, license and changelog for upcoming release.
Tue, 27 Dec 2022 00:58:58 +0000 bsmith WARNING: Fix an API inconsistency in dw_notebook_page_destroy/set()
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
Tue, 15 Nov 2022 01:07:55 +0000 bsmith OS/2: Add return values to dw_window_set_bitmap(_from_data).
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Sun, 19 Dec 2021 15:39:43 +0000 bsmith Style update. Add DW_SIZE_AUTO (-1) for passing automatic sizing to packing.
Sun, 01 Aug 2021 12:38:23 +0000 bsmith OS/2: Fix compilation after style standardization.
Sun, 01 Aug 2021 12:17:07 +0000 bsmith Massive continuation of code style standardization.
Mon, 26 Jul 2021 23:39:24 +0000 bsmith OS/2: Fix a few search and replace errors.
Mon, 26 Jul 2021 23:28:50 +0000 bsmith OS/2: Standardize internal function name style...
Fri, 23 Jul 2021 19:42:06 +0000 bsmith dw_menu_popup() should also set handle NULL and add safety checks if missing.
Fri, 23 Jul 2021 15:28:42 +0000 bsmith dw_menu_destroy() should zero out the handle passed, GTK does this already.
Mon, 24 May 2021 01:48:27 +0000 bsmith OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED.
Sun, 23 May 2021 21:39:25 +0000 bsmith Add HTIMER type and change dw_timer_() functions to use it.
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Thu, 06 May 2021 23:19:46 +0000 bsmith Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary window placement.
Wed, 14 Apr 2021 23:59:22 +0000 bsmith OS/2: Include the row data in the container context signal.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
Mon, 08 Mar 2021 19:53:55 +0000 bsmith Add new function dw_render_redraw() which will trigger expose event on render widgets.
Wed, 03 Feb 2021 22:27:12 +0000 bsmith OS/2: Fix a typo in that untested commit.
Wed, 03 Feb 2021 21:44:15 +0000 bsmith Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support.
Sun, 24 Jan 2021 21:00:15 +0000 bsmith OS/2: Fix crash in dw_window_set_font() with NULL fontname.
Tue, 19 Jan 2021 17:29:58 +0000 bsmith OS/2: Implement missing DW_CLR_DEFAULT support via WinRemovePresParam().
Wed, 06 Jan 2021 16:57:48 +0000 bsmith Update copyright and changelog to include Rich Edit change on Windows.
Sun, 03 Jan 2021 23:56:22 +0000 bsmith OS/2: Add support for Delete on entryfield based widget.
Sun, 03 Jan 2021 16:32:52 +0000 bsmith OS/2: Fix the new Delete menu by using MLM_CLEAR instead of MLM_DELETE.
Sun, 03 Jan 2021 16:03:00 +0000 bsmith Win: Subclass richtext controls and port the OS/2 MLE context menu code to it.
Wed, 30 Sep 2020 05:53:45 +0000 bsmith OS2: Switch to using DW_UNUSED() instead of old hack.
Sun, 28 Jun 2020 20:34:25 +0000 bsmith Code cleanup: Add constants to header for dark mode, buffer sizes and Unicode support.
Tue, 23 Jun 2020 07:48:29 +0000 bsmith Change dw_notification_new() to take an image path instead of an in-memory HPIXMAP.
Thu, 11 Jun 2020 03:22:27 +0000 bsmith OS/2: Fix a warning in dw_notication_new(), return 0 not NULL.
Thu, 11 Jun 2020 01:27:38 +0000 bsmith Restructure feature switch so fallback return is in the default case.
Thu, 11 Jun 2020 01:11:23 +0000 bsmith Added initial implmentation of dw_feature_get/set() on all platforms.
Fri, 05 Jun 2020 16:27:00 +0000 bsmith Win: Initial implementation of notifications on Windows. Currently using WinToast.
Sun, 31 May 2020 05:25:18 +0000 mhessling Added htmlEngine to DWEnv
Thu, 14 May 2020 23:40:34 +0000 bsmith Win: Windows 10 requires a GUID for Toast activation, so add that to dw_app_id_set().
Thu, 14 May 2020 23:27:56 +0000 bsmith Added notification stubs for Windows and OS/2.
Sun, 17 Nov 2019 06:55:05 +0000 bsmith OS/2: Last set of const changes, this time for OS/2.
Thu, 07 Nov 2019 10:12:25 +0000 bsmith Win: Added support for dw_html_javascript_run() using Edge (Chromium).
Sun, 15 Sep 2019 23:02:16 +0000 bsmith OS/2: Fix memory and HAB/HMQ leak when compiled with Watcom C.
Thu, 20 Apr 2017 10:36:49 +0000 bsmith Added dw_mle_set_auto_complete() stubs for OS/2 and Windows...
Mon, 09 Sep 2013 20:03:43 +0000 bsmith Fix build issues with last commit on OS/2...
Mon, 09 Sep 2013 19:18:36 +0000 bsmith Divided thread initialization and deinitialization into separate
Thu, 05 Sep 2013 17:58:40 +0000 bsmith Fix a couple of errors reported by the static analyzer on Mac....
Wed, 28 Aug 2013 23:47:40 +0000 bsmith More container and tree changes on all platforms regarding memory.
Fri, 09 Aug 2013 23:28:17 +0000 bsmith Fixes for building on OS/2 and removed some strdup()s in
Fri, 09 Aug 2013 22:40:54 +0000 bsmith Initial OS/2 changes for separating string and data in containers (untested).
Fri, 01 Mar 2013 16:51:08 +0000 bsmith Add dw_shutdown() function which does the same thing as dw_exit() ...
Wed, 27 Feb 2013 19:14:22 +0000 bsmith Initial commit for new dw_signal_connect_data() function...
Sat, 10 Nov 2012 16:33:02 +0000 bsmith Initial attempt at code to generate icon masks on OS/2
Thu, 08 Nov 2012 20:10:54 +0000 bsmith Imported code to convert to 24bpp from GBM on OS/2.
Thu, 08 Nov 2012 19:34:24 +0000 bsmith Fix crash when loading 8bpp images on OS/2 with GBM...
Tue, 30 Oct 2012 14:40:48 +0000 bsmith VAC is missing snprintf().
Tue, 30 Oct 2012 13:47:59 +0000 bsmith Added code to query the control background color on OS/2 when
Mon, 29 Oct 2012 17:42:44 +0000 bsmith Test fix for crash changing bitmap on bitmap buttons on OS/2.
Fri, 26 Oct 2012 08:37:45 +0000 bsmith Changes on OS/2 to allow dw_window_set_bitmap() to work on bitmap