2010-11-04 |
Jan D. |
Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).
|
2010-11-01 |
Eli Zaretskii |
Finish coding mouse highlight redesigned for portability.
|
2010-11-01 |
Kenichi Handa |
merge trunk
|
2010-10-31 |
Glenn Morris |
* src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
|
2010-10-31 |
Chong Yidong |
Merge changes from emacs-23 branch
|
2010-10-31 |
Chong Yidong |
Print informative error message when aborting on GTK disconnect.
|
2010-10-25 |
Chong Yidong |
Document GTK Emacs kill on display close in PROBLEMS.
|
2010-10-29 |
Kenichi Handa |
Implement various display methods for glyphless characters.
|
2010-10-25 |
Chong Yidong |
Document GTK Emacs kill on display close in PROBLEMS.
|
2010-10-24 |
Chong Yidong |
Merge changes from emacs-23
|
2010-10-24 |
Chong Yidong |
* xterm.c (x_connection_closed): Kill Emacs unconditionally.
|
2010-10-24 |
Glenn Morris |
Sync X and MS-Windows docs of x-toolkit-scroll-bars.
|
2010-10-09 |
Chong Yidong |
* xterm.c (x_draw_relief_rect): Clear corner pixels.
|
2010-10-08 |
Chong Yidong |
* xterm.c (x_draw_relief_rect): If box width is larger than 1,
|
2010-10-03 |
Dan Nicolaescu |
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
|
2010-09-20 |
Dan Nicolaescu |
* src/xterm.c (xt_action_hook): Use const.
|
2010-09-14 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-09-12 |
Jan D |
Fix bug 7013, only do send event if wanted state != current state.
|
2010-09-02 |
Jan D. |
Removed cut-buffer code.
|
2010-08-18 |
Eli Zaretskii |
xterm.c (x_draw_bar_cursor): Fix last change.
|
2010-08-18 |
Eli Zaretskii |
Fix display of bar cursor on right-to-left text.
|
2010-08-14 |
Eli Zaretskii |
Fix cursor drawing on stretch glyphs in R2L lines.
|
2010-08-11 |
Jan D |
Fix -Wwrite_strings in general and for Gtk+ specific code.
|
2010-08-08 |
Dan Nicolaescu |
Use const char* instead of char*.
|
2010-08-06 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
2010-08-05 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
2010-08-02 |
Jan D. |
* xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
|
2010-08-01 |
Jan D |
Use Gtk+ tooltips by default for Gtk+ Emacs.
|
2010-07-29 |
Jan D. |
Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
|
2010-07-29 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
2010-07-27 |
Dan Nicolaescu |
Use const, move declarations to header files.
|
2010-07-16 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-15 |
Andreas Schwab |
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
|
2010-07-14 |
Jan D |
Fix frame size when scroll bar width not an integral of column width.
|
2010-07-14 |
Jan D |
Fix menu bar activation with click for Motif/Lesstif.
|
2010-07-13 |
Dan Nicolaescu |
Convert maybe_fatal to standard C.
|
2010-07-12 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
2010-07-12 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
2010-07-12 |
Andreas Schwab |
Convert old-style definitions
|
2010-07-14 |
Jan D |
Fix menus as per bug 6499 and 6608.
|
2010-07-10 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
2010-07-05 |
YAMAMOTO Mitsuharu |
Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-07 |
Juanma Barranquero |
Fix whitespace to follow coding guidelines.
|
2010-07-06 |
Andreas Schwab |
Fix conflicting declarations of x_get_keysym_name
|
2010-07-05 |
Jan D |
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
|
2010-07-05 |
Jan D |
* xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
|
2010-07-04 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
2010-07-02 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
2010-06-28 |
Jan D |
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
|
2010-06-22 |
Jan D. |
Hide scroll bar when window is too small to avoid Gtk+ warning.
|
2010-06-08 |
Dan Nicolaescu |
Remove INCLUDED_FCNTL.
|
2010-05-06 |
Jan D. |
* xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
|
2010-05-02 |
Jan D. |
Run kill-emacs when exiting for display closed or SIGTERM/HUP.
|
2010-04-20 |
Jan D. |
Gtk tool bars can be text, icons with text or just icons.
|
2010-04-10 |
Eli Zaretskii |
Implement cursor on the left fringe for R2L lines.
|
2010-04-07 |
Jan D. |
Fix resizing for X and non-Gtk+ build. Bug #5848.
|
2010-04-07 |
Jan D |
Fix resizing for X and non-Gtk+ build. Bug #5848.
|
2010-04-02 |
Dan Nicolaescu |
Remove extern errno declarations.
|
2010-03-31 |
Dan Nicolaescu |
Clean up BSD_SYSTEM use.
|
2010-02-24 |
Jan D. |
Move declarations before statements.
|
2010-02-13 |
Jan D. |
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
|
2010-02-13 |
Jan D. |
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
|
2010-01-16 |
Chong Yidong |
* xterm.c (event_handler_gdk): Block input (Bug#5037).
|
2010-01-16 |
Stefan Monnier |
(x_term_init): Instead of inhibiting GC while running Lisp
|
2010-01-13 |
Chong Yidong |
Fix gc bug in terminal allocation.
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2010-01-13 |
Kenichi Handa |
Display buffer name, etc. in mode line by composing correctly.
|
2010-01-09 |
YAMAMOTO Mitsuharu |
Make line<->pixel_y conversion macros aware of native menu/tool bars.
|
2010-01-06 |
Jan D. |
xterm.c (x_clear_frame): Queue draw for scroll bars.
|
2010-01-05 |
Jan D. |
Remove fprintf
|
2010-01-05 |
Jan D. |
Handle change of internal-border width when maximized.
|
2009-12-13 |
Jan Djärv |
Set the extended window manager hint for tooltip windows.
|
2009-12-13 |
Jan Djärv |
Work around warning about g_set_prgname() called multiple times.
|
2009-12-13 |
Jan Djärv |
Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
|
2009-11-27 |
Jan Djärv |
Don't crash if an X terminal is deleted with force == t.
|
2009-11-24 |
YAMAMOTO Mitsuharu |
(x_new_font): Update f->scroll_bar_actual_width.
|
2009-11-21 |
Jan Djärv |
Use a select wrapper around the GLib event loop, thus taking into account GLib
|
2009-11-21 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
2009-11-21 |
Dan Nicolaescu |
* xterm.c (x_new_font):
|
2009-11-17 |
Jan Djärv |
Handle system default font and changing font parameters.
|
2009-11-11 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
2009-11-06 |
Jan Djärv |
Fix bug #4870, issues 3 and 4.
|
2009-11-06 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
2009-10-21 |
Jan Djärv |
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
|
2009-10-21 |
Jan Djärv |
Fix resize due to font change on a maximized/xmonad-controlled frame.
|
2009-10-20 |
YAMAMOTO Mitsuharu |
(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
|
2009-10-19 |
Jan Djärv |
(x_create_toolkit_scroll_bar): Don't allocate color for
|
2009-10-19 |
Dan Nicolaescu |
* xterm.c:
|
2009-10-19 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
2009-09-15 |
Jan Djärv |
* xterm.c (x_new_font): Call change_frame_size before calling
|
2009-09-04 |
Jan Djärv |
(x_focus_changed): If we get a focusout and pointer
|
2009-09-02 |
Jan Djärv |
* xterm.h: Rename x_non_menubar_window_to_frame to
|
2009-08-25 |
Glenn Morris |
joakim at verona.se
|
2009-07-26 |
Chong Yidong |
* dispnew.c (init_display): Use Qx, Qw32, and Qns.
|
2009-07-16 |
Chong Yidong |
* xterm.c (Qx_gtk_map_stock): New var.
|
2009-07-07 |
Jan Djärv |
xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
|
2009-07-03 |
Jan Djärv |
* xterm.h (struct x_display_info): Add invisible_cursor.
|
2009-07-02 |
Jan Djärv |
* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
|
2009-07-01 |
Jan Djärv |
* xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky
|
2009-07-01 |
Jan Djärv |
* w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
|
2009-07-01 |
Jan Djärv |
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.
|
2009-06-28 |
Chong Yidong |
* xterm.c (x_update_window_begin, x_new_focus_frame)
|
2009-06-22 |
Chong Yidong |
* xterm.c (xg_default_icon_file): New variable.
|
2009-06-22 |
Chong Yidong |
* w32term.c (x_draw_glyph_string): Use the glyph string's width
|
2009-06-15 |
YAMAMOTO Mitsuharu |
(x_delete_terminal): Put previous change in #if 0 and
|
2009-06-11 |
Kenichi Handa |
(x_compute_glyph_string_overhangs): Handle the automatic
|
2009-05-19 |
YAMAMOTO Mitsuharu |
(x_delete_display): Don't call XrmDestroyDatabase here.
|
2009-05-02 |
Dan Nicolaescu |
(x_handle_net_wm_state): Move declaration of lval before
|
2009-04-19 |
Jason Rumney |
The following changes fix Bug#3005 for wide glyphs on each platform,
|
2009-03-27 |
Jan Djärv |
(handle_one_xevent): Call x_handle_net_wm_state if
|
2009-01-30 |
Juanma Barranquero |
* atimer.c (run_timers, alarm_signal_handler):
|
2009-01-29 |
Chong Yidong |
(XTread_socket): Update pending_signals.
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-12-22 |
Martin Rudalics |
* frame.c (delete_frame): New function derived from
|
2008-12-15 |
Chong Yidong |
(x_free_frame_resources): Remove extraneous call to free_frame_faces.
|
2008-12-13 |
Chong Yidong |
(x_delete_display): Move xim_close_dpy call to x_delete_terminal.
|
2008-12-13 |
Chong Yidong |
(struct xim_inst_t): Definition moved to xterm.h.
|
2008-12-03 |
Chong Yidong |
(x_draw_glyph_string): Fall back on underline_minimum_offset for
|
2008-11-15 |
Chong Yidong |
(x_draw_glyph_string): For stretch glyphs, don't call
|