summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gtkutil.c: Add extern decl for Qxft.Chong Yidong2012-09-031-0/+1
* Clean up some extern decls.Paul Eggert2012-09-021-5/+0
* * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv2012-08-301-2/+3
* Use ASCII tests for character types.Paul Eggert2012-08-161-2/+4
* * gtkutil.c (xg_get_font): Demand an Xft font.Chong Yidong2012-08-161-2/+5
* * gtkutil.c (xg_mark_data): Use FRAME_X_P.Jan Djärv2012-08-151-1/+1
* Fix last change to xg_get_font.Dmitry Antipov2012-08-151-3/+3
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-151-13/+107
* * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP.Andreas Schwab2012-08-141-3/+3
* * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate.Dmitry Antipov2012-08-141-2/+2
* * gtkutil.c (xg_mark_data): Don't assume C99.Paul Eggert2012-08-131-1/+1
* Don't redraw tool bar for Gtk+ unless out of date.Jan Djärv2012-08-131-0/+84
* Use GtkFontChooser on Gtk+ 3.2 and up.Jan Djärv2012-08-111-5/+17
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-13/+13
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-13/+13
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-11/+13
* * src/gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style toStefano Facchini2012-07-151-0/+23
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-1/+1
* * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 is defined.Jan Djärv2012-07-061-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+4
* Don't use deprecated functions when compiling with Gtk3.Jan Djärv2012-07-051-19/+68
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+2
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* * gtkutil.c (get_utf8_string): Remove redundant assignment.Paul Eggert2012-06-251-1/+0
* Support higher-resolution time stamps.Paul Eggert2012-06-221-6/+6
* Merge from trunk.Paul Eggert2012-05-251-0/+2
|\
| * Fix minor GTK3 problems found by static checking.Paul Eggert2012-04-231-0/+2
* | Merge from trunk.Paul Eggert2012-04-091-1/+4
|\ \ | |/
| * * gtkutil.c (x_wm_set_size_hint): Use one row in call toJan Djärv2012-03-081-1/+4