aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inline a couple of functions that were macrosPaul Eggert2020-04-252-2/+2
* Merge from origin/emacs-27Glenn Morris2020-04-251-95/+176
|\
| * ; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii2020-04-241-95/+176
* | Fix GDI+ image loading by file nameEli Zaretskii2020-04-252-5/+6
* | Remove unused variable from ftfont.cIgor Saprykin2020-04-251-5/+2
* | Fix two fringe bitmapsEli Zaretskii2020-04-251-2/+2
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-236-26/+92
* | text-char-description minor cleanupPaul Eggert2020-04-221-15/+8
* | Tweak multibyte parsing loopsPaul Eggert2020-04-221-3/+3
* | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-204-68/+87
* | Remove workaround from w32image.cEli Zaretskii2020-04-201-2/+0
* | Merge from origin/emacs-27Glenn Morris2020-04-204-7/+9
|\ \ | |/
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-182-5/+7
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-182-2/+2
* | Rework how GDI+ functions are loaded dynamically in w32image.cEli Zaretskii2020-04-191-43/+102
* | Don't use Gnulib's explicit_bzero on MS-WindowsEli Zaretskii2020-04-191-0/+20
* | Fix misnamed variable breaking GNUstepAhmed Khanzada2020-04-181-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-181-0/+22
|\ \ | |/
| * Avoid crashes in regex-emacs.c due to GCEli Zaretskii2020-04-181-0/+22
* | Safeguard the fix of bug#40632Eli Zaretskii2020-04-181-2/+6
* | Don't abort when using GDI+ for imagesEli Zaretskii2020-04-181-7/+14
* | Fix loading multi-frame TIFF images via GDI+Juan José García-Ripoll2020-04-181-18/+24
* | Fix handling of child frames in prepare_menu_bars (Bug#40639)Martin Rudalics2020-04-181-5/+6
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-173-99/+82
* | Pacify gcc -Og x86-64Paul Eggert2020-04-171-1/+1
* | Prefer more inline functions in character.hPaul Eggert2020-04-1735-722/+579
* | Prefer inline functions in character.hPaul Eggert2020-04-175-161/+224
* | Use native image API for NSAlan Third2020-04-163-63/+76
* | Allow dynamic choice of drawing path on NS (bug#39883)Alan Third2020-04-162-72/+167
* | Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third2020-04-163-185/+150
* | (forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie2020-04-161-2/+3
* | Fix type-checking bug in vertical-motionPaul Eggert2020-04-161-8/+6
* | * src/indent.c (Fvertical_motion): Fix int/Lisp_Object mix up.Glenn Morris2020-04-161-1/+1
* | Avoid compiler warning in indent.cEli Zaretskii2020-04-161-0/+2
* | ; * src/w32image.c (w32_select_active_frame): Comment about GUID values.Eli Zaretskii2020-04-161-0/+5
* | File-handling cleanup in w32image.cEli Zaretskii2020-04-164-14/+9
* | Fix retrieval of frame delay when using GDI+Eli Zaretskii2020-04-151-3/+41
* | Merge from origin/emacs-27Glenn Morris2020-04-151-0/+15
|\ \ | |/
| * Limit RLIMIT_NOFILE to FD_SETSIZE on macOSYAMAMOTO Mitsuharu2020-04-151-0/+15
* | Avoid infloop in redisplay when wrap-prefix is too wideEli Zaretskii2020-04-151-1/+15
* | Avoid compiler warning in image.cEli Zaretskii2020-04-141-6/+3
* | ; * src/image.c: Cleanup of #ifdef's related to HAVE_NATIVE_IMAGE_API.Eli Zaretskii2020-04-141-4/+2
* | Make use of MS-Windows native image API be selectable at run timeEli Zaretskii2020-04-146-145/+244
* | Initial version of native image API support for MS-WindowsJuan José García-Ripoll2020-04-145-34/+448
* | Merge from origin/emacs-27Glenn Morris2020-04-131-1/+7
|\ \ | |/
| * Clarify documentation on inhibit-modification-hooks intended usageŠtěpán Němec2020-04-131-1/+7
* | Merge from origin/emacs-27Glenn Morris2020-04-131-0/+4
|\ \ | |/
| * Fix build failure with Fx_gtk_debugMartin Rudalics2020-04-121-0/+4
* | Fix previous change in w32fns.cAlbert2020-04-131-5/+2
* | ; Fix last change.Eli Zaretskii2020-04-131-2/+4