summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:Dmitry Antipov2013-12-091-0/+2
* * gtkutil.c (tb_size_cb): Call xg_height_or_width_changed.Jan Djärv2013-12-071-1/+1
* Add to last fix: In gtk resizing count tool and menubars.Martin Rudalics2013-12-031-1/+3
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-21/+3
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-14/+11
* * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi:Jan Djärv2013-11-091-2/+5
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-2/+2
* 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
* Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-3/+3
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-3/+3
* * xterm.h (struct scroll_bar): Prefer int to Lisp_ObjectDmitry Antipov2013-09-031-1/+1
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-291-29/+20
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-5/+5
* * xterm.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE:)Dmitry Antipov2013-08-271-1/+2
* * gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" insteadJan Djärv2013-08-261-2/+2
* * gtkutil.c (x_wm_set_size_hint): Don't set hints when maximizedJan Djärv2013-08-241-0/+11
* Omit some unnecessary casts.Paul Eggert2013-08-101-25/+20
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-62/+64
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-6/+4
* * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.Paul Eggert2013-05-091-4/+5
* * xterm.h (GTK_PREREQ): New macro.Paul Eggert2013-05-081-2/+2
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* * gtkutil.c (style_changed_cb): Check if frame is live and anJan Djärv2013-03-261-1/+3
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* * gtkutil.c (tb_size_cb): New function.Jan Djärv2013-02-141-0/+17
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-1/+1
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-2/+1
* Introduce scroll-bar-adjust-thumb-portion.Jan Djärv2013-01-111-7/+11
* * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE aroundJan Djärv2013-01-101-0/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Check for deprecated gtk tearoff menu item in configure.Jan Djärv2012-12-301-3/+20
* | Check for deprecated gtk_handle_box in configure.Jan Djärv2012-12-301-27/+48
* | * xterm.h (struct x_output): Remove toolbar_detached member since it'sDmitry Antipov2012-12-251-3/+2
* | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-121-7/+2
* | * gtkutil.c (my_log_handler): New function.Jan Djärv2012-12-031-0/+15
|/
* * gtkutil.c (xg_set_widget_bg): Divide by 65535.Jan Djärv2012-10-131-3/+3
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-80/+74
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-59/+32
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Signal-handler cleanup.Paul Eggert2012-09-061-5/+10
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-4/+4