aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change pixel formatscratch/ns/performanceAlan Third2020-12-311-2/+3
* Fix EmacsSurface definitionsAlan Third2020-12-312-3/+5
* Fix GNUstep warningsAlan Third2020-12-313-7/+3
* Fix problems with reusing IOSurfacesAlan Third2020-12-312-100/+266
* Improve performance of scrolling on NSAlan Third2020-12-311-25/+19
* Improve drawing performance on macOSAlan Third2020-12-312-12/+69
* Minor cleanup in doc.cStefan Kangas2020-12-311-24/+14
* Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-311-1/+2
* Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-311-0/+25
* Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-301-0/+42
* * src/nsterm.m (ns_select): Fix off-by-one error, and add assertionPhilipp Stephani2020-12-301-1/+2
* Fix Help menu on macOSAlan Third2020-12-301-0/+3
* Use standard key symbols in NS menu entriesMattias Engdegård2020-12-301-10/+60
* ; * src/nsmenu.m: Undo unintentional changeMattias Engdegård2020-12-301-2/+2
* Plug NS memory leaks (bug#45502)Mattias Engdegård2020-12-301-6/+7
* * src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus2020-12-301-15/+28
* Minor cleanup in keymap.cStefan Kangas2020-12-301-136/+72
* Improve the `long' computation of `mode-line-compact'Lars Ingebrigtsen2020-12-301-2/+1
* Don't calculate macOS menu data for GNUstep (bug#45502)Alan Third2020-12-291-5/+13
* * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple SiliconArtem Loenko2020-12-291-1/+1
* A better fix for process-tests on MS-WindowsEli Zaretskii2020-12-291-0/+5
* More readable keys in NS menu entries (bug#45502)Mattias Engdegård2020-12-292-49/+61
* Fix crash in NS menu codeAlan Third2020-12-291-0/+9
* * src/xdisp.c (display_mode_line): I guess FALSE should be false.Glenn Morris2020-12-281-1/+1
* Revert the previous display_string changeLars Ingebrigtsen2020-12-291-24/+20
* Fix compact mode line text propertiesLars Ingebrigtsen2020-12-291-14/+27
* Add a parameter to display_string to allow not ignoring text propsLars Ingebrigtsen2020-12-291-19/+26
* Introduce new variable mode-line-compactLars Ingebrigtsen2020-12-291-3/+46
* Fix crash in NS menu codeAlan Third2020-12-281-55/+46
* Make XIM to work with non-CJK localesYichao Yu2020-12-282-33/+5
* Remove NS menu synthesized events (bug#44333)Alan Third2020-12-273-415/+158
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-271-1/+1
* ; Fix the recent `length' doc string additionŠtěpán Němec2020-12-271-1/+1
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-271-2/+5
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-271-1/+75
* Fix test/src/process-tests on MS-WindowsEli Zaretskii2020-12-261-0/+6
* Improvements for `:base-uri' svg image propertyZajcev Evgeny2020-12-261-3/+5
* Merge from origin/emacs-27Glenn Morris2020-12-251-1/+1
|\
| * * src/Makefile.in (DO_CODESIGN): Fix expected architecture name.Philipp Stephani2020-12-231-1/+1
| * Codesign the executable on recene MacOS systemsItai Seggev2020-12-231-0/+7
| * Fix error with fn key in NS port (bug#44533)Alan Third2020-12-141-11/+8
| * Fix crash in ns_mouse_position (bug#44313)Alan Third2020-12-121-1/+3
* | Revert "Use posix_spawn if possible."Eli Zaretskii2020-12-252-150/+2
* | Use posix_spawn if possible.Philipp Stephani2020-12-252-2/+150
* | Adjust to recent Gnulib changesPaul Eggert2020-12-253-23/+12
* | Pacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.cPaul Eggert2020-12-251-5/+2
* | ; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.Eli Zaretskii2020-12-241-2/+2
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-245-48/+37
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-243-223/+202
* | * src/dispnew.c (sit_for): Fix bug#45292Stefan Monnier2020-12-231-0/+9