| Commit message (Expand) | Author | Age | Files | Lines |
* | Run `window-configuration-change-hook' only after all faces have been realized. | Martin Rudalics | 2014-11-08 | 1 | -5/+7 |
* | Improve inhibiting of implied frame resizes. | Martin Rudalics | 2014-11-07 | 1 | -2/+7 |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+2 |
* | Minor improvements to new stack-allocated Lisp objects. | Paul Eggert | 2014-09-21 | 1 | -1/+1 |
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS. | Dmitry Antipov | 2014-09-18 | 1 | -0/+5 |
* | Spelling fixes. | Paul Eggert | 2014-09-11 | 1 | -1/+1 |
* | Pacify --enable-gcc-warnings when no window system is used. | Paul Eggert | 2014-09-10 | 1 | -3/+8 |
* | Fix scroll bar handling for non-toolkit builds. | Martin Rudalics | 2014-08-04 | 1 | -3/+10 |
* | Make functions static that no longer need to be extern. | Paul Eggert | 2014-08-01 | 1 | -10/+6 |
* | Fix --without-x build and pacify --enable-gcc-warnings. | Dmitry Antipov | 2014-07-28 | 1 | -4/+2 |
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -112/+176 |
* | * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position. | Dmitry Antipov | 2014-07-20 | 1 | -0/+5 |
* | * frame.c (frame_unspecified_color): New function | Dmitry Antipov | 2014-07-18 | 1 | -5/+0 |
* | * data.c (wrong_choice): Not static any more. | Dmitry Antipov | 2014-07-17 | 1 | -4/+18 |
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more natural | Dmitry Antipov | 2014-07-16 | 1 | -77/+104 |
* | More precise control over values of some buffer-local variables. | Dmitry Antipov | 2014-07-16 | 1 | -1/+1 |
* | Use convenient alists to manage per-frame font driver-specific data. | Dmitry Antipov | 2014-07-03 | 1 | -3/+5 |
* | Omit redundant extern decls. | Paul Eggert | 2014-06-17 | 1 | -2/+0 |
* | * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false. | Dmitry Antipov | 2014-06-10 | 1 | -1/+3 |
* | * dispextern.h (last_tool_bar_item): Remove declaration. | Dmitry Antipov | 2014-06-10 | 1 | -0/+5 |
* | * frame.c, frame.h (frame_char_to_pixel_position) | Paul Eggert | 2014-05-28 | 1 | -32/+0 |
* | * frame.h (frame_char_to_pixel_position, frame_set_mouse_position): | Dmitry Antipov | 2014-05-28 | 1 | -11/+11 |
* | Refactor mouse positioning stuff to avoid code duplication. | Dmitry Antipov | 2014-05-28 | 1 | -2/+32 |
* | On X, always make pointer visible when deleting frame (Bug#17609). | Dmitry Antipov | 2014-05-28 | 1 | -2/+2 |
* | src/buffer.h, src/frame.h: Clarify doc of optimization variables. | Stefan Monnier | 2014-04-04 | 1 | -1/+2 |
* | * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date. | Stefan Monnier | 2014-03-20 | 1 | -7/+12 |
* | 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 |