summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
AgeCommit message (Expand)Author
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-04-18Minor cleanups to PGTK codePo Lu
2022-03-01Fix reporting of wheel events on top of GTK scroll barsPo Lu
2022-02-22Fix GTK build with GLib <2.44Po Lu
2022-02-21Prevent GTK from setting unreasonable size hints with large menu barsPo Lu
2022-01-08Fix build on PGTKPo Lu
2022-01-08Allow using GTK+ to handle input methods on XPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-20Add support for event processing via XInput 2Po Lu
2021-11-10Revert "Add support for event processing via XInput 2"Po Lu
2021-11-10Add support for event processing via XInput 2oldosfan
2021-05-08Entrust Gtk with handling tooltipsYuuki Harano
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-24Re-implement childframe with emacsgtkfixedYuuki Harano
2020-11-24minimize gtkutil.c differences.Yuuki Harano
2020-11-22Introduce Pure GTK3 portYuuki Harano
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-14Remove unneeded font_is_ignored prototypeRobert Pluim
2019-11-14Make GTK font chooser respect face-ignored-fontsRobert Pluim
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-27Don't call xwidget functions until GTK has been initializedRobert Pluim
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-17Remove usage of the GDK_SCALE variableLars Ingebrigtsen
2017-07-17Get positions of menus and tooltips right on HiDPILars Ingebrigtsen
2017-04-12New internal-border face and args for select-window and x-focus-frameMartin Rudalics
2017-04-12Add new frame parameters and associated functionsMartin Rudalics
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-02-11Add cairo drawing.Jan D
2015-01-15Give up on -Wsuggest-attribute=constPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-18Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-06-03Do not require libXt-devel when building with gtk.Paul Eggert
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-05-22Supply malloc and alloc_size attributes for extern allocators.Paul Eggert
2014-01-12Make GTK+ menus work correctly with Unity global menuDaniel Colascione
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-03Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics
2013-09-17Don't overuse 'const' in types of locals.Paul Eggert
2013-09-16Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov
2013-08-30Minor cleanup to avoid forward declarations.Dmitry Antipov
2013-08-03Drop FRAME_PTR typedef.Dmitry Antipov