summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
* | | | | | | | | | | | | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-1/+1
* | | | | | | | | | | | | 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
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge from emacs--devo--0Miles Bader2007-01-011-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | (struct frame): New member minimize_tool_bar_window_p.Kim F. Storm2006-12-291-0/+4
* | | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-12-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where longEli Zaretskii2006-12-081-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | (Qfont_backend): Extern it.Kenichi Handa2006-07-261-0/+2
* | | | | | | | | | Merge from emacs--devo--0Miles Bader2006-07-191-12/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.Kim F. Storm2006-07-121-12/+5
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | * frame.h (x_new_fontset2): Fix prototype.Jan Djärv2006-06-161-1/+1
* | | | | | | | | (struct frame): New members resx and resy.Kenichi Handa2006-06-061-1/+15
* | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34Miles Bader2006-03-031-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | (struct frame): New member n_tool_bar_rows.Kim F. Storm2006-03-021-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | (struct frame): New member updated_p.Kim F. Storm2005-09-081-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-2/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | (struct frame): New member already_hscrolled_p.Kim F. Storm2005-07-181-2/+6
| | |_|_|/ | |/| | |
* | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Update FSF's address.Lute Kamstra2005-07-041-2/+2
| | |_|/ | |/| |
* | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81Miles Bader2005-01-021-1/+8
|\ \ \ \ | |/ / /
| * | | (struct frame): New member space_width.Kenichi Handa2004-12-301-1/+8
| | |/ | |/|
| * | (struct frame): New member force_flush_display_p.Kim F. Storm2004-02-081-0/+4
| |/
| * (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
* | Sync to HEADKenichi Handa2004-04-161-4/+7
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
* | | New directoryKenichi Handa2003-09-081-3/+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
* | (Qauto_raise, Qauto_lower, ...): Declare extern all frameKim F. Storm2003-03-311-2/+107
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-17/+17
* | GTK versionJan Djärv2003-01-191-2/+18
* | (get_specified_cursor_type, get_window_cursor_type):Dave Love2002-11-141-0/+3
* | (enum text_cursor_kinds): Consolidated here.Kim F. Storm2002-08-301-0/+29