Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 1 | -12/+73 |
| | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify) | ||||
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+2 |
| | |||||
* | * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] | cc_benny | 2009-12-06 | 1 | -4/+14 |
| | | | | Merge fix from HEAD (1.44). | ||||
* | Backport of fix for [Bug 2883712]. | dkf | 2009-10-24 | 1 | -18/+24 |
| | |||||
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -4/+8 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple | das | 2009-08-24 | 1 | -48/+32 |
| | | | | | | event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) | ||||
* | avoid panic for CFStrings longer than INT_MAX | das | 2009-05-06 | 1 | -2/+2 |
| | |||||
* | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 3 | -13/+13 |
| | |||||
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+7 |
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c: | ||||
* | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | |||||
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
| | |||||
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
| | |||||
* | TkpDisplayButton: use computed borderWidth | das | 2008-12-07 | 1 | -2/+2 |
| | |||||
* | MenuDefProc: avoid crash with non-Tk menus | das | 2008-12-07 | 1 | -6/+3 |
| | |||||
* | SeparatorElementSize: fix state lookup | das | 2008-12-07 | 1 | -2/+3 |
| | |||||
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -1/+7 |
| | |||||
* | fix TkX11 build | das | 2008-10-23 | 1 | -2/+2 |
| | |||||
* | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -23/+30 |
| | |||||
* | comments, whitespace | das | 2008-09-02 | 4 | -7/+13 |
| | |||||
* | typo | das | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 1 | -3/+19 |
| | | | | | fixed-width fonts with size <= 10. | ||||
* | force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵ | das | 2008-08-19 | 1 | -2/+3 |
| | | | | when really necessary | ||||
* | * macosx/tkMacOSXHLEvents.c: sync with HEAD. | das | 2008-07-22 | 1 | -204/+218 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -44/+46 |
| | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | ||||
* | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 |
| | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. | ||||
* | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -19/+59 |
| | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). | ||||
* | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 2 | -3/+53 |
| | | | | * macosx/tkMacOSXPrivate.h: CFString to Tcl_Obj. | ||||
* | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
| | | | | return value. | ||||
* | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fix | das | 2008-06-19 | 1 | -34/+65 |
| | | | | | incorrect conversion to points of font sizes already in points; factor out retrieval of font family name from font family ID. | ||||
* | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -2/+2 |
| | | | | instead of OverallAct (which may be ignored in some circumstances). | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add debug configs for 64bit, | das | 2008-06-12 | 5 | -505/+853 |
| | | | | | | | | | * macosx/Wish.xcodeproj/default.pbxuser: with gcov, and with corefoundation disabled; updates & cleanup for Xcode 3.1 and for Leopard; sync with Tcl.xcodeproj. * macosx/Wish.xcode/project.pbxproj: sync Wish.xcodeproj changes. * macosx/Wish.xcode/default.pbxuser: * macosx/README: document new build configs. | ||||
* | fix Makefile dependency | das | 2008-05-06 | 1 | -2/+2 |
| | |||||
* | "default" and "focus" adornments should not be disjoint [Bug 1942785] | jenglish | 2008-05-04 | 1 | -1/+3 |
| | |||||
* | revert erroneous CONST->const sync | das | 2008-05-03 | 1 | -2/+2 |
| | |||||
* | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease ↵ | das | 2008-05-03 | 8 | -1964/+1934 |
| | | | | branch maintenance. | ||||
* | llvm-gcc fix | das | 2008-05-03 | 1 | -7/+1 |
| | |||||
* | * configure tktest-X11 with --disable-corefoundation to enable testing of ↵ | das | 2008-04-15 | 2 | -7/+25 |
| | | | | | | | both notifiers from Xcode * add vsapi.test * sync Wish.xcode with Wish.xcodeproj | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 | das | 2008-03-12 | 3 | -4/+23 |
| | | | | | * macosx/Wish.xcodeproj/default.pbxuser: CODE_SIGN_IDENTITY and * macosx/Wish-Common.xcconfig: 'xcodebuild install'. | ||||
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 2 | -42/+49 |
| | | | | | | | | | | | * macosx/Wish-Common.xcconfig: ${builddir}, ${INSTALL_ROOT} * unix/Makefile.in: and ${TCL_BIN_DIR} to contain * unix/configure.in: spaces. * unix/install-sh: * unix/tcl.m4: * unix/Makefile.in (install-strip): strip non-global symbols from dynamic library. | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add support for Xcode 3.1 and | das | 2008-03-11 | 2 | -3/+261 |
| | | | | | * macosx/Wish.xcodeproj/default.pbxuser: targets for building with * macosx/Wish-Common.xcconfig: gcc-4.2 and llvm-gcc-4.2. | ||||
* | fix copyright year | das | 2008-02-27 | 1 | -4/+4 |
| | |||||
* | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 1 | -12/+26 |
| | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. | ||||
* | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 1 | -1/+5 |
| | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.59 | ||||
* | fix building on Panther | das | 2007-12-15 | 1 | -1/+3 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 41 | -41/+41 |
| | |||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-12 | 3 | -34/+137 |
| | | | | | | | | | | | | | change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899] | ||||
* | add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28) | das | 2007-12-10 | 1 | -1/+4 |
| | |||||
* | Fix TCombobox layout on OSX so as not to truncate long text | jenglish | 2007-12-06 | 1 | -2/+2 |
| | | | | when combobox is wider than requested [Bug 1845164]. | ||||
* | Improved macrology for statically-initialized layout template tables. | jenglish | 2007-12-02 | 1 | -41/+27 |
| |