log ios/dw.m @ 2591:f3d423cdbc2e

age author description
Tue, 25 May 2021 15:15:09 +0000 bsmith iOS: Collection of various fixes...
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
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.
Sat, 22 May 2021 10:00:31 +0000 bsmith Android: Fix notebook page change event page always being 0.
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
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.
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Thu, 15 Apr 2021 02:11:04 +0000 bsmith iOS: Move scrollbox functions into thread safety.
Wed, 14 Apr 2021 22:40:46 +0000 bsmith iOS: Pass in the coordinates and row data on container context event.