summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove stray semicolons.Paul Eggert2014-09-041-1/+1
* | * gtkutil.c (create_dialog): Force min spacing 10 between buttons.Jan Djärv2014-08-021-5/+1
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-5/+215
* | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: DefineDmitry Antipov2014-07-221-1/+1
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-171-1/+1
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-0/+1
* | Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-51/+0
|/
* Fix a few crashes and leaks when cloning C strings.Paul Eggert2014-02-281-2/+1
* Make GTK+ menus work correctly with Unity global menuDaniel Colascione2014-01-121-12/+26
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-311-4/+4