summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Minor cleanups to PGTK codePo Lu2022-04-181-1/+3
* Fix reporting of wheel events on top of GTK scroll barsPo Lu2022-03-011-1/+2
* Fix GTK build with GLib <2.44Po Lu2022-02-221-4/+0
* Prevent GTK from setting unreasonable size hints with large menu barsPo Lu2022-02-211-0/+4
* Fix build on PGTKPo Lu2022-01-081-0/+2
* Allow using GTK+ to handle input methods on XPo Lu2022-01-081-0/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-0/+4
|\ \
| * | Add support for event processing via XInput 2Po Lu2021-11-201-0/+4
| * | Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-4/+0
| * | Add support for event processing via XInput 2oldosfan2021-11-101-0/+4
| |/
* | Entrust Gtk with handling tooltipsYuuki Harano2021-05-081-0/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Re-implement childframe with emacsgtkfixedYuuki Harano2020-11-241-0/+3
* | minimize gtkutil.c differences.Yuuki Harano2020-11-241-0/+2
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-2/+14
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove unneeded font_is_ignored prototypeRobert Pluim2019-11-141-4/+0
* Make GTK font chooser respect face-ignored-fontsRobert Pluim2019-11-141-0/+5
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-271-0/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove usage of the GDK_SCALE variableLars Ingebrigtsen2017-07-171-2/+2
* Get positions of menus and tooltips right on HiDPILars Ingebrigtsen2017-07-171-0/+1
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-1/+0
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-0/+7
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Add cairo drawing.Jan D2015-02-111-0/+6
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-181-2/+0
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-1/+20
* Do not require libXt-devel when building with gtk.Paul Eggert2014-06-031-1/+1
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-3/+1
* Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-221-1/+1
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-121-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-1/+1
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-2/+2
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-2/+2
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-2/+0
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-23/+23