log

age author description
Fri, 02 Apr 2021 00:44:17 +0000 bsmith iOS: Implement dw_font_choose() and dw_color_choose().
Thu, 01 Apr 2021 21:15:55 +0000 bsmith iOS: Fix notebook relayout on rotation. Also fix autosizing of controls.
Wed, 31 Mar 2021 16:31:27 +0000 bsmith iOS/Mac: Fix a minor memory leak in dw_pixmap_grab().
Tue, 30 Mar 2021 16:17:39 +0000 bsmith iOS: Fix crashes when creating pixmaps, pixmaps still need tons of work.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
Mon, 29 Mar 2021 23:15:43 +0000 bsmith iOS: Implement dw_notebook_page_set(). Fix statusbar offset location.
Mon, 29 Mar 2021 22:46:01 +0000 bsmith iOS: Initial functional implmentation of the notebook/tabbed control.
Sun, 28 Mar 2021 20:51:44 +0000 bsmith iOS: Fix timers and implement dw_beep().
Sun, 28 Mar 2021 18:26:09 +0000 bsmith Move HTML code into html_add() function in dwtest to allow for easier
Sun, 28 Mar 2021 18:23:57 +0000 bsmith iOS: Add adjustment for the statusbar so it isn't covered up by our windows.
Sun, 28 Mar 2021 17:15:13 +0000 bsmith iOS: Fix crashes with full dwtest run. More thread safety.
Sun, 28 Mar 2021 07:43:45 +0000 bsmith Set the package name and version for autoconf. Remove reference to winmain.c.
Sun, 28 Mar 2021 02:23:20 +0000 bsmith iOS: Fix message boxes... the hiddenWindow they are attached to was being
Sat, 27 Mar 2021 19:18:36 +0000 bsmith iOS: Hide the UITransitionView that is attached to the UIWindow.
Fri, 26 Mar 2021 00:22:26 +0000 bsmith iOS: More thread safety, remove some debug code.
Thu, 25 Mar 2021 23:38:40 +0000 bsmith iOS: Move more functions into thread safety, iOS is very adamant about the
Thu, 25 Mar 2021 21:38:58 +0000 bsmith Win: Remove winmain.c as it is unnecessary when using the dwmain() entrypoint macros.
Thu, 25 Mar 2021 20:51:53 +0000 bsmith Switch dwtest entrypoint to be dwmain instead of main to help on iOS.
Thu, 25 Mar 2021 20:39:52 +0000 bsmith iOS: Get iOS basic funcionality working by creating dwmain() macros.
Thu, 25 Mar 2021 09:04:59 +0000 bsmith iOS: Code error cleanup reported by LLVM.
Thu, 25 Mar 2021 09:02:09 +0000 bsmith Mac: Clean up some code errors reported by LLVM.
Thu, 25 Mar 2021 07:48:38 +0000 bsmith iOS: More namespace cleanup.
Thu, 25 Mar 2021 07:34:13 +0000 bsmith Mac: Prefix any global internal functions or variables with _dw or make them
Thu, 25 Mar 2021 05:30:52 +0000 bsmith iOS: Switch to using UIApplicationMain() in dw_main().
Wed, 24 Mar 2021 20:11:11 +0000 bsmith iOS: Fix initial window display and handle resize/rotation events.
Tue, 23 Mar 2021 23:14:13 +0000 bsmith iOS: Remove some legacy code from macOS 10.5 by swithing to using
Tue, 23 Mar 2021 22:35:37 +0000 bsmith iOS: Switch to UITableViewDataSource method numberOfRowsInSection:
Tue, 23 Mar 2021 22:03:09 +0000 bsmith iOS: Implement the UITableViewDataSource protocol so DWContainer doesn't
Tue, 23 Mar 2021 20:25:56 +0000 bsmith Add _dw to the internal functions in the template source.
Tue, 23 Mar 2021 20:02:07 +0000 bsmith iOS: dwcompat now builds on iOS as well... Fixes for running dwtest.
Sun, 21 Mar 2021 22:48:28 +0000 bsmith iOS: First building version. Yay! Still lots to do but progress.
Sun, 21 Mar 2021 21:48:19 +0000 bsmith iOS: Implement classes for encapsulating immutable UIImage and UIMenu so the
Sun, 21 Mar 2021 02:37:37 +0000 bsmith iOS: More conversion... mostly drawing related changes.
Sat, 20 Mar 2021 21:53:56 +0000 bsmith iOS: Continuing conversion...
Sat, 20 Mar 2021 01:04:51 +0000 bsmith iOS: Remove printing and file browsing... more conversion.
Fri, 19 Mar 2021 22:54:18 +0000 bsmith iOS: Remove tree functionality, combobox and radio button... include links
Fri, 19 Mar 2021 18:19:47 +0000 bsmith iOS: More work on conversion from Mac... going to be a few more of these
Fri, 19 Mar 2021 00:27:36 +0000 bsmith iOS: More progress on converting Mac to iOS.
Thu, 18 Mar 2021 03:16:13 +0000 bsmith Mac: On ARM (M1) NSTextAlignmentCenter and NSTextAligmnentRight are swapped.
Thu, 18 Mar 2021 02:07:21 +0000 bsmith Mac: Only pass valid alignments to the setAlignment: method.
Thu, 18 Mar 2021 00:01:37 +0000 bsmith Mac: Switch to performSelector: instead of calling implementation directly.
Wed, 17 Mar 2021 03:17:58 +0000 bsmith iOS: Converting more types and classes to the iOS equivalents.
Tue, 16 Mar 2021 22:52:53 +0000 bsmith iOS: Initial commit of iOS source... based on MacOS code...
Sun, 14 Mar 2021 17:45:06 +0000 bsmith GTK4: Switch from "activate-focus" to "notify::is-active" for DW_SIGNAL_SET_FOCUS.
Sun, 14 Mar 2021 07:42:03 +0000 bsmith GTK4: The GtkWidget paramater to the activate-focus signal was removed.
Sun, 14 Mar 2021 06:50:13 +0000 bsmith GTK4: Minor code cleanup.
Sun, 14 Mar 2021 06:17:50 +0000 bsmith GTK4: Switch to using gtk_window_present() in dw_window_show().
Sun, 14 Mar 2021 04:48:33 +0000 bsmith GTK4: GtkPictures should be centered, not filled... don't clobber the
Sun, 14 Mar 2021 00:12:04 +0000 bsmith GTK4: Apparenlty on GTK4 GtkImage is used for icons, switch to GtkPicture.
Fri, 12 Mar 2021 22:53:41 +0000 bsmith GTK3/4: Optimizing dirty list management. Keep list as short as possible.
Fri, 12 Mar 2021 22:07:33 +0000 bsmith Add dw_render_redraw() information to the readme.
Fri, 12 Mar 2021 22:03:50 +0000 bsmith GTK4: Remove widget from dirty list during expose event.
Fri, 12 Mar 2021 20:21:48 +0000 bsmith GTK4: Fix direct drawing onto render widgets. Can't cache the cairo_t.
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
Tue, 09 Mar 2021 13:14:15 +0000 bsmith Mac: setNeedsDisplay:YES needs to be on the main thread...
Mon, 08 Mar 2021 23:50:57 +0000 bsmith GTK3: Cache the cairo_t from the draw callback and use it for drawing.
Mon, 08 Mar 2021 20:15:20 +0000 bsmith Win/OS2: Add dw_render_redraw() to the export definitions.
Mon, 08 Mar 2021 20:13:03 +0000 bsmith GTK4: Fix compilation after last commit.
Mon, 08 Mar 2021 19:53:55 +0000 bsmith Add new function dw_render_redraw() which will trigger expose event on render widgets.
Mon, 08 Mar 2021 19:24:21 +0000 bsmith Only include dwcompat.h in dwtest on OS/2 and Windows.
Mon, 08 Mar 2021 19:22:39 +0000 bsmith Mac: Add missing ; to a few DW_FUNCTION_RETURN_THIS() macros.
Fri, 05 Mar 2021 06:03:55 +0000 bsmith Mac: Revert the HAVE_AVAILABLE portion of that last commit...
Fri, 05 Mar 2021 04:30:20 +0000 bsmith Mac: Added HAVE_AVAILABLE macro when building on a system with @available().
Thu, 04 Mar 2021 16:33:55 +0000 bsmith Mac: Partial rewrite of dw_exect(). Implement DW_EXEC_CON with Terminal.app.
Thu, 04 Mar 2021 12:32:56 +0000 bsmith GTK2/3: If the PID did not get returned set return to DW_ERROR_NONE.
Thu, 04 Mar 2021 11:53:09 +0000 bsmith GTK3: Port new dw_exec() from GTK4 with additional GLib version checks.
Thu, 04 Mar 2021 11:19:44 +0000 bsmith GTK4: Rewrite dw_exec() using GLib. Will port to GTK2 and 3 as well.
Thu, 04 Mar 2021 08:40:14 +0000 bsmith GTK4: Fix warning message from dW_file_browse() and code cleanup.
Thu, 04 Mar 2021 03:38:53 +0000 bsmith Update the readme with information about GTK3/4 and Wayland.
Thu, 04 Mar 2021 03:05:56 +0000 bsmith GTK3: Back port dw_window_destroy() fix from GTK4 and code cleanups.
Thu, 04 Mar 2021 02:00:23 +0000 bsmith GTK3: Back port Wayland fixes from the GTK4 code.
Wed, 03 Mar 2021 15:42:12 +0000 bsmith GTK3: Isolate some X11 specific calls so it functions on Wayland.
Wed, 03 Mar 2021 07:38:48 +0000 bsmith GTK4: Remove render widgets from the dirty list when they are destroyed.
Wed, 03 Mar 2021 03:59:20 +0000 bsmith GTK4: Remove some debug code and safety checks in new dw_flush() code.
Wed, 03 Mar 2021 03:53:33 +0000 bsmith GTK4: Enable all mouse buttons in callbacks, not just button 1.
Wed, 03 Mar 2021 02:02:19 +0000 bsmith GTK4: Port dw_mutex_lock() fix from Mac since the GTK4 thread safety is
Tue, 02 Mar 2021 14:55:01 +0000 bsmith GTK4: Add a shadow surface to GtkDrawingArea widgets, which all the drawing
Tue, 02 Mar 2021 10:30:10 +0000 bsmith GTK4: Don't unref the PangoContext returned from gtk_widget_get_pango_context().
Tue, 02 Mar 2021 05:21:33 +0000 bsmith GTK4: Trees/Containers were not passing correct data due to missing scrolled
Tue, 02 Mar 2021 02:56:22 +0000 bsmith GTK4: dw_window_function() actually calls on the main thread now.
Tue, 02 Mar 2021 00:12:48 +0000 bsmith GTK: Use appname in dw_app_id_set() to set g_set_application_name().
Mon, 01 Mar 2021 13:23:58 +0000 bsmith GTK4: Save pointer to the activate popup menu for a window.
Mon, 01 Mar 2021 12:12:31 +0000 bsmith GTK4: If parent passed to dw_menu_popup() is a GtkWindow, add the popup to
Mon, 01 Mar 2021 01:31:12 +0000 bsmith GTK3/4: Add call to g_set_prgname() with the Application ID.
Sun, 28 Feb 2021 13:42:25 +0000 bsmith GTK4: Fix crash by stopping processing after removing widget from the box.
Sun, 28 Feb 2021 11:30:45 +0000 bsmith GTK4: Implement dw_window_redraw() for render/drawing area widgets.
Sun, 28 Feb 2021 10:42:55 +0000 bsmith GTK4: Move dw_messagebox() into thread safety protection using dw_messagebox_int().
Tue, 23 Feb 2021 22:43:19 +0000 bsmith GTK4: Implement DW_MENU_AUTO and DW_MENU_POPUP. These weren't necessary on
Tue, 23 Feb 2021 21:35:06 +0000 bsmith GTK4: The font crash seems to affect GtkDrawingArea. So reenable the widget
Wed, 17 Feb 2021 07:29:40 +0000 bsmith GTK4: Put Xlib calls in GDK_IS_X11_DISPLAY() code checks.
Wed, 17 Feb 2021 06:21:27 +0000 bsmith GTK4: Move a few more functions into thread safety. Add API to functions
Wed, 17 Feb 2021 05:32:02 +0000 bsmith GTK4: Implement dw_pointer_set_pos() with Xlib. Also translate coordinate
Wed, 17 Feb 2021 03:52:41 +0000 bsmith GTK4: Implement pointer grabbing using Xlib and center message boxes.
Tue, 16 Feb 2021 14:14:54 +0000 bsmith GTK4: Use package gtk4-x11 instead of gtk4 so we can call Xlib directly to
Tue, 16 Feb 2021 09:01:07 +0000 bsmith GTK4: Some general code cleanup and an attempt to get dw_window_set_icon()
Tue, 16 Feb 2021 07:17:09 +0000 bsmith GTK4: Implement borderless button style for buttons.
Tue, 16 Feb 2021 06:39:37 +0000 bsmith GTK4: Implement checkable menu items.
Tue, 16 Feb 2021 05:22:28 +0000 bsmith GTK4: dw_pixmap_new_from_data() should return NULL on failure.
Tue, 16 Feb 2021 05:09:26 +0000 bsmith GTK4: Remove unnecessary cruft and move pixmap functions into thread safety.
Tue, 16 Feb 2021 04:10:32 +0000 bsmith GTK4: Code cleanup, add _dw prefix to internal functions and structures.
Tue, 16 Feb 2021 01:57:10 +0000 bsmith GTK4: Remove some lingering eventbox code from GTK3.
Tue, 16 Feb 2021 01:26:50 +0000 bsmith GTK4: Fix building with -D_DW_SINGLE_THREADED and code cleanup.
Wed, 10 Feb 2021 10:26:31 +0000 bsmith Fix a minor typo.
Wed, 10 Feb 2021 10:18:10 +0000 bsmith GTK4: Moved the rest of the menu functions into thread safety to try to fix
Wed, 10 Feb 2021 09:55:04 +0000 bsmith GTK: Add a secondary callback for the mouse enter, but keep the logic in
Wed, 10 Feb 2021 09:04:55 +0000 bsmith GTK4: Fix DW_SIGNAL_ITEM_ENTER callbacks via the keyboard. Remove mouse
Wed, 10 Feb 2021 08:28:32 +0000 bsmith Mac: Remove bogus check for 10.6 for setAppleMenu:
Wed, 10 Feb 2021 07:29:23 +0000 bsmith GTK4: Fix thread safety while using dw_main() and fix an status text issue.
Wed, 10 Feb 2021 04:21:37 +0000 bsmith GTK4: Add more functions to the thread safety system... might need to do
Tue, 09 Feb 2021 23:14:26 +0000 bsmith GTK4: Implement thread safety system based on the new MacOS thread code.
Tue, 09 Feb 2021 03:25:09 +0000 bsmith GTK4: Add code to setup the toplevel menu for popups.
Tue, 09 Feb 2021 00:34:17 +0000 bsmith GTK4: Use gtk_popover_set_pointing_to() to position the popover instead of
Mon, 08 Feb 2021 23:07:52 +0000 bsmith GTK4: The "realize" signal is not quite the same as "size-allocate" so if
Mon, 08 Feb 2021 10:49:50 +0000 bsmith GTK4: Since GTK4 needs to add the popup menu to the parent widget...
Mon, 08 Feb 2021 09:53:37 +0000 bsmith GTK4: Fix a crash while trying to create a popup menu...
Mon, 08 Feb 2021 02:09:40 +0000 bsmith Win: The taskbar feature test on Windows wasn't quite right.
Sun, 07 Feb 2021 22:42:48 +0000 bsmith Some more information for the readme.
Sun, 07 Feb 2021 12:45:40 +0000 bsmith Update the readme with GTK4 and Mac information, plus a minor code cleanup.
Sun, 07 Feb 2021 11:39:24 +0000 bsmith GTK4: "size-allocate" signal is gone, so switch to using "realize".