2013-12-13 |
Dmitry Antipov | * font.c (font_close_object): Check for live frame...
|
commit | commitdiff | tree |
2013-12-12 |
Dmitry Antipov | * font.h (struct font_entity) [HAVE_NS]: New field...
|
commit | commitdiff | tree |
2013-12-12 |
Dmitry Antipov | * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused...
|
commit | commitdiff | tree |
2013-12-12 |
Dmitry Antipov | * xterm.c (x_make_frame_visible): Restore hack which...
|
commit | commitdiff | tree |
2013-12-11 |
Dmitry Antipov | * nsterm.m (x_free_frame_resources):
|
commit | commitdiff | tree |
2013-12-10 |
Dmitry Antipov | * font.c (font_find_for_lface): Ensure SAFE_FREE on...
|
commit | commitdiff | tree |
2013-12-10 |
Dmitry Antipov | * xdisp.c (display_tool_bar_line): Don't extend on...
|
commit | commitdiff | tree |
2013-12-09 |
Dmitry Antipov | * gtkutil.c (USE_NEW_GTK_FONT_CHOOSER) [HAVE_FREETYPE]:
|
commit | commitdiff | tree |
2013-12-06 |
Dmitry Antipov | * xterm.c (input_signal_count): Remove.
|
commit | commitdiff | tree |
2013-12-04 |
Dmitry Antipov | * font.h (struct font_bitmap): Remove unused 'extra...
|
commit | commitdiff | tree |
2013-12-04 |
Dmitry Antipov | * font.c (font_list_entities): Remove dummy assignment.
|
commit | commitdiff | tree |
2013-12-02 |
Dmitry Antipov | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):
|
commit | commitdiff | tree |
2013-10-29 |
Dmitry Antipov | Prefer 'unsigned long' to 'long unsigned int' and ...
|
commit | commitdiff | tree |
2013-10-29 |
Dmitry Antipov | * xterm.h (struct x_output): For 'black_relief' and...
|
commit | commitdiff | tree |
2013-10-28 |
Dmitry Antipov | * dispextern.h (struct face): Use bitfields for 'underline_type'
|
commit | commitdiff | tree |
2013-10-27 |
Dmitry Antipov | * xftfont.c (struct xftfont_info): Remove set-but-unused
|
commit | commitdiff | tree |
2013-10-25 |
Dmitry Antipov | Perform font-specific cleanup when font object is swept...
|
commit | commitdiff | tree |
2013-10-25 |
Dmitry Antipov | Omit unused frame argument of font API's close function.
|
commit | commitdiff | tree |
2013-10-23 |
Dmitry Antipov | Fix ChangeLog entry.
|
commit | commitdiff | tree |
2013-10-23 |
Dmitry Antipov | Tweak last font-related changes to fix bug#15686.
|
commit | commitdiff | tree |
2013-10-21 |
Dmitry Antipov | Do not allow font caches to grow too large.
|
commit | commitdiff | tree |
2013-10-18 |
Dmitry Antipov | Remove port-specific display name lists to avoid extra
|
commit | commitdiff | tree |
2013-10-16 |
Dmitry Antipov | * fns.c (Fstring_as_unibyte): Fix last change.
|
commit | commitdiff | tree |
2013-10-16 |
Dmitry Antipov | * fns.c (Fstring_as_unibyte): Use xlispstrdup.
|
commit | commitdiff | tree |
2013-10-15 |
Dmitry Antipov | * nsterm.h (struct ns_display_info): Remove set-but...
|
commit | commitdiff | tree |
2013-10-14 |
Dmitry Antipov | * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)
|
commit | commitdiff | tree |
2013-10-14 |
Dmitry Antipov | * xfaces.c (PT_PER_INCH): Remove unused macro.
|
commit | commitdiff | tree |
2013-10-11 |
Dmitry Antipov | * term.c (tty_menu_show): Never return with unbalanced
|
commit | commitdiff | tree |
2013-10-11 |
Dmitry Antipov | * dispnew.c (redraw_frame): Remove useless #ifdef because
|
commit | commitdiff | tree |
2013-10-11 |
Dmitry Antipov | * xdisp.c (deep_copy_glyph_row): Remove unused locals.
|
commit | commitdiff | tree |
2013-10-10 |
Dmitry Antipov | * keyboard.c (last_event_timestamp): Remove. For X...
|
commit | commitdiff | tree |
2013-10-10 |
Dmitry Antipov | * keyboard.c (init_kboard): Now static. Add arg
|
commit | commitdiff | tree |
2013-10-08 |
Dmitry Antipov | * dispnew.c (set_window_update_flags): Add buffer arg...
|
commit | commitdiff | tree |
2013-10-08 |
Dmitry Antipov | Do not allocate huge temporary memory areas and objects...
|
commit | commitdiff | tree |
2013-10-07 |
Dmitry Antipov | * xdisp.c (handle_fontified_prop): Prefer ptrdiff_t...
|
commit | commitdiff | tree |
2013-10-07 |
Dmitry Antipov | * insdel.c (insert_from_gap): Prefer ptrdiff_t to int...
|
commit | commitdiff | tree |
2013-10-07 |
Dmitry Antipov | * alloc.c (Fmake_string): Fix last change.
|
commit | commitdiff | tree |
2013-10-07 |
Dmitry Antipov | * alloc.c (Fmake_string): For ASCII char initializer...
|
commit | commitdiff | tree |
2013-10-04 |
Dmitry Antipov | * xdisp.c (redisplay_internal): Simplify because scan_for_co...
|
commit | commitdiff | tree |
2013-10-02 |
Dmitry Antipov | * frame.h (struct frame): Drop has_minibuffer member...
|
commit | commitdiff | tree |
2013-10-02 |
Dmitry Antipov | * window.h (struct window): Prefer enum text_cursor_kinds...
|
commit | commitdiff | tree |
2013-10-02 |
Dmitry Antipov | * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM...
|
commit | commitdiff | tree |
2013-09-24 |
Dmitry Antipov | Use union for the payload of struct Lisp_Vector.
|
commit | commitdiff | tree |
2013-09-24 |
Dmitry Antipov | Optimize glyph row clearing and copying routines.
|
commit | commitdiff | tree |
2013-09-23 |
Dmitry Antipov | * dispextern.h (cancel_line, init_desired_glyphs):
|
commit | commitdiff | tree |
2013-09-23 |
Dmitry Antipov | * xdisp.c (noninteractive_need_newline, message_log_need_new...
|
commit | commitdiff | tree |
2013-09-23 |
Dmitry Antipov | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf...
|
commit | commitdiff | tree |
2013-09-20 |
Dmitry Antipov | * xterm.c (handle_one_xevent): Revert part of 2013...
|
commit | commitdiff | tree |
2013-09-19 |
Dmitry Antipov | * xterm.h (struct x_display_info): New members last_mouse_gl...
|
commit | commitdiff | tree |
2013-09-19 |
Dmitry Antipov | Do not use external array to process X scroll bar messages.
|
commit | commitdiff | tree |
2013-09-18 |
Dmitry Antipov | * w32term.c (note_mouse_movement): Fix last change.
|
commit | commitdiff | tree |
2013-09-18 |
Dmitry Antipov | Ifdef away recent changes which aren't relevant to...
|
commit | commitdiff | tree |
2013-09-18 |
Dmitry Antipov | * frame.c (x_redo_mouse_highlight): New function
|
commit | commitdiff | tree |
2013-09-18 |
Dmitry Antipov | * frame.c (x_mouse_grabbed): New function.
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * w32term.c (w32_read_socket): Avoid temporary
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * dispextern.h (check_x_display_info, x_get_string_resource):
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * xterm.h (struct x_display_info): New member
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h...
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * xterm.c (handle_one_xevent): Do not call to x_clear_area
|
commit | commitdiff | tree |
2013-09-17 |
Dmitry Antipov | * configure.ac: Do not check for g_type_init because we
|
commit | commitdiff | tree |
2013-09-16 |
Dmitry Antipov | * xterm.c (toolkit_scroll_bar_interaction): Use bool...
|
commit | commitdiff | tree |
2013-09-16 |
Dmitry Antipov | Do not copy X event in handle_one_xevent except KeyPress...
|
commit | commitdiff | tree |
2013-09-16 |
Dmitry Antipov | Fix X event waiting to handle multiple frames.
|
commit | commitdiff | tree |
2013-09-15 |
Dmitry Antipov | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is...
|
commit | commitdiff | tree |
2013-09-15 |
Dmitry Antipov | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS...
|
commit | commitdiff | tree |
2013-09-15 |
Dmitry Antipov | * xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET...
|
commit | commitdiff | tree |
2013-09-15 |
Dmitry Antipov | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HE...
|
commit | commitdiff | tree |
2013-09-15 |
Dmitry Antipov | * xterm.h (FRAME_X_SCREEN_NUMBER): Add comment.
|
commit | commitdiff | tree |
2013-09-13 |
Dmitry Antipov | * frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix...
|
commit | commitdiff | tree |
2013-09-13 |
Dmitry Antipov | Unify Fx_focus_frame between all ports.
|
commit | commitdiff | tree |
2013-09-13 |
Dmitry Antipov | Unify FRAME_window_system_DISPLAY_INFO macros between...
|
commit | commitdiff | tree |
2013-09-13 |
Dmitry Antipov | * xterm.h (x_window_to_frame, x_any_window_to_frame)
|
commit | commitdiff | tree |
2013-09-12 |
Dmitry Antipov | * xterm.h (x_display_info): New field last_user_time...
|
commit | commitdiff | tree |
2013-09-12 |
Dmitry Antipov | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D...
|
commit | commitdiff | tree |
2013-09-11 |
Dmitry Antipov | * nsterm.m (syms_of_nsterm): Use Qns.
|
commit | commitdiff | tree |
2013-09-11 |
Dmitry Antipov | * termhooks.h (fullscreen_hook): Remove the leftover.
|
commit | commitdiff | tree |
2013-09-11 |
Dmitry Antipov | Cleaning up a few X scroll bar bits.
|
commit | commitdiff | tree |
2013-09-11 |
Dmitry Antipov | Ifdef away frame tool bar code when it is not really...
|
commit | commitdiff | tree |
2013-09-11 |
Dmitry Antipov | Fix last change.
|
commit | commitdiff | tree |
2013-09-09 |
Dmitry Antipov | Review and drop old frame resize hack.
|
commit | commitdiff | tree |
2013-09-09 |
Dmitry Antipov | Do not populate pure Xism x_sync to other ports.
|
commit | commitdiff | tree |
2013-09-09 |
Dmitry Antipov | Cleanup frame flushing.
|
commit | commitdiff | tree |
2013-09-06 |
Dmitry Antipov | * lisp.h (last_glyphless_glyph_frame, last_glyphless_glyph_f...
|
commit | commitdiff | tree |
2013-09-06 |
Dmitry Antipov | Attempt to make redisplay more selective when changing...
|
commit | commitdiff | tree |
2013-09-06 |
Dmitry Antipov | Fix ChangeLog typo.
|
commit | commitdiff | tree |
2013-09-06 |
Dmitry Antipov | Attempt to make redisplay more selective when changing...
|
commit | commitdiff | tree |
2013-09-05 |
Dmitry Antipov | Cache current header and mode line height for each...
|
commit | commitdiff | tree |
2013-09-05 |
Dmitry Antipov | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.
|
commit | commitdiff | tree |
2013-09-05 |
Dmitry Antipov | Make --without-x compatible with --enable-gcc-warnings.
|
commit | commitdiff | tree |
2013-09-05 |
Dmitry Antipov | * frame.c (check_minibuf_window): Update 'frame' with...
|
commit | commitdiff | tree |
2013-09-04 |
Dmitry Antipov | * xterm.h (struct x_display_info): Do not track X connection
|
commit | commitdiff | tree |
2013-09-03 |
Dmitry Antipov | * buffer.c (drop_overlay):
|
commit | commitdiff | tree |
2013-09-03 |
Dmitry Antipov | * buffer.c (Fmake_overlay, Fmove_overlay):
|
commit | commitdiff | tree |
2013-09-03 |
Dmitry Antipov | * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer...
|
commit | commitdiff | tree |
2013-09-03 |
Dmitry Antipov | * xterm.h (struct x_output): Remove set-but-unused
|
commit | commitdiff | tree |
2013-09-03 |
Dmitry Antipov | * xterm.h (struct scroll_bar): Prefer int to Lisp_Object
|
commit | commitdiff | tree |
2013-09-02 |
Dmitry Antipov | * xterm.c (x_last_mouse_movement_time): Revert last...
|
commit | commitdiff | tree |
2013-09-02 |
Dmitry Antipov | * xterm.c (handle_one_xevent): Use event.xunmap and...
|
commit | commitdiff | tree |
2013-09-02 |
Dmitry Antipov | * xterm.c (x_last_mouse_movement_time) [X_MOTION_HISTORY...
|
commit | commitdiff | tree |