index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fringe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-3
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+0
*
Fix fringe bitmap initialization for cairo.
YAMAMOTO Mitsuharu
2015-02-14
1
-0
/
+16
*
Add cairo drawing.
Jan D
2015-02-11
1
-1
/
+7
*
Use bool for boolean in xfaces.c
Paul Eggert
2015-01-26
1
-1
/
+1
*
Undo port to hypothetical nonzero Qnil case
Paul Eggert
2015-01-20
1
-2
/
+1
*
Port to hypothetical case where Qnil is nonzero
Paul Eggert
2015-01-19
1
-1
/
+2
*
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-19
1
-5
/
+2
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-4
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-92
/
+0
*
* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elements
Dmitry Antipov
2014-07-14
1
-7
/
+1
*
* dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...
Dmitry Antipov
2014-06-10
1
-1
/
+1
*
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-08
1
-3
/
+0
*
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
1
-1
/
+1
*
Clean up array size calculations
Daniel Colascione
2014-04-03
1
-1
/
+1
*
In draw_fringe_bitmap_1 don't draw fringe if it's outside the window (Bug#166...
Martin Rudalics
2014-02-05
1
-1
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-2
/
+2
*
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-30
1
-0
/
+4
*
Doc fix for set-fringe-bitmap-face.
Xue Fuqiao
2013-10-26
1
-0
/
+2
*
Use hardware support for byteswapping on glibc x86 etc.
Paul Eggert
2013-10-04
1
-1
/
+3
*
* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
Dmitry Antipov
2013-10-02
1
-4
/
+0
*
* window.h (struct window): Convert left_margin_cols and
Dmitry Antipov
2013-08-13
1
-1
/
+1
*
* fringe.c (draw_window_fringes, update_window_fringes)
Dmitry Antipov
2013-07-30
1
-20
/
+21
*
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
1
-6
/
+6
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
Simplify via eabs.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
Consistently use marker_position and marker_byte_position.
Dmitry Antipov
2012-12-11
1
-1
/
+1
*
|
Window-related stuff cleanup here and there.
Dmitry Antipov
2012-11-02
1
-4
/
+2
|
/
*
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-23
1
-1
/
+1
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Avoid leaving traces of cursor when entering linum-mode.
Eli Zaretskii
2012-09-09
1
-1
/
+8
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-7
/
+7
*
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-07
1
-2
/
+2
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-7
/
+7
*
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-06
1
-2
/
+2
*
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-08-01
1
-7
/
+7
*
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-31
1
-2
/
+2
*
Add news for exclamation-mark and flymake
Leo Liu
2012-07-15
1
-1
/
+1
*
Add a new bitmap exclamation-mark
Leo Liu
2012-07-14
1
-0
/
+17
*
More xmalloc and related cleanup.
Paul Eggert
2012-07-05
1
-9
/
+6
*
Cleanup xmalloc.
Dmitry Antipov
2012-07-05
1
-9
/
+4
*
Generalize run-time debugging checks.
Dmitry Antipov
2012-06-28
1
-1
/
+1
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-0
/
+1
*
* fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.
Chong Yidong
2012-06-09
1
-5
/
+9
*
Merge from trunk.
Paul Eggert
2012-04-09
1
-1
/
+1
|
\
|
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-1
/
+1
[next]