aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
|\|
| * Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* | Merge from mainline.Eli Zaretskii2010-01-081-1/+4
|\|
| * Frame width was not updated in fullscreen when scroll bars where removed/added.Jan Djärv2010-01-081-1/+4
* | This commits the exact copies of files I had before switch to bzr.Eli Zaretskii2010-01-011-2/+0
* | Retrospective commit from 2009-09-12.Eli Zaretskii2009-12-311-2/+2
* | Retrospective commit from 2009-08-12.Eli Zaretskii2009-12-311-2/+6
* | Retrospective commit from 2009-08-15.Eli Zaretskii2009-12-311-4/+4
* | Retrospective commit.Eli Zaretskii2009-12-311-2/+6
|/
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fsend_string_to_terminal): Amend doc string to cover batch mode.Alan Mackenzie2009-09-111-2/+3
* (Fsend_string_to_terminal): Make it work again on the initial terminal as well.Stefan Monnier2009-09-031-11/+19
* * dispnew.c (init_display): Use Qx, Qw32, and Qns.Chong Yidong2009-07-261-3/+3
* * keyboard.c (Fset_input_meta_mode): Doc fix.Chong Yidong2009-04-221-1/+1
* (redraw_overlapping_rows): Fix detection ofYAMAMOTO Mitsuharu2009-04-081-3/+3
* * dispnew.c (window_change_signal): Don't try to get the size of aDan Nicolaescu2009-01-301-0/+5
* (buffer_posn_from_coords): Use Fset_buffer instead of settingChong Yidong2009-01-251-3/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1