aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (timer_resume_idle): New function to resume idleKim F. Storm2004-10-091-16/+19
* Rename wait_reading_process_input to wait_reading_process_output.Kim F. Storm2004-08-201-2/+2
* Adapt to new wait_reading_process_input args.Kim F. Storm2004-08-191-4/+1
* Declare Qdisabled_command_function instead of Qdisabled_command_hook.Luc Teirlinck2004-08-081-6/+6
* (syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.Luc Teirlinck2004-08-071-0/+1
* (syms_of_keyboard) <disable-point-adjustment>: Doc fix.Luc Teirlinck2004-07-311-2/+2
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-1/+1
* (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined.Juanma Barranquero2004-07-171-1/+3
* (not_single_kboard_state): New function.Richard M. Stallman2004-07-171-6/+17
* Revision: [email protected]/emacs--cvs-trunk--0--patch-455Miles Bader2004-07-141-0/+15
* (syms_of_keyboard): Fix `keyboard-translate-table' docstring.Luc Teirlinck2004-07-061-5/+7
* (command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.Richard M. Stallman2004-06-211-0/+12
* (cmd_error): Don't call any_kboard_state if inside a recursive edit level.Richard M. Stallman2004-06-131-1/+6
* (cancel_hourglass_unwind): Return a value.Andreas Schwab2004-06-131-22/+5
* (Fposn_at_point): Doc fix.Juanma Barranquero2004-06-111-1/+1
* (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-0/+3
* (Frecursive_edit): Return immediately if input blocked.Kim F. Storm2004-05-171-0/+11
* (kbd_buffer_get_event): Don't use event->code andJason Rumney2004-05-171-3/+1
* Undo last change.Kim F. Storm2004-05-141-9/+0
* (in_timer_check): New static var.Kim F. Storm2004-05-141-0/+9
* (mark_kboards): Don't mark x and y membersKim F. Storm2004-05-131-2/+5
* (Fposn_at_x_y, Fposn_at_point): New defuns.Kim F. Storm2004-04-201-0/+57
* (Fkey_description): Change callers.Kim F. Storm2004-04-161-2/+2
* Revision: [email protected]/emacs--cvs-trunk--0--patch-119Miles Bader2004-02-281-0/+5
* (kbd_buffer_store_event_hold): New function to storeKim F. Storm2004-02-271-49/+57
* Temporary fix; increase NREAD_INPUT_EVENTS to 512.Kim F. Storm2004-02-261-1/+1
* Fix whitespace.Kim F. Storm2004-02-191-8/+8
* Undo 2004-02-16 and 2004-02-17 changes.Kim F. Storm2004-02-191-60/+56
* (in_read_avail_input): New static variable to handle re-entrancy.Kim F. Storm2004-02-171-9/+20
* Rework previous change; it didn't consider that theKim F. Storm2004-02-161-11/+29
* (prev_read): New static variable.Eli Zaretskii2004-02-161-5/+10
* (kbd_buffer_gcpro): Remove.Stefan Monnier2004-01-211-47/+1
* (handle_async_input): New fun, extracted from input_available_signal.Stefan Monnier2004-01-211-18/+30
* (make_lispy_position): Use modified mode_line_string,Kim F. Storm2004-01-061-46/+52
* (Qimage): Remove extern (now in lisp.h).Kim F. Storm2003-12-281-3/+27
* (make_lispy_position): Add x and y coordinatesKim F. Storm2003-11-271-15/+33
* (make_lispy_position): New function for generatingKim F. Storm2003-11-231-261/+141
* (parse_modifiers, apply_modifiers): Use INTMASK instead of VALMASK.Stefan Monnier2003-11-171-2/+2
* 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