aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.Dmitry Antipov2013-09-171-8/+2
* * xterm.h (struct x_display_info): New memberDmitry Antipov2013-09-171-23/+14
* * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.Dmitry Antipov2013-09-171-1/+1
* Don't overuse 'const' in types of locals.Paul Eggert2013-09-171-14/+14
* * xterm.c (handle_one_xevent): Do not call to x_clear_areaDmitry Antipov2013-09-171-1/+1
* * xterm.c (toolkit_scroll_bar_interaction): Use bool for boolean.Dmitry Antipov2013-09-161-3/+4
* Do not copy X event in handle_one_xevent except KeyPress case.Dmitry Antipov2013-09-161-213/+191
* Fix X event waiting to handle multiple frames.Dmitry Antipov2013-09-161-40/+27