Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/ttk/aquaTheme.tcl: Use system color names and TIP145 named | das | 2008-07-22 | 2 | -21/+28 |
| | | | | font instead of hardcoded color values and deprecated native font name. | ||||
* | * macosx/tkMacOSXHLEvents.c: factor out common code; formatting. | das | 2008-07-22 | 1 | -22/+15 |
| | |||||
* | remove duplicate test | dgp | 2008-07-22 | 1 | -13/+1 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 1 | -60/+51 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 5 | -2626/+9821 |
| | |||||
* | Update to tcltest2 | aniap | 2008-07-22 | 2 | -45/+61 |
| | |||||
* | add new NRE files | das | 2008-07-13 | 1 | -1/+5 |
| | |||||
* | Fixed broken line endings from last doc commit | patthoyts | 2008-07-08 | 34 | -2736/+2740 |
| | |||||
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 6 | -17/+33 |
| | | | | in case of erroneous style specifications [#2009213]. | ||||
* | Ensure that errors in callback scripts don't get swept under the carpet. | dkf | 2008-07-02 | 2 | -208/+234 |
| | |||||
* | Minor doc updates (removing out of date changebars, improving typedef ↵ | dkf | 2008-06-30 | 163 | -5307/+4984 |
| | | | | | | formatting, etc.) | ||||
* | release tag 8.6a1core_8_6_a1 | dgp | 2008-06-25 | 1 | -0/+2 |
| | |||||
* | * changes: Updates for 8.6a1 release. | dgp | 2008-06-25 | 2 | -2/+6 |
| | |||||
* | Work around missing timezones (eg: tclkit or some unixes) | patthoyts | 2008-06-24 | 2 | -3/+10 |
| | |||||
* | bug #1997293 - fix documentation of text tag options. | patthoyts | 2008-06-24 | 2 | -12/+11 |
| | |||||
* | Aqua, Solaris, stubs changes for 8.6a1 | das | 2008-06-20 | 1 | -1/+7 |
| | |||||
* | * changes: Updates for 8.6a1 release. | dgp | 2008-06-19 | 2 | -1/+31 |
| | |||||
* | Tk 8.6a1 will no longer support [load] into, or compile against Tcl 8.5. | dgp | 2008-06-19 | 1 | -3/+3 |
| | |||||
* | * generic/tk.h: TIP 285 additions make Tk 8.6 call the new | dgp | 2008-06-19 | 3 | -7/+10 |
| | | | | | | * library/tk.tcl: Tcl_Canceled() routine, available only in Tcl 8.6, so bump our Tcl dependencies to version 8.6. Tk 8.6a1 will no longer [load] into a Tcl 8.5 interp. | ||||
* | * README: Bump version number to 8.6a1 | dgp | 2008-06-19 | 9 | -21/+33 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 2 | -44/+71 |
| | | | | | (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. | ||||
* | * win/configure, win/configure.in (TK_WIN_VERSION): fix handling | hobbs | 2008-06-13 | 3 | -13/+18 |
| | | | | of interim a/b versioning for manifest usage. | ||||
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 4 | -11/+81 |
| | |||||
* | * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore a | das | 2008-06-12 | 2 | -6/+9 |
| | | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] | ||||
* | s/target/config/ | das | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 2 | -3/+21 |
| | | | | instead of OverallAct (which may be ignored in some circumstances). | ||||
* | * unix/configure: autoconf-2.59 | das | 2008-06-12 | 1 | -18/+43 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -22/+39 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add tclIORTrans.c; add tclOO | das | 2008-06-12 | 5 | -503/+905 |
| | | | | | | | | | * macosx/Wish.xcodeproj/default.pbxuser: files to tktest-X11 target; add debug targets for 64bit and with corefoundation disabled; updates and 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. | ||||
* | * generic/ttk/ttkTreeview.c: fix warning. | das | 2008-06-12 | 1 | -3/+4 |
| | |||||
* | Use Xutf8LookupString where available [Patch #1986818]. | jenglish | 2008-06-11 | 2 | -14/+95 |
| | | | | | This should fix problems (like #1908443) where Xlib's idea of the system encoding does not match Tcl's. | ||||
* | NSC | jenglish | 2008-06-01 | 1 | -3/+3 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new tclOO files; add debug | das | 2008-06-01 | 3 | -9/+135 |
| | | | | | * macosx/README: targets with gcov; update to Xcode 3.1. | ||||
* | [ttk::style theme use] without an argument now returns the current theme | patthoyts | 2008-05-27 | 3 | -6/+50 |
| | |||||
* | fix warning | das | 2008-05-23 | 1 | -2/+3 |
| | |||||
* | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 18 | -446/+782 |
| | | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used. | ||||
* | (remove conflict marker -- oops) | jenglish | 2008-05-23 | 1 | -1/+0 |
| | |||||
* | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 2 | -1/+13 |
| | | | | as this leads to a panic on Windows [Bug 1967576] | ||||
* | Add correct border to combobox on Vista | patthoyts | 2008-05-15 | 2 | -1/+28 |
| | |||||
* | We should use the thread allocator for threaded builds. Added 'tclalloc' ↵ | patthoyts | 2008-05-15 | 3 | -5/+16 |
| | | | | option to disable. | ||||
* | Apply fix for [Bug 1639824] | dkf | 2008-05-14 | 2 | -4/+19 |
| | |||||
* | Support pixel sized font in the +/- keybindings | patthoyts | 2008-05-13 | 2 | -3/+9 |
| | |||||
* | -activestyle default is underline on windows | patthoyts | 2008-05-13 | 2 | -2/+8 |
| | |||||
* | Fixed a hangup in the tk_chooseColor tests by ensuring the temporary array ↵ | patthoyts | 2008-05-13 | 2 | -12/+23 |
| | | | | is unset | ||||
* | Support for ttk widgets in AmpWidget | patthoyts | 2008-05-11 | 2 | -5/+6 |
| |