summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-05-22Fix "assertion 'GTK_IS_WINDOW (window)' failed"Dmitry Gutov
2026-05-11[GTK3, HiDPI] Fix width/height round-trip through ConfigureNotifyDmitry Gutov
2026-05-07[GTK3] Improve the resize -> hide -> show scenarioDmitry Gutov
2026-05-01Resize child frames with GTK3 immediately tooDmitry Gutov
2026-05-01Simplify the fullscreen adjustment in xg_frame_set_char_sizeDmitry Gutov
2026-05-01Remove the effect of x_gtk_resize_child_frames=hideDmitry Gutov
2026-05-01Try to resize or resize-and-move child frames in one updateDmitry Gutov
2026-02-12Scale position values in xg_frame_set_size_and_positionMartin Rudalics
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics
2025-11-25Port to glibc 2.43+ with GCC 15+Paul Eggert
2025-11-24; * src/gtkutil.c (xg_update_dark_mode_for_all_displays): Typo.Po Lu
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu
2025-11-22Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada
2025-11-02Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii
2025-11-02Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada
2025-03-10Fix handling of frame position valuesMartin Rudalics
2025-03-03Revert “Avoid some union buffered_input_event uses”Paul Eggert
2025-03-03Avoid some union buffered_input_event usesPaul Eggert
2025-01-26Fix unlikely eassert failure in xg_set_widget_bgPaul Eggert
2025-01-22Destroy GTK tool bar widget if it was never attached (bug#75636)Pip Cet
2025-01-21; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.Pip Cet
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-19Fix a GTK memory leak (Bug#75636)Pip Cet
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-20On GTK do not inhibit implied resizing until tool bar was drawn (Bug#74750)Martin Rudalics
2024-06-01Implement touch screen events on PGTKPo Lu
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-07Remedy bug#63395Po Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-05Don't excessively sync in some other codePo Lu
2022-08-07Revert "Improve X event timestamp tracking"Po Lu
2022-08-06Improve X event timestamp trackingDaniel Colascione
2022-07-23Undo C parts of "Don't use the Gtk region face"Po Lu
2022-07-23Don't use the Gtk region faceLars Ingebrigtsen
2022-07-14* src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.Eli Zaretskii
2022-05-23Minor fixes to PGTK child framesPo Lu
2022-05-13Fix extraneous quit events processing GTK native input inside popupsPo Lu
2022-04-18Minor cleanups to PGTK codePo Lu
2022-04-11Fix event source attribution for GTK input methodsPo Lu
2022-04-11Fix IM event source attribution on GTKPo Lu
2022-03-16Fix build with GTK 3.18.0 or earlierPo Lu
2022-03-13Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu