summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Tk Bug 1712081]dgp2007-05-1418-204/+651
* specify font to avoid uncertainty in the result on windows xppatthoyts2007-05-111-2/+2
* Avoid font dependencies in the resultspatthoyts2007-05-112-5/+7
* bug #1716613 propagate error from TkDeleteNamedFont.patthoyts2007-05-112-5/+10
* * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-0911-243/+389
* * tests/constraints.tcl: ensure 'nonUnixUserInteraction' constraint isdas2007-05-097-23/+24
* * library/palette.tcl (tk::RecolorTree): handle color options withdas2007-05-091-4/+8
* * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-3/+5
* Properly cast sentinel arguments to variadic functionjenglish2007-05-072-3/+10
* Make the tktest build work when Tcl is located in a path with a space indkf2007-05-051-2/+2
* Slight simplificationdkf2007-05-051-3/+4
* TIP #145 implementationpatthoyts2007-05-049-44/+250
* Sync with tcl versionpatthoyts2007-05-041-13/+93
* Spelling fixes. [Bug 1686210]dkf2007-05-039-41/+48
* Another pun warningdkf2007-05-032-2/+5
* Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-035-12/+18
* Missed a place (or rather not all versions of GCC catch it.)dkf2007-05-032-36/+22
* Tackle [Bug 1711985]dkf2007-05-035-36/+47
* * unix/configure.in: fix for default case in tk debug build detection.das2007-04-293-6/+11
* * generic/ttk/ttkTreeview.c(TagOptionSpecs): Use TK_OPTION_STRINGjenglish2007-04-282-4/+9
* * macosx/ttkMacOSXTheme.c: Merged OFFSET_RECT processing intojenglish2007-04-272-106/+99
* fix tests/ttk dist srccore_8_5_a6hobbs2007-04-262-3/+7
* * unix/Makefile.in (dist): add tests/ttk dir to src disthobbs2007-04-252-7/+13
* * unix/tkUnixMenubu.c (TkpDisplayMenuButton): init width/height to 0hobbs2007-04-251-2/+3
* silence debug build error messagesdas2007-04-251-2/+2
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe...das2007-04-252-18/+24
* * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.das2007-04-252-2/+7
* typodas2007-04-251-2/+2
* * unix/Makefile.in (dist): add ttk bits to src disthobbs2007-04-242-13/+19
* (font-46.[12]): correct listification of resulthobbs2007-04-241-5/+5
* fix whitespace & formattingdas2007-04-232-47/+48
* update for 8.5a6das2007-04-231-2/+2
* * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-2358-15795/+16443
* * doc/colors.n: document new Mac OS X system colors.das2007-04-236-13/+193
* * unix/configure.in: install license.terms into Tk.framework; fix tkdas2007-04-232-3/+5
* * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-234-9/+25
* * library/demos/goldberg.tcl: fix overwriting of widget demo global.das2007-04-235-22/+22
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-2310-59/+163
* correct 8.5a6 release yearhobbs2007-04-221-2/+2
* updated for 8.5a6 changeshobbs2007-04-222-3/+42
* fix bug refdas2007-04-211-2/+3
* * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-2119-7650/+8137
* Fix indentation errordkf2007-04-171-4/+4
* Add in cast for boneheadedness in VC's handling of const qualifiersdkf2007-04-171-4/+5
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-174-14/+13
* Standardize function definition format.dkf2007-04-176-602/+746
* Squelch some warnings from GCC.dkf2007-04-171-6/+6
* Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-1319-8134/+7665
* * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handlehobbs2007-04-132-2/+7
* Skip OS version test, should work on Vista/Aero now as well as XPjenglish2007-04-102-37/+32