summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* (Qterm_environment_variable): Remove.Stefan Monnier2007-08-311-1/+0
* Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-0/+2
* | | Merge from emacs--devo--0Miles Bader2007-06-161-2/+2
|\ \ \ | |/ /
| * | (struct frame) [MAC_OS]: New member external_tool_bar.YAMAMOTO Mitsuharu2007-06-141-2/+2
| |/
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-0/+4
|\ \ | |/
| * (struct frame): New member minimize_tool_bar_window_p.Kim F. Storm2006-12-291-0/+4
| * (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where longEli Zaretskii2006-12-081-1/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2006-07-141-12/+5
|\ \ | |/
| * (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.Kim F. Storm2006-07-121-12/+5
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-03-041-0/+1
|\ \ | |/
| * (struct frame): New member n_tool_bar_rows.Kim F. Storm2006-03-021-0/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-8/+8
* | Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-0/+1
* | Implement full support for frame-local `next-buffer' and `previous-buffer'.Karoly Lorentey2005-12-201-1/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2005-09-091-0/+3
|\ \ | |/
| * (struct frame): New member updated_p.Kim F. Storm2005-09-081-0/+3
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-3/+8
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
| * (struct frame): New member already_hscrolled_p.Kim F. Storm2005-07-181-2/+6
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-12/+12
* | Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-11/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-1/+8
|\ \ | |/
| * (struct frame): New member space_width.Kenichi Handa2004-12-301-1/+8
* | Implemented display ids for multiple emacsclients on the same tty. Plus asso...Karoly Lorentey2004-07-041-1/+2
* | Fix background-mode on terminal frames (Dan Nicolaescu).Karoly Lorentey2004-03-111-0/+1
* | Merged in changes from CVS HEADKaroly Lorentey2004-02-171-0/+4
|\ \ | |/
| * (struct frame): New member force_flush_display_p.Kim F. Storm2004-02-081-0/+4
* | Fix initialization of the window-system variable.Karoly Lorentey2004-01-121-0/+2
* | Hookified termcap devices, added bootstrap display device, plus many bugfixes.Karoly Lorentey2004-01-091-1/+4
* | Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey2004-01-051-20/+19
* | MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.Karoly Lorentey2004-01-021-2/+4
* | Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey2004-01-021-1/+3
* | Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey2004-01-011-28/+11
* | Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey2003-12-271-7/+7
* | lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey2003-12-261-7/+6
* | Implemented multiple tty support.Karoly Lorentey2003-12-251-5/+12
|/
* (get_specified_cursor_type, get_window_cursor_type):Kim F. Storm2003-11-271-3/+0
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-051-1/+0
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix some of the font/face problems.Jan Djärv2003-06-261-0/+5
* (struct frame): Rename members height to text_lines,Kim F. Storm2003-05-241-100/+229