summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-2/+2
* (update_text_area): Avoid looping due to large glyphChong Yidong2008-10-091-2/+11
* (update_frame): Flush termscript for MSDOS frames as well as for TTY.Eli Zaretskii2008-10-041-3/+5
* (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well.Eli Zaretskii2008-10-041-2/+6
* (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal.Stefan Monnier2008-09-301-0/+3
* (init_display): Return earlier when running as aDan Nicolaescu2008-09-281-4/+4
* * lisp.h (is_daemon): Declare.Dan Nicolaescu2008-09-241-0/+4
* (init_display): Set `tty's association in frame's parameters alist to the nameEli Zaretskii2008-08-301-1/+7
* (init_display): Remove MS-DOS specific conditions for callingEli Zaretskii2008-08-231-8/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-30/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-14/+0
* (init_display): Remove code for X10.Dan Nicolaescu2008-07-221-2/+0