summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/configure.in: install license.terms into Tk.framework; fix tkdas2007-04-232-3/+5
| | | | | debug build detection. * unix/configure: autoconf-2.59
* * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-234-9/+25
| | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
* * library/demos/goldberg.tcl: fix overwriting of widget demo global.das2007-04-235-22/+22
| | | | | | | | * library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs; * library/demos/menubu.tcl: correct menubutton toplevel name. * library/demos/puzzle.tcl: fix button size & padding for aqua. * library/demos/radio.tcl:
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-2310-59/+163
| | | | | | | | | | | | | | | | * generic/tkCanvText.c: fallback to fgColor when selFgColor is None * generic/tkEntry.c: (new default on aqua to match native L&F). * generic/tkListbox.c: * generic/tkText.c: * generic/tkCanvas.c: add support for bypassing all of Tk's double * generic/tkEntry.c: buffered drawing into intermediate pixmaps * generic/tkFrame.c: (via TK_NO_DOUBLE_BUFFERING #define), it is * generic/tkListbox.c: unnecessary & wasteful on aqua where all * generic/tkPanedWindow.c: drawing is already double-buffered by the * generic/tkTextDisp.c: window server. (Use of this on other * generic/ttk/ttkWidget.c: platforms would only require implementation * unix/tkUnixScale.c: of TkpClipDrawableToRect()).
* 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
| | | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c, macosx/tkMacOSXClipboard.c: * macosx/tkMacOSXCursor.c, macosx/tkMacOSXDialog.c: * macosx/tkMacOSXDraw.c, macosx/tkMacOSXEvent.c: * macosx/tkMacOSXFont.c, macosx/tkMacOSXInit.c, macosx/tkMacOSXInt.h: * macosx/tkMacOSXKeyEvent.c, macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c, macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXScale.c, macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: Revert of commits from 2007-04-13 which broke the OS X build.
* 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
| | | | Press triggering outside sash element boundaries.
* Skip OS version test, should work on Vista/Aero now as well as XPjenglish2007-04-102-37/+32
| | | | [Fixes #1687299, thanks to George Petasis for tracking this down].
* Re-sync with Tile codebase so patches can flow back and forth.jenglish2007-04-102-110/+53
|
* BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not workjenglish2007-03-212-2/+18
| | | | unless they appeared at the end of the layout (and only by accident then).
* *Correct* fix for #1676770:jenglish2007-03-092-3/+6
| | | | reset wm geometry . and pack propagate . at end of test.
* test grid-21.7: Remove 'pack propagate . 0' call,jenglish2007-03-082-2/+6
| | | | which was causing cascading failures in subsequent tests [Bug 1676770].
* revert premature commitdas2007-03-071-13/+1
|
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-0712-18/+965
| | | | | | | | | | | | | | | | | | | | | | | | TkpInit() that ensures the console window appears when wish is started from the OS X Finder (i.e. with stdin == /dev/null), jeffh's 2006-11-24 change rendered the corresponding code in TkpInit() ineffective in wish because Tk_MainEx() sets tcl_interactive before calling TkpInit(). * generic/ttk/ttkGenStubs.tcl (new): add ttk-specific genstubs.tcl from * unix/Makefile.in (genstubs): tile and run it from 'genstubs' target, restores ability to generate all of Tk's stub sources. * generic/ttk/ttkTreeview.c: #ifdef out unused declaration. * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): add fix for libraries loaded with a DYLD_IMAGE_SUFFIX. * macosx/Wish.xcodeproj/project.pbxproj: ensure gcc version used by * macosx/Wish.xcodeproj/default.pbxuser: Xcode and configure/make are * macosx/Wish-Common.xcconfig: consistent and independent of gcc_select default and CC env var; fixes for Xcode 3.0. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.59
* Comment typo nitdkf2007-02-281-2/+2
|
* Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use ↵chengyemao2007-02-282-3/+4
| | | | option at Windows
* Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use ↵chengyemao2007-02-281-1/+9
| | | | option at specific platform
* 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
|
* Fixed grid anchor center problem in labelframes. [Bug 1545765]pspjuth2007-02-253-4/+42
|
* inverted logic in previous commitdas2007-02-241-3/+3
|
* * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS Xhobbs2007-02-242-3/+13
| | | | needs Option instead of Alt binding
* D'oh!dkf2007-02-231-2/+2
|
* Reduce the number of warningsdkf2007-02-233-58/+51
|
* missing comma in previous commitdas2007-02-231-2/+2
|
* Less of that K&R or wrongly indented function header style!dkf2007-02-2217-1672/+1722
|
* * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-193-2/+18
| | | | * unix/configure: autoconf-2.59
* * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues inhobbs2007-02-191-2/+2
| | | | empty dirs. [Bug 1662959]
* fix crlf line endingsdas2007-02-131-1517/+1517
|
* Fix minor K&R-ismdkf2007-02-131-54/+54
|
* Fix minor K&R-ismdkf2007-02-132-198/+204
|
* Fix minor K&R-ismdkf2007-02-131-3/+3
|
* Fix minor K&R-ismdkf2007-02-121-66/+67
|
* Fix minor K&R-ismdkf2007-02-122-233/+239
|
* Fix minor K&R-ismdkf2007-02-122-89/+87
|
* Minor whitespace correctionsdkf2007-02-121-1516/+1517
|
* Fix minor K&R-ismdkf2007-02-121-5/+5
|
* Windows build fixesJoe Mistachkin2007-02-093-4/+16
|
* Add no-op [package ifneeded] script for tile 0.8.0,jenglish2007-02-062-1/+10
| | | | | so that existing applications that use "package require tile" won't fail when run under Tk 8.5.
* * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) ifdas2007-02-045-27/+134
| | | | | | | available to define MODULE_SCOPE effective on all platforms. * unix/configure.in: add caching to -pipe check. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* see logJoe Mistachkin2007-02-044-7/+26
|