aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix xwidget popups on XI2Po Lu2021-11-281-1/+5
* Add support for event processing via XInput 2Po Lu2021-11-201-1/+71
* Revert "Add support for event processing via XInput 2"Po Lu2021-11-101-71/+1
* Add support for event processing via XInput 2oldosfan2021-11-101-1/+71
* Actually fix the Pango build problemLars Ingebrigtsen2021-10-211-1/+1
* Fix build on systems with older Pango versionsLars Ingebrigtsen2021-10-211-0/+2
* Support the "medium" font weightLars Ingebrigtsen2021-10-211-16/+28
* Pacify gcc 11.2.1 -Wanalyzer-null-argumentPaul Eggert2021-10-031-2/+3
* Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert2021-07-121-1/+1
* Remove as of recently unused GDK macroBasil L. Contovounesios2021-05-041-2/+0
* Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)Martin Rudalics2021-05-021-12/+14
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-97/+61
* Merge from origin/emacs-27Glenn Morris2021-03-121-8/+14
|\
| * Avoid crashes in Mew due to corrupted tool-bar labelEli Zaretskii2021-02-271-8/+14
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.cPaul Eggert2020-12-251-5/+2
* | Set basic SVG attributes (bug#40845)Alan Third2020-08-231-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-07-111-0/+7
|\ \ | |/
| * Add commentary in gtkutil.cEli Zaretskii2020-07-111-0/+7
* | Fix segfault on closing frame with tooltip (Bug#41239)Noam Postavsky2020-05-241-2/+7
* | Merge from origin/emacs-27Glenn Morris2020-04-111-5/+36
|\ \ | |/
| * Speed up 'resize-mode' child frames a littleDmitry Gutov2020-04-081-8/+16
| * Fix some problems with moving and resizing child framesMartin Rudalics2020-04-061-5/+28
| * Fix implicit declaration of getenv and atolAndreas Schwab2020-03-031-0/+1
* | * src/gtkutil.c, src/nsterm.m: Fix bug#39808Stefan Monnier2020-02-271-7/+0
* | Fix implicit declaration of getenv and atoltmpAndreas Schwab2020-01-151-0/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1Tobias Bading2019-12-031-3/+5
* Remember the full GTK font descriptionRobert Pluim2019-11-191-2/+13
* ; Fix previous commitRobert Pluim2019-11-181-1/+1
* Check for HAVE_GTK3 instead of a specific versionRobert Pluim2019-11-181-2/+2
* Make GTK font chooser respect face-ignored-fontsRobert Pluim2019-11-141-0/+18
* Always set the state of the "Show hidden files" gtk buttonLars Ingebrigtsen2019-07-281-5/+5
* Fix error in mouse-set-font on GTK 3 with Harfbuzz (Bug#36288)YAMAMOTO Mitsuharu2019-06-301-11/+4
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-081-1/+4
* Improve previous change for tool bar image support on GTK+2 with cairoYAMAMOTO Mitsuharu2019-05-291-11/+16
* Support tool bar icon image also on GTK+2 with cairoYAMAMOTO Mitsuharu2019-05-281-5/+64
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-1/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-7/+7
* Bump minimum GTK versions to 2.24 and 3.10Alexander Gramiak2019-04-141-121/+33
* Minor cleanup in gtkutil.cKonstantin Kharlamov2019-04-051-6/+2
* Support tool bar icon image on GTK+ >= 3.10 with cairoYAMAMOTO Mitsuharu2019-03-261-2/+35
* Simplify list creation in C codePaul Eggert2019-03-041-20/+13
* Prefer static to extern where either will doPaul Eggert2019-01-311-0/+4
* Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-281-0/+4
|\ \ | |/
| * Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-271-0/+4