Commit Graph

  • 946a39c361 Updated the disabled drag-motion block to traverse parents with gtk_widget_get_parent() and use GTK3-safe paned child accessors while retaining legacy fields for non-GTK3 builds. deepend 2026-01-31 11:36:47 -07:00
  • 3710da43c9 Updated GTK3 menu item label/state handling and join dialog accessors while preserving GTK2 field access under !HAVE_GTK3 guards. Switched GTK3 menu child list usage and menu reordering calculations to container-based APIs with list cleanup in GTK3 paths. deepend 2026-01-31 11:31:35 -07:00
  • a9f8e1e897 Replaced legacy GTK type macro blocks with G_DECLARE_* declarations for GtkXText, CustomList, and SexySpellEntry, and aligned the GtkXText parent field naming across GTK2/GTK3 guards. Updated RemoteObject to use G_DECLARE_FINAL_TYPE and the parent_instance field naming convention deepend 2026-01-31 11:15:42 -07:00
  • 9e46407e89 Replaced manual type macros with G_DECLARE_DERIVABLE_TYPE in GtkXText, CustomList, SexySpellEntry, and RemoteObject declarations while aligning parent instance naming. Switched GtkXText and CustomList implementations to G_DEFINE_TYPE/G_DEFINE_TYPE_WITH_CODE and preserved parent chaining behavior Added GTK3/GTK2 conditional type declarations for GtkXText while restoring the legacy macro block for GTK2 builds. Restored GTK2-friendly typedefs/macros and parent field naming for CustomList alongside GTK3 G_DECLARE_DERIVABLE_TYPE usage. Restored GTK2-friendly typedefs/macros and parent field naming for SexySpellEntry while keeping GTK3 declarations intact. Restored legacy RemoteObject typedefs and GType macros in the D-Bus plugin to keep GTK2 builds from seeing incomplete types or missing fields/macros. deepend 2026-01-31 10:45:22 -07:00
  • e1b4e18153 Updated the GTK3 tray icon types to use GIcon values, added themed/file icon creation helpers, and converted icons to names for AppIndicator usage while preserving GTK2 behavior unchanged. Added GTK3 icon cache initialization/cleanup in the tray backend lifecycle to manage icon lifetimes safely. deepend 2026-01-30 20:47:26 -07:00
  • 01104844e8 Added a GTK3 AppIndicator tray backend with a unified tray interface while keeping the GtkStatusIcon backend for GTK2 builds. Reworked tray menu population and tray initialization to use the backend abstraction and GTK3 menu refresh behavior. Linked AppIndicator dependencies conditionally for GTK3 builds in Meson. deepend 2026-01-30 20:07:36 -07:00
  • d1e1ef3a82 Documented the GTK3 tray backend choice and added GTK3-safe tooltip property handling with a title fallback while keeping GTK2 APIs gated behind build flags. Guarded embedded notification handling by GTK version to avoid GTK2-only APIs on GTK3 builds. deepend 2026-01-30 19:37:29 -07:00
  • 907211a733 Unified tray tooltip handling so GTK3 uses the tooltip-text property while GTK2 keeps the legacy API behind guards, and wired fe_tray_set_tooltip to the shared helper. Centralized embedded-state checks through a GTK3-safe helper in the tray notification callback, avoiding GTK2-only calls under GTK3. deepend 2026-01-30 19:33:56 -07:00
  • dec2aff37d Added GTK3-specific helpers for tray tooltip updates and embedded checks with a safe fallback when the embedded property is unavailable. Updated tooltip handling and tray restore detection to use GTK3 helpers while keeping GTK2-only APIs behind GTK2 guards. deepend 2026-01-30 19:30:02 -07:00
  • 4bd67e4933 Updated tray tooltip handling to use GTK3 tooltip-text property while keeping GTK2-only tooltip API calls behind #if !HAVE_GTK3. Switched GTK3 embedded checks to use the embedded property instead of GTK2-only API calls, preserving the restore timer behavior. deepend 2026-01-30 19:26:34 -07:00
  • 328c85e6b3 Added a GTK2/GTK3-aware helper to compute tab viewport size based on orientation and reused it in sizing/scroll handlers to centralize logic. deepend 2026-01-30 19:23:34 -07:00
  • c7b5ce0346 Wrapped horizontal paned creation in GTK3/GTK2 conditionals and use gtk_paned_new(GTK_ORIENTATION_HORIZONTAL) for GTK3 while preserving existing layout logic. deepend 2026-01-30 19:02:51 -07:00
  • ca92d14db6 Updated make_sbutton() to use GTK3 symbolic pan icons (up/down/start/end) while retaining GTK2 arrow widgets and ensuring the created widget is added and shown on the button. deepend 2026-01-30 19:00:01 -07:00
  • e0bae25136 Added a GTK3-specific vertical separator in the channel list while keeping the GTK2 separator for non-GTK3 builds, preserving packing and visibility behavior. Updated the horizontal tab separator creation to use GTK3’s vertical separator API with a GTK2 fallback, keeping the same packing and show logic. deepend 2026-01-30 18:56:29 -07:00
  • 1b23b5b7a6 Added GTK3-friendly tray icon name definitions plus explicit tray icon state tracking and helpers for GTK2/GTK3 paths. Reworked tray flashing/custom icon logic to use the new state instead of pixbuf pointer comparisons while preserving behavior across GTK versions. Updated tray initialization and notification callbacks to use the GTK3 icon-name API with state-aware flashing for message/highlight events. deepend 2026-01-30 18:47:23 -07:00
  • 9bdbeffeb0 Updated the chanview API to use GTK3-safe font descriptions while keeping GTK2 style handling conditional in the header and implementation. Guarded tree view palette application to use GTK3 font descriptions or GTK2 styles appropriately. Adjusted the chanview creation call site to pass GTK3 font descriptions or GTK2 styles based on the build. deepend 2026-01-30 18:39:49 -07:00
  • 6c17f4bc16 Added the GTK3 InputStyle abstraction and updated input style/chanview declarations to avoid direct GtkStyle usage in GTK3 builds. Updated input style initialization and kept GTK2-only RC parsing while applying GTK3 palette styling for the channel tree via CSS-aware paths. deepend 2026-01-30 18:19:01 -07:00
  • d0d6a573a7 Added a GTK3-only icon loader that maps stock names to non-stock icon theme names and uses the icon theme to populate cached DCC pixbufs. Guarded the GTK2 gtk_widget_render_icon() usage with #if !HAVE_GTK3 while keeping cached pix_up/pix_dn logic intact. deepend 2026-01-30 18:09:31 -07:00
  • 8c9f193114 Added GTK2/GTK3-conditional declarations and definitions for sexy_spell_entry_editable_init to match the appropriate editable interface type. deepend 2026-01-30 18:06:11 -07:00
  • 5bac77f6bb Wrapped the GTK2-only font selection helper functions in #if !HAVE_GTK3 guards while keeping the GTK3 font chooser response handler and GTK3 browse font path intact. deepend 2026-01-30 18:03:29 -07:00
  • e815b1d6ae Updated the hscale callback to use GtkRange and simplified range value access to avoid GtkHScale usage. Switched GTK3 hscale creation to gtk_scale_new_with_range while keeping GTK2 gtk_hscale_new_with_range under the non-GTK3 branch. deepend 2026-01-30 17:52:14 -07:00
  • 1406eec197 Updated server list UI to use GTK3 vertical button boxes and horizontal separators behind GTK3 guards while keeping GTK2 constructors under #if !HAVE_GTK3. Swapped the vertical tab separator to GTK3’s horizontal separator under #if HAVE_GTK3, preserving the GTK2 constructor for non-GTK3 builds. deepend 2026-01-30 17:48:25 -07:00
  • 5e73127f9a Updated the main GUI scrollbar creation to use the GTK3 vertical scrollbar constructor while keeping the GTK2 call behind #if !HAVE_GTK3. deepend 2026-01-30 17:44:30 -07:00
  • 541ee90d27 Updated mg_progressbar_update() to toggle GTK3 progress bar direction via gtk_progress_bar_set_inverted() while keeping GTK2 orientation enums behind #if !HAVE_GTK3, preserving the flip behavior each cycle for both builds. deepend 2026-01-30 17:40:44 -07:00
  • d330d6d537 Updated emoji font fallback/primary application to use GTK3 style context fonts with gtk_widget_override_font, while keeping GTK2 style/modify calls behind #if !HAVE_GTK3. Applied GTK3 font overrides for the user list font setting in setup_apply_to_sess, with GTK2 fallback preserved under #if !HAVE_GTK3 deepend 2026-01-30 17:28:09 -07:00
  • 5b28ae17cf Added a GTK3 font chooser dialog flow that preloads the current font and handles responses via the dialog response signal. Kept the GTK2 font selection dialog implementation under the non-GTK3 branch for existing behavior. deepend 2026-01-30 17:21:49 -07:00
  • af2678a3a0 Updated the DCC transfer view and notify dialog to use GtkGrid with GTK3 spacing and attachment equivalents while keeping GTK2 table behavior intact. Switched GTK3 layout helpers and table sections in the server list and setup UI to grid-based attachments and spacing for consistent GTK3 behavior. deepend 2026-01-30 17:13:44 -07:00
  • 3a8a9332d6 Added GTK3 button box creation branches with explicit layout settings across the fe-gtk dialogs while keeping GTK2-only gtk_hbutton_box_new() paths gated under !HAVE_GTK3. deepend 2026-01-30 17:03:27 -07:00
  • 2bce91de0b Updated GTK3 handling in setup_create_color_button to align the color button’s child widget without using GtkAlignment, while keeping the GTK2 alignment path intact. deepend 2026-01-30 16:21:41 -07:00
  • 7b3a9dd30f Mirrored GTK2 padding and alignment intent for the quit dialog checkbox and label in GTK3, including explicit expand/align settings and left-aligned text handling. Wrapped GTK3 chanview attachment logic in braces for the POS_HIDDEN branch to keep conditional behavior correct. deepend 2026-01-30 16:14:35 -07:00
  • 1f7ed3f1cb Added GTK3 expand/alignment setup before attaching widgets in banlist, chanlist, DCC, and main window layouts to mirror legacy table options. Introduced a servlist table-attach helper and applied it across servlist UI attachments to keep GTK_FILL/GTK_EXPAND confined to GTK2-only paths while setting GTK3 alignment/margins explicitly. deepend 2026-01-30 16:04:50 -07:00
  • db3fd73d09 Updated chanlist icon buttons to use GTK3 icon names while keeping GTK2 stock image usage behind #if !HAVE_GTK3. deepend 2026-01-30 15:40:02 -07:00
  • 7d83394e35 Updated GTK3 dialog/button creation in gtkutil.c to use label strings with GTK2 stock fallbacks for file and input dialogs. Added GTK3 icon-name macros and applied them to tab menu/search button icon usage in maingui.c, keeping GTK2 stock fallbacks intact. Introduced GTK3 icon-name helpers and macro splits for server list buttons/connect controls in servlistgui.c. Tightened GTK2/GTK3 icon macro separation in sexy-spell-entry.c. deepend 2026-01-30 15:27:01 -07:00
  • f880dacdd7 Added GTK3 icon name macros with GTK2 stock fallbacks for spell menu actions so GTK2-only stock identifiers remain under #if !HAVE_GTK3. Updated spell menu item creation to use the new icon macros for Add/Ignore/Suggestions entries. deepend 2026-01-30 09:36:52 -07:00
  • b48376c370 Added per-file ICON_* macros with GTK3 icon-name mappings and GTK2 stock fallbacks across GTK UI modules like banlist, DCC, editlist, ignore, URL grabber, notify, text events, tray menu, chanview tabs, and join dialog UI. Updated GTK helper usages to reference the new ICON_* (and label) macros so GTK3 builds no longer pass stock IDs to button/icon helpers or dialogs, including banlist buttons, DCC windows, rawlog actions, notify dialog/buttons, pevent dialog buttons, tray menu items, and join dialog image helper usage. deepend 2026-01-30 09:23:52 -07:00
  • e0c1796035 Split GTK3/GTK2 button creation guards in the server list UI so stock button calls live under explicit #if !HAVE_GTK3 blocks while GTK3 uses icon-name images. deepend 2026-01-30 09:04:26 -07:00
  • ffc9af18be Updated server list add/remove buttons in the edit dialog to use GTK3 mnemonic labels with icon-name images while keeping GTK2 stock fallbacks behind !HAVE_GTK3. Updated network list add/remove/close buttons similarly with GTK3 icon-name images and GTK2 stock fallbacks guarded by !HAVE_GTK3. deepend 2026-01-30 08:56:06 -07:00
  • 7c2b94eee8 Split GTK3 icon creation and GTK2 stock usage into explicit conditional blocks for the quit dialog warning image and buttons, keeping GTK2-only calls contained under #if !HAVE_GTK3. Applied the same explicit GTK3/GTK2 split for search bar close/previous/next button images to isolate GTK2 stock usage. deepend 2026-01-30 08:52:42 -07:00
  • d5a8479294 Added GTK3 icon-name variants for the quit confirmation warning and action buttons while keeping GTK2 stock icon usage under #if !HAVE_GTK3. Updated search UI button icons to use GTK3 icon names with GTK2 stock fallbacks. deepend 2026-01-30 08:47:31 -07:00
  • 29f614b7b7 Routed hscale and entry widget attachments through setup_table_attach to centralize GTK3 expand/alignment handling while preserving GTK2 behavior. Updated the commented legacy label example to use the helper (removing the GTK_SHRINK reference). Switched the sound settings table attachments to use setup_table_attach for consistent GTK3 alignment/expand behavior. deepend 2026-01-30 08:36:01 -07:00
  • 98d813a00b Added a GTK3-aware table attachment helper that maps alignment, expansion, and margins while preserving GTK2 attach options behind the non-GTK3 path. Updated setup UI table attachments to use the helper for labels, toggles, entries, and color page widgets, replacing GTK_SHRINK usage with explicit alignment/expand settings. deepend 2026-01-30 08:30:18 -07:00
  • a2b35c289c Updated the join dialog to use gtkutil stock helpers for the network image and OK button with an explicit label. Clarified GTK2-specific stock widget handling with explicit #elif !HAVE_GTK3 guards in the helper implementations. deepend 2026-01-30 08:21:55 -07:00
  • 2d3e1f8122 Replaced GTK stock macro usage in setup dialog buttons with string IDs passed through gtkutil_button_new_from_stock, keeping GTK2/GTK3 handling in the helper path. deepend 2026-01-30 08:00:08 -07:00
  • 537167cd61 Added gtkutil helpers to create stock-based images and buttons while keeping GTK3 icon-name mapping centralized in gtkutil.c. Exposed the new gtkutil stock helper APIs in the header for reuse. Swapped setup dialog stock button creation to the new gtkutil_button_new_from_stock helper (including the sound play button fallback). deepend 2026-01-30 07:53:50 -07:00
  • 004786655c Updated GTK3 adjustment assignment to use floating-safe GObject ref handling while preserving GTK2 behavior in the existing path. deepend 2026-01-30 07:43:34 -07:00
  • 1ee2433b28 Cached adjustment value and page size in gtk_xtext_render_page and reused them for start line, pixel offset, page size check, and scroll position calculations to ensure accessor usage for GTK3. deepend 2026-01-30 07:39:09 -07:00
  • eb7a15dc9d Centralized buffer adjustment updates to use xtext_adjustment_apply when switching buffers, reducing repeated adjustment mutations while preserving existing behavior. deepend 2026-01-30 07:35:18 -07:00
  • 5f8dcd286e Added the xtext_adjustment_apply helper to consolidate GTK2/GTK3 adjustment updates and direct field assignments. Updated adjustment setup and GTK3 buffer refresh logic to use the new helper and keep page increment/signaling handling consistent. deepend 2026-01-30 07:26:54 -07:00
  • 4cfe5274b5 Updated GtkAdjustment helper guards to use explicit !HAVE_GTK3 branches for direct field access while keeping GTK3 accessors in the HAVE_GTK3 path. deepend 2026-01-30 07:20:43 -07:00
  • f6613cbad1 Added GtkAdjustment helper accessors for value/upper/lower/page size/page increment to encapsulate GTK3 accessors and GTK2 struct fields. Updated xtext adjustment logic to use the helpers in adjustment updates and rendering paths, eliminating direct field access in scroll/render flows. deepend 2026-01-30 07:15:06 -07:00
  • 3806b33aab Split GTK3 vs GTK2 setup in gtk_xtext_realize so GTK2-only parent window/colormap access is guarded under #if !HAVE_GTK3. deepend 2026-01-30 06:57:14 -07:00
  • fa3c7c9059 Consolidated GTK3 realization setup to use parent window/visual and keep GTK2-only colormap/parent window under the GTK2 branch in gtk_xtext_realize. deepend 2026-01-30 06:20:21 -07:00
  • c0c0b2ec4c Moved GTK2-only parent window and colormap handling into the GTK2 code path while keeping GTK3 setup relying on gtk_widget_get_parent_window and visual-only attributes in gtk_xtext_realize. deepend 2026-01-29 23:06:21 -07:00
  • d553862e52 Guarded the GtkXText double-buffering toggle behind a GTK3 compile check and added a GTK3 render pipeline note in gtk_xtext_new deepend 2026-01-29 23:01:02 -07:00
  • 7cbd905fae Guarded GTK2-only GtkObjectClass declaration/assignment with explicit #if !HAVE_GTK3 checks in gtk_xtext_class_init. deepend 2026-01-29 22:57:13 -07:00
  • 49e23b7df5 Added a GTK3 finalize handler for GtkXText that chains to the parent class alongside the existing dispose cleanup path. Registered the GTK3 finalize handler in gtk_xtext_class_init while keeping GTK2 destroy registration intact. deepend 2026-01-29 22:49:13 -07:00
  • bf529ba1ff Guarded GTK2-only GtkObject includes in the xtext header for GTK2 builds only. Added a shared cleanup helper plus GTK2 destroy/GTK3 dispose handlers with correct parent chaining for cleanup parity across GTK versions. Updated class initialization to register GTK3 dispose or GTK2 destroy handlers with appropriate object class setup. deepend 2026-01-29 22:44:54 -07:00
  • aa0b271aa9 Made GTK2 window access explicitly guarded in scroll/selection update code paths to keep GTK3 using gtk_widget_get_window. Applied the same explicit GTK3/GTK2 window guards in render paths to keep direct GTK2 field access isolated. deepend 2026-01-29 22:07:58 -07:00
  • 1584764809 Consolidated gtk_xtext_size_allocate to use a guarded window pointer before resizing, preserving GTK3 gtk_widget_get_window and GTK2 direct access paths. Aligned GTK3/GTK2 window selection blocks in scrolling/selection and render routines (including gtk_xtext_render_page) to use #else guards for GTK2 direct access. deepend 2026-01-29 21:57:50 -07:00
  • 31130197eb Routed window access in scroll/selection helpers through guarded GTK3 window lookups while retaining GTK2 field access under #if !HAVE_GTK3. Consolidated window handling in layout, render, visibility, and buffer display paths to avoid direct GTK2 window fields in GTK3 builds. deepend 2026-01-29 21:45:57 -07:00
  • 723d8759ff Wrapped size allocation and window resize handling with explicit GTK3/GTK2 guards for allocation/window access while preserving GTK2 field usage under !HAVE_GTK3. Applied explicit GTK3/GTK2 window access guards across render/scroll/buffer sizing paths, including gtk_xtext_render_page and gdk_window_get_width/height callsites. deepend 2026-01-29 21:35:06 -07:00
  • 667a56ca6c Added GTK3 window guard handling for scrolling/selection height calculations while keeping GTK2 direct window access for those paths. Switched sizing/visibility calculations and buffer show sizing to use GTK3 window retrieval with GTK2 fallbacks in layout/rendering paths. deepend 2026-01-29 21:21:40 -07:00
  • c009c30211 Updated size allocation and draw/paint paths to use GTK3 allocation accessors while preserving GTK2 direct field access under guards. Switched render-page and input/cursor handling to use gtk_widget_get_window on GTK3 with guarded window usage, keeping GTK2 behavior intact. deepend 2026-01-29 21:14:09 -07:00
  • b6094244ac Merge pull request #47 from ZoiteChat/c17 deepend-tildeclub 2026-01-29 21:01:45 -07:00
  • 2741c40580 Merge pull request #46 from ZoiteChat/master deepend-tildeclub 2026-01-29 21:00:38 -07:00
  • c90f3c659a Fix include directive for glib.h deepend-tildeclub 2026-01-27 12:13:47 -07:00
  • e78251ee29 fix(win32): replace netdb.h with ws2tcpip.h for addrinfo APIs deepend 2026-01-26 18:19:14 -07:00
  • b960f62d2a fix(fe-text): replace strdup with g_strdup for C17 builds deepend 2026-01-26 18:12:49 -07:00
  • dc76c2ea37 Change C standard from C17 to c17 deepend-tildeclub 2026-01-26 18:08:01 -07:00
  • 6e5149fbe6 add C17 to meson.build deepend 2026-01-26 16:01:47 -07:00
  • 4008d94571 fix(portability): replace POSIX-only string funcs and legacy hostent fields deepend 2026-01-26 15:56:52 -07:00
  • 4ad5df0370 Update documentation links in README deepend-tildeclub 2026-01-26 14:15:31 -07:00
  • 887d891541 Merge pull request #44 from ZoiteChat/glib-dependency-cleanup deepend-tildeclub 2026-01-26 01:36:54 -07:00
  • 041288cdad Removed the GLib dependency from the Windows 8 spellcheck provider by swapping in Windows/stdlib UTF-8/UTF-16 conversions and standard allocation/free routines. deepend 2026-01-25 23:52:52 -07:00
  • c8ee118f00 Replaced GLib allocation helpers in history management with standard free/strdup to reduce unnecessary GLib coupling. Updated the network helper API to use uint32_t and standard allocation/duplication routines, dropping the GLib include from the implementation and adding <stdint.h> to the header. deepend 2026-01-25 23:37:09 -07:00
  • d4134c94b3 Swapped glib integer types in the sysinfo interface for standard stdint types to remove glib coupling in the header. Replaced glib string/util usage in the win32 sysinfo backend with local helpers, a small string builder, and Windows UTF-8 conversion, removing the glib dependency there. deepend 2026-01-25 23:32:33 -07:00
  • 5ca3e835a7 Replaced GLib allocation helpers in history management with standard free/strdup to reduce unnecessary GLib coupling. Updated the network helper API to use uint32_t and standard allocation/duplication routines, dropping the GLib include from the implementation and adding <stdint.h> to the header. deepend 2026-01-25 23:00:20 -07:00
  • 6c85c796d3 Merge branch 'master' of https://github.com/ZoiteChat/zoitechat sync with master deepend 2026-01-25 19:09:54 -07:00
  • 992215ee91 Fix invalid call to g_io_channel_set_buffered deepend 2026-01-25 19:09:17 -07:00
  • 1729cfcb3f Merge pull request #43 from ZoiteChat/master deepend-tildeclub 2026-01-25 18:49:25 -07:00
  • 4cf1b52982 Merge pull request #42 from ZoiteChat/zoite-sts deepend-tildeclub 2026-01-25 18:48:26 -07:00
  • 1226224858 Merge branch 'zoite-sts' into gtk3-prep deepend 2026-01-25 18:31:03 -07:00
  • bc1d2e5f7a Updated STS upgrade handling to fall back to the current connection port when servers omit a port in the STS capability, enabling TLS upgrades for non-TLS connections in that case. deepend 2026-01-25 18:26:20 -07:00
  • a0f0c48bc5 Added STS profile persistence and policy parsing/enforcement (including load/save, upgrades, and expiry rescheduling) to the STS module. Integrated STS capability handling and connection lifecycle hooks (ignore CAP DEL, trigger upgrades, reschedule on disconnect, new server fields). Initialized and cleaned up STS state during startup/shutdown to persist policies across sessions. deepend 2026-01-25 17:20:53 -07:00
  • 4d6c77704c Added STS profile data structures plus serialize/deserialize helpers for storing profile state in a compact string form. Registered the new STS source file in the Meson and Visual Studio build definitions. deepend 2026-01-25 16:51:43 -07:00
  • f3855583dd Merge pull request #41 from ZoiteChat/master deepend-tildeclub 2026-01-25 16:15:37 -07:00
  • 2b98ebc544 HEXCHAT -> ZOITECHAT deepend 2026-01-25 16:13:47 -07:00
  • 8b5358fbcc Merge pull request #40 from ZoiteChat/master deepend-tildeclub 2026-01-25 16:09:41 -07:00
  • 4ed7032fd5 Update lua.c deepend-tildeclub 2026-01-25 16:02:58 -07:00
  • d4d2483161 Updated the GTK3 adjustment update path in gtk_xtext_buffer_show to explicitly set adjustment bounds/page sizing and emit value-changed, while keeping GTK2 behavior unchanged. deepend 2026-01-25 15:16:37 -07:00
  • 4e01192979 Add badge references to README deepend-tildeclub 2026-01-25 14:52:49 -07:00
  • 2127820ae0 Enhance README with build badges and links deepend-tildeclub 2026-01-25 14:47:08 -07:00
  • 361308962e Routed GTK3 render-time adjustment updates through gtk_xtext_adjustment_set to apply setter updates and emit value-changed, while keeping the GTK2 path on gtk_adjustment_changed deepend 2026-01-25 13:58:11 -07:00
  • e0c8409971 Updated GTK3 adjustment updates in gtk_xtext_adjustment_set to use GtkAdjustment setters and gtk_adjustment_value_changed, preserving the GTK2 path with gtk_adjustment_changed. Adjusted GTK3 buffer-show scroll value updates and change signaling to rely on adjustment accessors while keeping the GTK2 flow intact. deepend 2026-01-25 13:07:55 -07:00
  • 6f31e33094 Refactored gtkutil_icon_name_from_stock() to use a lookup table with explicit GTK stock icon aliases (including GTK3 mappings) while keeping the stock-name fallback intact. Spot-checked GTK stock icon usage in chanlist.c, menu.c, and sexy-spell-entry.c to confirm expected GTK3 icon mapping coverage at the call sites you flagged. deepend 2026-01-25 12:53:15 -07:00
  • bad5eab21c Expanded the GTK3 stock-to-themed icon mapping to cover additional stock IDs (add, yes/no, navigation, dialog error, media play, network, spell check) while keeping the stock fallback unchanged. Spot-checked GTK3 callers in chanlist, menu, and spell-entry code paths that rely on stock icon mappings for menu items and spelling UI icons. deepend 2026-01-25 12:29:00 -07:00
  • c9ec0527dd Avoided re-adding the same GTK3 palette CSS provider by tracking when the provider is first created before attaching it to the style context. deepend 2026-01-25 12:19:44 -07:00
  • ac3ce1ceac Updated gtkutil_apply_palette declarations to use GTK-specific Gdk color types for GTK3 vs GTK2 builds. Adjusted the gtkutil_apply_palette definition to match GTK3/GTK2 Gdk color signatures while preserving existing behavior. deepend 2026-01-25 11:37:04 -07:00
  • 6fffdba876 Merge branch 'gtk3-prep' of https://github.com/ZoiteChat/zoitechat into gtk3-prep deepend 2026-01-25 11:32:06 -07:00
  • 94789a9100 Added gtkutil_apply_palette declaration and implementation to apply palette colors/fonts via GTK3 CSS providers with GTK2 fallbacks preserved. Switched channel tree and theme application logic to use the new palette helper. Updated entry and user list styling to route palette/font application through the helper. deepend 2026-01-25 11:30:21 -07:00