Timeline



Jul 16, 2021:

6:55 PM Changeset [2619] by bsmith
Android: Add initial code to handle button presses and long clicks on …
3:06 AM WikiStart edited by bsmith
(diff)
2:58 AM Changeset [2618] by bsmith
Android: Implement dw_menu_popup() ... still need to implement the …

Jul 15, 2021:

9:22 PM Changeset [2617] by bsmith
iOS: Implement context menus on DWRender widgets. Also implement …

Jul 13, 2021:

8:51 AM Changeset [2616] by bsmith
iOS: Implement menu separators using inline UIMenus.

Jul 12, 2021:

11:51 PM Changeset [2615] by bsmith
iOS: Had to switch from UIKeyCommand to UIAction for DWMenuItem. …
9:51 PM Changeset [2614] by bsmith
iOS: Switch to using UIKeyCommand for menu items so we can use they …

Jul 11, 2021:

9:41 PM Changeset [2613] by bsmith
iOS: Code cleanup, make sure menu items are enabled on creation. Add …
9:08 PM Changeset [2612] by bsmith
iOS: Actually implement disabled menu items using …
8:49 AM Changeset [2611] by bsmith
iOS: Fix crash by retaining the UIMenu returned in the block. …

Jul 10, 2021:

11:57 PM Changeset [2610] by bsmith
iOS: Add UINavigationBar and DWView to the rootViewController's view. …

May 31, 2021:

9:59 PM Changeset [2609] by bsmith
iOS: Add some code to include DWViewController in the UIResponder …
4:53 PM Changeset [2608] by bsmith
Don't reuse timerid since on iOS and Android it is not an index to a …

May 29, 2021:

9:42 PM Changeset [2607] by bsmith
Android: Add initial keyboard support for Android. Any keycodes I …

May 28, 2021:

6:28 PM Changeset [2606] by bsmith
Android: Experimental change for the new file browser... require it be …
1:02 AM Changeset [2605] by bsmith
Android: Add preliminary new file browser that uses the system …

May 27, 2021:

11:34 PM Changeset [2604] by bsmith
iOS: Switch to using the NSURL fileSystemRepresentation method. This …

May 25, 2021:

3:38 PM Changeset [2603] by bsmith
Update the readme with information about the HTIMER change. Also …
3:15 PM Changeset [2602] by bsmith
iOS: Collection of various fixes... UIButtonTypeRoundedRect is …
1:25 AM Changeset [2601] by bsmith
Android: Turn off Android's forcing buttons and tabs to be all caps.

May 24, 2021:

11:53 PM Changeset [2600] by bsmith
iOS: Fix dw_window_g/set_text() on buttons, can't use the label directly.
11:29 PM Changeset [2599] by bsmith
iOS: Remove some bogus secondary color code in DWBox. Add fallback …
8:32 PM Changeset [2598] by bsmith
iOS: Reenable Calendar control, …
1:48 AM Changeset [2597] by bsmith
OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED. Use HTIMER …

May 23, 2021:

9:48 PM Changeset [2596] by bsmith
iOS: Change "id" parameter to "timerid" so it doesn't conflict with …
9:39 PM Changeset [2595] by bsmith
Add HTIMER type and change dw_timer_() functions to use it. On …
9:43 AM Changeset [2594] by bsmith
iOS: Implement keyboard handling for iOS 13.4 and later. Remove mouse …
7:30 AM Changeset [2593] by bsmith
Android: Implement dw_window_set_focus(), dw_window_default() and …
2:41 AM Changeset [2592] by bsmith
Android: MLE should have TOP/LEFT gravity.
2:27 AM Changeset [2591] by bsmith
Android: Implement dw_container_set_stripe() and center the images in …

May 22, 2021:

11:48 PM Changeset [2590] by bsmith
Android: Code cleanup, fix all warnings except for unused …
9:53 PM Changeset [2589] by bsmith
Android: Implement dw_window_set_style() for static text widgets. …
10:00 AM Changeset [2588] by bsmith
Android: Fix notebook page change event page always being 0. iOS: …
12:19 AM Changeset [2587] by bsmith
Android: Fix drawArc() FULL option and refactor to reduce calculations.

May 21, 2021:

8:28 PM Changeset [2586] by bsmith
Android: Improve the layout, if an item expands in the opposite …
7:50 PM Changeset [2585] by bsmith
Android: Percent widget should be using horizontal ProgressBar?.
12:56 AM Changeset [2584] by bsmith
Android: Make message boxes modal (not cancelable).
12:39 AM Changeset [2583] by bsmith
Android: New color handling system, save the color in the C API and …

May 20, 2021:

11:33 PM Changeset [2582] by bsmith
Android: Functional version of the event threading changes... this …
10:22 AM Changeset [2581] by bsmith
iOS: Slight refactoring to handle the possibility that the status bar …
10:06 AM Changeset [2580] by bsmith
iOS: If DW_FCF_TITLEBAR is passed to dw_window_new() create a …

May 19, 2021:

11:22 PM Changeset [2579] by bsmith
Android: Switch to using LinearLayout? for Container row layout... …
8:37 PM Changeset [2578] by bsmith
Android: Fix incorrect display of first container entry with the new …
8:13 PM Changeset [2577] by bsmith
Android: Add experimental event threading code, currently disabled.
9:41 AM Changeset [2576] by bsmith
Android: Attempt to rewrite container layout code in a more generic …
8:13 AM Changeset [2575] by bsmith
Android: The *_from_file() functions now check the assets folder. Also …
1:08 AM Changeset [2574] by bsmith
Android: Use ItemClick? for the ITEM_SELECT event and the API 23 …

May 18, 2021:

11:29 PM Changeset [2573] by bsmith
Android: After removing Address Sanitizer I got a type mismatch error.
10:48 PM Changeset [2572] by bsmith
Android: Attempt at implementing updating the container after …
6:41 PM Changeset [2571] by bsmith
Android: Implement querying containers and ENTER and CONTEXT callbacks.
7:55 AM Changeset [2570] by bsmith
Android: Fix logic error in dw_container_setup() causing return from …
1:04 AM Changeset [2569] by bsmith
Android: Implement container row data and titles, required for the …

May 17, 2021:

9:11 PM Changeset [2568] by bsmith
Android: Implement Java exception handling, make sure all return …

May 16, 2021:

10:41 PM Changeset [2567] by bsmith
Android: Initial container implementation... getting a …
7:39 PM Changeset [2566] by bsmith
Android: Initial implementations of DWContainerModel and …
6:24 PM WikiStart edited by bsmith
(diff)

May 15, 2021:

9:16 PM Changeset [2565] by bsmith
Android: Need to set isSingleLine for entryfields. Autosize the Start …
8:46 PM Changeset [2564] by bsmith
Android: Fix issue with specifying static sizes... still some issues. …
7:11 PM Changeset [2563] by bsmith
Android: Refactor boxPack() to try to fix non-expandable items …
12:44 AM Changeset [2562] by bsmith
Android: Implement DW_CLR_DEFAULT and some basic dark mode support.

May 14, 2021:

8:23 PM Dynamic Windows News Archive edited by bsmith
(diff)
8:22 PM Dynamic Windows News Archive edited by bsmith
(diff)
8:13 PM Dynamic Windows News Archive edited by bsmith
(diff)
7:46 PM WikiStart edited by bsmith
Link to the secure version of the dbsoft pages. (diff)
7:44 PM WikiStart edited by bsmith
(diff)
7:43 PM WikiStart edited by bsmith
(diff)
7:12 PM Changeset [2561] by bsmith
Android: For the moment disable swiping to change notebook pages. …
12:13 PM Changeset [2560] by bsmith
Android: Get dwcompat building on Android. Had to disable the …
11:41 AM Changeset [2559] by bsmith
Android: Minor fixes to that last commit... missed dw.h changes and …
11:29 AM Changeset [2558] by bsmith
Android: Implement most of the font functions and control/widget …

May 13, 2021:

10:52 PM Changeset [2557] by bsmith
Android: Implement disabled menu items.
10:03 PM Changeset [2556] by bsmith
Android: Implement dw_menu_item_set_state/check() …
8:46 PM Changeset [2555] by bsmith
Android: Clean up the menus... add separator, remove tildes and …
7:54 PM Changeset [2554] by bsmith
Android: Initial menu support, incomplete but basics functional.
7:43 AM Changeset [2553] by bsmith
Android: Implement dw_screen_* and dw_environment_query(). Minor code …

May 12, 2021:

11:28 PM Changeset [2552] by bsmith
iOS: Changes to handle autosizing vertical sliders/scrollbars.
9:19 AM Changeset [2551] by bsmith
iOS: Implement scrollbars as sliders... implement vertical with a …
6:17 AM Changeset [2550] by bsmith
Android: Fix memory corruption issue due to incorrectly allocating …

May 11, 2021:

10:53 PM Changeset [2549] by bsmith
Android: Move the text to below the point, not above it. Adjust the …
10:44 PM Changeset [2548] by bsmith
Android: Reimplement drawPolygon() using drawPath() instead of …
10:19 PM Changeset [2547] by bsmith
Android: Implement DW_DRAW_FULL flag for dw_draw_arc().
9:03 AM Changeset [2546] by bsmith
Android: Implement most of the rest of drawing except for fonts... …
6:38 AM Changeset [2545] by bsmith
Android: Fix the safety check in the dw_draw_*() functions. So we can …
5:14 AM Changeset [2544] by bsmith
Android: Pass the cached window handle to the callback so the …
5:00 AM Changeset [2543] by bsmith
Added dw_window_compare() to check if two window handles refer to the …
12:51 AM Changeset [2542] by bsmith
Android: First attempts at implementing drawing functions

May 10, 2021:

10:34 PM Changeset [2541] by bsmith
Android: Implement View based render widget and icon support with …
8:06 PM Changeset [2540] by bsmith
Android: Initial pixmap implmentation using Android Bitmap. Clean up …
9:29 AM Changeset [2539] by bsmith
Android: Implement dw_bitmap_new(), dw_dwindow_set_bitmap() and …
2:24 AM Changeset [2538] by bsmith
Android: Use toLongOrNull() whenever converting from string to long... …
2:01 AM Changeset [2537] by bsmith
Android: Initial dw_file_browse() implementation, still needs some …

May 9, 2021:

10:39 PM Changeset [2536] by bsmith
Android: Implement dw_mle_delete() so that the tested output is correct.
9:51 PM Changeset [2535] by bsmith
Android: Calendar fixes, need to be in milliseconds not seconds... …
9:17 PM Changeset [2534] by bsmith
Android: Implement the calendar widget using CalendarView?. For some …
7:27 PM Changeset [2533] by bsmith
Android: Implement notifications, images on notifications incomplete. …
9:31 AM Changeset [2532] by bsmith
Android: Implement bitmap buttons, implement …

May 8, 2021:

11:22 PM Changeset [2531] by bsmith
Android: Implement spinbuttons and callbacks.
9:34 PM Changeset [2530] by bsmith
Android: Implement ListBox? with ListView? and fill in the missing …
8:43 AM Changeset [2529] by bsmith
Android: Fix not actually passing the data in dw_window_set_data().
8:11 AM Changeset [2528] by bsmith
Android: Implement most of the dw_listbox_*() functions for …
1:54 AM Changeset [2527] by bsmith
Android: Fix the down arrow on the comboboxes, found a system resource …
1:15 AM Changeset [2526] by bsmith
Android: Initial attempt at our own ComboBox? class, EditText? with …

May 7, 2021:

7:54 PM Changeset [2525] by bsmith
Android: Implement dw_main_sleep() and dw_main_iteration(). Using the …
11:11 AM Changeset [2524] by bsmith
Android: Second try at that new fix... move it into _dw_main_launch() …
10:49 AM Changeset [2523] by bsmith
Update the readme with info on Android and DW_FEATURE_WINDOW_PLACEMENT.
10:29 AM Changeset [2522] by bsmith
Android: New workaround for activity relaunch at startup. This …
9:35 AM Changeset [2521] by bsmith
Android: Implement MLE functions. Fix issues with checkboxes and …

May 6, 2021:

11:29 PM Changeset [2520] by bsmith
GTK3: Fix incorrect return value.
11:25 PM Changeset [2519] by bsmith
GTK4: Fix the new dw_x11_check() function that is thread safe.
11:22 PM Changeset [2518] by bsmith
Add missing comma to the enum.
11:19 PM Changeset [2517] by bsmith
Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary …
10:02 PM Changeset [2516] by bsmith
Android: HTML touchups, implement DW_SIGNAL_HTML_CHANGED: STARTED and …
11:22 AM Changeset [2515] by bsmith
Android: Update AndroidManifest?.xml to allow Internet and HTTP connections.
10:39 AM Changeset [2514] by bsmith
Android: Implment dw_window_hide/show(). Set the initial visibility to …
9:55 AM Changeset [2513] by bsmith
Android: Massive thread safety overhaul. Not quite back to fully …
12:05 AM Changeset [2512] by bsmith
Android: Initial implement of HTML control with WebView?. Getting an …

May 5, 2021:

9:59 PM Changeset [2511] by bsmith
Android: Implement dw_scrollbox_new() using ScrollView?.
7:53 PM Changeset [2510] by bsmith
Android: Implment DW_SIGNA_CONFIGURE on orientation change. Seems like …
9:15 AM Changeset [2509] by bsmith
Android: Get the notebook control functional. Disable recylcing of …
1:19 AM Changeset [2508] by bsmith
Android: Fix the notebook tabs visibility. Thank you orbyt on FreeNode?

May 3, 2021:

7:15 AM Changeset [2507] by bsmith
Android: Remove ugly workaround for initialization issues. Solved by …
1:17 AM Changeset [2506] by bsmith
Android: Attempts to sort out the various issues... still not working …

May 2, 2021:

10:46 AM Changeset [2505] by bsmith
Android: Fix the basics of notebook control... return actual page IDs. …
1:05 AM Changeset [2504] by bsmith
Android: Work on the notebook control, doesn't work yet but everything …

May 1, 2021:

12:41 AM Changeset [2503] by bsmith
Android: Implement: slider, percent, scrollbar, checkbox_set/get …

Apr 30, 2021:

8:21 PM Changeset [2502] by bsmith
Android: Fix the permission error on the beep... If you don't release …
4:56 AM Changeset [2501] by bsmith
Android: Implement timers and beep. Some general code cleanup.
2:33 AM Changeset [2500] by bsmith
Android: Implement window and clipboard text setter and getters.
12:51 AM Changeset [2499] by bsmith
Android: Implment a bunch of window functions: enable/disable/data/id …

Apr 27, 2021:

9:19 AM Changeset [2498] by bsmith
Android: Implement dw_exit() using Activity.finishActivity() instead …
12:16 AM Changeset [2497] by bsmith
Android: Implement dw_messagebox() ... seems we can't just cleanly exit().

Apr 26, 2021:

9:56 PM Changeset [2496] by bsmith
Android: Missed the manifest in that last commit.
9:48 PM Changeset [2495] by bsmith
Android: The DWindows class should be org.dbsoft.dwindows, remove …
9:08 PM Changeset [2494] by bsmith
Android: Fix signal handlers so they actually work. Create Weak …
6:34 PM Changeset [2493] by bsmith
Android: Implement dw_debug() using the Android Log class. Make …
11:01 AM Changeset [2492] by bsmith
Android: Initial commit of signal handlers, connecting buttons to the …

Apr 25, 2021:

11:33 PM Changeset [2491] by bsmith
Android: Enable app rotation and fix some issues with layout. The …

Apr 24, 2021:

9:28 PM Changeset [2490] by bsmith
Android: Set the window text on the activity in dw_window_new(). Also …

Apr 23, 2021:

10:40 AM Changeset [2489] by bsmith
Android: Improvements to boxPack to handle more parameters... However …

Apr 22, 2021:

5:49 PM Changeset [2488] by bsmith
Android: First functional version. Notebook-less first page of dwtest …
12:04 AM Changeset [2487] by bsmith
Android: Implement dw_entryfield_new, dw_entryfield_password_new() …

Apr 21, 2021:

11:15 AM Changeset [2486] by bsmith
Android: Implement dw_window_new(), dw_box_new() and dw_box_pack(). …

Apr 19, 2021:

11:06 PM Changeset [2485] by bsmith
Android: Implement thread, semaphore, shared memory API functions. …

Apr 18, 2021:

1:28 AM Changeset [2484] by bsmith
Android: Initial skeletal commit for Android support, almost nothing …
Note: See TracTimeline for information about the timeline view.