summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+18
* (direct_output_for_insert): Avoid direct output when inserting a spaceChong Yidong2008-06-241-0/+1
* (Flast_nonminibuf_frame): Handle the NULL case.Stefan Monnier2008-06-071-2/+3
* * window.el (display-buffer-function, special-display-p)Stefan Monnier2008-06-051-0/+12
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (fonts_changed_p): Comment improved.Kenichi Handa2008-05-141-1/+3
* (update_frame_1): Check if tty output is still valid before flushingChong Yidong2008-05-131-12/+16
* (change_frame_size_1): Preserve small windows when shrinkingMartin Rudalics2008-05-011-3/+3
* Merge from emacs--rel--22Miles Bader2008-03-101-1/+1
|\
| * (adjust_glyph_matrix): Initialize window_height.Jason Rumney2008-03-051-1/+1