log dw.h @ 2795:5c61aba17b69

age author description
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.