summaryrefslogtreecommitdiffstats
path: root/doc/developer
ModeNameSize
-rw-r--r--MANIFEST116logstatsplain
-rw-r--r--SConstruct1675logstatsplain
-rw-r--r--architecture.xml1594logstatsplain
-rw-r--r--branches.xml1590logstatsplain
-rw-r--r--copyright.xml1538logstatsplain
-rw-r--r--cycle.xml1609logstatsplain
-rw-r--r--main.xml2539logstatsplain
-rw-r--r--packaging.xml1585logstatsplain
-rw-r--r--preface.xml5317logstatsplain
-rw-r--r--sourcetree.xml1591logstatsplain
-rw-r--r--testing.xml1579logstatsplain
ion value='bug_92e028b41b'>bug_92e028b41b Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-10 11:06:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-10 11:06:19 (GMT)
commitd015e4d8b48ad76acce178827f3ab114c330308c (patch)
tree75ae24370f3056d16427e5a17c5a9aaf6e1351e6
parent3655db8b8d9c31f3253d97a9ea250b07641c24d9 (diff)
downloadtk-d015e4d8b48ad76acce178827f3ab114c330308c.zip
tk-d015e4d8b48ad76acce178827f3ab114c330308c.tar.gz
tk-d015e4d8b48ad76acce178827f3ab114c330308c.tar.bz2
Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don't define it, and _WIN32 is much more portable anyway.
See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]