If available, use Xfixes extension to do pointer blanking.
[bpt/emacs.git] / src / xterm.c
2013-09-16 Dmitry AntipovFix X event waiting to handle multiple frames.
2013-09-15 Dmitry AntipovDrop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is...
2013-09-15 Dmitry Antipov* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WIND...
2013-09-13 Dmitry AntipovUnify FRAME_window_system_DISPLAY_INFO macros between...
2013-09-13 Dmitry Antipov* xterm.h (x_window_to_frame, x_any_window_to_frame)
2013-09-12 Kenichi Handamerge trunk
2013-09-12 Dmitry Antipov* xterm.h (x_display_info): New field last_user_time...
2013-09-12 Dmitry Antipov* xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_...
2013-09-11 Dmitry AntipovCleaning up a few X scroll bar bits.
2013-09-11 Dmitry AntipovIfdef away frame tool bar code when it is not really...
2013-09-09 Dmitry AntipovCleanup frame flushing.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-05 Dmitry Antipov* frame.c (check_minibuf_window): Update 'frame' with...
2013-09-04 Dmitry Antipov* xterm.h (struct x_display_info): Do not track X conne...
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-03 Dmitry Antipov* xterm.h (struct x_output): Remove set-but-unused
2013-09-03 Dmitry Antipov* xterm.h (struct scroll_bar): Prefer int to Lisp_Object
2013-09-02 Dmitry Antipov* xterm.c (x_last_mouse_movement_time): Revert last...
2013-09-02 Dmitry Antipov* xterm.c (handle_one_xevent): Use event.xunmap and...
2013-09-02 Dmitry Antipov* xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTOR...
2013-09-02 Dmitry AntipovUse XGetMotionEvents to ask the last mouse motion time...
2013-09-02 Dmitry Antipov* msdos.c (last_mouse_window): Move to...
2013-09-02 Dmitry Antipov* xterm.c (toplevel): Drop obsolete comment and move...
2013-09-02 Dmitry Antipov* msdos.c (IT_set_terminal_window): Remove no-op.
2013-09-01 Dmitry Antipov* nsterm.m (ns_set_terminal_modes, ns_reset_terminal_mo...
2013-08-29 Dmitry Antipov* xterm.c (x_clear_area): Lost 7th arg because it is...
2013-08-28 Dmitry AntipovPrefer enum glyph_row_area to int where appropriate.
2013-08-28 Dmitry AntipovRedesign redisplay interface to drop global output_cursor.
2013-08-27 Paul EggertSimplify SELECT_TYPE-related code.
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-27 Dmitry Antipov* lisp.h (Mouse_HLInfo): Move from here...
2013-08-23 Dmitry AntipovMinor cleanup for redisplay interface and few related...
2013-08-15 Dmitry Antipov* term.c (get_named_tty, create_tty_output, tty_free_fr...
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-13 Dmitry Antipov* window.h (WINDOW_FRINGE_EXTENDED_P): New macro.
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-10 Jan Djärv* xterm.c (x_error_handler): Also ignore BadWindow...
2013-08-09 Dmitry AntipovUse xstrdup and build_unibyte_string where applicable.
2013-08-08 Dmitry AntipovRedesign redisplay interface to drop global variable...
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-03 Dmitry AntipovDrop FRAME_PTR typedef.
2013-08-02 Dmitry AntipovFix X GC leak in GTK and raw (no toolkit) X ports.
2013-08-01 Dmitry Antipov* xterm.c (any_help_event_p, x_draw_glyph_string_backgr...
2013-08-01 Dmitry Antipov* xterm.c (x_flush): Call XFlush once per each X displa...
2013-08-01 Dmitry Antipov* xterm.c (last_mouse_press_frame): Remove the
2013-07-30 Dmitry Antipov* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-26 Stefan MonnierAdd support for lexical variables to the debugger's...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-16 Jan DjärvStop cursor blink after blink-cursor-blinks (10), stop...
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-10 Paul EggertPort to C89.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-30 Paul EggertDo not use GTK 3 if it exists but cannot be compiled.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-05 Paul EggertChain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-31 Paul EggertDon't let D-bus autolaunch mess up SIGCHLD handling.
2013-05-22 Kenichi Handamerge trunk
2013-05-15 Eli ZaretskiiMerge from trunk, configury not fixed yet.
2013-05-09 Paul Eggert* xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHEC...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-08 Paul Eggert* xterm.h (GTK_PREREQ): New macro.
2013-05-07 YAMAMOTO MitsuharuAdd multi-monitor support on X11.
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-05 Kenichi Handamerge trunk
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-25 Jan Djärv* configure.ac (HAVE_XKB): Define if Xkb is present.
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-07 Dmitry Antipov* lisp.h (list2i, list3i): New functions.
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
2013-02-19 Glenn MorrisMerge from emacs-24; up to 2012-12-20T16:09:05Z!dmantip...
2013-02-18 Bill WohlerMerge from trunk; up to 2013-02-18T01:30:27Z!monnier...
2013-02-17 Glenn MorrisMerge from emacs-24; up to 2012-12-20T05:05:41Z!dmantip...
2013-02-17 Jan DjärvMove scroll-bar-adjust-thumb-portion.
2013-02-15 Glenn MorrisMerge from emacs-24; up to 2012-12-19T19:51:40Z!monnier...
2013-02-15 Paul EggertMerge from emacs-24; up to 2012-12-19T13:01:16Z!michael...
2013-02-13 Glenn MorrisMerge from emacs-24; up to 2012-12-17T11:17:34Z!rgm...
2013-02-10 Glenn MorrisMerge from emacs-24; up to 2012-12-15T12:19:04Z!juri...
2013-02-08 Glenn MorrisMerge from emacs-24; up to 2012-12-14T21:27:39Z!rgm...
next