summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Fix an assertionChris Feng2016-02-25
* Allocate glyph matrices for the initial frameChris Feng2016-02-24
* xwidgets style cleanupPaul Eggert2016-01-22
* Support for the new Xwidget feature.Joakim Verona2016-01-19
* Ensure positive number of glyphs for margins of positive widthEli Zaretskii2016-01-15
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-08
* Avoid division by zero crash observed by Yuan MEI.Martin Rudalics2015-11-06
* * src/dispnew.c (init_display): Simplify overflow checking.Paul Eggert2015-10-28
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Remove a few simple cases of global redisplayStefan Monnier2015-09-08
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-09
* Make sure sleep-for always delays for as long as it's toldEli Zaretskii2015-06-30
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-31
* Treat batch stdout/stderr like standard displayPaul Eggert2015-05-31
* Merge from origin/emacs-24Paul Eggert2015-03-03
|\
| * Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-02
| * Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii2015-01-09
| * Update copyright year to 2015Paul Eggert2015-01-01
* | Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-27
* | Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-06
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-01
* | merge masterJoakim Verona2015-01-22
|\ \
| * | Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-21
* | | cleanupJoakim Verona2015-01-21
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-21
|\| |
| * | Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-20
| * | * dispnew.c: Remove no-longer-valid comment.Paul Eggert2015-01-20
| * | Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-19
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-20
|\| |
| * | Verify that Qnil is zero before relying on that in redisplay.Eli Zaretskii2015-01-19
* | | merge masterJoakim Verona2015-01-15
|\| |
| * | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-12
* | | merge master, fix conflictsJoakim Verona2015-01-11
|\| |
| * | Fix line-move-visual's following of column in R2L lines.Eli Zaretskii2015-01-08
| * | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* | | merge masterjave2015-01-02
|\| |
| * | Update copyright year to 2015Paul Eggert2015-01-01
* | | a missing merge, trailing whitespacejave2009-01-01
* | | Merge branch 'master' into xwidgetJoakim Verona2014-12-23
|\| |
| * | * src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier2014-12-17
| * | * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-15
| * | Improve inhibiting of implied frame resizes.Martin Rudalics2014-11-07
| * | Merge from emacs-24; up to 117634Glenn Morris2014-10-29
| |\|
| | * Fix bug #18839 with incorrect image size returned by posn-at-point.Eli Zaretskii2014-10-26
| * | Cleanup terminal handling code.Dmitry Antipov2014-10-14
| * | src/dispnew.c (adjust_decode_mode_spec_buffer): Use 'int' instead of 'ssize_t'.Eli Zaretskii2014-10-02