summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
...
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* * window.h (WSET): Remove.Paul Eggert2012-08-171-17/+17
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-5/+5
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-24/+39
* Functions to get and set Lisp_Object fields of buffer-local variables.Dmitry Antipov2012-08-171-1/+1
* Use ASCII tests for character types.Paul Eggert2012-08-161-3/+5
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-141-15/+25
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-5/+5
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-1/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-17/+17
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-45/+44
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-32/+32
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-64/+64
* Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-4/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-32/+32
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-63/+65
* Add advertised calling convention for redirect-frame-focus (Bug#12030).Martin Rudalics2012-07-251-2/+2
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-4/+2
* Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.Chong Yidong2012-07-181-2/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-2/+2
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-2/+2
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-13/+5
* * frame.c (get_frame_param): Define only if HAVE_WINDOW_SYSTEM.Andreas Schwab2012-07-071-0/+2
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-8/+11
* More xmalloc and related cleanup.Paul Eggert2012-07-051-17/+16
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-1/+1
* * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-2/+1
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-50/+8
* Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-191-16/+20
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-4/+0
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-2/+2
* Merge from trunk.Paul Eggert2012-04-091-29/+20
|\
| * * frame.c (other_visible_frames): Don't assume selected frame is visible.Chong Yidong2012-03-101-29/+20
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-3/+3
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Fix typos.Juanma Barranquero2011-11-201-2/+2
* | Merge from trunk.Paul Eggert2011-11-181-3/+10
|\ \ | |/
| * Work around GTK bug crashing emacs GTK builds.Tassilo Horn2011-11-181-0/+7
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Fix typos.Juanma Barranquero2011-11-161-1/+1
| * Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-071-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-29/+32
|/
* * lisp/window.el (window-deletable-p): Never delete last frame on a terminal.Chong Yidong2011-09-131-12/+0
* src/frame.c (x_report_frame_params): Cast to avoid compiler warnings.Eli Zaretskii2011-09-091-2/+6