log dwtest.c @ 2554:4c75fb6089a9

age author description
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.
Fri, 14 May 2021 11:29:00 +0000 bsmith Android: Implement most of the font functions and control/widget color.
Thu, 13 May 2021 07:43:31 +0000 bsmith Android: Implement dw_screen_* and dw_environment_query().
Tue, 11 May 2021 05:00:07 +0000 bsmith Added dw_window_compare() to check if two window handles refer to the same object.
Sun, 09 May 2021 09:31:14 +0000 bsmith Android: Implement bitmap buttons, implement dw_listbox_selected_multi().
Thu, 06 May 2021 23:19:46 +0000 bsmith Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary window placement.
Wed, 14 Apr 2021 17:40:49 +0000 bsmith Add a sample popup menu to the container widget for testing purposes.
Sat, 10 Apr 2021 20:11:43 +0000 bsmith Add DW_DIR_SEPARATOR for easy access to the separator characters.
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.
Mon, 05 Apr 2021 15:24:08 +0000 bsmith iOS: Additional code to calculate spinbutton size.
Sat, 03 Apr 2021 18:44:01 +0000 bsmith iOS: A number of fixes, notebook layout select first page if none selected.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
Sun, 28 Mar 2021 18:26:09 +0000 bsmith Move HTML code into html_add() function in dwtest to allow for easier
Thu, 25 Mar 2021 20:51:53 +0000 bsmith Switch dwtest entrypoint to be dwmain instead of main to help on iOS.
Fri, 12 Mar 2021 15:19:40 +0000 bsmith Make elements expand vertically so they will be centered.
Fri, 12 Mar 2021 15:00:03 +0000 bsmith Rewrite the render code to use the new dw_render_redraw() to trigger expose
Mon, 08 Mar 2021 19:24:21 +0000 bsmith Only include dwcompat.h in dwtest on OS/2 and Windows.
Wed, 03 Feb 2021 21:44:15 +0000 bsmith Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support.
Wed, 27 Jan 2021 20:54:26 +0000 bsmith Remove the font test with Italic before Bold. This does not work on OS/2.
Wed, 27 Jan 2021 19:07:25 +0000 bsmith Mac: Switch to using NSFontManager fontWithFamily instead of NSFont fontWithName
Wed, 27 Jan 2021 09:15:45 +0000 bsmith GTK3: Hopefully the last commit of the CSS font code changes.
Mon, 25 Jan 2021 21:19:24 +0000 bsmith Set the font point size position to 9, the default value before use.
Mon, 25 Jan 2021 02:21:45 +0000 bsmith Add some more font options for various platforms to test.
Sun, 24 Jan 2021 23:17:02 +0000 bsmith Mac: Fix crash in dw_window_set_font() with NULL font name.
Sun, 24 Jan 2021 19:27:16 +0000 bsmith GTK3: Switch to using CSS syntax for specifying fonts from Pango.
Sat, 23 Jan 2021 00:48:12 +0000 bsmith Win: Implement dw_window_set_font() support for Rich Edit based MLEs.
Tue, 19 Jan 2021 00:09:08 +0000 bsmith Fix a couple gcc warnings from that last commit.
Mon, 18 Jan 2021 23:43:54 +0000 bsmith Win: Added dw_window_set_color() support for Rich Edit based MLE controls.
Tue, 05 Jan 2021 01:52:35 +0000 bsmith Win: Switched to using Rich Edit MLE by default on Windows.
Sun, 03 Jan 2021 04:02:47 +0000 bsmith Fix warning due to missing return in the word wrap callback.
Sun, 03 Jan 2021 03:49:20 +0000 bsmith Win: Fix dw_mle_set_word_wrap() on Windows when -DRICHEDIT is enabled for MLEs.
Sun, 13 Dec 2020 13:09:23 +0000 bsmith Check for DW_DARK_MODE environment variable to enable full dark mode.
Sun, 28 Jun 2020 20:34:25 +0000 bsmith Code cleanup: Add constants to header for dark mode, buffer sizes and Unicode support.
Tue, 23 Jun 2020 08:13:24 +0000 bsmith GTK: Fixes for building with GTK after the notification image changes.
Tue, 23 Jun 2020 07:48:29 +0000 bsmith Change dw_notification_new() to take an image path instead of an in-memory HPIXMAP.
Tue, 16 Jun 2020 02:42:01 +0000 bsmith Add dw_app_id_set() dwtest call to set application name and ID for sending notifications.
Tue, 16 Jun 2020 00:16:59 +0000 bsmith Added initial notification callback code to the test program.
Fri, 12 Jun 2020 20:40:47 +0000 bsmith Added a fourth dark mode option on Windows: Disabled, Basic, Full, Forced.
Thu, 11 Jun 2020 03:22:27 +0000 bsmith OS/2: Fix a warning in dw_notication_new(), return 0 not NULL.
Thu, 11 Jun 2020 02:32:20 +0000 bsmith Add \n newline to the dw_debug() line in dwtest for cleaner display on Unix.
Thu, 11 Jun 2020 02:26:42 +0000 bsmith Add a display of all features in dwtest using dw_debug().
Tue, 02 Jun 2020 18:35:53 +0000 bsmith Added window.navigator.userAgent to dwtest javascript test.
Sun, 31 May 2020 05:25:18 +0000 mhessling Added htmlEngine to DWEnv
Thu, 14 May 2020 01:52:27 +0000 bsmith Initial design for system notification support on GTK.
Mon, 02 Dec 2019 09:06:53 +0000 bsmith Fixed swapped parameters in web_html_result in the test program.
Fri, 15 Nov 2019 03:31:17 +0000 bsmith Mac: Removed delayed setNeedsDisplay:YES to fix the incorrect dwtest file
Mon, 11 Nov 2019 19:12:53 +0000 bsmith Last change also allows removing Windows specific #ifdef.
Mon, 11 Nov 2019 19:10:22 +0000 bsmith Include "dwcompat.h" in the test program for the system macros.
Thu, 07 Nov 2019 02:07:49 +0000 bsmith Added a number of possible javascript snippets to test.
Thu, 07 Nov 2019 01:39:52 +0000 bsmith Added controls to the test HTML widget, with a field to run javascript.
Thu, 07 Nov 2019 00:37:23 +0000 bsmith GTK: Fix html changed callbacks when using webkit1.
Mon, 04 Nov 2019 01:15:03 +0000 mhessling Fix setting/getting dates in dw_calendar under macos. Only tested on Mojave. Sorry about the white space changes.
Wed, 28 Sep 2016 23:30:53 +0000 bsmith Change DEPRECATED to DW_INCLUDE_DEPRECATED in dwtest.c so
Wed, 28 Aug 2013 23:47:40 +0000 bsmith More container and tree changes on all platforms regarding memory.
Thu, 15 Aug 2013 18:51:56 +0000 bsmith Add optional itemdata field to ITEM_ENTER callback functon.
Fri, 09 Aug 2013 23:28:17 +0000 bsmith Fixes for building on OS/2 and removed some strdup()s in