| Commit message (Expand) | Author | Age | Files | Lines |
* | * xdisp.c (cursor_type_changed): Now static. | Paul Eggert | 2013-08-14 | 1 | -4/+0 |
* | * window.h (struct window): Convert window_end_pos and | Dmitry Antipov | 2013-08-14 | 1 | -18/+8 |
* | * window.h (struct window): Convert scroll_bar_width | Dmitry Antipov | 2013-08-14 | 1 | -8/+7 |
* | * window.h (WINDOW_FRINGE_EXTENDED_P): New macro. | Dmitry Antipov | 2013-08-13 | 1 | -7/+19 |
* | * window.h (struct window): Convert left_margin_cols and | Dmitry Antipov | 2013-08-13 | 1 | -23/+11 |
* | * window.h (struct window): Convert left_fringe_width | Dmitry Antipov | 2013-08-13 | 1 | -13/+11 |
* | Avoid looping over all frame windows to freeze and unfreeze. | Dmitry Antipov | 2013-08-12 | 1 | -6/+0 |
* | Be more careful if selected window shows the buffer other than current, | Dmitry Antipov | 2013-08-07 | 1 | -0/+1 |
* | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -0/+1 |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -1/+1 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -26/+32 |
* | * frame.h (struct frame): Put menu_bar_window under #ifdef | Dmitry Antipov | 2013-03-22 | 1 | -0/+5 |
* | * window.h (struct window): Convert left_col, top_line, total_lines | Dmitry Antipov | 2013-03-20 | 1 | -39/+18 |
* | * window.c (window_resize_check, window_resize_apply) | Dmitry Antipov | 2013-03-18 | 1 | -4/+4 |
* | Minor additional fix in the wake of bugs #13623 and 13626. | Eli Zaretskii | 2013-02-12 | 1 | -2/+1 |
* | Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov... | Eli Zaretskii | 2013-02-04 | 1 | -3/+5 |
* | * window.h (struct window): Convert base_line_number, base_line_pos | Dmitry Antipov | 2013-02-01 | 1 | -20/+16 |
* | * window.h (struct window): Change window_end_valid member from | Dmitry Antipov | 2013-01-22 | 1 | -15/+11 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | * window.c (select_window_1): Now static. | Paul Eggert | 2012-12-25 | 1 | -1/+0 |
* | | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 to | Stefan Monnier | 2012-12-17 | 1 | -4/+5 |
* | | Per-buffer window counters. | Dmitry Antipov | 2012-12-10 | 1 | -10/+2 |
* | | Window-related stuff cleanup here and there. | Dmitry Antipov | 2012-11-02 | 1 | -0/+9 |
|/ |
|
* | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* | Stefan Monnier | 2012-09-19 | 1 | -7/+8 |
* | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov | 2012-09-11 | 1 | -1/+10 |
* | Remove redundant or unused things here and there. | Dmitry Antipov | 2012-09-05 | 1 | -2/+0 |
* | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -1/+1 |
* | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 1 | -1/+0 |
* | * window.h (WSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+76 |
* | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1... | Martin Rudalics | 2012-08-16 | 1 | -1/+10 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -115/+109 |
* | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -4/+4 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -36/+41 |
* | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -4/+4 |
* | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -67/+75 |
* | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -4/+4 |
* | Revert hscroll and min_hscroll to ptrdiff_t. | Eli Zaretskii | 2012-07-05 | 1 | -2/+2 |
* | Fix bug #11857 with messed up display for insanely large hscroll values. | Eli Zaretskii | 2012-07-05 | 1 | -2/+2 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -16/+0 |
* | * lisp/fringe.el (fringe-mode): Doc fix. | Dmitry Antipov | 2012-06-29 | 1 | -7/+8 |
* | * window.h (struct window): Change type of 'hscroll', | Dmitry Antipov | 2012-06-28 | 1 | -14/+19 |
* | * window.h (struct window): Change type of 'use_time' and | Dmitry Antipov | 2012-06-28 | 1 | -6/+6 |
* | For a 'struct window', replace some Lisp_Object fields to | Dmitry Antipov | 2012-06-01 | 1 | -29/+28 |
* | * src/window.h (clip_changed): Remove useless declaration. | Dmitry Antipov | 2012-05-23 | 1 | -5/+0 |
* | Rename inhibit_window_configuration_change_hook to inhibit_lisp_code. | Chong Yidong | 2012-03-12 | 1 | -4/+0 |
* | Avoid infloop in next-frame during frame creation. | Chong Yidong | 2012-02-23 | 1 | -0/+4 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |