summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-108/+355
* * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-291-68/+69
* * src/xdisp.c (REDISPLAY_SOME_P): New macro.Stefan Monnier2013-11-291-11/+11
* More thorough fix of bug #15913 with mouse-highlight on MS-Windows.Eli Zaretskii2013-11-291-1/+4
* Fix minor problems found by static checking.Paul Eggert2013-11-281-11/+16
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-2/+0
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-117/+201
* Fix bug #15892 with link failures of the Cygwin w32 build.Kazuhiro Ito2013-11-141-1/+1
* Switch cache-long-scans to t by default.Eli Zaretskii2013-11-081-0/+1
* * src/xdisp.c (redisplay_internal): Fix typo in last change.Stefan Monnier2013-11-061-1/+1
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-19/+49
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-12/+12
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-051-14/+14
* Doc fix.Xue Fuqiao2013-11-051-1/+5
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-2/+12
* Port to stricter C99 platforms.Paul Eggert2013-11-031-5/+5
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-124/+31
* * dispextern.h (struct face): Use bitfields for 'underline_type'Dmitry Antipov2013-10-281-0/+2
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-2/+4
* Support frame dimension changes while TTY menus are displayed.Eli Zaretskii2013-10-111-2/+7
* Fix bug #15575 with crashes in TTY menus.Eli Zaretskii2013-10-111-0/+9
* * xdisp.c (deep_copy_glyph_row): Remove unused locals.Dmitry Antipov2013-10-111-1/+0
* Attempt to fix crashes per bug #15575.Eli Zaretskii2013-10-101-17/+5
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-0/+121
|\
| * Cleanups and commentary changes.Eli Zaretskii2013-10-081-8/+8
| * Merge from trunk.Eli Zaretskii2013-09-261-208/+202
| |\
| * | Fixed minor issues with truncation of menu items.Eli Zaretskii2013-09-181-1/+1
| * | No need to pay attention to window margins.Eli Zaretskii2013-09-181-6/+2
| * | Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii2013-09-171-14/+57
| * | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-171-4/+12
| * | Fixed C compilation problems.Eli Zaretskii2013-09-051-1/+2
| * | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-1996/+2766
| |\ \
| * | | Second commit; does not compile yet.Eli Zaretskii2012-08-111-1/+3
| * | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-0/+71
* | | | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.Dmitry Antipov2013-10-081-2/+7
* | | | * xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-071-2/+2
* | | | * xdisp.c (redisplay_internal): Simplify because scan_for_column nowDmitry Antipov2013-10-041-8/+0
* | | | * xdisp.c (Qglyphless_char): Now static.Paul Eggert2013-10-031-1/+1
* | | | Fix bug #15484 with link error in the --without-x configuration.Eli Zaretskii2013-09-291-0/+2
* | | | Fix compilation under GLYPH_DEBUG, broken by conditional tool_bar_window.Eli Zaretskii2013-09-281-1/+6
| |_|/ |/| |
* | | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-5/+5
* | | Some minor cleanups of recently-added bool vector code.Paul Eggert2013-09-231-2/+1
* | | * xdisp.c (noninteractive_need_newline, message_log_need_newline)Dmitry Antipov2013-09-231-10/+10
* | | Fix last commit.Eli Zaretskii2013-09-231-1/+1
* | | Fix bug #15437 with mouse highlight on overlay strings.Eli Zaretskii2013-09-231-7/+7
* | | Fix bug #15365 with aborts in try_window_id.Eli Zaretskii2013-09-221-4/+0
* | | * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-181-7/+3
* | | Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-3/+15
* | | Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-5/+5
* | | * xdisp.c (Ftool_bar_lines_needed): Declare as 'const' if ifdeffed out,Paul Eggert2013-09-111-0/+4