summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-06-021-0/+10
* ; * src/dispextern.h (struct it): Fix a typo in a comment.Eli Zaretskii2018-04-071-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix display of line numbers in GTK buildsEli Zaretskii2017-11-101-0/+7
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Support display of line numbers nativelyEli Zaretskii2017-07-081-1/+21
|\
| * Fix TAB display when the line-number face uses a smaller/larger fontEli Zaretskii2017-06-301-2/+3
| * Finish up native display of line numbersEli Zaretskii2017-06-171-0/+3
| * Initial version of native display of line numbersEli Zaretskii2017-06-161-1/+17
* | Provide additional support for child framesMartin Rudalics2017-06-251-35/+1
|/
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-0/+1
* A better fix for bug#25845Eli Zaretskii2017-03-061-0/+1
* Fix a few integer-overflow glitchesPaul Eggert2017-02-101-1/+1
* Fix scrolling with partial linesNoam Postavsky2017-02-021-0/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/xdisp.c (block_buffer_flips, unblock_buffer_flips): Now static.Paul Eggert2016-11-201-3/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-1/+4
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+2
|\ \ | |/
| * Avoid assertion violations when rendering some fontsEli Zaretskii2016-06-291-1/+2
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-0/+2
* | Cleanup tooltipsDmitry Antipov2016-07-121-2/+0
* | Rename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULLEli Zaretskii2016-07-021-1/+1
* | Clarify intent of FACE_FROM_ID and IMAGE_FROM_IDPaul Eggert2016-06-241-4/+4
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-19/+21
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-2/+5
* | Allow null entries in face and image cachePaul Eggert2016-05-191-2/+0
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-8/+22
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Fix char signedness issue in bidi codeAndreas Schwab2016-02-271-2/+2
* xwidgets style cleanupPaul Eggert2016-01-221-17/+11
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+28
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-4/+0
* Fix segfaults due to using a stale face IDPhilip2015-09-051-0/+1
* Fix hang with large yanks This should fix the bug fixed by MikePaul Eggert2015-07-171-1/+0
* Fix display of composite characters with large fontsEli Zaretskii2015-05-301-0/+2
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-0/+6
* Support RSVG and cairo.Jan D2015-04-051-0/+1
* Merge branch 'master' into cairoJan D2015-04-031-2/+4
|\
| * Merge from origin/emacs-24Paul Eggert2015-02-251-2/+4
| |\
| | * src/dispextern.h (FACE_FOR_CHAR): Fix the commentary.Eli Zaretskii2015-01-301-2/+4
| | * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | Add cairo drawing.Jan D2015-02-111-0/+6
|/ /
* | Use bool for boolean in xdisp.cPaul Eggert2015-02-091-10/+9
* | Remove no-longer-used two_byte_p calculationsPaul Eggert2015-02-031-3/+0
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-011-27/+0
* | Merge branch 'master' into xwidgetJoakim Verona2015-02-011-2/+2
|\ \