summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-11-28Fix minor problems found by static checking.Paul Eggert
2013-11-28Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier
2013-10-29Add pre-redisplay-function and rectangular regionStefan Monnier
2013-10-02* window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-11Ifdef away frame tool bar code when it is not really used.Dmitry Antipov
2013-09-05Cache current header and mode line height for each window.Dmitry Antipov
2013-09-02* window.h (Vmouse_window, Vmouse_event): Remove the leftovers.Dmitry Antipov
2013-08-28Redesign redisplay interface to drop global output_cursor.Dmitry Antipov
2013-08-26* window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov
2013-08-14* xdisp.c (cursor_type_changed): Now static.Paul Eggert
2013-08-14* window.h (struct window): Convert window_end_pos andDmitry Antipov
2013-08-14* window.h (struct window): Convert scroll_bar_widthDmitry Antipov
2013-08-13* window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov
2013-08-13* window.h (struct window): Convert left_margin_cols andDmitry Antipov
2013-08-13* window.h (struct window): Convert left_fringe_widthDmitry Antipov
2013-08-12Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov
2013-08-07Be more careful if selected window shows the buffer other than current,Dmitry Antipov
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-03-28* window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov
2013-03-22* frame.h (struct frame): Put menu_bar_window under #ifdefDmitry Antipov
2013-03-20* window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov
2013-03-18* window.c (window_resize_check, window_resize_apply)Dmitry Antipov
2013-02-12Minor additional fix in the wake of bugs #13623 and 13626.Eli Zaretskii
2013-02-04Fix bugs #13623 and 13626 caused by changes in 2013-02-01T07:23:18Z!dmantipov...Eli Zaretskii
2013-02-01* window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov
2013-01-22* window.h (struct window): Change window_end_valid member fromDmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-25* window.c (select_window_1): Now static.Paul Eggert
2012-12-17* src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier
2012-12-10Per-buffer window counters.Dmitry Antipov
2012-11-02Window-related stuff cleanup here and there.Dmitry Antipov
2012-09-19* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier
2012-09-11Discard killed buffers from deleted window and frame objects.Dmitry Antipov
2012-09-05Remove redundant or unused things here and there.Dmitry Antipov
2012-09-05* fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert
2012-08-26Remove unused external symbols.Paul Eggert
2012-08-17* window.h (WSET): Remove.Paul Eggert
2012-08-16Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-05Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii
2012-07-05Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii