aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix display of R2L textEli Zaretskii2019-11-161-6/+10
* Fix a recent change in xdisp.cEli Zaretskii2019-11-151-3/+0
* In Cairo builds, omit some unnecessary functionsPaul Eggert2019-11-141-0/+3
* Fix extend face in gui interfaces.Jimmy Aguilar Mena2019-10-291-16/+14
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* A better fix for tab-line mouse highlight on TTY framesEli Zaretskii2019-10-191-11/+9
* Pacify x86 GCC 9 in tab bar codePaul Eggert2019-10-181-13/+9
* Fix mouse highlight with tab-line on TTY framesEli Zaretskii2019-10-181-1/+10
* Fix issue calling face_at_pos.feature/extend_face_idJimmy Aguilar Mena2019-10-141-1/+2
* Modify face_at_pos to not modify change IT.Jimmy Aguilar Mena2019-10-141-44/+42
* ; extend_face_id and fill_column_indicator correctionsJimmy Aguilar Mena2019-10-141-1/+9
* Document new :extend face attribute in manuals.Jimmy Aguilar Mena2019-10-141-4/+2
* Fixed merge_face_ref recursive calls.Jimmy Aguilar Mena2019-10-141-4/+3
* Optimization in extend_faceJimmy Aguilar Mena2019-10-141-3/+4
* Extend_face simplify.Jimmy Aguilar Mena2019-10-141-12/+11
* Added parameter attr_filter to face_at_string_position.Jimmy Aguilar Mena2019-10-141-19/+18
* Fix last change in append_space_for_newline.Jimmy Aguilar Mena2019-10-141-47/+48
* Add space for cursor to work also in terminal.Jimmy Aguilar Mena2019-10-141-129/+126
* Changed handle_face_prop_general prototype.Jimmy Aguilar Mena2019-10-141-57/+40
* Fixed extend face filtered for prop.Jimmy Aguilar Mena2019-10-141-9/+4
* Call handle_face_prop_general to extend face.Jimmy Aguilar Mena2019-10-141-2/+4
* Update dfci code with new extend_face code.Jimmy Aguilar Mena2019-10-141-92/+88
* New parameter to control the face extension..Jimmy Aguilar Mena2019-10-141-15/+29
* Simplify struct face to use only underline.Jimmy Aguilar Mena2019-10-141-1/+1
* * src/xdisp.c (note_tab_bar_highlight): Simplify HAVE_NS ifdefs.Paul Eggert2019-10-131-10/+3
* Avoid compiler warnings on macOS.Philipp Stephani2019-10-131-0/+4
* Implement offsets for absolute line numbersJuanma Barranquero2019-10-091-7/+36
* Do not use tick faces beyond ZV (bug#37641)Juanma Barranquero2019-10-091-17/+21
* Fix crashes on TTY frames due to "C-x 6 f"Eli Zaretskii2019-10-081-1/+1
* Fix a crash in TTY sessions caused by recent changesEli Zaretskii2019-10-071-3/+5
* Fix infloop in redisplay caused by a recent changeEli Zaretskii2019-10-071-1/+5
* Set alternate faces for some line numbers (bug#27734)Juanma Barranquero2019-10-061-0/+24
* Support mouse clicks on tab bar on TTY framesEli Zaretskii2019-10-061-7/+118
* Fix display of cursor in obscure use case on MS-WindowsEli Zaretskii2019-10-051-0/+7
* Minor style tweaks for recent tab changesPaul Eggert2019-10-041-1/+2
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-48/+1117
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-23/+29
| * Small fixes. Bind [tab-line mouse-1] to mouse-select-window.Juri Linkov2019-09-251-1/+5
| * Improve customizability and better tab separators.Juri Linkov2019-09-221-1/+1
| * Try to fix macOS and Windows issues.Juri Linkov2019-09-161-1/+6
| * Use images for new/close buttons in tab-bar and tab-line.Juri Linkov2019-09-151-14/+21
| * Fix assertion violations due to non-ASCII text in tabsJuri Linkov2019-09-151-3/+5
| * Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-051-2/+8
| * Text-based nox builds compiled without X window supportJuri Linkov2019-09-041-110/+128
| * Small fix for text-mode displayJuri Linkov2019-09-041-4/+2
| * Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-031-2/+114
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-47/+958
* | Fix display of box around imagesEli Zaretskii2019-09-271-0/+10
* | Fix assertion violations due to non-ASCII text in menusEli Zaretskii2019-09-131-3/+5
* | * src/xdisp.c (hscroll_window_tree): Fix type typo.Paul Eggert2019-09-031-1/+2
|/