log dw.h @ 2873:0bbfb19022e7

age author description
Sat, 17 Dec 2022 01:50:26 +0000 bsmith Win: Add support for building the C++ dwtestoo with Visual C.
Thu, 15 Dec 2022 14:44:48 +0000 bsmith Linux: Fixes for building dwtestoo on Linux/gcc.
Mon, 14 Nov 2022 20:38:19 +0000 bsmith Mac/iOS: Add return value to dw_window_set_bitmap(_from_data) in resource
Thu, 01 Sep 2022 06:38:08 +0000 bsmith Remove __DW_DESKTOP__ and rename __DW_MOBILE__ to DW_MOBILE.
Thu, 04 Aug 2022 19:12:19 +0000 bsmith iOS: First steps for implmenting container modes on iOS and eventually
Wed, 27 Jul 2022 08:32:32 +0000 bsmith Android: DW_FCF_SYSMENU should imply being closable.
Tue, 19 Jul 2022 11:21:17 +0000 bsmith Android: Add support for DW_BS_NOBORDER on bitmap buttons.
Fri, 15 Jul 2022 11:50:09 +0000 bsmith Android: Change dw_file_browse() to return URIs or paths on Android.
Wed, 13 Jul 2022 14:57:38 +0000 bsmith Android: Add a new function for Android dw_file_open() which will open the
Tue, 28 Jun 2022 09:33:38 +0000 bsmith Missed updating the version in the header.
Tue, 21 Jun 2022 07:55:53 +0000 bsmith Android: Minor tree changes... mostly testing my system to push changes to GitHub.
Mon, 20 Dec 2021 14:19:43 +0000 bsmith GTK: Fix build issues due to the location of the DW_SIZE_AUTO definition.
Sun, 19 Dec 2021 15:48:41 +0000 bsmith Add dw_window_reparent() to the list of deprecated functions.
Sun, 19 Dec 2021 15:39:43 +0000 bsmith Style update. Add DW_SIZE_AUTO (-1) for passing automatic sizing to packing.
Fri, 19 Nov 2021 18:48:41 +0000 bsmith Android: Implement dw_mle_search(). Also revert lowercase() change.
Mon, 18 Oct 2021 00:09:57 +0000 bsmith Android: Implement DW_FCF_CLOSEBUTTON and DW_FCF_TITLEBAR flags.
Tue, 31 Aug 2021 09:18:04 +0000 bsmith iOS: Fix another _dw_main_iteration() loop issue.
Sun, 25 Jul 2021 23:35:02 +0000 bsmith Android: Add internal event constants for more clarity about what code does.
Sat, 29 May 2021 21:42:59 +0000 bsmith Android: Add initial keyboard support for Android.
Mon, 24 May 2021 01:48:27 +0000 bsmith OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED.
Sun, 23 May 2021 21:48:25 +0000 bsmith iOS: Change "id" parameter to "timerid" so it doesn't conflict with the
Sun, 23 May 2021 21:39:25 +0000 bsmith Add HTIMER type and change dw_timer_() functions to use it.
Sat, 22 May 2021 21:53:41 +0000 bsmith Android: Implement dw_window_set_style() for static text widgets.
Fri, 14 May 2021 11:41:31 +0000 bsmith Android: Minor fixes to that last commit... missed dw.h changes and remove test code.
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Mon, 10 May 2021 22:34:52 +0000 bsmith Android: Implement View based render widget and icon support with Drawable.
Mon, 10 May 2021 20:06:50 +0000 bsmith Android: Initial pixmap implmentation using Android Bitmap.
Thu, 06 May 2021 23:22:10 +0000 bsmith Add missing comma to the enum.
Thu, 06 May 2021 23:19:46 +0000 bsmith Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary window placement.
Wed, 21 Apr 2021 11:15:26 +0000 bsmith Android: Implement dw_window_new(), dw_box_new() and dw_box_pack().
Mon, 19 Apr 2021 23:06:25 +0000 bsmith Android: Implement thread, semaphore, shared memory API functions.
Sun, 18 Apr 2021 01:28:55 +0000 bsmith Android: Initial skeletal commit for Android support, almost nothing implemented...
Sat, 10 Apr 2021 20:11:43 +0000 bsmith Add DW_DIR_SEPARATOR for easy access to the separator characters.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
Thu, 25 Mar 2021 21:38:58 +0000 bsmith Win: Remove winmain.c as it is unnecessary when using the dwmain() entrypoint macros.
Thu, 25 Mar 2021 20:39:52 +0000 bsmith iOS: Get iOS basic funcionality working by creating dwmain() macros.
Thu, 18 Mar 2021 03:16:13 +0000 bsmith Mac: On ARM (M1) NSTextAlignmentCenter and NSTextAligmnentRight are swapped.
Tue, 16 Mar 2021 22:52:53 +0000 bsmith iOS: Initial commit of iOS source... based on MacOS code...
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 21:44:15 +0000 bsmith Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support.
Wed, 03 Feb 2021 20:55:51 +0000 bsmith Add forwarder macros to the new names of the "query" functions.
Mon, 01 Feb 2021 04:07:22 +0000 bsmith GTK4: More refactoring, and started working on menus, but not entirely sure
Mon, 01 Feb 2021 01:28:41 +0000 bsmith GTK4: More signal cleanup, fix various issues with windows and dialogs.
Sat, 30 Jan 2021 01:53:20 +0000 bsmith GTK4: First buildable version... although tons still left to do.
Fri, 29 Jan 2021 13:18:47 +0000 bsmith GTK4: More work on conversion... the amount of changes is really ridiculous.
Fri, 29 Jan 2021 10:57:12 +0000 bsmith GTK4: Add experimental support for GTK4... This is in progress and doesn't
Fri, 15 Jan 2021 19:22:27 +0000 bsmith Bump version to 3.2 now that we are post 3.1 release.
Tue, 05 Jan 2021 01:52:35 +0000 bsmith Win: Switched to using Rich Edit MLE by default on Windows.
Sat, 26 Dec 2020 05:24:00 +0000 bsmith Added some missing APIs from the template, and changes so it builds dwtest.
Sat, 26 Dec 2020 03:42:38 +0000 bsmith Updated the platform template for the new 3.1 APIs.
Mon, 07 Dec 2020 20:01:03 +0000 bsmith Increase _DW_ENV_STRING_SIZE to 257 bytes, this is the maximum size the
Sun, 29 Nov 2020 08:31:47 +0000 bsmith GTK: Changes to include both dw_(int_)init() functions with deprecated.
Sun, 29 Nov 2020 05:29:11 +0000 bsmith GTK: Added GTK2 support for GResource embedded images.
Sun, 29 Nov 2020 04:17:58 +0000 bsmith GTK: DW_INCLUDE_DEPRECATED should bring in DW_INCLUDE_DEPRECATED_RESOURCES.
Sat, 28 Nov 2020 23:47:30 +0000 bsmith GTK3: Switch to using GResource for compiled in image resources.
Mon, 05 Oct 2020 00:49:20 +0000 bsmith Fix building on Windows 2000 and changes to avoid CRT warnings.
Thu, 01 Oct 2020 18:01:45 +0000 bsmith Revisiting gcc versions, decided to use the official documentation for reference:
Wed, 30 Sep 2020 19:34:17 +0000 bsmith Rewrite the Compiler detection tests for deprecation and unused.
Tue, 29 Sep 2020 04:06:20 +0000 bsmith GTK: Add DW_UNUSED() macro for defining variables that may be unused.
Thu, 16 Jul 2020 20:47:15 +0000 bsmith Win: Fix a problem where full dark mode was functioning as forced.