summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAge
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-06
* Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* Avoid GTK 3 crash with icons and masksPaul Eggert2016-03-24
* Port to GTK with strict C11 compilerPaul Eggert2016-03-18
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Pacify --enable-gcc-warnings --with-cairoPaul Eggert2016-01-23
* Update copyright year to 2016Paul Eggert2016-01-01
* Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-31
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* Cache XParseColor results in the X display info structure.Ken Raeburn2015-10-08
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-31
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Fix full-screen code when there is no window manager (Bug#21317)Pip Cet2015-08-24
* Fix file name encodings in diagnosticsPaul Eggert2015-08-18
* Fixes to compile cairo branch without cairo.Jan D2015-05-23
* Merge branch 'master' into cairoJan D2015-05-17
|\
| * Check for invalid GTK+ monitor scalesPaul Eggert2015-05-14
| * Fixes Bug#20142.Jan D2015-05-14
| * Handle GTK_SCALE, fixes Bug#20432.Jan D2015-05-14
* | Merge branch 'master' into cairoJan D2015-04-26
|\|
| * Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* | Merge branch 'master' into cairoJan D2015-04-03
|\|
| * Merge from origin/emacs-24Paul Eggert2015-03-29
| |\
| | * Fixes: debbugs:19175Jan D2015-03-29
| * | Merge from origin/emacs-24Paul Eggert2015-03-29
| |\|
| | * Don't round up scroll bar width with GTK3 (Bug#20182).Martin Rudalics2015-03-25
| | * Backport: correct old fix for GTK font selectionPaul Eggert2015-01-20
| | * Update copyright year to 2015Paul Eggert2015-01-01
* | | Modernize k&r cairo-related function declarations.YAMAMOTO Mitsuharu2015-02-16
* | | Add cairo drawing.Jan D2015-02-11
|/ /
* | Minor tweaks to frame_size_history_addPaul Eggert2015-02-08
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-07
* | Count MANY function args more reliablyPaul Eggert2015-01-25
* | Correct an old fix for GTK font selectionPaul Eggert2015-01-19
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-12
* | Update copyright year to 2015Paul Eggert2015-01-01
* | Prefer stpcpy to strcatPaul Eggert2014-12-25
* | Fixes: debbugs:19149Jan D2014-11-23
* | Fixes: debbugs:19149Jan D2014-11-23
* | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-19
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-19
* | * gtkutil.c: Remove no-longer-used code.Paul Eggert2014-10-18
* | Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-18
* | Fix Gtk+ tearoff not present on Customize Emacs and not at menu top.Jan Djärv2014-10-04
* | * gtkutil.c (xg_set_toolkit_horizontal_scroll_bar_thumb):Dmitry Antipov2014-10-01
* | Fix some slow uses and misuses of strcat.Paul Eggert2014-09-23
* | Remove stray semicolons.Paul Eggert2014-09-04