Timeline



Jul 16, 2021:

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

Jul 15, 2021:

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

Jul 13, 2021:

10:51 AM Changeset [2616] by bsmith
iOS: Implement menu separators using inline UIMenus.
1:51 AM Changeset [2615] by bsmith
iOS: Had to switch from UIKeyCommand to UIAction for DWMenuItem. …

Jul 12, 2021:

11:51 PM Changeset [2614] by bsmith
iOS: Switch to using UIKeyCommand for menu items so we can use they …

Jul 11, 2021:

11:41 PM Changeset [2613] by bsmith
iOS: Code cleanup, make sure menu items are enabled on creation. Add …
11:08 PM Changeset [2612] by bsmith
iOS: Actually implement disabled menu items using …
10:49 AM Changeset [2611] by bsmith
iOS: Fix crash by retaining the UIMenu returned in the block. …
1:57 AM Changeset [2610] by bsmith
iOS: Add UINavigationBar and DWView to the rootViewController's view. …

May 31, 2021:

11:59 PM Changeset [2609] by bsmith
iOS: Add some code to include DWViewController in the UIResponder …
6: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:

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

May 28, 2021:

8:28 PM Changeset [2606] by bsmith
Android: Experimental change for the new file browser... require it be …
3:02 AM Changeset [2605] by bsmith
Android: Add preliminary new file browser that uses the system …
1:34 AM Changeset [2604] by bsmith
iOS: Switch to using the NSURL fileSystemRepresentation method. This …

May 25, 2021:

5:38 PM Changeset [2603] by bsmith
Update the readme with information about the HTIMER change. Also …
5:15 PM Changeset [2602] by bsmith
iOS: Collection of various fixes... UIButtonTypeRoundedRect is …
3:25 AM Changeset [2601] by bsmith
Android: Turn off Android's forcing buttons and tabs to be all caps.
1:53 AM Changeset [2600] by bsmith
iOS: Fix dw_window_g/set_text() on buttons, can't use the label directly.
1:29 AM Changeset [2599] by bsmith
iOS: Remove some bogus secondary color code in DWBox. Add fallback …

May 24, 2021:

10:32 PM Changeset [2598] by bsmith
iOS: Reenable Calendar control, …
3:48 AM Changeset [2597] by bsmith
OS/2: HTIMER alread defined, just set HTIMER_TYPEDEFED. Use HTIMER …

May 23, 2021:

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

May 22, 2021:

11:53 PM Changeset [2589] by bsmith
Android: Implement dw_window_set_style() for static text widgets. …
12:00 PM Changeset [2588] by bsmith
Android: Fix notebook page change event page always being 0. iOS: …
2:19 AM Changeset [2587] by bsmith
Android: Fix drawArc() FULL option and refactor to reduce calculations.

May 21, 2021:

10:28 PM Changeset [2586] by bsmith
Android: Improve the layout, if an item expands in the opposite …
9:50 PM Changeset [2585] by bsmith
Android: Percent widget should be using horizontal ProgressBar.
2:56 AM Changeset [2584] by bsmith
Android: Make message boxes modal (not cancelable).
2:39 AM Changeset [2583] by bsmith
Android: New color handling system, save the color in the C API and …
1:33 AM Changeset [2582] by bsmith
Android: Functional version of the event threading changes... this …

May 20, 2021:

12:22 PM Changeset [2581] by bsmith
iOS: Slight refactoring to handle the possibility that the status bar …
12:06 PM Changeset [2580] by bsmith
iOS: If DW_FCF_TITLEBAR is passed to dw_window_new() create a …
1:22 AM Changeset [2579] by bsmith
Android: Switch to using LinearLayout for Container row layout... …

May 19, 2021:

10:37 PM Changeset [2578] by bsmith
Android: Fix incorrect display of first container entry with the new …
10:13 PM Changeset [2577] by bsmith
Android: Add experimental event threading code, currently disabled.
11:41 AM Changeset [2576] by bsmith
Android: Attempt to rewrite container layout code in a more generic …
10:13 AM Changeset [2575] by bsmith
Android: The *_from_file() functions now check the assets folder. Also …
3:08 AM Changeset [2574] by bsmith
Android: Use ItemClick for the ITEM_SELECT event and the API 23 …
1:29 AM Changeset [2573] by bsmith
Android: After removing Address Sanitizer I got a type mismatch error.
12:48 AM Changeset [2572] by bsmith
Android: Attempt at implementing updating the container after …

May 18, 2021:

8:41 PM Changeset [2571] by bsmith
Android: Implement querying containers and ENTER and CONTEXT callbacks.
9:55 AM Changeset [2570] by bsmith
Android: Fix logic error in dw_container_setup() causing return from …
3:04 AM Changeset [2569] by bsmith
Android: Implement container row data and titles, required for the …

May 17, 2021:

11:11 PM Changeset [2568] by bsmith
Android: Implement Java exception handling, make sure all return …
12:41 AM Changeset [2567] by bsmith
Android: Initial container implementation... getting a …

May 16, 2021:

9:39 PM Changeset [2566] by bsmith
Android: Initial implementations of DWContainerModel and …
8:24 PM WikiStart edited by bsmith
(diff)

May 15, 2021:

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

May 14, 2021:

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

May 13, 2021:

10:46 PM Changeset [2555] by bsmith
Android: Clean up the menus... add separator, remove tildes and …
9:54 PM Changeset [2554] by bsmith
Android: Initial menu support, incomplete but basics functional.
9:43 AM Changeset [2553] by bsmith
Android: Implement dw_screen_* and dw_environment_query(). Minor code …
1:28 AM Changeset [2552] by bsmith
iOS: Changes to handle autosizing vertical sliders/scrollbars.

May 12, 2021:

11:19 AM Changeset [2551] by bsmith
iOS: Implement scrollbars as sliders... implement vertical with a …
8:17 AM Changeset [2550] by bsmith
Android: Fix memory corruption issue due to incorrectly allocating …
12:53 AM Changeset [2549] by bsmith
Android: Move the text to below the point, not above it. Adjust the …
12:44 AM Changeset [2548] by bsmith
Android: Reimplement drawPolygon() using drawPath() instead of …
12:19 AM Changeset [2547] by bsmith
Android: Implement DW_DRAW_FULL flag for dw_draw_arc().

May 11, 2021:

11:03 AM Changeset [2546] by bsmith
Android: Implement most of the rest of drawing except for fonts... …
8:38 AM Changeset [2545] by bsmith
Android: Fix the safety check in the dw_draw_*() functions. So we can …
7:14 AM Changeset [2544] by bsmith
Android: Pass the cached window handle to the callback so the …
7:00 AM Changeset [2543] by bsmith
Added dw_window_compare() to check if two window handles refer to the …
2:51 AM Changeset [2542] by bsmith
Android: First attempts at implementing drawing functions
12:34 AM Changeset [2541] by bsmith
Android: Implement View based render widget and icon support with …

May 10, 2021:

10:06 PM Changeset [2540] by bsmith
Android: Initial pixmap implmentation using Android Bitmap. Clean up …
11:29 AM Changeset [2539] by bsmith
Android: Implement dw_bitmap_new(), dw_dwindow_set_bitmap() and …
4:24 AM Changeset [2538] by bsmith
Android: Use toLongOrNull() whenever converting from string to long... …
4:01 AM Changeset [2537] by bsmith
Android: Initial dw_file_browse() implementation, still needs some …
12:39 AM Changeset [2536] by bsmith
Android: Implement dw_mle_delete() so that the tested output is correct.

May 9, 2021:

11:51 PM Changeset [2535] by bsmith
Android: Calendar fixes, need to be in milliseconds not seconds... …
11:17 PM Changeset [2534] by bsmith
Android: Implement the calendar widget using CalendarView. For some …
9:27 PM Changeset [2533] by bsmith
Android: Implement notifications, images on notifications incomplete. …
11:31 AM Changeset [2532] by bsmith
Android: Implement bitmap buttons, implement …
1:22 AM Changeset [2531] by bsmith
Android: Implement spinbuttons and callbacks.

May 8, 2021:

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

May 7, 2021:

9:54 PM Changeset [2525] by bsmith
Android: Implement dw_main_sleep() and dw_main_iteration(). Using the …
1:11 PM Changeset [2524] by bsmith
Android: Second try at that new fix... move it into _dw_main_launch() …
12:49 PM Changeset [2523] by bsmith
Update the readme with info on Android and DW_FEATURE_WINDOW_PLACEMENT.
12:29 PM Changeset [2522] by bsmith
Android: New workaround for activity relaunch at startup. This …
11:35 AM Changeset [2521] by bsmith
Android: Implement MLE functions. Fix issues with checkboxes and …
1:29 AM Changeset [2520] by bsmith
GTK3: Fix incorrect return value.
1:25 AM Changeset [2519] by bsmith
GTK4: Fix the new dw_x11_check() function that is thread safe.
1:22 AM Changeset [2518] by bsmith
Add missing comma to the enum.
1:19 AM Changeset [2517] by bsmith
Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary …
12:02 AM Changeset [2516] by bsmith
Android: HTML touchups, implement DW_SIGNAL_HTML_CHANGED: STARTED and …

May 6, 2021:

1:22 PM Changeset [2515] by bsmith
Android: Update AndroidManifest.xml to allow Internet and HTTP connections.
12:39 PM Changeset [2514] by bsmith
Android: Implment dw_window_hide/show(). Set the initial visibility to …
11:55 AM Changeset [2513] by bsmith
Android: Massive thread safety overhaul. Not quite back to fully …
2:05 AM Changeset [2512] by bsmith
Android: Initial implement of HTML control with WebView. Getting an …

May 5, 2021:

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

May 3, 2021:

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

May 2, 2021:

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

May 1, 2021:

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

Apr 30, 2021:

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

Apr 27, 2021:

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

Apr 26, 2021:

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

Apr 24, 2021:

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

Apr 23, 2021:

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

Apr 22, 2021:

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

Apr 21, 2021:

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

Apr 20, 2021:

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

Apr 18, 2021:

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