summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-19/+19
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-021-3/+0
* Refactor window-system configurationDaniel Colascione2012-08-311-0/+1
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-151-1/+1
* * gtkutil.h: Tiny cleanups.Dmitry Antipov2012-07-161-5/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* * gtkutil.c: Integer overflow fixes.Paul Eggert2011-07-281-4/+3
* Fix resize and change of scroll bar width for Gtk3.Jan Djärv2011-06-141-1/+1
* Handle scroll bar width larger than 16 for GTK3.Jan Djärv2011-06-051-0/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+0
* Declare some DEFVARs globally, not locallyTom Tromey2011-01-181-0/+5
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Take colors for region face (selected text) from the Gtk+ theme.Jan D2010-08-111-0/+3
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-48/+5
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-1/+1
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-3/+3