2013-08-14 |
Dmitry Antipov | * window.h (struct window): Convert window_end_pos and
|
commit | commitdiff | tree |
2013-08-14 |
Dmitry Antipov | Fix --enable-gcc-warnings errors introduced in 2013...
|
commit | commitdiff | tree |
2013-08-14 |
Dmitry Antipov | Cleanup window fringes, margins and scroll bars adjustments.
|
commit | commitdiff | tree |
2013-08-14 |
Dmitry Antipov | * window.h (struct window): Convert scroll_bar_width
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * window.h (struct window): Convert left_margin_cols and
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * window.h (struct window): Convert left_fringe_width
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * nsfns.m (x_set_cursor_type):
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * keyboard.c (Fdiscard_input): Do not increment update_mode_...
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * font.c (clear_font_cache): New function, stripped...
|
commit | commitdiff | tree |
2013-08-13 |
Dmitry Antipov | * window.c (Fset_window_start): Compare `w', not `window...
|
commit | commitdiff | tree |
2013-08-12 |
Dmitry Antipov | Avoid looping over all frame windows to freeze and...
|
commit | commitdiff | tree |
2013-08-09 |
Dmitry Antipov | Use xstrdup and build_unibyte_string where applicable.
|
commit | commitdiff | tree |
2013-08-08 |
Dmitry Antipov | Redesign redisplay interface to drop global variable...
|
commit | commitdiff | tree |
2013-08-08 |
Dmitry Antipov | Do not reset window modification event counters excessively.
|
commit | commitdiff | tree |
2013-08-07 |
Dmitry Antipov | Fix typo in ChangeLog entry.
|
commit | commitdiff | tree |
2013-08-07 |
Dmitry Antipov | Prefer selected_window to Fselected_window, likewise...
|
commit | commitdiff | tree |
2013-08-07 |
Dmitry Antipov | Be more careful if selected window shows the buffer...
|
commit | commitdiff | tree |
2013-08-06 |
Dmitry Antipov | * window.c (window_scroll, window_scroll_pixel_based)
|
commit | commitdiff | tree |
2013-08-06 |
Dmitry Antipov | * lisp/files.el (cache-long-line-scans): Make
|
commit | commitdiff | tree |
2013-08-06 |
Dmitry Antipov | * frame.el (get-other-frame): Tiny cleanup.
|
commit | commitdiff | tree |
2013-08-06 |
Dmitry Antipov | Use region cache to speedup bidi_find_paragraph_start.
|
commit | commitdiff | tree |
2013-08-06 |
Dmitry Antipov | Invalidate region caches only if buffer text is going...
|
commit | commitdiff | tree |
2013-08-05 |
Dmitry Antipov | Do not call to `selected-window' where it is assumed...
|
commit | commitdiff | tree |
2013-08-05 |
Dmitry Antipov | Do not call to `selected-frame' where it is assumed...
|
commit | commitdiff | tree |
2013-08-05 |
Dmitry Antipov | New macro to iterate over live buffers similar to frames.
|
commit | commitdiff | tree |
2013-08-04 |
Dmitry Antipov | * dispnew.c (glyph_matrix_count, glyph_pool_count):
|
commit | commitdiff | tree |
2013-08-03 |
Dmitry Antipov | * composite.h (compose_region): Remove the leftover.
|
commit | commitdiff | tree |
2013-08-03 |
Dmitry Antipov | Do not use global Lisp_Object in composition macros.
|
commit | commitdiff | tree |
2013-08-03 |
Dmitry Antipov | Drop FRAME_PTR typedef.
|
commit | commitdiff | tree |
2013-08-02 |
Dmitry Antipov | Fix X GC leak in GTK and raw (no toolkit) X ports.
|
commit | commitdiff | tree |
2013-08-02 |
Dmitry Antipov | Fix last change.
|
commit | commitdiff | tree |
2013-08-02 |
Dmitry Antipov | * insdel.c (adjust_after_replace, replace_range, del_range_2):
|
commit | commitdiff | tree |
2013-08-02 |
Dmitry Antipov | * w32term.c (x_unfocus_frame): Remove unused dummy...
|
commit | commitdiff | tree |
2013-08-02 |
Dmitry Antipov | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_f...
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | Fix last font-related change.
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | * frame.h (FRAME_MOUSE_UPDATE):
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | Avoid redundant Lisp_Object <-> struct frame conversions...
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | * xterm.c (any_help_event_p, x_draw_glyph_string_background):
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | Do not use pure Xism x_wm_set_icon_position in non...
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | * xterm.c (x_flush): Call XFlush once per each X display...
|
commit | commitdiff | tree |
2013-08-01 |
Dmitry Antipov | * xterm.c (last_mouse_press_frame): Remove the
|
commit | commitdiff | tree |
2013-07-31 |
Dmitry Antipov | Drop unnecessary functions that deals with frame pixel...
|
commit | commitdiff | tree |
2013-07-31 |
Dmitry Antipov | * frame.c (Fset_frame_height, Fset_frame_width): Mention...
|
commit | commitdiff | tree |
2013-07-31 |
Dmitry Antipov | * frame.c (Fmake_terminal_frame): Use store_in_alist...
|
commit | commitdiff | tree |
2013-07-31 |
Dmitry Antipov | * lisp/emacs-lisp/re-builder.el (reb-color-display-p):
|
commit | commitdiff | tree |
2013-07-31 |
Dmitry Antipov | * frame.c (make_frame, x_set_frame_parameters): Use...
|
commit | commitdiff | tree |
2013-07-30 |
Dmitry Antipov | * xfaces.c (make_face_cache): For struct face_cache...
|
commit | commitdiff | tree |
2013-07-30 |
Dmitry Antipov | * fringe.c (draw_window_fringes, update_window_fringes)
|
commit | commitdiff | tree |
2013-07-30 |
Dmitry Antipov | * frame.c (Fmodify_frame_parameters): Always check...
|
commit | commitdiff | tree |
2013-07-29 |
Dmitry Antipov | * fns.c (toplevel): Remove comment before Fsafe_length...
|
commit | commitdiff | tree |
2013-05-21 |
Dmitry Antipov | * xdisp.c (reseat_at_previous_visible_line_start):
|
commit | commitdiff | tree |
2013-04-07 |
Dmitry Antipov | Get rid of some platform-specific functions examining...
|
commit | commitdiff | tree |
2013-04-06 |
Dmitry Antipov | Do not set x-display-name until X connection is established.
|
commit | commitdiff | tree |
2013-04-05 |
Dmitry Antipov | Consistently use platform-specific function to detect...
|
commit | commitdiff | tree |
2013-03-31 |
Dmitry Antipov | * frame.h (struct frame): Drop scroll_bottom_vpos
|
commit | commitdiff | tree |
2013-03-29 |
Dmitry Antipov | * indent.c (current_column_bol_cache): Remove leftover...
|
commit | commitdiff | tree |
2013-03-28 |
Dmitry Antipov | * window.h (struct window): Replace hchild, vchild...
|
commit | commitdiff | tree |
2013-03-28 |
Dmitry Antipov | Fix 2013-03-28T02:41:05Z!dmantipov@yandex.ru which...
|
commit | commitdiff | tree |
2013-03-28 |
Dmitry Antipov | * xdisp.c (with_echo_area_buffer_unwind_data): Save...
|
commit | commitdiff | tree |
2013-03-24 |
Dmitry Antipov | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd...
|
commit | commitdiff | tree |
2013-03-22 |
Dmitry Antipov | * frame.h (struct frame): Put menu_bar_window under...
|
commit | commitdiff | tree |
2013-03-20 |
Dmitry Antipov | * window.h (struct window): Convert left_col, top_line...
|
commit | commitdiff | tree |
2013-03-20 |
Dmitry Antipov | Fix ChangeLog entry.
|
commit | commitdiff | tree |
2013-03-20 |
Dmitry Antipov | * frame.h (struct frame): Drop resx and resy because...
|
commit | commitdiff | tree |
2013-03-19 |
Dmitry Antipov | * print.c (syms_of_print): Initialize debugging output...
|
commit | commitdiff | tree |
2013-03-19 |
Dmitry Antipov | * window.c (Fwindow_combination_limit, Fset_window_combinati...
|
commit | commitdiff | tree |
2013-03-18 |
Dmitry Antipov | * window.c (window_resize_check, window_resize_apply)
|
commit | commitdiff | tree |
2013-03-15 |
Dmitry Antipov | * region-cache.c (find_cache_boundary, move_cache_gap)
|
commit | commitdiff | tree |
2013-03-13 |
Dmitry Antipov | * window.c (Fscroll_other_window): Use SET_PT_BOTH...
|
commit | commitdiff | tree |
2013-03-13 |
Dmitry Antipov | * xdisp.c (init_iterator): Simplify because both character...
|
commit | commitdiff | tree |
2013-03-08 |
Dmitry Antipov | * search.c (find_newline): Accept start and end byte...
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | * bidi.c (bidi_fetch_char): Swap first and second arguments
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | Avoid character to byte conversions in motion subroutines.
|
commit | commitdiff | tree |
2013-03-07 |
Dmitry Antipov | * lisp.h (list2i, list3i): New functions.
|
commit | commitdiff | tree |
2013-03-06 |
Dmitry Antipov | Coding system support cleanup and minor refactoring.
|
commit | commitdiff | tree |
2013-03-05 |
Dmitry Antipov | * lisp.h (find_next_newline_no_quit): Rename to find_next_ne...
|
commit | commitdiff | tree |
2013-03-05 |
Dmitry Antipov | * composite.c (get_composition_id, fill_gstring_header):
|
commit | commitdiff | tree |
2013-03-04 |
Dmitry Antipov | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.
|
commit | commitdiff | tree |
2013-02-20 |
Dmitry Antipov | * search.c (find_newline): Return byte position in...
|
commit | commitdiff | tree |
2013-02-15 |
Dmitry Antipov | * composite.c (fill_gstring_header): Remove useless...
|
commit | commitdiff | tree |
2013-02-13 |
Dmitry Antipov | * font.c (font_range): Add pos_byte argument. Adjust...
|
commit | commitdiff | tree |
2013-02-11 |
Dmitry Antipov | * marker.c (set_marker_internal): If desired position...
|
commit | commitdiff | tree |
2013-02-10 |
Dmitry Antipov | * syntax.c (scan_sexps_forward): Fix byte position...
|
commit | commitdiff | tree |
2013-02-08 |
Dmitry Antipov | * search.c (scan_buffer): Calculate end byte position...
|
commit | commitdiff | tree |
2013-02-08 |
Dmitry Antipov | * lisp.h (make_uninit_vector): New function.
|
commit | commitdiff | tree |
2013-02-07 |
Dmitry Antipov | * coding.c (Fdefine_coding_system_internal): Use AREF...
|
commit | commitdiff | tree |
2013-02-01 |
Dmitry Antipov | * window.h (struct window): Convert base_line_number...
|
commit | commitdiff | tree |
2013-01-28 |
Dmitry Antipov | Remove obsolete redisplay code. See the discussion at
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * insdel.c (insert_1): Remove.
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * net/socks.el (socks-nslookup-host): Use string-to...
|
commit | commitdiff | tree |
2013-01-25 |
Dmitry Antipov | * font.c (num_fonts): Remove the leftover from old
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to...
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | Drop async_visible and async_iconified fields of struct...
|
commit | commitdiff | tree |
2013-01-24 |
Dmitry Antipov | * src/insdel.c (prepare_to_modify_buffer): Revert last...
|
commit | commitdiff | tree |
2013-01-23 |
Dmitry Antipov | * insdel.c (prepare_to_modify_buffer): Force redisplay if
|
commit | commitdiff | tree |
2013-01-23 |
Dmitry Antipov | * lisp/play/gametree.el (gametree-break-line-here)...
|
commit | commitdiff | tree |
2013-01-22 |
Dmitry Antipov | * window.h (struct window): Change window_end_valid...
|
commit | commitdiff | tree |
2013-01-22 |
Dmitry Antipov | * xdisp.c (mark_window_display_accurate): Simplify...
|
commit | commitdiff | tree |
2013-01-21 |
Dmitry Antipov | * fileio.c (Finsert_file_contents): Revert code introduced at
|
commit | commitdiff | tree |