summaryrefslogtreecommitdiffstats
path: root/src/winconsole.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup (remove unneeded win32-specific defines)Patrick Storz2019-06-091-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Use UTF8 encoding for output on windows console.Eduard Braun2017-05-101-0/+8
| | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682)
* Documentation spelling fixKrzysztof Kosi??ski2013-06-231-4/+4
| | | (bzr r12386)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10659)
* Add console helper application based on inkscapec.exe from Jos Hirth,Krzysztof Kosi??ski2010-03-291-0/+153
which provides Unix-like behavior on Windows. (bzr r9254)