aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (last_point_position_window): New variable.Richard M. Stallman2005-12-261-1/+6
* (make_lispy_event): Drag-and-drop items are nowYAMAMOTO Mitsuharu2005-12-191-8/+2
* (Qmac_apple_event) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-12-101-0/+22
* (command_loop_1): Don't set Vmemory_full here.Richard M. Stallman2005-10-291-2/+0
* (make_lispy_position): Adjust wx for left margin if ON_TEXT.Kim F. Storm2005-10-131-5/+21
* (make_lispy_position): Fix buffer calculations forKim F. Storm2005-10-111-12/+27
* (make_lispy_position): Fix buffer position calculation forKim F. Storm2005-10-101-0/+1
* (make_lispy_event): If point has moved between down and up event, make itStefan Monnier2005-10-041-4/+14
* (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.YAMAMOTO Mitsuharu2005-10-011-5/+0
* (update_menu_bindings): Variable deleted.Richard M. Stallman2005-09-251-13/+1
* (kbd_buffer_get_event) [MAC_OS]: Make events forYAMAMOTO Mitsuharu2005-08-251-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* (read_char): Test gc_cons_threshold.Richard M. Stallman2005-07-231-1/+2
* (read_char): Use gc_cons_combined_threshold.Stefan Monnier2005-07-131-1/+1
* (menu_bar_items): Don't GCPRO menu_bar_items_vector here.Kim F. Storm2005-07-081-5/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (read_char): Call restore_getcjmp after jump occurs.Richard M. Stallman2005-06-171-0/+3
* (command_loop_1): Adapt call to Fselect_frame.Luc Teirlinck2005-06-101-1/+1
* Clean up whitespace.Richard M. Stallman2005-06-081-1/+1
* (command_loop_1): Update Vthis_original_command.Luc Teirlinck2005-06-061-0/+1
* (Frecursive_edit): Fix typo in docstring.Juanma Barranquero2005-05-261-3/+3
* (syms_of_keyboard): Remove lisp variablesNick Roberts2005-05-181-38/+0
* (adjust_point_for_property): Skip empty overlay string.Kim F. Storm2005-05-161-2/+5
* (readable_events) [USE_TOOLKIT_SCROLL_BARS]: RegardYAMAMOTO Mitsuharu2005-05-131-11/+26
* (executing_kbd_macro_index): Rename from executing_macro_index.Kim F. Storm2005-05-021-9/+9
* Change Vexecuting_macro to Vexecuting_kbd_macro.Richard M. Stallman2005-05-011-17/+17
* (Qlanguage_change) [MAC_OS]: New variable.YAMAMOTO Mitsuharu2005-04-121-3/+8
* (poll_for_input) [SYNC_INPUT]: Don't call poll_for_input_1. SetYAMAMOTO Mitsuharu2005-04-121-0/+4
* Comment change.Richard M. Stallman2005-04-101-5/+9
* (Qmouse_fixup_help_message): New var.Kim F. Storm2005-03-311-0/+14
* (keys_of_keyboard): Just use `ignore' instead of the redundant `ignore-event'.Stefan Monnier2005-03-191-2/+21
* (read_char): Only do the 7-bit-meta -> 27-bit-metaStefan Monnier2005-03-161-1/+1
* * keyboard.c (Fexecute_extended_command): Restart hourglassJan Djärv2005-03-101-0/+18
* (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.Richard M. Stallman2005-03-061-5/+0
* (Fposn_at_x_y): Check integerness of X and Y.Stefan Monnier2005-03-011-2/+5
* (command_loop_1): Always use safe_run_hooks to run Qdeferred_action_function.Richard M. Stallman2005-02-151-1/+1
* If HAVE_FCNTL_H include fcntl.h.Dan Nicolaescu2005-02-131-0/+4
* * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)Jan Djärv2005-01-161-49/+44
* (Fposn_at_x_y): Add optional arg WHOLE.Kim F. Storm2005-01-141-6/+11
* (syms_of_keyboard): Doc fix.Richard M. Stallman2005-01-131-3/+4
* * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECKJan Djärv2004-12-231-4/+6
* (kbd_buffer_store_event_hold):Richard M. Stallman2004-12-211-3/+13
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-17/+2
* (read_char): Save and restore echo_string whenKim F. Storm2004-12-151-0/+2
* (Vthrow_on_input): New variable.Kim F. Storm2004-12-151-0/+17
* (handle_async_input): Remove pthread mutex handling.Stefan Monnier2004-12-111-34/+18
* * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) aroundJan Djärv2004-12-071-2/+2
* * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-1/+38
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-301-1/+1
* (command_loop_1): Print a message describing the keyStefan Monnier2004-11-251-0/+3