summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (command_loop_1): Apply Vtranslation_table_for_inputDave Love2002-11-091-6/+11
* (read_char): Always translate iffDave Love2002-11-041-1/+1
* (adjust_point_for_property): copy/paste error.Stefan Monnier2002-11-031-1/+1
* (adjust_point_for_property): Handle `display' prop on overlays.Stefan Monnier2002-11-031-21/+41
* (lispy_accent_codes, lispy_accent_keys): Extended.Dave Love2002-10-301-2/+55
* (keyremap): New struct.Stefan Monnier2002-10-041-121/+119
* (STOP_POLLING, RESUME_POLLING): New macros.Richard M. Stallman2002-09-271-6/+17
* (Fexecute_extended_command): Use pop_message_unwind.Richard M. Stallman2002-09-111-1/+1
* (Fdiscard_input): If defining keyboard macro,Kim F. Storm2002-09-091-2/+8
* (Fclear_this_command_keys): Added optional argKim F. Storm2002-08-191-7/+12
* (Fcommand_execute): Update call to Fexecute_kbd_macro.Kim F. Storm2002-08-141-1/+1