summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-26Glenn Morris2018-10-161-1/+2
|\ \ | |/
| * Call GTK functions only on GTK scrollbarsRobert Pluim2018-10-131-1/+2
| * Update GNOME bugtracker URLsGlenn Morris2018-08-241-1/+1
* | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-101-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-5/+5
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-7/+7
* | Remove broken icon from tooltip (Bug#31884)memeplex2018-06-211-1/+1
* | GNOME moved URLs for its active bug reportsPaul Eggert2018-05-261-2/+2
* | Merge from emacs-26Noam Postavsky2018-01-261-3/+6
|\ \ | |/
| * Use scaled coordinates when calling into GTKRobert Pluim2018-01-241-3/+6
* | Merge from origin/emacs-26Glenn Morris2018-01-201-2/+2
|\ \ | |/
| * Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-191-2/+2
* | Fix some tooltip related problemsMartin Rudalics2018-01-181-6/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-201-1/+7
|\ \ | |/
| * Fix updating scrollbar sizes when scaling is in effectRobert Pluim2017-12-201-1/+7
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* | Merge emacs-26Stefan Monnier2017-10-061-5/+12
|\ \ | |/
| * Work around deprecation of gtk_style_context_get_background_colorPhilipp Stephani2017-10-031-5/+12
* | Merge from origin/emacs-26Paul Eggert2017-10-011-1/+1
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-09-291-0/+4
|\ \ | |/
| * ; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.Philipp Stephani2017-09-291-0/+4
* | Merge from origin/emacs-26Paul Eggert2017-09-291-1/+4
|\ \ | |/
| * ; * src/gtkutil.c (xg_create_frame_widgets): Add FIXME re. X drawingPhilipp Stephani2017-09-261-1/+4
* | Revert "GTK+: Stop querying for background colors."Philipp Stephani2017-09-291-13/+0
* | Revert "Don't attempt to disable double buffering in newer GTK+ versions"Philipp Stephani2017-09-261-2/+0
* | Don't attempt to disable double buffering in newer GTK+ versionsPhilipp Stephani2017-09-231-0/+2
* | GTK+: Stop querying for background colors.Philipp Stephani2017-09-231-0/+13
* | GTK+: stop calling 'gtk_window_set_wmclass' in new versionsPhilipp Stephani2017-09-231-0/+2
* | GTK+: Use a style provider instead of deprecated functionPhilipp Stephani2017-09-231-6/+13