summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* sync file additions/removals with Wish.xcodeprojcore_8_6_b1das2008-12-201-5/+61
* add new filesdas2008-12-201-1/+17
* fix warningdas2008-12-201-2/+2
* VOID -> voidnijtmans2008-12-171-16/+1
* TIP #338 IMPLEMENTATIONdgp2008-12-151-3/+1
* add new zlib filesdas2008-12-141-1/+9
* add TIP #234 filesdas2008-12-111-1/+13
* TIP #324 IMPLEMENTATIONdas2008-12-107-8/+687
* s/Tk_BackgroundException/Tcl_BackgroundException/das2008-12-101-2/+2
* * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk consoledas2008-12-091-23/+22
* TIP 337dgp2008-12-095-30/+42
* add error checkingdas2008-12-081-9/+13
* fix brekage (bad merge?)das2008-12-071-8/+8
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-2/+60
* Remove/disable dead code flagged by clang static analyzerdas2008-12-077-29/+22
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
* Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-7/+3
* SeparatorElementSize: fix state lookupdas2008-12-071-2/+3
* Implementation of TIP #197.dkf2008-12-061-1/+2
* remove prolog.ps, add xpTheme.tcldas2008-12-051-3/+3
* reduce number of CTM manipulation callsdas2008-11-221-4/+4
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-4/+66
* Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-3/+4
* bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-1/+7
* remove -Wno-implicit-intdas2008-11-141-2/+2
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-087-142/+185
* more internal -Wwrite-strings warning fixesnijtmans2008-11-021-3/+3
* Code style improvements, especially including making code less deeply nested.dkf2008-10-2710-1940/+2014
* fix TkX11 builddas2008-10-231-2/+2
* add tkBusy.cdas2008-10-221-1/+7
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-202-39/+108
* Add "const" to many internalnijtmans2008-10-173-125/+125
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
* minor improvements in legibilitydkf2008-10-053-551/+598
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-052-103/+106
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-148/+155
* comments, whitespacedas2008-09-024-7/+13
* add tkImgPhInstance.cdas2008-08-251-1/+7
* remove id.testdas2008-08-191-3/+1
* After some discussion with Joe English and subsequently thegeorgeps2008-08-192-31/+2
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-191-3/+19
* force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh wh...das2008-08-191-2/+3
* remove NRE.test & add new test filesdas2008-08-031-3/+5
* tclNRE.h die die diedas2008-07-311-3/+1
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-232-7/+7
* * macosx/tkMacOSXHLEvents.c: factor out common code; formatting.das2008-07-221-22/+15
* add new NRE filesdas2008-07-131-1/+5
* Ensure that errors in callback scripts don't get swept under the carpet.dkf2008-07-021-208/+229