summaryrefslogtreecommitdiff
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-65/+29
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-7/+3
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-2/+1
* | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-2/+0
* | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-8/+0
* | * frame.h (struct frame): Remove display_preempted memberDmitry Antipov2012-11-231-3/+0
* | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-0/+15
* | * frame.h (struct frame): Convert external_tool_bar member toDmitry Antipov2012-11-121-1/+1
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-0/+2
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-11/+1
|/
* 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