summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Use bool, not int, to track face changesPaul Eggert2015-01-281-2/+2
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-271-11/+8
|\ \ \ | |/ /
| * | Use bool for boolean in xfaces.cPaul Eggert2015-01-261-11/+8
* | | merge master, fix conflictsJoakim Verona2015-01-111-16/+12
|\ \ \ | |/ /
| * | Port to 32-bit --with-wide-intPaul Eggert2015-01-101-2/+2
| * | Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-101-2/+2
| * | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-9/+8
| * | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-5/+2
* | | Removed unused xwidgt pointerjave2015-01-071-1/+0
* | | merge masterjave2015-01-021-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2015Paul Eggert2015-01-011-1/+1