summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-2/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+4
* Doc fix for set-fringe-bitmap-face.Xue Fuqiao2013-10-261-0/+2
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-1/+3
* * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM becauseDmitry Antipov2013-10-021-4/+0
* * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-131-1/+1
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-301-20/+21
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-6/+6
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+2
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-1/+1
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-4/+2
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-091-1/+8
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-7/+7
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-7/+7
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-2/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-7/+7
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-2/+2
* Add news for exclamation-mark and flymakeLeo Liu2012-07-151-1/+1
* Add a new bitmap exclamation-markLeo Liu2012-07-141-0/+17
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-9/+4
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-091-5/+9
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-241-1/+1
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+7
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.Paul Eggert2011-07-281-5/+8
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-12/+6
* Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com.Glenn Morris2011-06-041-2/+6
|\
| * * fringe.c (update_window_fringes): Don't update overlay arrow bitmap in the ...YAMAMOTO Mitsuharu2011-06-011-2/+6
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-14/+25
|\ \ | |/
| * Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-14/+25
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-1/+1
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | * fringe.c (standard_bitmaps): Now static.Paul Eggert2011-04-131-1/+4
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-3/+3
* | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-8/+0
|\ \ | |/