summaryrefslogtreecommitdiffstats
path: root/src/winmain.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: remove unused winmain.cppEduard Braun2017-10-101-65/+0
| | | | | | | | | | | | | | | | | | | | | | | | | While we were diligently compiling and maintaining it, the WinMain entry point was completely unused for quite some time now (if it was ever used). gcc is perfectly happy with the standard main() entry point and even MSVC should be able to work with alternative entry point names (if anybody was bold enough to actually compile Inkscape that way) Note regarding code for output redirection: The code that was introduced in 378a6384e55bdb8c5750c051fd91302f64d2b69a in order to achieve console output from inkscape.exe (see comment in winconsole.cpp why this does not work by default) works in principle, but has a number of issues - it immediately exits (control is returned to the console) rendering it unsuitable (or even harmful) for script usage - despite returning control to the console Inkscape continues to print messages to it messing up any other output - standard input (stdin) is not working at all The solution of using console wrappers from b8859cd12327c84f5ca8d4bf8614f0d0913d3c25 is therefore still the preferable solution, see also https://bugs.launchpad.net/inkscape/+bug/520532 for details.
* fix Windows build for newer gcc/libsJohan B. C. Engelen2014-03-231-1/+6
| | | (bzr r13190)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-281-4/+4
| | | (bzr r12738)
* Adjust Windows build after fixing LP #520532Krzysztof Kosi??ski2010-03-051-0/+1
| | | (bzr r9150)
* Patch from Fridrich - LP #520532Krzysztof Kosi??ski2010-03-051-1/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+34
(bzr r1)