aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-8/+25
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-301-0/+4
| * Merge from trunk.Eli Zaretskii2013-09-261-27/+20
| |\
| * \ Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-1292/+1322
| |\ \
| * | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-8/+21
* | | | * window.h (struct window): Prefer enum text_cursor_kinds to intDmitry Antipov2013-10-021-2/+6
* | | | * window.c (calc_absolute_offset): #elif should be #elif defined.Jan Djärv2013-09-291-1/+1
| |_|/ |/| |
* | | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* | | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-1/+0
* | | A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* | | Ifdef away frame tool bar code when it is not really used.Dmitry Antipov2013-09-111-2/+4
* | | Attempt to make redisplay more selective when changing fonts.Dmitry Antipov2013-09-061-11/+11
* | | Cache current header and mode line height for each window.Dmitry Antipov2013-09-051-0/+1
* | | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-051-10/+3
| |/ |/|
* | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-011-14/+2
* | In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics2013-08-311-3/+1
* | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-9/+1
* | * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-6/+2
* | * window.h (struct window): Replace last_cursor with last_cursor_vposDmitry Antipov2013-08-261-3/+3
* | * window.c (struct save_window_data): Fix typo.Dmitry Antipov2013-08-231-1/+1
* | * window.h (struct window): Convert window_end_pos andDmitry Antipov2013-08-141-7/+5
* | Cleanup window fringes, margins and scroll bars adjustments.Dmitry Antipov2013-08-141-95/+104
* | * window.h (struct window): Convert scroll_bar_widthDmitry Antipov2013-08-141-19/+15
* | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru.Eli Zaretskii2013-08-131-2/+2
* | * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-49/+30
* | * window.h (struct window): Convert left_fringe_widthDmitry Antipov2013-08-131-28/+23
* | * window.c (Fset_window_start): Compare `w', not `window' becauseDmitry Antipov2013-08-131-1/+1
* | Avoid looping over all frame windows to freeze and unfreeze.Dmitry Antipov2013-08-121-35/+0
* | Omit some unnecessary casts.Paul Eggert2013-08-101-3/+3
* | Do not reset window modification event counters excessively.Dmitry Antipov2013-08-081-24/+3
* | Prefer selected_window to Fselected_window, likewise for frames.Dmitry Antipov2013-08-071-2/+2
* | Be more careful if selected window shows the buffer other than current,Dmitry Antipov2013-08-071-4/+13
* | * window.c (window_scroll, window_scroll_pixel_based)Dmitry Antipov2013-08-061-7/+7
* | Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-2/+2
* | * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-6/+5
* | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-7/+13
* | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing.Eli Zaretskii2013-07-061-4/+8
* | Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-1/+8
* | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p.Eli Zaretskii2013-06-041-3/+4
* | * src/window.c (select_window): `record_buffer' even if window isStefan Monnier2013-04-121-3/+7
* | Fix bug #14170 with window-end returning a stale value.Eli Zaretskii2013-04-111-3/+9
* | * src/window.c (select_window): Don't record_buffer while the invariant isStefan Monnier2013-04-081-7/+10
* | Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-1/+1
* | * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-274/+212
* | Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+1
* | * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-85/+74
* | * window.c (Fwindow_combination_limit, Fset_window_combination_limit):Dmitry Antipov2013-03-191-16/+23
* | * window.c (window_resize_check, window_resize_apply)Dmitry Antipov2013-03-181-13/+14
* | * window.c (Fscroll_other_window): Use SET_PT_BOTH because bothDmitry Antipov2013-03-131-1/+1