summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-3/+1
* * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-071-9/+5
* Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-071-5/+3
* * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-2/+2
* Avoid code duplication between prev_frame and next_frame.Dmitry Antipov2012-12-061-100/+62
* Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-241-6/+2
* Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-81/+27
* Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-162/+73
* * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-2/+0
* * frame.c (Fframe_pixel_height): Fix documentation.Jan Djärv2012-10-301-5/+2
* * src/frame.c (x_set_font): Catch internal error.Stefan Monnier2012-10-281-0/+3
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-15/+20
* Avoid shadowing a global variable by a local one in frame.c.Eli Zaretskii2012-10-091-4/+4
* Merge from trunkDaniel Colascione2012-10-071-15/+104
|\
| * Misc minor simplifications in C code.Stefan Monnier2012-10-011-1/+1
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-2/+2
| * * frame.c (x_report_frame_params): Port better to wider ints.Paul Eggert2012-09-301-4/+4
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-5/+5
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
| * * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.Paul Eggert2012-09-191-74/+29
| * * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-191-4/+138
* | Merge from trunkDaniel Colascione2012-09-171-12/+16
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-131-0/+5
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-11/+11
* | Implement cygw32Daniel Colascione2012-09-171-2/+2
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-14/+5
* * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change toDan Nicolaescu2012-08-221-1/+0
* * 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