Refine redisplay optimizations to only redisplay *some* frames/windows
[bpt/emacs.git] / src / window.c
2013-11-28 Stefan MonnierRefine redisplay optimizations to only redisplay *some...
2013-11-27 Martin RudalicsReset window_end_valid after some window changes (Bug...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-06 Stefan Monnier*.[chm]: Number every assignment to windows_or_buffers_...
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-02 Dmitry Antipov* window.h (struct window): Prefer enum text_cursor_kin...
2013-09-30 Eli ZaretskiiFix message-box and avoid compilation warnings.
2013-09-29 Jan Djärv* window.c (calc_absolute_offset): #elif should be...
2013-09-28 Eli ZaretskiiMerge from trunk before trying Unix TTY.
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-23 Dmitry Antipov* dispnew.c (frame_garbaged, selected_frame, last_nonmi...
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Dmitry AntipovIfdef away frame tool bar code when it is not really...
2013-09-08 Kenichi Handamerge trunk
2013-09-06 Dmitry AntipovAttempt to make redisplay more selective when changing...
2013-09-05 Dmitry AntipovCache current header and mode line height for each...
2013-09-05 Dmitry Antipov* fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-01 Dmitry Antipov* dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.
2013-08-31 Martin RudalicsIn temp_output_buffer_show make sure window returned...
2013-08-29 Dmitry Antipov* intervals.c (set_point_from_marker): New function.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-27 Dmitry Antipov* lisp.h (Mouse_HLInfo): Move from here...
2013-08-26 Dmitry Antipov* window.h (struct window): Replace last_cursor with...
2013-08-23 Dmitry Antipov* window.c (struct save_window_data): Fix typo.
2013-08-14 Dmitry Antipov* window.h (struct window): Convert window_end_pos and
2013-08-14 Dmitry AntipovCleanup window fringes, margins and scroll bars adjustm...
2013-08-14 Dmitry Antipov* window.h (struct window): Convert scroll_bar_width
2013-08-13 Eli ZaretskiiFix the Windows build broken by 2013-08-13T15:29:25Z...
2013-08-13 Dmitry Antipov* window.h (struct window): Convert left_margin_cols and
2013-08-13 Dmitry Antipov* window.h (struct window): Convert left_fringe_width
2013-08-13 Dmitry Antipov* window.c (Fset_window_start): Compare `w', not `windo...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Dmitry AntipovAvoid looping over all frame windows to freeze and...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-08 Dmitry AntipovDo not reset window modification event counters excessi...
2013-08-07 Dmitry AntipovPrefer selected_window to Fselected_window, likewise...
2013-08-07 Dmitry AntipovBe more careful if selected window shows the buffer...
2013-08-06 Dmitry Antipov* window.c (window_scroll, window_scroll_pixel_based)
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-07-30 Dmitry Antipov* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-06 Eli ZaretskiiFix bug #14771 with scroll-step = 1 and non-nil line...
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-04 Eli ZaretskiiFix bug #14540 with inaccurate doc string of pos-visibl...
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-20 Erik CharleboisBetter full-screen frame support on MS-Windows.
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-12 Stefan Monnier* src/window.c (select_window): `record_buffer' even...
2013-04-11 Eli ZaretskiiFix bug #14170 with window-end returning a stale value.
2013-04-08 Stefan Monnier* src/window.c (select_window): Don't record_buffer...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-28 Dmitry Antipov* window.h (struct window): Replace hchild, vchild...
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-22 David EngsterMerge with CEDET upstream (rev. 8499).
2013-03-21 Kenichi Handamerge trunk
2013-03-20 Dmitry Antipov* window.h (struct window): Convert left_col, top_line...
2013-03-20 Kenichi Handamerge trunk
2013-03-19 Dmitry Antipov* window.c (Fwindow_combination_limit, Fset_window_comb...
2013-03-18 Dmitry Antipov* window.c (window_resize_check, window_resize_apply)
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-15 Kenichi Handamerge trunk
2013-03-13 Dmitry Antipov* window.c (Fscroll_other_window): Use SET_PT_BOTH...
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-07 Dmitry AntipovAvoid character to byte conversions in motion subroutines.
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Bill WohlerMerge from trunk; up to 2013-03-02T21:05:52Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-26 Bastien Guerry* window.c (Frecenter): Tiny docstring enhancement.
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
next