summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* 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
* 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
* Fixes to compile cairo branch without cairo.old-branches/cairocairoJan D2015-05-231-2/+1
* Merge branch 'master' into cairoJan D2015-05-171-34/+56
|\
| * Check for invalid GTK+ monitor scalesPaul Eggert2015-05-141-37/+26
| * Fixes Bug#20142.Jan D2015-05-141-12/+0
| * Handle GTK_SCALE, fixes Bug#20432.Jan D2015-05-141-20/+65
* | Merge branch 'master' into cairoJan D2015-04-261-3/+3
|\ \ | |/
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-3/+3
* | Merge branch 'master' into cairoJan D2015-04-031-0/+4
|\ \ | |/
| * Merge from origin/emacs-24Paul Eggert2015-03-291-0/+2
| |\
| | * Fixes: debbugs:19175Jan D2015-03-291-0/+2
| * | Merge from origin/emacs-24Paul Eggert2015-03-291-0/+2
| |\ \ | | |/
| | * Don't round up scroll bar width with GTK3 (Bug#20182).Martin Rudalics2015-03-251-0/+2
| | * Backport: correct old fix for GTK font selectionPaul Eggert2015-01-201-1/+1
| | * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-161-9/+5
* | | Add cairo drawing.Jan D2015-02-111-8/+123
|/ /
* | Minor tweaks to frame_size_history_addPaul Eggert2015-02-081-9/+0
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-21/+92
* | Count MANY function args more reliablyPaul Eggert2015-01-251-17/+6
* | Correct an old fix for GTK font selectionPaul Eggert2015-01-191-1/+1
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-1/+1
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Prefer stpcpy to strcatPaul Eggert2014-12-251-3/+3
* | Fixes: debbugs:19149Jan D2014-11-231-10/+10
* | Fixes: debbugs:19149Jan D2014-11-231-9/+14
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-071-12/+14
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-191-1/+4
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-191-3/+33
* | * gtkutil.c: Remove no-longer-used code.Paul Eggert2014-10-181-42/+1
* | Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-181-342/+85
* | Fix Gtk+ tearoff not present on Customize Emacs and not at menu top.Jan Djärv2014-10-041-7/+12
* | * gtkutil.c (xg_set_toolkit_horizontal_scroll_bar_thumb):Dmitry Antipov2014-10-011-7/+8
* | Fix some slow uses and misuses of strcat.Paul Eggert2014-09-231-4/+4