| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Some more fixes for pixelwise resizing.... | Martin Rudalics | 2013-12-20 | 1 | -4/+0 |
* | Fix session GUI startup.... | Eli Zaretskii | 2013-12-15 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers.... | Paul Eggert | 2013-12-14 | 1 | -63/+61 |
* | * frame.h (SET_FRAME_VISIBLE): Now an inline function.... | Paul Eggert | 2013-12-07 | 1 | -4/+9 |
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -3/+3 |
* | Support resizing frames and windows pixelwise.... | Martin Rudalics | 2013-11-30 | 1 | -72/+139 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2013-11-28 | 1 | -22/+22 |
* | Refine redisplay optimizations to only redisplay *some* frames/windows... | Stefan Monnier | 2013-11-28 | 1 | -52/+55 |
* | Support menus on text-mode terminals.... | Eli Zaretskii | 2013-10-08 | 1 | -3/+0 |
|\ |
|
| * | Fix message-box and avoid compilation warnings. | Eli Zaretskii | 2013-09-30 | 1 | -3/+0 |
* | | * frame.h (struct frame): Drop has_minibuffer member because...... | Dmitry Antipov | 2013-10-02 | 1 | -7/+5 |
|/ |
|
* | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):... | Dmitry Antipov | 2013-09-23 | 1 | -6/+1 |
* | A simpler, centralized INLINE.... | Paul Eggert | 2013-09-20 | 1 | -27/+24 |
* | * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.... | Dmitry Antipov | 2013-09-17 | 1 | -4/+17 |
* | Fix X event waiting to handle multiple frames.... | Dmitry Antipov | 2013-09-16 | 1 | -0/+5 |
* | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT):... | Dmitry Antipov | 2013-09-15 | 1 | -0/+9 |
* | Unify Fx_focus_frame between all ports.... | Dmitry Antipov | 2013-09-13 | 1 | -0/+1 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports.... | Dmitry Antipov | 2013-09-13 | 1 | -32/+20 |
* | Ifdef away frame tool bar code when it is not really used.... | Dmitry Antipov | 2013-09-11 | 1 | -14/+20 |
* | Review and drop old frame resize hack.... | Dmitry Antipov | 2013-09-09 | 1 | -4/+0 |
* | Do not populate pure Xism x_sync to other ports.... | Dmitry Antipov | 2013-09-09 | 1 | -2/+2 |
* | Cleanup frame flushing.... | Dmitry Antipov | 2013-09-09 | 1 | -0/+10 |
* | Attempt to make redisplay more selective when changing cursor type.... | Dmitry Antipov | 2013-09-06 | 1 | -0/+3 |
* | Attempt to make redisplay more selective when changing fonts.... | Dmitry Antipov | 2013-09-06 | 1 | -0/+4 |
* | Minor cleanup to avoid forward declarations.... | Dmitry Antipov | 2013-08-30 | 1 | -23/+8 |
* | Minor cleanup for redisplay interface and few related functions.... | Dmitry Antipov | 2013-08-23 | 1 | -10/+0 |
* | Avoid looping over all frame windows to freeze and unfreeze.... | Dmitry Antipov | 2013-08-12 | 1 | -0/+8 |
* | Drop FRAME_PTR typedef.... | Dmitry Antipov | 2013-08-03 | 1 | -3/+1 |
* | * frame.h (FRAME_MOUSE_UPDATE):... | Dmitry Antipov | 2013-08-01 | 1 | -4/+3 |
* | Do not use pure Xism x_wm_set_icon_position in non-X ports.... | Dmitry Antipov | 2013-08-01 | 1 | -2/+4 |
* | Drop unnecessary functions that deals with frame pixel size.... | Dmitry Antipov | 2013-07-31 | 1 | -2/+0 |
* | * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.... | Dmitry Antipov | 2013-07-31 | 1 | -3/+3 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2013-06-03 | 1 | -2/+0 |
* | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS.... | Jan Djärv | 2013-05-25 | 1 | -0/+24 |
* | More debugging code to investigate bug #14062.... | Eli Zaretskii | 2013-04-15 | 1 | -1/+1 |
* | Get rid of some platform-specific functions examining window... | Dmitry Antipov | 2013-04-07 | 1 | -0/+3 |
* | * frame.h (struct frame): Drop scroll_bottom_vpos... | Dmitry Antipov | 2013-03-31 | 1 | -5/+0 |
* | * frame.h (struct frame): Put menu_bar_window under #ifdef... | Dmitry Antipov | 2013-03-22 | 1 | -0/+4 |
* | * frame.h (struct frame): Drop resx and resy because the same data is... | Dmitry Antipov | 2013-03-20 | 1 | -3/+51 |
* | Drop async_visible and async_iconified fields of struct frame.... | Dmitry Antipov | 2013-01-24 | 1 | -65/+29 |
* | * src/xdisp.c (message2, message2_nolog): Remove functions.... | Stefan Monnier | 2013-01-23 | 1 | -7/+3 |
* | 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 |
* | | * keyboard.c (record_asynch_buffer_change): Initialize an event... | Dmitry Antipov | 2012-12-26 | 1 | -2/+1 |
* | | * frame.h (x_char_width, x_char_height): Remove prototypes.... | Dmitry Antipov | 2012-12-06 | 1 | -2/+0 |
* | | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state... | Dmitry Antipov | 2012-12-04 | 1 | -8/+0 |
* | | * frame.h (struct frame): Remove display_preempted member... | Dmitry Antipov | 2012-11-23 | 1 | -3/+0 |
* | | * alloc.c (Fgarbage_collect): Unblock input after clearing... | Dmitry Antipov | 2012-11-22 | 1 | -0/+15 |
* | | * frame.h (struct frame): Convert external_tool_bar member to... | Dmitry Antipov | 2012-11-12 | 1 | -1/+1 |