aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* * dispnew.c: Rename locals to avoid shadowing.Paul Eggert2011-02-261-28/+28
* * dispnew.c: Fix problem uncovered by gcc -Wunused-variable.Paul Eggert2011-02-261-17/+19
* * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.Paul Eggert2011-02-261-30/+4
* Change B_ to BVARTom Tromey2011-02-161-4/+4
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-4/+4
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-64/+11
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\|
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Remove unused declarationsAndreas Schwab2010-12-271-9/+5
* | ProtoizeAndreas Schwab2010-12-271-30/+14
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-0/+4
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | Fix mouse redesigned mouse highlight on MSDOS.Eli Zaretskii2010-11-051-0/+6
* | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-0/+8
* | Merge changes from emacs-23Chong Yidong2010-10-241-4/+20
|\|
| * Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-221-4/+20
* | merge trunkKenichi Handa2010-09-271-5/+12
|\ \
| * | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-5/+12
* | | Remove restriction on the number of glyphs in one composition.Kenichi Handa2010-09-271-4/+4
|/ /
* | Fix position calculation on mouse click within bidi-reordered composition.Kenichi Handa2010-09-221-0/+16
* | Fix mirroring pixel positions on GUI terminals.Eli Zaretskii2010-08-211-10/+11
* | Fix last change in buffer_posn_from_coords for text terminals.Eli Zaretskii2010-08-201-1/+4
* | Fix mouse clicks, drag, and highlight in R2L lines.Eli Zaretskii2010-08-201-5/+32
* | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.Eli Zaretskii2010-08-061-1/+5
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-13/+0
* | Use __executable_start to find start of text segment for profilingAndreas Schwab2010-07-251-1/+1
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-12/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-22/+12
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-71/+24
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-245/+91
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-66/+66
* | * src/dispnew.c: Remove obsolete comment.Dan Nicolaescu2010-06-071-3/+0
* | Initial reimplementation of calculating line edge positions in bidi lines.Eli Zaretskii2010-05-181-2/+14
* | Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-101-2/+4
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-3/+0
* | Get rid of the direct_output optimizations.Stefan Monnier2010-03-311-401/+0
* | Continue work on continuation lines.Eli Zaretskii2010-02-201-0/+1
* | Finish and debug display of invisible text.Eli Zaretskii2010-01-251-0/+3
* | Merge from mainline.Eli Zaretskii2010-01-161-1/+1
|\|