aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid MinGW64 compilation warning in w32.cEli Zaretskii2017-09-161-0/+4
* ; * src/data.c (minmax_driver): Fix last change.Eli Zaretskii2017-09-161-1/+1
* Fix MS-Windows build broken by recent changes in lcms.cEli Zaretskii2017-09-161-10/+20
* Avoid GCC 7 compilation warning in data.cEli Zaretskii2017-09-161-1/+1
* Add lcms-temp->white-point and initial testsMark Oteiza2017-09-151-0/+28
* One more attempt to avoid GCC 7 warnings in dispnew.cEli Zaretskii2017-09-151-1/+1
* Fix color-distance docstringMark Oteiza2017-09-151-2/+9
* Avoid crashes due to invalid error forms from sentinels/filtersEli Zaretskii2017-09-151-0/+4
* Avoid compilation warnings with GCC 7 on MS-WindowsEli Zaretskii2017-09-154-8/+11
* Define gnutls_rnd for WINDOWSNT and HAVE_GNUTLS3 case onlyMartin Rudalics2017-09-151-1/+1
* In w32heap.c bump up DUMPED_HEAP_SIZEMartin Rudalics2017-09-151-1/+1
* Avoid 64-bit compilation warnings in unexw32.cEli Zaretskii2017-09-141-7/+13
* Fix warnings about formats in printf-like functions on MS-WindowsEli Zaretskii2017-09-142-3/+30
* Support lcms2 in MS-Windows buildsEli Zaretskii2017-09-142-0/+85
* Port renameat_noreplace to openSUSE 12.3Paul Eggert2017-09-141-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13178-201/+200
* Provide an lcms2 featureMark Oteiza2017-09-131-0/+2
* Add lcms2 interfaceMark Oteiza2017-09-135-7/+205
* Fix macOS compatibility versions for vibrant dark theme (bug#28415)Alan Third2017-09-111-9/+9
* Fix race with rename-file etc. with dir NEWNAMEPaul Eggert2017-09-101-28/+27
* Implement renameat_noreplace on recent CygwinKen Brown2017-09-101-0/+6
* Remove more compilation warnings in MinGW64 buildEli Zaretskii2017-09-093-0/+11
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-095-7/+24
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-0910-16/+17
* Avoid infloop when scrolling under scroll-preserve-screen-positionEli Zaretskii2017-09-091-0/+5
* Fix line-pixel-height for lines of variable heightEli Zaretskii2017-09-081-0/+4
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-083-4/+4
* Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii2017-09-081-1/+1
* Fix bug: (directory-file-name "///") returned "//"Paul Eggert2017-09-071-7/+8
* Set frame size to actual requested size (bug#18215)Alan Third2017-09-071-2/+2
* Revert "Force screen update after drawing cursor glyph (bug#23774)"Alan Third2017-09-051-10/+1
* Avoid losing Ctrl-C keystrokes in compilation mode on MS-WindowsEli Zaretskii2017-09-051-0/+9
* * src/image.c (Fimagemagick_types): Doc fix.Andreas Schwab2017-09-051-1/+1
* Revert recent float→double Motif changePaul Eggert2017-09-041-33/+25
* Force screen update after drawing cursor glyph (bug#23774)Alan Third2017-09-031-1/+10
* In delete_frame do not delete terminal for any toolkit buildMartin Rudalics2017-09-031-2/+6
* Improve error messages for improper plists (Bug#27726)Philipp Stephani2017-09-021-4/+5
* * src/fileio.c (Fexpand_file_name): Doc fix. (Bug#27982)Eli Zaretskii2017-09-021-1/+3
* Remove unneeded version checks (bug#28222)Alan Third2017-08-312-8/+2
* In xterm.c fix some recently introduced compiler warningsMartin Rudalics2017-08-311-4/+5
* Restrict fix of Bug#24963 and Bug#25887 to GTK buildsMartin Rudalics2017-08-311-2/+4
* Preserve display's foreground color when clearing internal borders (Bug#28278)Martin Rudalics2017-08-301-5/+6
* Make garbage collection more conservativePaul Eggert2017-08-291-132/+193
* Improve stack-top heuristicPaul Eggert2017-08-291-5/+15
* Align stack bottom properly.Paul Eggert2017-08-291-2/+5
* Avoid spinning waiting for git-gui.exe on WindowsEli Zaretskii2017-08-291-5/+10
* Fix cross macOS version building (bug#28222)Alan Third2017-08-292-1/+11
* Enable thin font smoothing in macOS (bug#28222)Ben Bonfil2017-08-292-0/+10
* Avoid aborting in 'waitpid' on MS-WindowsEli Zaretskii2017-08-291-1/+5
* Simplify remove_slash_colonPaul Eggert2017-08-281-1/+1