summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAge
...
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-16
* * keyboard.c, keyboard.h (all_kboards): Now static.Paul Eggert2013-10-15
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-10
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-10
* Fix minor problems found by static checking.Paul Eggert2013-10-08
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * A simpler, centralized INLINE.Paul Eggert2013-09-20
* | Fixed C compilation problems.Eli Zaretskii2013-09-05
|/
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-30
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-08
* Clean up read_key_sequence a bit; reread active keymaps after first event.Stefan Monnier2013-02-11
* Update copyright notices for 2013.Paul Eggert2013-01-01
* keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-10
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
| * Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-19
* | Merge from trunkDaniel Colascione2012-09-17
|\|
| * Clean up some extern decls.Paul Eggert2012-09-02
* | Implement cygw32Daniel Colascione2012-09-17
|/
* Refactor window-system configurationDaniel Colascione2012-08-31
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-17
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-09
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * keyboard.c: Integer and memory overflow fixes.Paul Eggert2011-07-28
* * keyboard.h (num_input_events): Now uintmax_t.Paul Eggert2011-07-07
* * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-22
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* Be more systematic about user-interface timestamps.Paul Eggert2011-05-12
* * keyboard.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Merge from mainline.Paul Eggert2011-03-26
|\
| * Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* | * keyboard.c, keyboard.h (num_input_events): Now size_t.Paul Eggert2011-03-26
|/
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-26
* Merge from mainline.Paul Eggert2011-03-17
|\
| * src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-14
* | * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-13
* | * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-13
|/
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* * keyboard.h: Remove obsolete comment.Tom Tromey2011-02-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Merge from emacs-23Stefan Monnier2011-01-14
|\