summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of user-defined fringe bitmaps in daemon modeEli Zaretskii2019-08-131-4/+2
* Replace TRACE with redisplay_trace, etc.Paul Eggert2019-07-021-27/+0
* Support native image transforms on MS-WindowsEli Zaretskii2019-06-291-0/+3
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-081-1/+1
* Use machine pointer width for face hashesPaul Eggert2019-06-071-1/+1
* Fix overflow issues in image rotationPaul Eggert2019-06-061-19/+2
* Add native image rotation and croppingAlan Third2019-06-051-2/+20
* Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu2019-05-291-1/+20
* Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_processYAMAMOTO Mitsuharu2019-05-241-1/+1
* Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefsAlexander Gramiak2019-05-191-9/+9
* Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-1/+1
* Introduce Emacs_GC struct and typedefAlexander Gramiak2019-05-191-2/+20
* Introduce Emacs_Rectangle struct and typedefAlexander Gramiak2019-05-191-3/+12
* Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-191-3/+4
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-3/+7
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-7/+8
* Clean up and simplify image-type setupPaul Eggert2019-05-171-1/+1
* Remove display member of glyph_stringAlexander Gramiak2019-05-101-3/+0
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-0/+4
* Add terminal hook defined_color_hookAlexander Gramiak2019-04-261-0/+3
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-29/+29
* Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-18/+18
* Support native image resizing on cairoYAMAMOTO Mitsuharu2019-03-271-1/+1
* Simplify cairo image surface creation and destructionYAMAMOTO Mitsuharu2019-03-261-1/+0
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* Support native image resizing on MS-WindowsEli Zaretskii2019-01-201-1/+1
* Minor tweaks to HAVE_NATIVE_SCALING codePaul Eggert2019-01-101-7/+6
* Add native image scaling (bug#33587)Alan Third2019-01-101-0/+13
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * 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
* | struct image_type layout is private to image.cPaul Eggert2018-12-061-28/+0
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-301-0/+3
* | Rename Emacs-specific INFINITY constantsPaul Eggert2018-08-311-0/+4
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-1/+1
|\ \
| * | ; Fix typos in commentaryCharles A. Roelli2018-08-081-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-2/+2
|/ /
* | Add support for per-window face remappingDaniel Colascione2018-06-071-4/+5
* | Merge from origin/emacs-26Glenn Morris2018-04-101-1/+1
|\ \ | |/
| * ; * src/dispextern.h (struct it): Fix a typo in a comment.Eli Zaretskii2018-04-071-1/+1
* | Fix display of TABs in hscrolled windows with line numbersEli Zaretskii2018-03-071-0/+10
* | Fix some tooltip related problemsMartin Rudalics2018-01-181-9/+0
|/
* 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