summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-1/+1
* Merge from trunkDaniel Colascione2012-10-071-5/+2
|\
| * gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-5/+2
* | Merge from trunkDaniel Colascione2012-09-171-4/+1
|\ \ | |/
| * Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-3/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-2/+3
|/
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-021-0/+1
* Refactor window-system configurationDaniel Colascione2012-08-311-0/+30
* Change struct frame bitfields from unsigned char to unsigned.Dmitry Antipov2012-08-311-12/+12
* * dispnew.c: Use bool for boolean.Paul Eggert2012-08-271-1/+1
* * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change toDan Nicolaescu2012-08-221-2/+12
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-4/+110
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-41/+35
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-9/+15
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-28/+33
* Merge from trunk.Paul Eggert2012-05-251-1/+2
|\
| * Untag more efficiently if USE_LSB_TAG.Paul Eggert2012-05-091-1/+2
* | 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-11-181-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
* | Merge from trunk.Paul Eggert2011-10-291-37/+37
|\ \ | |/
| * * src/frame.h (MOUSE_HL_INFO): Remove excess parens.Andreas Schwab2011-10-291-37/+37
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* * frame.h (struct frame): Use int, not EMACS_INT, where int works.Paul Eggert2011-07-281-2/+2
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-1/+0
* * frame.h (struct frame): Use int for menu_bar_items_usedPaul Eggert2011-05-121-1/+1
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+1
* * frame.c, frame.h (x_get_resource_string): Bring this back, butPaul Eggert2011-04-161-0/+4
* * frame.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-6/+2
* * xdisp.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-5/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+1
* * frame.h: Avoid gcc -Wmissing-prototypes diagnostics.Paul Eggert2011-02-261-2/+6
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-17/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
* | Fix unified mouse highlight after compiling on Unix.Eli Zaretskii2010-11-051-5/+11
* | Fix mouse redesigned mouse highlight on MSDOS.Eli Zaretskii2010-11-051-1/+1
* | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-0/+8
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | Fix handling of tool-bar-position, also put into default-frame-alist.Jan D2010-08-131-1/+1
* | Add declarations to header files.Dan Nicolaescu2010-08-051-0/+7