| Commit message (Expand) | Author | Age | Files | Lines |
* | * gtkutil.c (tb_size_cb): New function. | Jan Djärv | 2013-02-14 | 1 | -0/+17 |
* | Drop async_visible and async_iconified fields of struct frame. | Dmitry Antipov | 2013-01-24 | 1 | -1/+1 |
* | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
* | Avoid needless casts with XSAVE_POINTER. | Paul Eggert | 2013-01-14 | 1 | -1/+1 |
* | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -2/+1 |
* | Introduce scroll-bar-adjust-thumb-portion. | Jan Djärv | 2013-01-11 | 1 | -7/+11 |
* | * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around | Jan Djärv | 2013-01-10 | 1 | -0/+2 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Check for deprecated gtk tearoff menu item in configure. | Jan Djärv | 2012-12-30 | 1 | -3/+20 |
* | | Check for deprecated gtk_handle_box in configure. | Jan Djärv | 2012-12-30 | 1 | -27/+48 |
* | | * xterm.h (struct x_output): Remove toolbar_detached member since it's | Dmitry Antipov | 2012-12-25 | 1 | -3/+2 |
* | | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds. | Dmitry Antipov | 2012-12-12 | 1 | -7/+2 |
* | | * gtkutil.c (my_log_handler): New function. | Jan Djärv | 2012-12-03 | 1 | -0/+15 |
|/ |
|
* | * gtkutil.c (xg_set_widget_bg): Divide by 65535. | Jan Djärv | 2012-10-13 | 1 | -3/+3 |
* | gnutls.c, gtkutil.c: Use bool for boolean. | Paul Eggert | 2012-09-23 | 1 | -80/+74 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -59/+32 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -5/+10 |
* | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -4/+4 |
* | * gtkutil.c: Add extern decl for Qxft. | Chong Yidong | 2012-09-03 | 1 | -0/+1 |
* | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -5/+0 |
* | * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it | Jan Djärv | 2012-08-30 | 1 | -2/+3 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -2/+4 |
* | * gtkutil.c (xg_get_font): Demand an Xft font. | Chong Yidong | 2012-08-16 | 1 | -2/+5 |
* | * gtkutil.c (xg_mark_data): Use FRAME_X_P. | Jan Djärv | 2012-08-15 | 1 | -1/+1 |
* | Fix last change to xg_get_font. | Dmitry Antipov | 2012-08-15 | 1 | -3/+3 |
* | Extract better font information from the GTK >= 3.2 font chooser. | Chong Yidong | 2012-08-15 | 1 | -13/+107 |
* | * gtkutil.c (find_rtl_image, update_frame_tool_bar): Use NILP. | Andreas Schwab | 2012-08-14 | 1 | -3/+3 |
* | * gtkutil.c (update_frame_tool_bar): Use EQ where appropriate. | Dmitry Antipov | 2012-08-14 | 1 | -2/+2 |
* | * gtkutil.c (xg_mark_data): Don't assume C99. | Paul Eggert | 2012-08-13 | 1 | -1/+1 |
* | Don't redraw tool bar for Gtk+ unless out of date. | Jan Djärv | 2012-08-13 | 1 | -0/+84 |
* | Use GtkFontChooser on Gtk+ 3.2 and up. | Jan Djärv | 2012-08-11 | 1 | -5/+17 |
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -13/+13 |
* | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -13/+13 |
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -11/+13 |
* | * src/gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style to | Stefano Facchini | 2012-07-15 | 1 | -0/+23 |
* | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -1/+1 |
* | * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 is defined. | Jan Djärv | 2012-07-06 | 1 | -1/+1 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -4/+4 |
* | Don't use deprecated functions when compiling with Gtk3. | Jan Djärv | 2012-07-05 | 1 | -19/+68 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -2/+2 |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -1/+1 |
* | * gtkutil.c (get_utf8_string): Remove redundant assignment. | Paul Eggert | 2012-06-25 | 1 | -1/+0 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -6/+6 |
* | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -0/+2 |
|\ |
|
| * | Fix minor GTK3 problems found by static checking. | Paul Eggert | 2012-04-23 | 1 | -0/+2 |
* | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | * gtkutil.c (x_wm_set_size_hint): Use one row in call to | Jan Djärv | 2012-03-08 | 1 | -1/+4 |