summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branch.Chong Yidong2010-07-101-16/+1
|\
| * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-051-16/+1
| * Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-071-4/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-8/+8
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-23/+23
* | Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-1/+1
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-051-0/+4
* | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.Jan D2010-07-051-4/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-441/+156
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-93/+93
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-281-19/+8
* | Hide scroll bar when window is too small to avoid Gtk+ warning.Jan Djärv2010-06-221-1/+0
* | Remove INCLUDED_FCNTL.Dan Nicolaescu2010-06-071-2/+0
* | * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.Jan Djärv2010-05-061-2/+2
* | Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-021-4/+4
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-4/+7
* | Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-101-20/+24
* | Fix resizing for X and non-Gtk+ build. Bug #5848.Jan D2010-04-071-4/+2
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-2/+0
* | Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-2/+2
|/
* Move declarations before statements.Jan Djärv2010-02-241-4/+5
* xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't getJan Djärv2010-02-131-1/+22
* xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,Jan Djärv2010-02-131-0/+5
* * xterm.c (event_handler_gdk): Block input (Bug#5037).Chong Yidong2010-01-161-8/+13
* (x_term_init): Instead of inhibiting GC while running LispStefan Monnier2010-01-151-10/+18
* Fix gc bug in terminal allocation.Chong Yidong2010-01-131-1/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Display buffer name, etc. in mode line by composing correctly.Kenichi Handa2010-01-131-1/+9
* Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-091-7/+2
* xterm.c (x_clear_frame): Queue draw for scroll bars.Jan Djärv2010-01-061-0/+6
* Remove fprintfJan Djärv2010-01-051-1/+0
* Handle change of internal-border width when maximized.Jan Djärv2010-01-051-26/+28
* Set the extended window manager hint for tooltip windows.Jan Djärv2009-12-131-1/+5
* Work around warning about g_set_prgname() called multiple times.Jan Djärv2009-12-131-1/+19
* Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.Jan Djärv2009-12-131-44/+55
* Don't crash if an X terminal is deleted with force == t.Jan Djärv2009-11-271-0/+2
* (x_new_font): Update f->scroll_bar_actual_width.YAMAMOTO Mitsuharu2009-11-241-0/+4
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-211-0/+3
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-2/+1
* * xterm.c (x_new_font):Dan Nicolaescu2009-11-211-3/+5
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-9/+35
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-111-1/+1
* Fix bug #4870, issues 3 and 4.Jan Djärv2009-11-061-0/+8
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-12/+12
* * xterm.c (x_term_init): Remove XSynchronize call done for debugging.Jan Djärv2009-10-211-1/+0
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-211-80/+99
* (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quitYAMAMOTO Mitsuharu2009-10-201-1/+1
* (x_create_toolkit_scroll_bar): Don't allocate color forJan Djärv2009-10-191-8/+17
* * xterm.c:Dan Nicolaescu2009-10-191-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1