| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-24 | Paul Eggert | 2015-03-18 | 1 | -1/+1 |
|\ |
|
| * | Fix --no-bitmap-icon | Glenn Morris | 2015-03-12 | 1 | -1/+1 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Redo the whole window offsets and coordinate translation for X. | Jan D | 2015-02-25 | 1 | -4/+0 |
* | | Try to improve handling of fullwidth/-height frames. | Martin Rudalics | 2015-02-07 | 1 | -6/+7 |
* | | Omit unnecessary var if GTK or NS | Paul Eggert | 2015-02-02 | 1 | -0/+2 |
* | | Adjust frame heights to real height of tool bar. | Martin Rudalics | 2015-01-12 | 1 | -0/+6 |
* | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -51/+0 |
* | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | Use bool for boolean in xterm.c | Paul Eggert | 2014-12-21 | 1 | -2/+2 |
* | | 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 |