aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent endless loop in x_make_frame_visible.Jan Djärv2014-04-171-1/+8
* 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
* Fix regression introduced by patch for Bug#10500.YAMAMOTO Mitsuharu2014-03-211-4/+20
* * 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
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-1/+1
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-1/+1
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-1/+1
* * xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper.Paul Eggert2013-11-111-4/+4
* * xterm.c (syms_of_xterm): staticpro Qmodifier_value.Paul Eggert2013-11-111-1/+1
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-4/+6
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-291-9/+5
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-181-40/+3
* * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-141-5/+0
* * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-141-1/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-9/+1
* Port recent change to hosts where pointers aren't 'long'.Paul Eggert2013-09-201-35/+16
* * xterm.c (handle_one_xevent): Revert part of 2013-09-17 changeDmitry Antipov2013-09-201-9/+12
* * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov2013-09-191-91/+57
* Do not use external array to process X scroll bar messages.Dmitry Antipov2013-09-191-40/+41
* * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-181-27/+8
* * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-181-20/+16
* * w32term.c (w32_read_socket): Avoid temporaryDmitry Antipov2013-09-171-7/+2