summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-14/+14
* Merge from trunkDaniel Colascione2012-10-071-3/+2
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-1/+1
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-3/+2
* | Merge from trunkDaniel Colascione2012-09-171-1/+1
|\ \ | |/
| * Clean up some extern decls.Paul Eggert2012-09-021-1/+1
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-1/+1
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-1/+48
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-0/+1
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-24/+19
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-091-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-2/+2
|/
* * keyboard.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-1/+1
* * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-071-2/+2
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-221-1/+1
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-0/+2
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-121-2/+2
* * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-6/+2
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-10/+3
* Merge from mainline.Paul Eggert2011-03-261-1/+1
|\
| * Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-1/+1
* | * keyboard.c, keyboard.h (num_input_events): Now size_t.Paul Eggert2011-03-261-2/+2
|/
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-2/+2
* Merge from mainline.Paul Eggert2011-03-171-0/+4
|\
| * src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-3/+6
* | * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-131-0/+1
* | * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-131-4/+4
|/
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-17/+26
* * keyboard.h: Remove obsolete comment.Tom Tromey2011-02-141-2/+0
* 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-25/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-0/+1
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-2/+2
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-1/+1
* | Don't define QPRIMARY twice.Jan Djärv2010-08-161-0/+3
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-8/+8
* | Use const char* for -Wwrite_strings.Jan D2010-08-111-3/+3
* | Move declarations to header files.Dan Nicolaescu2010-08-061-0/+2
* | More undeclared function fixes and add -Wimplicit-function-declaration.Jan D2010-08-061-2/+0
* | Add declarations to header files.Dan Nicolaescu2010-08-051-2/+22
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-0/+20
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-0/+2
* | Constify functions taking char *Andreas Schwab2010-07-111-1/+0
* | Remove P_ and __P macros.Jan D2010-07-021-49/+49
|/