log

age author description
Mon, 09 Aug 2021 23:36:23 +0000 bsmith iOS/Android: Since these don't use autoconf, define HAVE_DIRENT_H.
Mon, 09 Aug 2021 22:07:54 +0000 bsmith Android: Fix startup failure when not calling dw_app_id_set().
Tue, 03 Aug 2021 19:48:02 +0000 bsmith Android: mainSleep seems to be hanging, so switch to using dw_mutex_trylock()
Mon, 02 Aug 2021 20:37:56 +0000 bsmith Android: Implement an event queue that will be handled by dw_main() and
Sun, 01 Aug 2021 22:23:48 +0000 bsmith Add preliminary style and design document for Dynamic Windows 3.2.
Sun, 01 Aug 2021 12:58:27 +0000 bsmith GTK: Fix compilation after code style changes.
Sun, 01 Aug 2021 12:44:49 +0000 bsmith GTK4: Fix compilation after style standarization.
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.
Tue, 27 Jul 2021 23:09:52 +0000 bsmith Win: Standardize internal function name style...
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...
Mon, 26 Jul 2021 00:25:26 +0000 bsmith iOS: Switch to using internal event message constants.
Mon, 26 Jul 2021 00:24:59 +0000 bsmith Mac: Switch to using internal event message constants.
Sun, 25 Jul 2021 23:35:02 +0000 bsmith Android: Add internal event constants for more clarity about what code does.
Fri, 23 Jul 2021 21:02:36 +0000 bsmith Update the readme with the important info about the button press/release changes.
Fri, 23 Jul 2021 20:26:56 +0000 bsmith WARNING: Standardize button press and release button parameter values.
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 19:26:01 +0000 bsmith iOS: Fix a context menu related crash by removing autorelease from DWMenuItem.
Fri, 23 Jul 2021 15:28:42 +0000 bsmith dw_menu_destroy() should zero out the handle passed, GTK does this already.
Fri, 23 Jul 2021 14:52:32 +0000 bsmith Android: Popup menus on Andoird use an anchor View not the touch location.
Sun, 18 Jul 2021 21:21:49 +0000 bsmith Android: Standardize DWContainer behavior part 2.
Sun, 18 Jul 2021 20:55:45 +0000 bsmith iOS: Standardize DWContainer behavior part 1.
Sun, 18 Jul 2021 15:56:12 +0000 bsmith Android: Implement button release and motion notify events.
Sun, 18 Jul 2021 08:54:12 +0000 bsmith iOS: Implement button press/release and motion notify.
Sat, 17 Jul 2021 01:24:03 +0000 bsmith Add buttons to the status info on the render test tab.
Fri, 16 Jul 2021 18:55:05 +0000 bsmith Android: Add initial code to handle button presses and long clicks on DWRender.
Fri, 16 Jul 2021 02:58:43 +0000 bsmith Android: Implement dw_menu_popup() ... still need to implement the context events.
Thu, 15 Jul 2021 21:22:59 +0000 bsmith iOS: Implement context menus on DWRender widgets.
Tue, 13 Jul 2021 08:51:22 +0000 bsmith iOS: Implement menu separators using inline UIMenus.
Mon, 12 Jul 2021 23:51:38 +0000 bsmith iOS: Had to switch from UIKeyCommand to UIAction for DWMenuItem.
Mon, 12 Jul 2021 21:51:12 +0000 bsmith iOS: Switch to using UIKeyCommand for menu items so we can use they keyboard
Sun, 11 Jul 2021 21:41:44 +0000 bsmith iOS: Code cleanup, make sure menu items are enabled on creation.
Sun, 11 Jul 2021 21:08:36 +0000 bsmith iOS: Actually implement disabled menu items using UIMenuElementAttributesDisabled.
Sun, 11 Jul 2021 08:49:26 +0000 bsmith iOS: Fix crash by retaining the UIMenu returned in the block.
Sat, 10 Jul 2021 23:57:25 +0000 bsmith iOS: Add UINavigationBar and DWView to the rootViewController's view.
Mon, 31 May 2021 21:59:09 +0000 bsmith iOS: Add some code to include DWViewController in the UIResponder chain.
Mon, 31 May 2021 16:53:11 +0000 bsmith Don't reuse timerid since on iOS and Android it is not an index to a timer
Sat, 29 May 2021 21:42:59 +0000 bsmith Android: Add initial keyboard support for Android.
Fri, 28 May 2021 18:28:15 +0000 bsmith Android: Experimental change for the new file browser... require it be on secondary...
Fri, 28 May 2021 01:02:07 +0000 bsmith Android: Add preliminary new file browser that uses the system ACTION_GET_CONTENT Intent.
Thu, 27 May 2021 23:34:23 +0000 bsmith iOS: Switch to using the NSURL fileSystemRepresentation method.
Tue, 25 May 2021 15:38:55 +0000 bsmith Update the readme with information about the HTIMER change.
Tue, 25 May 2021 15:15:09 +0000 bsmith iOS: Collection of various fixes...
Tue, 25 May 2021 01:25:32 +0000 bsmith Android: Turn off Android's forcing buttons and tabs to be all caps.
Mon, 24 May 2021 23:53:04 +0000 bsmith iOS: Fix dw_window_g/set_text() on buttons, can't use the label directly.
Mon, 24 May 2021 23:29:15 +0000 bsmith iOS: Remove some bogus secondary color code in DWBox.
Mon, 24 May 2021 20:32:05 +0000 bsmith iOS: Reenable Calendar control, setTranslatesAutoresizingMaskIntoConstraints:NO
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.
Sun, 23 May 2021 09:43:04 +0000 bsmith iOS: Implement keyboard handling for iOS 13.4 and later.
Sun, 23 May 2021 07:30:52 +0000 bsmith Android: Implement dw_window_set_focus(), dw_window_default() and dw_window_get_font().
Sun, 23 May 2021 02:41:06 +0000 bsmith Android: MLE should have TOP/LEFT gravity.
Sun, 23 May 2021 02:27:12 +0000 bsmith Android: Implement dw_container_set_stripe() and center the images in the rows.
Sat, 22 May 2021 23:48:08 +0000 bsmith Android: Code cleanup, fix all warnings except for unused function/parameters.
Sat, 22 May 2021 21:53:41 +0000 bsmith Android: Implement dw_window_set_style() for static text widgets.
Sat, 22 May 2021 10:00:31 +0000 bsmith Android: Fix notebook page change event page always being 0.
Sat, 22 May 2021 00:19:46 +0000 bsmith Android: Fix drawArc() FULL option and refactor to reduce calculations.
Fri, 21 May 2021 20:28:43 +0000 bsmith Android: Improve the layout, if an item expands in the opposite direction of the box...
Fri, 21 May 2021 19:50:56 +0000 bsmith Android: Percent widget should be using horizontal ProgressBar.
Fri, 21 May 2021 00:56:10 +0000 bsmith Android: Make message boxes modal (not cancelable).
Fri, 21 May 2021 00:39:13 +0000 bsmith Android: New color handling system, save the color in the C API and pass
Thu, 20 May 2021 23:33:12 +0000 bsmith Android: Functional version of the event threading changes... this improves stability...
Thu, 20 May 2021 10:22:20 +0000 bsmith iOS: Slight refactoring to handle the possibility that the status bar
Thu, 20 May 2021 10:06:07 +0000 bsmith iOS: If DW_FCF_TITLEBAR is passed to dw_window_new() create a UINavigationBar
Wed, 19 May 2021 23:22:51 +0000 bsmith Android: Switch to using LinearLayout for Container row layout...
Wed, 19 May 2021 20:37:23 +0000 bsmith Android: Fix incorrect display of first container entry with the new layout code.
Wed, 19 May 2021 20:13:11 +0000 bsmith Android: Add experimental event threading code, currently disabled.
Wed, 19 May 2021 09:41:17 +0000 bsmith Android: Attempt to rewrite container layout code in a more generic manner.
Wed, 19 May 2021 08:13:13 +0000 bsmith Android: The *_from_file() functions now check the assets folder.
Wed, 19 May 2021 01:08:59 +0000 bsmith Android: Use ItemClick for the ITEM_SELECT event and the API 23
Tue, 18 May 2021 23:29:15 +0000 bsmith Android: After removing Address Sanitizer I got a type mismatch error.
Tue, 18 May 2021 22:48:33 +0000 bsmith Android: Attempt at implementing updating the container after insertion.
Tue, 18 May 2021 18:41:35 +0000 bsmith Android: Implement querying containers and ENTER and CONTEXT callbacks.
Tue, 18 May 2021 07:55:59 +0000 bsmith Android: Fix logic error in dw_container_setup() causing return from the
Tue, 18 May 2021 01:04:52 +0000 bsmith Android: Implement container row data and titles, required for the callbacks.
Mon, 17 May 2021 21:11:40 +0000 bsmith Android: Implement Java exception handling, make sure all return values from JNI are sane.
Sun, 16 May 2021 22:41:50 +0000 bsmith Android: Initial container implementation... getting a NullPointerException crash in dwtest...
Sun, 16 May 2021 19:39:34 +0000 bsmith Android: Initial implementations of DWContainerModel and DWContainerAdapter.
Sat, 15 May 2021 21:16:06 +0000 bsmith Android: Need to set isSingleLine for entryfields.
Sat, 15 May 2021 20:46:17 +0000 bsmith Android: Fix issue with specifying static sizes... still some issues.
Sat, 15 May 2021 19:11:53 +0000 bsmith Android: Refactor boxPack() to try to fix non-expandable items expanding.
Sat, 15 May 2021 00:44:24 +0000 bsmith Android: Implement DW_CLR_DEFAULT and some basic dark mode support.
Fri, 14 May 2021 19:12:39 +0000 bsmith Android: For the moment disable swiping to change notebook pages.
Fri, 14 May 2021 12:13:29 +0000 bsmith Android: Get dwcompat building on Android. Had to disable the filesystem functions for now.
Fri, 14 May 2021 11:41:31 +0000 bsmith Android: Minor fixes to that last commit... missed dw.h changes and remove test code.
Fri, 14 May 2021 11:29:00 +0000 bsmith Android: Implement most of the font functions and control/widget color.
Thu, 13 May 2021 22:52:11 +0000 bsmith Android: Implement disabled menu items.
Thu, 13 May 2021 22:03:48 +0000 bsmith Android: Implement dw_menu_item_set_state/check() dw_menu_item_delete() and dw_menu_destroy().
Thu, 13 May 2021 20:46:07 +0000 bsmith Android: Clean up the menus... add separator, remove tildes and implement callbacks.
Thu, 13 May 2021 19:54:15 +0000 bsmith Android: Initial menu support, incomplete but basics functional.
Thu, 13 May 2021 07:43:31 +0000 bsmith Android: Implement dw_screen_* and dw_environment_query().
Wed, 12 May 2021 23:28:59 +0000 bsmith iOS: Changes to handle autosizing vertical sliders/scrollbars.
Wed, 12 May 2021 09:19:41 +0000 bsmith iOS: Implement scrollbars as sliders... implement vertical with a transform.
Wed, 12 May 2021 06:17:22 +0000 bsmith Android: Fix memory corruption issue due to incorrectly allocating HPIXMAP.
Tue, 11 May 2021 22:53:29 +0000 bsmith Android: Move the text to below the point, not above it.
Tue, 11 May 2021 22:44:45 +0000 bsmith Android: Reimplement drawPolygon() using drawPath() instead of drawLines/Points().
Tue, 11 May 2021 22:19:28 +0000 bsmith Android: Implement DW_DRAW_FULL flag for dw_draw_arc().
Tue, 11 May 2021 09:03:30 +0000 bsmith Android: Implement most of the rest of drawing except for fonts...
Tue, 11 May 2021 06:38:09 +0000 bsmith Android: Fix the safety check in the dw_draw_*() functions.
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.
Sun, 18 Apr 2021 01:28:55 +0000 bsmith Android: Initial skeletal commit for Android support, almost nothing implemented...
Thu, 15 Apr 2021 02:11:04 +0000 bsmith iOS: Move scrollbox functions into thread safety.
Thu, 15 Apr 2021 01:29:32 +0000 bsmith GTK3: Fill in the row data for contatiner context.
Thu, 15 Apr 2021 01:28:39 +0000 bsmith GTK4: Fill in the row data for contatiner context.
Thu, 15 Apr 2021 00:24:07 +0000 bsmith Win: Fix the row data field of the container context event.
Wed, 14 Apr 2021 23:59:22 +0000 bsmith OS/2: Include the row data in the container context signal.
Wed, 14 Apr 2021 22:40:46 +0000 bsmith iOS: Pass in the coordinates and row data on container context event.
Wed, 14 Apr 2021 22:38:41 +0000 bsmith Mac: Fill in the row data in the second data pointer slot instead of leaving
Wed, 14 Apr 2021 21:36:45 +0000 bsmith Mac: Port control empty text size calculation fix from iOS.
Wed, 14 Apr 2021 21:35:21 +0000 bsmith iOS: Fix calculating label size when there is no text. Use "gT" to calculate
Wed, 14 Apr 2021 20:53:46 +0000 bsmith iOS: Attempt to get context menus working for iOS 13+.
Wed, 14 Apr 2021 17:40:49 +0000 bsmith Add a sample popup menu to the container widget for testing purposes.
Wed, 14 Apr 2021 02:56:17 +0000 bsmith Win: Dark mode change to match up with the iOS and Mac changes.
Wed, 14 Apr 2021 01:58:32 +0000 bsmith Mac: Detect the current dark mode state and return DW_DARK_MODE_BASIC if in
Wed, 14 Apr 2021 01:27:00 +0000 bsmith iOS: Reorganize the code so retval doesn't get clobbered without the
Tue, 13 Apr 2021 22:05:46 +0000 bsmith iOS: DWContainer should generate selection event on deselect too.
Tue, 13 Apr 2021 21:08:49 +0000 bsmith iOS: dw_feature_get(DW_FEATURE_DARK_MODE) will now return
Tue, 13 Apr 2021 20:01:36 +0000 bsmith iOS: initial support for iOS Dark Mode... untested. Part 2.
Tue, 13 Apr 2021 19:44:09 +0000 bsmith iOS: Iniitial support for Dark Mode on iOS.. untested.
Sat, 10 Apr 2021 22:06:33 +0000 bsmith GTK: Fix incorrect uninstall rule. test.png not image.png.
Sat, 10 Apr 2021 21:53:37 +0000 bsmith Update the readme with iOS information and fix a typo.
Sat, 10 Apr 2021 21:33:12 +0000 bsmith GTK: Install dwtest images in $(prefix)/share/dwtest so they can be found
Sat, 10 Apr 2021 20:11:43 +0000 bsmith Add DW_DIR_SEPARATOR for easy access to the separator characters.
Sat, 10 Apr 2021 20:09:58 +0000 bsmith iOS: Fix dw_window_set_bitmap*() on buttons... uses a different method on
Sat, 10 Apr 2021 00:34:34 +0000 bsmith iOS: Fix scrolling the scrollbox. Make sure scrolling is enabled and set the
Fri, 09 Apr 2021 23:38:59 +0000 bsmith iOS: Fix scrollbox content not expanding to take the full area if smaller.
Fri, 09 Apr 2021 22:17:42 +0000 bsmith iOS: Fix bug in dw_pixmap_new_from_file(). Resources go into the app
Fri, 09 Apr 2021 19:10:30 +0000 bsmith Add support for checking the application data directory for the images.
Fri, 09 Apr 2021 11:05:51 +0000 bsmith iOS: Make sure the plain text UTI is used with filePicker.
Fri, 09 Apr 2021 10:01:22 +0000 bsmith iOS: Fix font and colors on MLE imported text.
Fri, 09 Apr 2021 09:48:13 +0000 bsmith iOS: DWSpinButton needs to generate events on stepper changes.
Fri, 09 Apr 2021 08:41:34 +0000 bsmith iOS: DWComboBox needs to initialize the array so the list works.
Thu, 08 Apr 2021 17:34:25 +0000 bsmith GTK4: Add a comment with the information about striped controls.
Wed, 07 Apr 2021 19:07:46 +0000 bsmith iOS: Fix dw_draw_arc()... iOS is in raidans not degrees. Thanks wiliz on freenode.
Wed, 07 Apr 2021 03:04:41 +0000 bsmith Mac: Minor _dw_control_size() cleanup. Make sure check is on the base handle.
Wed, 07 Apr 2021 00:16:42 +0000 bsmith iOS: Fix DWImage internal core graphics context being flipped.
Tue, 06 Apr 2021 09:19:06 +0000 bsmith iOS: Fix bitblt and crashes due to missing retains.
Tue, 06 Apr 2021 08:54:57 +0000 bsmith iOS: Fixes to get cachedImage functionality working.
Tue, 06 Apr 2021 08:24:28 +0000 bsmith iOS: Implement graphic context pushing and popping during draw.
Tue, 06 Apr 2021 04:48:52 +0000 bsmith iOS: Second attempt at a DWImage class that will actually work....
Mon, 05 Apr 2021 22:30:26 +0000 bsmith iOS: Combobox remove code to hide the input caret. Also fix the cancel button.
Mon, 05 Apr 2021 22:18:19 +0000 bsmith iOS: Initial implementation of DWComboBox, not fully functional yet.
Mon, 05 Apr 2021 15:29:33 +0000 bsmith Mac: Port a spinbutton size fix from iOS after noticing the misbehavior
Mon, 05 Apr 2021 15:24:08 +0000 bsmith iOS: Additional code to calculate spinbutton size.
Mon, 05 Apr 2021 14:36:23 +0000 bsmith iOS: Put back missing tree selection code, since it is apparently also used
Mon, 05 Apr 2021 00:12:20 +0000 bsmith iOS: Make spin buttons actually function. Fix layout and autosizing issues.
Sun, 04 Apr 2021 22:24:13 +0000 bsmith iOS: Correct _dw_text_handle() behavior. Add UILabel/UITextView to controls
Sun, 04 Apr 2021 19:06:23 +0000 bsmith iOS: DWContainer attempt to get touch and selection handlers working.
Sun, 04 Apr 2021 18:22:27 +0000 bsmith iOS: Account for the special area at the bottom of certain devies.
Sun, 04 Apr 2021 15:40:25 +0000 bsmith iOS: Fix checked image not showing due to typo in image name.
Sun, 04 Apr 2021 15:05:45 +0000 bsmith iOS: Special handling for combined text/image buttons like check and radio
Sun, 04 Apr 2021 01:23:56 +0000 bsmith iOS: Initial attempt at implementing check and radio boxes using SF Symbols.
Sat, 03 Apr 2021 21:25:25 +0000 bsmith iOS: Fix DWMLE, have to created it like this to have valid textStorage.
Sat, 03 Apr 2021 19:14:29 +0000 bsmith iOS: Minor fix for initial notebook page remaining visible on page change.
Sat, 03 Apr 2021 18:44:01 +0000 bsmith iOS: A number of fixes, notebook layout select first page if none selected.
Sat, 03 Apr 2021 02:54:19 +0000 bsmith Mac: Fix building on old versions of MacOS due to a recent change.
Sat, 03 Apr 2021 00:24:49 +0000 bsmith iOS: Missed a few other DWContainer fixes in that last commit.
Sat, 03 Apr 2021 00:14:05 +0000 bsmith iOS: Fix display of widgets. DWMLE and DWContainer are subclasses of UIScrollView.
Fri, 02 Apr 2021 02:17:59 +0000 bsmith iOS: Implment dw_file_browse() and fix issues in dw_color_choose().
Fri, 02 Apr 2021 00:44:17 +0000 bsmith iOS: Implement dw_font_choose() and dw_color_choose().
Thu, 01 Apr 2021 21:15:55 +0000 bsmith iOS: Fix notebook relayout on rotation. Also fix autosizing of controls.
Wed, 31 Mar 2021 16:31:27 +0000 bsmith iOS/Mac: Fix a minor memory leak in dw_pixmap_grab().
Tue, 30 Mar 2021 16:17:39 +0000 bsmith iOS: Fix crashes when creating pixmaps, pixmaps still need tons of work.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
Mon, 29 Mar 2021 23:15:43 +0000 bsmith iOS: Implement dw_notebook_page_set(). Fix statusbar offset location.
Mon, 29 Mar 2021 22:46:01 +0000 bsmith iOS: Initial functional implmentation of the notebook/tabbed control.
Sun, 28 Mar 2021 20:51:44 +0000 bsmith iOS: Fix timers and implement dw_beep().
Sun, 28 Mar 2021 18:26:09 +0000 bsmith Move HTML code into html_add() function in dwtest to allow for easier
Sun, 28 Mar 2021 18:23:57 +0000 bsmith iOS: Add adjustment for the statusbar so it isn't covered up by our windows.
Sun, 28 Mar 2021 17:15:13 +0000 bsmith iOS: Fix crashes with full dwtest run. More thread safety.
Sun, 28 Mar 2021 07:43:45 +0000 bsmith Set the package name and version for autoconf. Remove reference to winmain.c.
Sun, 28 Mar 2021 02:23:20 +0000 bsmith iOS: Fix message boxes... the hiddenWindow they are attached to was being
Sat, 27 Mar 2021 19:18:36 +0000 bsmith iOS: Hide the UITransitionView that is attached to the UIWindow.
Fri, 26 Mar 2021 00:22:26 +0000 bsmith iOS: More thread safety, remove some debug code.
Thu, 25 Mar 2021 23:38:40 +0000 bsmith iOS: Move more functions into thread safety, iOS is very adamant about the
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:51:53 +0000 bsmith Switch dwtest entrypoint to be dwmain instead of main to help on iOS.
Thu, 25 Mar 2021 20:39:52 +0000 bsmith iOS: Get iOS basic funcionality working by creating dwmain() macros.
Thu, 25 Mar 2021 09:04:59 +0000 bsmith iOS: Code error cleanup reported by LLVM.