aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix and document components of mouse event position.Eli Zaretskii2010-11-261-3/+4
* Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv2010-11-201-3/+8
* Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-8/+0
* Merge from emacs-23Stefan Monnier2010-11-171-0/+10
|\
| * Fix 2010-05-05T22:14:15Z!lekktu@gmail.com.Eli Zaretskii2010-11-091-0/+10
| * Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv2010-11-011-0/+46
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-118/+102
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong2010-11-161-102/+118
* | * src/keyboard.c (make_lispy_position): Fix pixel calculation error in last c...Chong Yidong2010-11-161-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-118/+102
* | * src/keyboard.c (pending_malloc_warning): Add const to matchDan Nicolaescu2010-11-141-3/+3
* | Add const to array elements.YAMAMOTO Mitsuharu2010-11-141-12/+12
* | * keyboard.c: Revert last change; it was not intended to beMichael Albinus2010-10-081-5/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-0/+5
|\ \ | |/
| * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, itMichael Albinus2010-09-281-6/+6
* | Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong2010-10-041-13/+11
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* | * keyboard.c (command_loop_1): Make sure the mark is really aliveChong Yidong2010-10-021-1/+5
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-11/+0
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-23/+22
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-241-3/+4
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-2/+3
* | * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL not ...Jan D2010-09-171-1/+1
* | * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.Stefan Monnier2010-08-311-0/+5
* | * src/keyboard.c (command_loop_1): Don't call x-set-selection on tty.Chong Yidong2010-08-311-4/+5
* | Avoid clobbering primary selection when switching frames (Bug#6872).Chong Yidong2010-08-241-5/+8
* | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-231-25/+2
* | Simplify termio code.Dan Nicolaescu2010-08-221-2/+2
* | Let all active regions set the primary selection.Chong Yidong2010-08-151-30/+30
* | * keyboard.c (parse_tool_bar_item): Put in a bad label if :labelJan D2010-08-151-3/+6
* | * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.Andreas Schwab2010-08-151-16/+15
* | Potential buffer overrun and uninit variable fixed, bug 6855.Jan D2010-08-151-2/+5
* | (lispy_function_keys): Do not define VK_PACKET (bug#4836)Jason Rumney2010-08-141-2/+2
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-3/+3
* | Avoid restrictions when copying window selection.Chong Yidong2010-08-071-5/+8
* | Change `select-active-region' mechanics.Chong Yidong2010-08-071-0/+53
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-11/+11
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-15/+1
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-10/+0
* | NO_RETURN functions should not return.Dan Nicolaescu2010-07-261-3/+1
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-1/+3
* | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-6/+3
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-3/+3
* | Constify functions taking char *Andreas Schwab2010-07-111-1/+1
* | Fix implicit declaration of kbd_on_hold_p Andreas Schwab2010-07-111-0/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-25/+24
|\ \ | |/
| * Remove obsolete volatileAndreas Schwab2010-07-051-25/+24
| * Doc fix (Bug#6224).Chong Yidong2010-05-201-6/+6
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-53/+32