aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (x_setup_pointer_blanking): ConditionallyDmitry Antipov2014-06-061-1/+3
* Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-041-0/+3
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-0/+2
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-5/+8
|\
| * Make jump scroll work with Gtk+Jan Djärv2014-06-011-4/+1
| * Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.Eli Zaretskii2014-05-291-1/+7
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-24/+1
* | * xterm.c (x_free_frame_resources): Fix last change.Dmitry Antipov2014-05-281-1/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-0/+4
* | Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-8/+2
* | If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-131-10/+96
* | Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.eduJuanma Barranquero2014-04-191-1/+8
|\ \ | |/
| * Prevent endless loop in x_make_frame_visible.Jan Djärv2014-04-171-1/+8
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* | * xterm.c (x_term_init) [USE_LUCID]: Fix minor memory leak.Dmitry Antipov2014-04-021-1/+4
* | Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.orgJuanma Barranquero2014-04-021-16/+16
|\ \ | |/
| * In x_new_font don't calculate non-toolkit scrollbar width from font width (Bu...Martin Rudalics2014-04-021-14/+10
| * Adjust image background width on X11 accordingly when its x position is adjus...YAMAMOTO Mitsuharu2014-03-281-2/+6
* | * search.c (Freplace_match): Use make_specified_string.Dmitry Antipov2014-03-311-4/+1
* | Merge from emacs-24; up to 2014-03-21T08:51:02Z!eliz@gnu.orgGlenn Morris2014-03-211-4/+20
|\ \ | |/
| * Fix regression introduced by patch for Bug#10500.YAMAMOTO Mitsuharu2014-03-211-4/+20
* | Code for previous changeDaniel Colascione2014-03-211-3/+7
|/
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-13/+5
* * xfns.c (x_set_mouse_color): Recolor vertical_drag_cursor.Dmitry Antipov2014-03-111-0/+16
* * xterm.c (xim_initialize): Always pass a copy of resource nameDmitry Antipov2014-03-061-12/+19
* * xterm.c (x_draw_stretch_glyph_string): Reset clipping. (Bug#16932)YAMAMOTO Mitsuharu2014-03-041-0/+2
* Avoid crashes when X fonts are erroneously freed on reused XDmitry Antipov2014-03-031-0/+5
* Improve window dividers code.Martin Rudalics2014-02-041-8/+44
* * xterm.c (x_focus_changed): Check for non-X terminal-frameJan Djärv2014-01-261-1/+3
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-21/+55
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-16/+16
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-311-4/+13
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-8/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-5/+5
* * xterm.c (x_make_frame_visible): Restore hack which is needed whenDmitry Antipov2013-12-121-0/+21
* * nsterm.m (x_free_frame_resources):Dmitry Antipov2013-12-111-2/+1
* Various fixes around Bug#16013.Martin Rudalics2013-12-111-11/+14
* Fix minor problems found by static checking.Paul Eggert2013-12-071-0/+3
* * xterm.c (input_signal_count): Remove.Dmitry Antipov2013-12-061-53/+6
* In x_new_font calculate new frame sizes from new font size (Bug#16028).Martin Rudalics2013-12-051-1/+2
* In XTflash fix coordinate of bottom area to flash (Bug#16044).Martin Rudalics2013-12-041-1/+1
* Fix last fix (Bug#16036)Martin Rudalics2013-12-031-9/+7
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-2/+10
* Remove fringe background extension code on X11.YAMAMOTO Mitsuharu2013-12-021-155/+20
* Remove some unused items introduced during pixelwise change.Martin Rudalics2013-11-301-3/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-29/+57
* * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-291-1/+1