| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mirroring pixel positions on GUI terminals. | Eli Zaretskii | 2010-08-21 | 1 | -10/+11 |
* | Fix last change in buffer_posn_from_coords for text terminals. | Eli Zaretskii | 2010-08-20 | 1 | -1/+4 |
* | Fix mouse clicks, drag, and highlight in R2L lines. | Eli Zaretskii | 2010-08-20 | 1 | -5/+32 |
* | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool. | Eli Zaretskii | 2010-08-06 | 1 | -1/+5 |
* | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
* | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -13/+0 |
* | Use __executable_start to find start of text segment for profiling | Andreas Schwab | 2010-07-25 | 1 | -1/+1 |
* | Convert more function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -12/+4 |
* | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -22/+12 |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -71/+24 |
* | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -245/+91 |
* | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -66/+66 |
* | * src/dispnew.c: Remove obsolete comment. | Dan Nicolaescu | 2010-06-07 | 1 | -3/+0 |
* | Initial reimplementation of calculating line edge positions in bidi lines. | Eli Zaretskii | 2010-05-18 | 1 | -2/+14 |
* | Implement cursor on the left fringe for R2L lines. | Eli Zaretskii | 2010-04-10 | 1 | -2/+4 |
* | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -3/+0 |
* | Get rid of the direct_output optimizations. | Stefan Monnier | 2010-03-31 | 1 | -401/+0 |
* | Continue work on continuation lines. | Eli Zaretskii | 2010-02-20 | 1 | -0/+1 |
* | Finish and debug display of invisible text. | Eli Zaretskii | 2010-01-25 | 1 | -0/+3 |
* | Merge from mainline. | Eli Zaretskii | 2010-01-16 | 1 | -1/+1 |
|\ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | | Merge from mainline. | Eli Zaretskii | 2010-01-08 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Frame width was not updated in fullscreen when scroll bars where removed/added. | Jan Djärv | 2010-01-08 | 1 | -1/+4 |
* | | This commits the exact copies of files I had before switch to bzr. | Eli Zaretskii | 2010-01-01 | 1 | -2/+0 |
* | | Retrospective commit from 2009-09-12. | Eli Zaretskii | 2009-12-31 | 1 | -2/+2 |
* | | Retrospective commit from 2009-08-12. | Eli Zaretskii | 2009-12-31 | 1 | -2/+6 |
* | | Retrospective commit from 2009-08-15. | Eli Zaretskii | 2009-12-31 | 1 | -4/+4 |
* | | Retrospective commit. | Eli Zaretskii | 2009-12-31 | 1 | -2/+6 |
|/ |
|
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -2/+2 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (Fsend_string_to_terminal): Amend doc string to cover batch mode. | Alan Mackenzie | 2009-09-11 | 1 | -2/+3 |
* | (Fsend_string_to_terminal): Make it work again on the initial terminal as well. | Stefan Monnier | 2009-09-03 | 1 | -11/+19 |
* | * dispnew.c (init_display): Use Qx, Qw32, and Qns. | Chong Yidong | 2009-07-26 | 1 | -3/+3 |
* | * keyboard.c (Fset_input_meta_mode): Doc fix. | Chong Yidong | 2009-04-22 | 1 | -1/+1 |
* | (redraw_overlapping_rows): Fix detection of | YAMAMOTO Mitsuharu | 2009-04-08 | 1 | -3/+3 |
* | * dispnew.c (window_change_signal): Don't try to get the size of a | Dan Nicolaescu | 2009-01-30 | 1 | -0/+5 |
* | (buffer_posn_from_coords): Use Fset_buffer instead of setting | Chong Yidong | 2009-01-25 | 1 | -3/+5 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * emacs.c (daemon_pipe): Make non-static. | Dan Nicolaescu | 2008-10-28 | 1 | -2/+2 |
* | (update_text_area): Avoid looping due to large glyph | Chong Yidong | 2008-10-09 | 1 | -2/+11 |
* | (update_frame): Flush termscript for MSDOS frames as well as for TTY. | Eli Zaretskii | 2008-10-04 | 1 | -3/+5 |
* | (change_frame_size_1): Set FrameRows and FrameCols for MSDOS frames as well. | Eli Zaretskii | 2008-10-04 | 1 | -2/+6 |
* | (Fsend_string_to_terminal): Don't try to send a string to a suspended terminal. | Stefan Monnier | 2008-09-30 | 1 | -0/+3 |
* | (init_display): Return earlier when running as a | Dan Nicolaescu | 2008-09-28 | 1 | -4/+4 |
* | * lisp.h (is_daemon): Declare. | Dan Nicolaescu | 2008-09-24 | 1 | -0/+4 |
* | (init_display): Set `tty's association in frame's parameters alist to the name | Eli Zaretskii | 2008-08-30 | 1 | -1/+7 |
* | (init_display): Remove MS-DOS specific conditions for calling | Eli Zaretskii | 2008-08-23 | 1 | -8/+1 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -30/+0 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -14/+0 |
* | (init_display): Remove code for X10. | Dan Nicolaescu | 2008-07-22 | 1 | -2/+0 |