summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Fix fringe bitmap initialization for cairo.YAMAMOTO Mitsuharu2015-02-14
* Add cairo drawing.Jan D2015-02-11
* Use bool for boolean in xfaces.cPaul Eggert2015-01-26
* Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-20
* Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-19
* Prefer memset to repeatedly assigning QnilPaul Eggert2015-01-19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-14
* * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-10
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-03
* Clean up array size calculationsDaniel Colascione2014-04-03
* In draw_fringe_bitmap_1 don't draw fringe if it's outside the window (Bug#166...Martin Rudalics2014-02-05
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* Doc fix for set-fringe-bitmap-face.Xue Fuqiao2013-10-26
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-04
* * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM becauseDmitry Antipov2013-10-02
* * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-13
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-30
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify via eabs.Paul Eggert2013-01-01
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-11
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-02
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-09
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-06
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* Add news for exclamation-mark and flymakeLeo Liu2012-07-15
* Add a new bitmap exclamation-markLeo Liu2012-07-14
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-09
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09