aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * xterm.c (x_new_font): Call change_frame_size before callingJan Djärv2009-09-151-1/+14
* (x_focus_changed): If we get a focusout and pointerJan Djärv2009-09-041-0/+3
* * xterm.h: Rename x_non_menubar_window_to_frame toJan Djärv2009-09-021-8/+14
* joakim at verona.seGlenn Morris2009-08-251-1/+1
* * dispnew.c (init_display): Use Qx, Qw32, and Qns.Chong Yidong2009-07-261-2/+2
* * xterm.c (Qx_gtk_map_stock): New var.Chong Yidong2009-07-161-0/+6
* xterm.c (handle_one_xevent): Only call x_check_fullscreen on theJan Djärv2009-07-071-2/+5
* * xterm.h (struct x_display_info): Add invisible_cursor.Jan Djärv2009-07-031-2/+25
* * gtkutil.c (xg_frame_set_char_size): Do set width/height if theJan Djärv2009-07-021-0/+3
* * xterm.h (struct x_display_info): Add Xatom_net_wm_state_stickyJan Djärv2009-07-011-1/+7
* * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.Jan Djärv2009-07-011-0/+12
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-80/+82
* * xterm.c (x_update_window_begin, x_new_focus_frame)Chong Yidong2009-06-281-188/+2
* * xterm.c (xg_default_icon_file): New variable.Chong Yidong2009-06-221-5/+18