summaryrefslogtreecommitdiffstats
path: root/Modules/rotatingtree.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-80/+80
* randombits(): Stop compiler warning about mixingTim Peters2006-02-151-1/+1
* Added the cProfile module.Armin Rigo2006-02-081-0/+121
tion> 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
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* merge 8.5dgp2016-01-201-2/+2
|\
| * (cherry-pick) Fixed bug [1510538] - Wrong initial scrollbar widthjan.nijtmans2016-01-081-2/+2
* | merge 8.5dgp2015-12-102-13/+6
|\ \ | |/
| * Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...jan.nijtmans2015-12-032-13/+6
* | merge 8.5dgp2015-11-303-6/+9
|\ \ | |/
| * Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken over...jan.nijtmans2015-11-131-3/+3
| * Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window em...jan.nijtmans2015-11-101-2/+5
| * Make compile with later Visual Studio versions (backported from Tk 8.6)jan.nijtmans2015-10-251-1/+1
* | Bump to release number 8.5.19dgp2015-10-232-2/+2
|/
* Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers wa...jan.nijtmans2015-10-231-0/+7
* TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+1
|\
| * merge core-8-5-branch. tip_437jan.nijtmans2015-09-302-4/+4
| |\
| * | Hm, better keep the TIP as it is, not making it more difficult than it alread...jan.nijtmans2015-09-301-0/+1
| * | Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-19/+16
| * | Added -proxyborderwidth optionfvogel2015-09-301-18/+19
| * | Added -proxybackground optionfvogel2015-09-291-0/+1
| * | merge core-8-5-branchjan.nijtmans2015-09-143-6/+47
| |\ \
| * | | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+1
* | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...jan.nijtmans2015-10-061-2/+2
* | | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...jan.nijtmans2015-10-052-2/+2
| |_|/ |/| |
* | | Don't limit Universal runtime support to VisualStudio version 14 only, future...jan.nijtmans2015-09-302-4/+4
| |/ |/|
* | Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...jan.nijtmans2015-08-284-29/+43
* | Fix [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|001...jan.nijtmans2015-08-202-2/+29
|/
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-259-2426/+2426
* Fixed typo in commentfvogel2015-05-301-1/+1
* Bump to version 8.5.18.dgp2015-02-052-2/+2
* Add support for Windows 10jan.nijtmans2014-10-261-0/+2
* Bump to 8.5.17dgp2014-10-132-2/+2
* Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
|\
| * Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginbug_9e487e9f15jan.nijtmans2014-10-011-12/+20
|/
* Bump to 8.5.16 for release.dgp2014-07-232-2/+2
* Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
* Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+20
* Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-204-12/+34
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-15/+15
* Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-01