log

age author description
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.