summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* Use scaled coordinates when calling into GTKRobert Pluim2018-01-241-3/+6
* Don't unnecessarily use non-ASCII characters in C sourcesEli Zaretskii2018-01-191-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix updating scrollbar sizes when scaling is in effectRobert Pluim2017-12-201-1/+7
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Work around deprecation of gtk_style_context_get_background_colorPhilipp Stephani2017-10-031-5/+12
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* ; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.Philipp Stephani2017-09-291-0/+4
* ; * src/gtkutil.c (xg_create_frame_widgets): Add FIXME re. X drawingPhilipp Stephani2017-09-261-1/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix GdkSettings-related deprecation warningsPhilipp Stephani2017-08-271-0/+6
* Always use gtk_window_move in new versionsPhilipp Stephani2017-08-271-0/+6
* Remove use of a deprecated GTK+ function in new versionsPhilipp Stephani2017-08-271-0/+4
* Use GdkSeat in new GDK versionsPhilipp Stephani2017-08-271-0/+5
* Don't use gtk_widget_get_scale_factor on old GTK3 versionsLars Ingebrigtsen2017-07-181-1/+1
* Move comments aroundLars Ingebrigtsen2017-07-171-1/+1
* Make scaling work (?) on pre-GTK3 systemsLars Ingebrigtsen2017-07-171-1/+18
* Always return the GDK scaleLars Ingebrigtsen2017-07-171-1/+1
* Remove usage of the GDK_SCALE variableLars Ingebrigtsen2017-07-171-27/+8
* Get positions of menus and tooltips right on HiDPILars Ingebrigtsen2017-07-171-1/+10
* Provide additional support for child framesMartin Rudalics2017-06-251-0/+2
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-7/+7
* ; Spelling and minor wording fixesPaul Eggert2017-04-141-4/+4
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-27/+3
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-2/+133
* c:/Temp/gtk-window-move/ChangeLog.txtMartin Rudalics2017-03-231-27/+56
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-89/+78
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-24/+5
* | Cleanup tooltipsDmitry Antipov2016-07-121-5/+24
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
|/
* Avoid GTK 3 crash with icons and masksPaul Eggert2016-03-241-66/+34
* Port to GTK with strict C11 compilerPaul Eggert2016-03-181-8/+4
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-231-10/+18
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-311-23/+18
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-2/+5
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+3
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-15/+25
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-081-3/+1
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-311-2/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-6/+0
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-241-1/+3
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-2/+3