aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * src/frame.h (MOUSE_HL_INFO): Remove excess parens.Andreas Schwab2011-10-291-37/+37
* * 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
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+5
* | Fix some stuff that didn't compile.Jan Djärv2010-07-291-1/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* | * frame.h (Qtty_color_mode): Add declaration.Dan Nicolaescu2010-07-261-0/+1
* | Remove P_ and __P macros.Jan D2010-07-021-44/+44
|/
* frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-081-1/+1
* Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-071-2/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-091-2/+13
* * cmds.c: Include "frame.h".Andreas Schwab2009-12-091-2/+1
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-1/+6
* * xterm.h (struct x_display_info): Add Xatom_net_wm_state_stickyJan Djärv2009-07-011-0/+1
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-6/+7
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-0/+1
* Negative alpha means "don't touch".Chong Yidong2008-11-121-1/+2
* * frame.h (struct frame): Move alpha from the middle of bitfields.Dan Nicolaescu2008-09-191-5/+5
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-4/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-8/+4
* * Makefile.in: Undef LIB_STANDARD before defining it to silence warningStefan Monnier2008-07-171-0/+9
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-6/+12
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-0/+8
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* Delete USE_FONT_BACKEND conditional.Kenichi Handa2008-05-141-5/+1
* (struct frame): Give one more bit to `visible' since we useStefan Monnier2008-04-041-1/+1
* (enum fullscreen_type): Give it a name. Move it before use.Stefan Monnier2008-03-271-23/+26