index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xdisp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+2
*
Some more fixes following pixelwise resize changes including one for Bug#16306.
...
Martin Rudalics
2013-12-31
1
-4
/
+2
*
Last portion of fix for bug #16051 with redisplay loops.
...
Eli Zaretskii
2013-12-23
1
-10
/
+27
*
Fix most of bug #16051 with redisplay loops when resizing tool-bar.
...
Eli Zaretskii
2013-12-23
1
-13
/
+26
*
Fix last commit for TTYs.
Eli Zaretskii
2013-12-19
1
-5
/
+2
*
Fix bug #16192 with highlight of display margins when region is active
...
Eli Zaretskii
2013-12-19
1
-10
/
+16
*
Fix compilation errors introduced by changes in extend_face_to_end_of_line.
...
Eli Zaretskii
2013-12-16
1
-1
/
+4
*
A better fix for bug #16148 and related issues.
...
Eli Zaretskii
2013-12-16
1
-28
/
+53
*
Fix bug #16165 with memory corruption by extend_face_to_end_of_line.
...
Eli Zaretskii
2013-12-16
1
-12
/
+19
*
Fix bug #16151 with background of display margins.
...
Eli Zaretskii
2013-12-15
1
-5
/
+81
*
Use bool for boolean (GLYPH_DEBUG case).
...
Paul Eggert
2013-12-14
1
-4
/
+4
*
Use bool for boolean, focusing on headers.
...
Paul Eggert
2013-12-14
1
-25
/
+25
*
Fix bug #16148 with visual-mode cursor motion and whitespace-newline-mode.
...
Eli Zaretskii
2013-12-14
1
-6
/
+12
*
* xdisp.c (display_tool_bar_line): Don't extend on a previously
...
Dmitry Antipov
2013-12-10
1
-1
/
+3
*
* src/window.c (window_scroll): Mark window for redisplay.
...
Stefan Monnier
2013-12-04
1
-1
/
+3
*
Minor integer overflow fixes.
...
Paul Eggert
2013-12-02
1
-2
/
+2
*
Spelling and punctuation fixes.
Paul Eggert
2013-12-01
1
-10
/
+9
*
Fix minor problems found by static checking.
...
Paul Eggert
2013-12-01
1
-1
/
+3
*
Remove some unused items introduced during pixelwise change.
...
Martin Rudalics
2013-11-30
1
-2
/
+2
*
src/w32term.c,window.c,xdisp.c: Remove unused variables.
...
Juanma Barranquero
2013-11-30
1
-2
/
+2
*
* xdisp.c (redisplay_internal): unrequest_sigio => request_sigio.
Jan Djärv
2013-11-30
1
-1
/
+1
*
* xdisp.c (redisplay_internal): Call request_sigio at end_of_redisplay
...
Jan Djärv
2013-11-30
1
-0
/
+3
*
Support resizing frames and windows pixelwise.
...
Martin Rudalics
2013-11-30
1
-108
/
+355
*
* src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.
...
Stefan Monnier
2013-11-29
1
-68
/
+69
*
* src/xdisp.c (REDISPLAY_SOME_P): New macro.
...
Stefan Monnier
2013-11-29
1
-11
/
+11
*
More thorough fix of bug #15913 with mouse-highlight on MS-Windows.
...
Eli Zaretskii
2013-11-29
1
-1
/
+4
*
Fix minor problems found by static checking.
...
Paul Eggert
2013-11-28
1
-11
/
+16
*
* configure.ac (HAVE_MENUS): Remove.
...
Stefan Monnier
2013-11-28
1
-2
/
+0
*
Refine redisplay optimizations to only redisplay *some* frames/windows
...
Stefan Monnier
2013-11-28
1
-117
/
+201
*
Fix bug #15892 with link failures of the Cygwin w32 build.
...
Kazuhiro Ito
2013-11-14
1
-1
/
+1
*
Switch cache-long-scans to t by default.
...
Eli Zaretskii
2013-11-08
1
-0
/
+1
*
* src/xdisp.c (redisplay_internal): Fix typo in last change.
Stefan Monnier
2013-11-06
1
-1
/
+1
*
* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and
...
Stefan Monnier
2013-11-06
1
-19
/
+49
*
*.[chm]: Number every assignment to windows_or_buffers_changed.
Stefan Monnier
2013-11-05
1
-12
/
+12
*
* src/xdisp.c (prepare_menu_bars): Mark static.
...
Stefan Monnier
2013-11-05
1
-14
/
+14
*
Doc fix.
...
Xue Fuqiao
2013-11-05
1
-1
/
+5
*
Fix bug #15260 with building and installing Emacs in non-ASCII directories.
...
Eli Zaretskii
2013-11-04
1
-2
/
+12
*
Port to stricter C99 platforms.
...
Paul Eggert
2013-11-03
1
-5
/
+5
*
Add pre-redisplay-function and rectangular region
...
Stefan Monnier
2013-10-29
1
-124
/
+31
*
* dispextern.h (struct face): Use bitfields for 'underline_type'
...
Dmitry Antipov
2013-10-28
1
-0
/
+2
*
Make some functions static in non-Microsoft builds.
...
Paul Eggert
2013-10-16
1
-2
/
+4
*
Support frame dimension changes while TTY menus are displayed.
...
Eli Zaretskii
2013-10-11
1
-2
/
+7
*
Fix bug #15575 with crashes in TTY menus.
...
Eli Zaretskii
2013-10-11
1
-0
/
+9
*
* xdisp.c (deep_copy_glyph_row): Remove unused locals.
Dmitry Antipov
2013-10-11
1
-1
/
+0
*
Attempt to fix crashes per bug #15575.
...
Eli Zaretskii
2013-10-10
1
-17
/
+5
*
Support menus on text-mode terminals.
...
Eli Zaretskii
2013-10-08
1
-0
/
+121
|
\
|
*
Cleanups and commentary changes.
Eli Zaretskii
2013-10-08
1
-8
/
+8
|
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-208
/
+202
|
|
\
|
*
|
Fixed minor issues with truncation of menu items.
Eli Zaretskii
2013-09-18
1
-1
/
+1
|
*
|
No need to pay attention to window margins.
Eli Zaretskii
2013-09-18
1
-6
/
+2
[next]