aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (cancel_hourglass_unwind): Return Qnil.Dave Love2003-09-291-0/+1
* (adjust_point_for_property): Make beg and endDave Love2003-09-171-1/+1
* *** empty log message ***Kenichi Handa2003-09-081-10/+10
|\
| * (lispy_accent_codes, lispy_accent_keys): Extend.Dave Love2002-10-281-3/+50
| * (read_key_sequence): Fix type error.Dave Love2002-09-051-1/+1
| * (read_key_sequence): Use ~CHAR_MODIFIER_MASK insteadKenichi Handa2002-08-201-5/+4
| * (kbd_buffer_store_event): Fix interrupt_signal declDave Love2002-05-241-1/+1
| * (modify_event_symbol): Fix print format for 64-bitDave Love2002-05-171-4/+11
| * Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-4/+3
* | New directoryKenichi Handa2003-09-081-3/+0
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (mark_kboards): Update calls to mark_object.Stefan Monnier2003-07-061-17/+17
* | (read_key_sequence): When converting upcase fn key toRichard M. Stallman2003-06-221-1/+8
* | (mark_kboards): New fun, moved from alloc.c. Mark kbd_buffer.Stefan Monnier2003-06-151-0/+43
* | (Qmouse_wheel, mouse_wheel_syms, lispy_mouse_wheel_names): Remove.Jason Rumney2003-06-041-103/+0
* | Make last change compile on MSVCJason Rumney2003-06-011-176/+176
* | (Qmouse_wheel): Declare only if MAC_OSX defined.Jason Rumney2003-06-011-6/+201
* | (make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.Juanma Barranquero2003-05-261-2/+2
* | Make (many) trivial substitutions for renamed andKim F. Storm2003-05-241-20/+15
* | (read_key_sequence): Adjust fkey and keytran when dropping `down' events.Stefan Monnier2003-05-241-0/+21
* | (apply_modifiers): Don't fill the other cache.Stefan Monnier2003-05-151-6/+9
* | (make_lispy_event): Apply modifiers to multibyte-char keys.Stefan Monnier2003-05-141-13/+22
* | (adjust_point_for_property): Be more careful about termination.Stefan Monnier2003-05-111-1/+1
* | (follow_key): Remove dead variable `did_meta'.Stefan Monnier2003-05-101-205/+158
* | (adjust_point_for_property): Try harder to move pointStefan Monnier2003-05-101-2/+17
* | (safe_run_hooks_error): Display the error instead of silently ignoring it.Stefan Monnier2003-05-051-0/+5
* | (menu_bar_item): Adjust declaration.Stefan Monnier2003-05-041-2/+2
* | (input_available_signal): Mark static.Stefan Monnier2003-05-041-39/+12
* | (parse_modifiers_uncached): Parse `down', `drag',Stefan Monnier2003-04-301-0/+20
* | (echo_char): Don't clear out a dash that follows a space.Richard M. Stallman2003-04-301-3/+8
* | (head_table): Use switch-frame as event_kind for select-window.Stefan Monnier2003-04-111-1/+3
* | (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENTStefan Monnier2003-04-111-10/+12
* | Allow building on Mac OS X again after Kim's merging of display code.Andrew Choi2003-03-241-0/+5
* | (make_lispy_event): Use enum window_part.Kim F. Storm2003-03-211-19/+19
* | Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbarsJan Djärv2003-03-091-0/+3
* | * keyboard.c (cancel_hourglass_unwind): Surround withJan Djärv2003-02-251-0/+2
* | * keyboard.c (cancel_hourglass_unwind): New function.Jan Djärv2003-02-231-8/+24
* | (this_command_key_count_reset): New variable.Richard M. Stallman2003-02-171-10/+31
* | Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-1/+1
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* | (echo_now): Update before_command_echo_length.Richard M. Stallman2003-02-041-18/+40
* | (syms_of_keyboard) <this-original-command>: Doc fix.Kim F. Storm2003-02-031-3/+4
* | Cygwin support patch.Juanma Barranquero2003-01-311-133/+133
* | (adjust_point_for_property): New second arg MODIFIED.Kenichi Handa2003-01-241-7/+9
* | GTK versionJan Djärv2003-01-191-5/+8
* | Finish previous change.Richard M. Stallman2003-01-131-0/+5
* | (command_loop_1): Don't redisplay directly if there's a post-command-hook.Richard M. Stallman2003-01-131-3/+9
* | (command_loop_1): Call adjust_point_for_propertyRichard M. Stallman2003-01-011-13/+23
* | (interrupt_signal): Provide forward declaration.Dave Love2002-11-221-1/+1
* | (command_loop_1): Fix int/Lisp_Object mixup.Stefan Monnier2002-11-151-28/+77