summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-033-8/+10
* Tackle [Bug 1711985]dkf2007-05-032-19/+22
* * unix/configure.in: fix for default case in tk debug build detection.das2007-04-292-3/+3
* fix tests/ttk dist srccore_8_5_a6hobbs2007-04-261-2/+2
* * unix/Makefile.in (dist): add tests/ttk dir to src disthobbs2007-04-251-5/+5
* * unix/tkUnixMenubu.c (TkpDisplayMenuButton): init width/height to 0hobbs2007-04-251-2/+3
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe...das2007-04-251-17/+22
* * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.das2007-04-251-2/+3
* * unix/Makefile.in (dist): add ttk bits to src disthobbs2007-04-241-12/+12
* * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-2/+2
* * unix/configure.in: install license.terms into Tk.framework; fix tkdas2007-04-232-3/+5
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-1/+7
* Squelch some warnings from GCC.dkf2007-04-171-6/+6
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-073-5/+4
* Comment typo nitdkf2007-02-281-2/+2
* Minor syntactic stuffdkf2007-02-275-227/+216
* Minor cleanupdkf2007-02-271-13/+7
* Fix silly typos (thanks to Andreas Kupries for finding)dkf2007-02-271-69/+58
* Less of that K&R or wrongly indented function header style!dkf2007-02-224-114/+126
* * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-192-2/+10
* * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) ifdas2007-02-044-27/+126
* * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible anddas2007-01-252-8/+21
* * macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines.das2007-01-192-0/+14
* Quell type-punning warnings from gcc/unix builddkf2007-01-121-2/+2
* s/CRLF/LF/ghobbs2007-01-111-704/+704
* various "const" additions, in line with TIP #27nijtmans2007-01-051-3/+3
* Style updatedkf2006-12-221-7/+15
* Fix [Bug 1522467] using fix similar to that used in Tcl recently.dkf2006-12-221-701/+704
* Whitespace/formatting/function-exposure cleanupdkf2006-12-191-148/+126
* * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-192-10/+148
* Use more portable string literalsdgp2006-12-181-23/+23
* * doc/cursors.n: Mention "none" in supportedmdejong2006-12-171-68/+319
* * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.nhobbs2006-12-131-1/+2
* * win/Makefile.in, unix/Makefile.in (demo): add 'demo' targethobbs2006-12-131-1/+4
* Fix warnings and (unfortunately introduced with last commit) errorsdkf2006-12-111-15/+24
* Support the _NET_WM_PING protocol from EWMH. There's no reason to dodkf2006-12-111-36/+119
* Bug 1609616Kevin B Kenny2006-12-062-1/+5
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-012-2/+100
* Corrected Xft configuration so that XftKevin B Kenny2006-11-272-1/+5
* * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-262-29/+104
* whitespacedas2006-11-261-34/+34
* * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-17/+23
* * macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c anddas2006-11-103-0/+117
* Bug 1592667Kevin B Kenny2006-11-082-4/+182
* fixed typo in last commitKevin B Kenny2006-11-082-3/+3
* Silence warnings about Xft unless Xft is requested explicitly.Kevin B Kenny2006-11-082-24/+37
* correct typodgp2006-11-082-3/+3
* make --enable-xft the defaultKevin B Kenny2006-11-072-5/+5
* * macosx/Wish.xcodeproj/project.pbxproj: add new Ttk files.das2006-10-311-5/+5
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-34/+192