log

age author description
Thu, 18 Nov 2021 12:04:40 +0000 bsmith iOS: Implement HICN resizing and text/label vertical centering.
Wed, 17 Nov 2021 22:12:59 +0000 bsmith iOS: Implement dw_entryfield_set_limit() using delegate method.
Wed, 17 Nov 2021 12:33:20 +0000 bsmith Android: Via testing, MLE is set to word wrap by default on most platforms.
Wed, 17 Nov 2021 11:19:06 +0000 bsmith Android: Implement dw_mle_set_auto_complete() in the same way as iOS.
Tue, 16 Nov 2021 20:15:18 +0000 bsmith Android: Fix dw_mle_set_word_wrap() and dw_mle_set_cursor().
Tue, 16 Nov 2021 11:26:19 +0000 bsmith iOS: Fix dw_mle_set_word_wrap() and dw_checkbox_get().
Mon, 15 Nov 2021 21:12:32 +0000 bsmith iOS: MLE work: Implement dw_mle_set_auto_complete() DW_MLE_COMPLETE_TEXT now
Wed, 03 Nov 2021 00:51:38 +0000 bsmith iOS: Implement dw_exec() using posix_spawnp(). Fix a few warnings.
Tue, 02 Nov 2021 22:34:17 +0000 bsmith Android: Implement dw_window_function(). Call the function directly on Android.
Tue, 02 Nov 2021 20:17:37 +0000 bsmith Android: dw_window_get_pos_size() isn't supported on Android...
Tue, 02 Nov 2021 20:08:29 +0000 bsmith Android: Implement dw_exec() using fork/exec on APIs prior to 28.
Tue, 02 Nov 2021 19:04:56 +0000 bsmith Andrdoid: Implement dw_browse() to load a URL in a new Activity.
Mon, 01 Nov 2021 01:32:42 +0000 bsmith iOS: Fixes for notebook pages. Wasn't always using the pageID.
Sun, 31 Oct 2021 23:36:33 +0000 bsmith Android: Keep a list of tab titles in the ViewPager2 adapter and set titles in
Sun, 31 Oct 2021 21:22:11 +0000 bsmith Android: Call notifyDataSetChanged() on ViewPager2 adapters to fix some
Sun, 31 Oct 2021 12:59:45 +0000 bsmith Android: Fix state exception by calling notifyDataSetChanged() on DWListBox.
Thu, 28 Oct 2021 17:27:59 +0000 bsmith Android: Implement groupbox using RadioGroup... still missing the title and
Thu, 28 Oct 2021 00:22:42 +0000 bsmith Android: Revert the change from Placeholder to View since it didn't solve the problem.
Wed, 27 Oct 2021 23:26:44 +0000 bsmith Android: Fix the logic error, had height and width reversed in bitfields.
Wed, 27 Oct 2021 22:00:31 +0000 bsmith Android: Initial attempt at implmenting dw_window_get_preferred_size().
Tue, 26 Oct 2021 06:17:53 +0000 bsmith Android: Put in some list bounds safety checks... them getting hit however...
Tue, 26 Oct 2021 05:43:02 +0000 bsmith Android: Using Placeholder class for packing empty space caused layout issues.
Mon, 25 Oct 2021 22:34:54 +0000 bsmith Android: Apply weights to boxes as well as items.
Mon, 25 Oct 2021 17:07:01 +0000 bsmith Android: Fix an exception when displaying a notebook with a placeholder.
Mon, 25 Oct 2021 11:29:34 +0000 bsmith Android: Fix weight based layout problems.
Mon, 25 Oct 2021 03:41:02 +0000 bsmith iOS: Move the check/radio type alignment changes into setType: method.
Sun, 24 Oct 2021 23:14:37 +0000 bsmith iOS: Checkboxes and radiobuttons should be left aligned not centered.
Fri, 22 Oct 2021 19:07:59 +0000 bsmith iOS: Make UITableViewCell backgrounds clear if not set explicitly.
Fri, 22 Oct 2021 18:49:10 +0000 bsmith Android: Implement dw_window_set_color() on Containers and Listboxes.
Thu, 21 Oct 2021 18:53:35 +0000 bsmith Android: Fix what I thought was a MLE layout issue... but it turns out the