log

age author description
Tue, 11 May 2021 05:14:56 +0000 bsmith Android: Pass the cached window handle to the callback so the handles...
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Tue, 11 May 2021 00:51:20 +0000 bsmith Android: First attempts at implementing drawing functions
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.
Mon, 10 May 2021 09:29:51 +0000 bsmith Android: Implement dw_bitmap_new(), dw_dwindow_set_bitmap() and dw_window_set_bitmap_from_data().
Mon, 10 May 2021 02:24:52 +0000 bsmith Android: Use toLongOrNull() whenever converting from string to long...
Mon, 10 May 2021 02:01:28 +0000 bsmith Android: Initial dw_file_browse() implementation, still needs some work.
Sun, 09 May 2021 22:39:13 +0000 bsmith Android: Implement dw_mle_delete() so that the tested output is correct.
Sun, 09 May 2021 21:51:31 +0000 bsmith Android: Calendar fixes, need to be in milliseconds not seconds... also...
Sun, 09 May 2021 21:17:32 +0000 bsmith Android: Implement the calendar widget using CalendarView.
Sun, 09 May 2021 19:27:23 +0000 bsmith Android: Implement notifications, images on notifications incomplete.
Sun, 09 May 2021 09:31:14 +0000 bsmith Android: Implement bitmap buttons, implement dw_listbox_selected_multi().
Sat, 08 May 2021 23:22:52 +0000 bsmith Android: Implement spinbuttons and callbacks.
Sat, 08 May 2021 21:34:55 +0000 bsmith Android: Implement ListBox with ListView and fill in the missing listbox functions.
Sat, 08 May 2021 08:43:47 +0000 bsmith Android: Fix not actually passing the data in dw_window_set_data().
Sat, 08 May 2021 08:11:51 +0000 bsmith Android: Implement most of the dw_listbox_*() functions for ComboBoxes.
Sat, 08 May 2021 01:54:52 +0000 bsmith Android: Fix the down arrow on the comboboxes, found a system resource that works.
Sat, 08 May 2021 01:15:54 +0000 bsmith Android: Initial attempt at our own ComboBox class, EditText with PopupList.
Fri, 07 May 2021 19:54:05 +0000 bsmith Android: Implement dw_main_sleep() and dw_main_iteration().
Fri, 07 May 2021 11:11:10 +0000 bsmith Android: Second try at that new fix... move it into _dw_main_launch()
Fri, 07 May 2021 10:49:50 +0000 bsmith Update the readme with info on Android and DW_FEATURE_WINDOW_PLACEMENT.
Fri, 07 May 2021 10:29:47 +0000 bsmith Android: New workaround for activity relaunch at startup.
Fri, 07 May 2021 09:35:14 +0000 bsmith Android: Implement MLE functions. Fix issues with checkboxes and sliders.
Thu, 06 May 2021 23:29:13 +0000 bsmith GTK3: Fix incorrect return value.
Thu, 06 May 2021 23:25:07 +0000 bsmith GTK4: Fix the new dw_x11_check() function that is thread safe.
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.
Thu, 06 May 2021 22:02:49 +0000 bsmith Android: HTML touchups, implement DW_SIGNAL_HTML_CHANGED: STARTED and COMPLETE.
Thu, 06 May 2021 11:22:41 +0000 bsmith Android: Update AndroidManifest.xml to allow Internet and HTTP connections.
Thu, 06 May 2021 10:39:55 +0000 bsmith Android: Implment dw_window_hide/show(). Set the initial visibility to GONE.
Thu, 06 May 2021 09:55:32 +0000 bsmith Android: Massive thread safety overhaul. Not quite back to fully functional.
Thu, 06 May 2021 00:05:32 +0000 bsmith Android: Initial implement of HTML control with WebView.
Wed, 05 May 2021 21:59:23 +0000 bsmith Android: Implement dw_scrollbox_new() using ScrollView.
Wed, 05 May 2021 19:53:33 +0000 bsmith Android: Implment DW_SIGNA_CONFIGURE on orientation change.
Wed, 05 May 2021 09:15:08 +0000 bsmith Android: Get the notebook control functional. Disable recylcing of the views.
Wed, 05 May 2021 01:19:21 +0000 bsmith Android: Fix the notebook tabs visibility. Thank you orbyt on FreeNode for the help!
Mon, 03 May 2021 07:15:11 +0000 bsmith Android: Remove ugly workaround for initialization issues.
Mon, 03 May 2021 01:17:40 +0000 bsmith Android: Attempts to sort out the various issues... still not working but...
Sun, 02 May 2021 10:46:21 +0000 bsmith Android: Fix the basics of notebook control... return actual page IDs.
Sun, 02 May 2021 01:05:20 +0000 bsmith Android: Work on the notebook control, doesn't work yet but everything filled in.
Sat, 01 May 2021 00:41:53 +0000 bsmith Android: Implement: slider, percent, scrollbar, checkbox_set/get box_unpack_at_index(),
Fri, 30 Apr 2021 20:21:05 +0000 bsmith Android: Fix the permission error on the beep...
Fri, 30 Apr 2021 04:56:52 +0000 bsmith Android: Implement timers and beep. Some general code cleanup.
Fri, 30 Apr 2021 02:33:21 +0000 bsmith Android: Implement window and clipboard text setter and getters.
Fri, 30 Apr 2021 00:51:33 +0000 bsmith Android: Implment a bunch of window functions: enable/disable/data/id
Tue, 27 Apr 2021 09:19:29 +0000 bsmith Android: Implement dw_exit() using Activity.finishActivity() instead of exit().
Tue, 27 Apr 2021 00:16:56 +0000 bsmith Android: Implement dw_messagebox() ... seems we can't just cleanly exit().
Mon, 26 Apr 2021 21:56:37 +0000 bsmith Android: Missed the manifest in that last commit.
Mon, 26 Apr 2021 21:48:54 +0000 bsmith Android: The DWindows class should be org.dbsoft.dwindows, remove dwtest.
Mon, 26 Apr 2021 21:08:02 +0000 bsmith Android: Fix signal handlers so they actually work.
Mon, 26 Apr 2021 18:34:51 +0000 bsmith Android: Implement dw_debug() using the Android Log class.
Mon, 26 Apr 2021 11:01:58 +0000 bsmith Android: Initial commit of signal handlers, connecting buttons to the new
Sun, 25 Apr 2021 23:33:53 +0000 bsmith Android: Enable app rotation and fix some issues with layout.
Sat, 24 Apr 2021 21:28:57 +0000 bsmith Android: Set the window text on the activity in dw_window_new().
Fri, 23 Apr 2021 10:40:57 +0000 bsmith Android: Improvements to boxPack to handle more parameters...
Thu, 22 Apr 2021 17:49:20 +0000 bsmith Android: First functional version. Notebook-less first page of dwtest works.
Thu, 22 Apr 2021 00:04:01 +0000 bsmith Android: Implement dw_entryfield_new, dw_entryfield_password_new() dw_button_new(),
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.