summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-021-6/+12
* Merge from origin/emacs-26Glenn Morris2019-04-291-1/+3
|\
| * Check if mouse_face_overlay was deleted (Bug#35273)Noam Postavsky2019-04-281-1/+3
* | * src/xdisp.c: Only check FRAME_RIF for graphical framesAlexander Gramiak2019-04-261-3/+6
* | Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-1/+1
* | Check for existence of terminal hooks before useAlexander Gramiak2019-04-261-5/+8
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-55/+57
* | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-46/+45
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-4/+8
* | Fix posn-at-point with line-number display and display propertiesEli Zaretskii2019-04-241-0/+6
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-5/+5
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-23/+20
* | Fix show-trailing-whitespace in R2L textEli Zaretskii2019-03-111-1/+1
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-59/+33
* | Fix OBJECT binding in conditional display specsEli Zaretskii2019-03-061-2/+2
* | In unwind_with_echo_area_buffer use set_marker_restricted_bothMartin Rudalics2019-03-061-9/+9
* | Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-041-6/+13
* | Simplify list creation in C codePaul Eggert2019-03-041-8/+6
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-14/+23
* | Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii2019-02-041-1/+14
* | Fix bugs caused by running window change functions during redisplayMartin Rudalics2019-02-021-24/+3
* | Unbreak the macOS NS buildEli Zaretskii2019-01-191-2/+0
* | Merge from origin/emacs-26Glenn Morris2019-01-181-26/+19
|\ \ | |/
| * Prevent redrawing if frame is garbagedAlan Third2019-01-151-13/+1
| * Attempt to fix hangs on MS-Windows due to C-gEli Zaretskii2019-01-141-13/+18
* | Run window change functions during redisplayMartin Rudalics2019-01-111-31/+41
* | Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* | Avoid a compiler warning on macOS.Philipp Stephani2019-01-021-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix assertion-violations on non-integersPaul Eggert2018-12-301-1/+1
* | Avoid that unwind_format_mode_line messes up buffer points (Bug#32777)Martin Rudalics2018-12-291-1/+31
* | Merge from origin/emacs-26Glenn Morris2018-12-151-1/+4
|\ \ | |/
| * Fix display of line numbers in empty lines beyond EOBEli Zaretskii2018-12-141-1/+4
* | Fix stray CHECK_FIXNUM_COERCE_MARKERPaul Eggert2018-12-131-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+2
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-301-3/+3
* | Merge from origin/emacs-26Glenn Morris2018-11-281-2/+13
|\ \ | |/
| * Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-251-2/+13
* | A further fix for locally remapped fringe faceEli Zaretskii2018-11-041-0/+15
* | Merge from origin/emacs-26Glenn Morris2018-10-161-24/+34
|\ \ | |/
| * Use the 'line-number' face for line-number fields past EOBEli Zaretskii2018-10-131-24/+34
* | Allow 'make-cursor-line-fully-visible' name a functionEli Zaretskii2018-09-301-17/+52
* | Don't call modification hooks unpreparedNoam Postavsky2018-09-151-0/+9
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-3/+5
* | Merge from origin/emacs-26Glenn Morris2018-08-291-8/+12
|\ \ | |/
| * Avoid infinite hscrolling loops when line numbers are displayedEli Zaretskii2018-08-281-8/+12
* | Improve bignum support for system typesPaul Eggert2018-08-271-19/+22
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-23/+22
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-17/+38
|\ \