log gtk4/dw.c @ 2975:ae4d6856b983

age author description
Tue, 03 Jan 2023 22:23:08 +0000 bsmith Added dw_pixmap_get_width() and dw_pixmap_get_height() by request for language bindings.
Mon, 02 Jan 2023 13:49:59 +0000 bsmith Update copyright date, readme, license and changelog for upcoming release.
Tue, 27 Dec 2022 01:23:09 +0000 bsmith GTK4: Fix pageid type to be unsigned long in the macros.
Tue, 27 Dec 2022 00:58:58 +0000 bsmith WARNING: Fix an API inconsistency in dw_notebook_page_destroy/set()
Sun, 25 Dec 2022 08:38:46 +0000 bsmith Solaris: Fix warning because getpid() returns a long int.
Sun, 25 Dec 2022 00:20:49 +0000 bsmith Add va_list versions of dw_debug() and dw_messagebox() for use in C++ bindings.
Wed, 23 Nov 2022 02:17:12 +0000 bsmith GTK2/3/4: Handle deprecations in GLIB 2.74 and GTK 4.8.
Tue, 15 Nov 2022 21:41:01 +0000 bsmith Solaris: Add platform specific executable path detection.
Tue, 15 Nov 2022 10:32:42 +0000 bsmith FreeBSD: Fix the executable path detection code on FreeBSD.
Tue, 15 Nov 2022 10:18:52 +0000 bsmith GTK2/3/4: Refactor dw_init(), splitting off path detection into _dw_init_path().
Tue, 15 Nov 2022 03:50:00 +0000 bsmith Fix new safety warnings reported by the new GCC on Linux.
Tue, 15 Nov 2022 02:29:56 +0000 bsmith GTK2/3/4: Add return values to dw_window_set_bitmap(_from_data).
Mon, 03 Jan 2022 16:23:51 +0000 bsmith GTK4: New way of querying the mouse pointer position.
Mon, 03 Jan 2022 15:50:53 +0000 bsmith GTK4: Was still passing the root parameter to the transform function,
Mon, 03 Jan 2022 15:45:15 +0000 bsmith GTK4: dw_menu_popup() coordinates are relative to the parent window.
Tue, 28 Dec 2021 13:53:59 +0000 bsmith Update copyright dates for the new year 2022.
Mon, 20 Dec 2021 14:23:24 +0000 bsmith GTK3/4: Committing a fix from Mark Hessling for dw_listbox_set_text().
Mon, 13 Dec 2021 01:21:55 +0000 bsmith GTK4: Same color thread safety passing changes as on iOS and Mac.
Mon, 04 Oct 2021 19:26:08 +0000 bsmith GTK3/4: Add some memory safety checks that were in GTK2 but missing from GTK 3/4.
Sat, 02 Oct 2021 19:30:39 +0000 bsmith GTK: Check the Connection ID is positive non-zero before removing.
Sun, 01 Aug 2021 12:44:49 +0000 bsmith GTK4: Fix compilation after style standarization.
Sun, 01 Aug 2021 12:17:07 +0000 bsmith Massive continuation of code style standardization.
Fri, 23 Jul 2021 20:26:56 +0000 bsmith WARNING: Standardize button press and release button parameter values.
Sun, 23 May 2021 21:39:25 +0000 bsmith Add HTIMER type and change dw_timer_() functions to use it.
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, 06 May 2021 23:25:07 +0000 bsmith GTK4: Fix the new dw_x11_check() function that is thread safe.
Thu, 06 May 2021 23:19:46 +0000 bsmith Add DW_FEATURE_WINDOW_PLACEMENT for platforms supporting arbitrary window placement.
Thu, 15 Apr 2021 01:28:39 +0000 bsmith GTK4: Fill in the row data for contatiner context.
Thu, 08 Apr 2021 17:34:25 +0000 bsmith GTK4: Add a comment with the information about striped controls.
Tue, 30 Mar 2021 08:28:35 +0000 bsmith Add DW_FEATURE_TREE feature test, since iOS does not suppor tree.
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: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.
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.
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.
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 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...
Sun, 07 Feb 2021 11:39:24 +0000 bsmith GTK4: "size-allocate" signal is gone, so switch to using "realize".
Fri, 05 Feb 2021 05:56:01 +0000 bsmith GTK4: Remove unnecessary parameter to the setup functions.
Fri, 05 Feb 2021 05:44:32 +0000 bsmith GTK4: Fix minor logic error causing menu activation callbacks to fail.
Fri, 05 Feb 2021 03:24:51 +0000 bsmith GTK4: Fix menu action setup by adding code to install group actions into
Thu, 04 Feb 2021 09:33:19 +0000 bsmith GTK4: Added action groups to the menus, because everything says we need
Thu, 04 Feb 2021 05:41:41 +0000 bsmith GTK4: Implement menu separators.
Thu, 04 Feb 2021 03:42:19 +0000 bsmith GTK4: Refactor tree and fix DW_SIGNAL_ITEM_CONTEXT signals on tree view
Wed, 03 Feb 2021 22:39:16 +0000 bsmith GTK4: Change to how the action name is created, don't use the menu label...
Wed, 03 Feb 2021 21:44:15 +0000 bsmith Add DW_FEATURE_TASK_BAR to the feature tests, for taskbar icon support.
Wed, 03 Feb 2021 08:35:06 +0000 bsmith GTK4: Implement resizing of images in the layout manager.
Wed, 03 Feb 2021 07:43:18 +0000 bsmith GTK4: Cache the cairo context during the drawing area callback. This allows
Wed, 03 Feb 2021 06:40:36 +0000 bsmith GTK4: More work on the draw and bitblt functions... still doesn't work
Wed, 03 Feb 2021 01:29:05 +0000 bsmith GTK4: Update dw_draw_*() to use the new APIs to draw onto widgets...
Wed, 03 Feb 2021 00:20:01 +0000 bsmith GTK4: Implement dw_pointer_query_pos(). Fix a macro typo.
Tue, 02 Feb 2021 18:35:26 +0000 bsmith GTK4: Changes to handle the now opaque GdkEvent structure.
Tue, 02 Feb 2021 03:52:56 +0000 bsmith GTK4: Attempt fixing box and item padding using gtk_widget_set_margin_*().
Mon, 01 Feb 2021 21:22:31 +0000 bsmith GTK4: Implement dw_window_from_id().
Mon, 01 Feb 2021 21:05:32 +0000 bsmith GTK4: Implemented clipboard.
Mon, 01 Feb 2021 20:22:30 +0000 bsmith GTK4: More menu work, something still isn't working.
Mon, 01 Feb 2021 10:05:42 +0000 bsmith GTK4: Initial menu functionality... basic creation works... no callbacks.
Mon, 01 Feb 2021 04:07:22 +0000 bsmith GTK4: More refactoring, and started working on menus, but not entirely sure
Mon, 01 Feb 2021 01:28:41 +0000 bsmith GTK4: More signal cleanup, fix various issues with windows and dialogs.
Sun, 31 Jan 2021 12:42:25 +0000 bsmith GTK4: More work on signal handlers, and disable the font CSS override.
Sun, 31 Jan 2021 11:57:06 +0000 bsmith GTK4: Complete refactoring of the signal system to be more simple and
Sun, 31 Jan 2021 02:54:40 +0000 bsmith GTK4: Don't try to link webkit on GTK4... it doesn't support it yet.
Sat, 30 Jan 2021 01:53:20 +0000 bsmith GTK4: First buildable version... although tons still left to do.
Fri, 29 Jan 2021 13:18:47 +0000 bsmith GTK4: More work on conversion... the amount of changes is really ridiculous.
Fri, 29 Jan 2021 10:57:12 +0000 bsmith GTK4: Add experimental support for GTK4... This is in progress and doesn't