aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton12 days1-1/+1
* Add functions to set frame size and position in one compound stepMartin Rudalics2025-12-221-21/+87
* Port to glibc 2.43+ with GCC 15+Paul Eggert2025-11-251-2/+3
* ; * src/gtkutil.c (xg_update_dark_mode_for_all_displays): Typo.Po Lu2025-11-241-1/+1
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-9/+7
* Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada2025-11-221-0/+10
* Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii2025-11-021-13/+5
* Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada2025-11-021-0/+50
* Fix handling of frame position valuesMartin Rudalics2025-03-101-4/+12
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-21/+21
* Avoid some union buffered_input_event usesPaul Eggert2025-03-031-21/+21
* Fix unlikely eassert failure in xg_set_widget_bgPaul Eggert2025-01-261-7/+3
* Destroy GTK tool bar widget if it was never attached (bug#75636)Pip Cet2025-01-221-0/+6
* ; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.Pip Cet2025-01-211-2/+1
* Replace call[1-8] with callnStefan Kangas2025-01-191-2/+2
* Fix a GTK memory leak (Bug#75636)Pip Cet2025-01-191-1/+0
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* On GTK do not inhibit implied resizing until tool bar was drawn (Bug#74750)Martin Rudalics2024-12-201-5/+5
* Implement touch screen events on PGTKPo Lu2024-06-011-0/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-4/+3
* Be more systematic about parens in C source codePaul Eggert2024-01-201-2/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Remedy bug#63395Po Lu2023-09-071-3/+3
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Don't excessively sync in some other codePo Lu2022-12-051-3/+3
|/
* Revert "Improve X event timestamp tracking"Po Lu2022-08-071-11/+0
* Improve X event timestamp trackingDaniel Colascione2022-08-061-0/+11
* Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-231-0/+82
* Don't use the Gtk region faceLars Ingebrigtsen2022-07-231-82/+0
* * src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.Eli Zaretskii2022-07-141-0/+2
* Minor fixes to PGTK child framesPo Lu2022-05-231-49/+56
* Fix extraneous quit events processing GTK native input inside popupsPo Lu2022-05-131-0/+3
* Minor cleanups to PGTK codePo Lu2022-04-181-2/+12
* Fix event source attribution for GTK input methodsPo Lu2022-04-111-0/+20
* Fix IM event source attribution on GTKPo Lu2022-04-111-0/+23
* Fix build with GTK 3.18.0 or earlierPo Lu2022-03-161-0/+4
* Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-131-1/+57
* Fix the PGTK buildPo Lu2022-03-121-2/+2
* Try really hard to make GTK 3 scroll bars fitPo Lu2022-03-121-15/+74
* Fix initial values of scroll bar foreground and background on GTK 3Po Lu2022-03-111-8/+0
* Implement customization of scroll bar colors on GTK 3Po Lu2022-03-111-11/+19
* Fix menu bar activation on PGTKPo Lu2022-03-101-2/+7
* Fix menu bar event detection on XI2 builds using Core InputPo Lu2022-03-101-2/+4
* Fix some issues with GTK native input and modifiers on GTK 2Po Lu2022-03-091-0/+7
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-12/+4
* Fix GTK build with GLib <2.44Po Lu2022-02-221-2/+8
* Prevent GTK from setting unreasonable size hints with large menu barsPo Lu2022-02-211-0/+55