summaryrefslogtreecommitdiffstats
path: root/src/winconsole.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-09Minor cleanup (remove unneeded win32-specific defines)Patrick Storz1-1/+0
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-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
2017-05-10Use UTF8 encoding for output on windows console.Eduard Braun1-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)
2013-06-23Documentation spelling fixKrzysztof Kosi??ski1-4/+4
(bzr r12386)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10659)
2010-03-29Add console helper application based on inkscapec.exe from Jos Hirth,Krzysztof Kosi??ski1-0/+153
which provides Unix-like behavior on Windows. (bzr r9254)