| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tkConsole.c: Substantial rewrite of [console] support. | dgp | 2006-03-16 | 1 | -1/+9 |
|
|
* | Added a Portuguese message catalog. [Bug 1405069] | dkf | 2006-03-16 | 1 | -0/+5 |
|
|
* | Hack to make photo-to-photo copies cheaper in the common case of no alpha | dkf | 2006-03-16 | 1 | -0/+8 |
|
|
* | Squelch [Bug 1409140] by special-case-ing the single-pixel put case. | dkf | 2006-03-15 | 1 | -37/+43 |
|
|
* | * tests/scrollbar.test: Corrected several broken calls to [testmetrics] | dgp | 2006-03-14 | 1 | -0/+3 |
|
|
* | * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1 | dgp | 2006-03-14 | 1 | -5/+9 |
|
|
* | * generic/tkCmds.c: Purged remaining references to | dgp | 2006-03-13 | 1 | -0/+8 |
|
|
* | * unix/Makefile.in: Update `make dist` to copy the image files | dgp | 2006-03-08 | 1 | -0/+4 |
|
|
* | * changes: Update in prep. for 8.5a4 release. | dgp | 2006-03-08 | 1 | -0/+4 |
|
|
* | Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants | jenglish | 2006-03-08 | 1 | -0/+6 |
|
|
* | Band-aid doc update for [Bug 220787] | dkf | 2006-03-07 | 1 | -3/+9 |
|
|
* | * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 | hobbs | 2006-03-02 | 1 | -0/+7 |
|
|
* | Fix old thread-safety issue. [Bug 470322] | dkf | 2006-02-27 | 1 | -0/+3 |
|
|
* | Fix pixmap creation ordering issue [Bug 480862] | dkf | 2006-02-27 | 1 | -0/+6 |
|
|
* | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -0/+11 |
|
|
* | Finish i18n of bgerror [Bug 1409264]. No l10n of that specific message though... | dkf | 2006-01-31 | 1 | -17/+21 |
|
|
* | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377... | dgp | 2006-01-25 | 1 | -0/+14 |
|
|
* | * unix/configure: minor fix to Darwin specific code removing | das | 2006-01-23 | 1 | -0/+6 |
|
|
* | XIM fixes [See #905830, patch tk84-xim-fixes.patch]. | jenglish | 2006-01-20 | 1 | -0/+7 |
|
|
* | generic/tkUndo.c (TkUndoSetDepth): Don't free | a_kovalenko | 2006-01-12 | 1 | -0/+9 |
|
|
* | TIP#260 implementation | dkf | 2006-01-12 | 1 | -0/+8 |
|
|
* | Removed a lingering error message from TIP#147 implementation. | pspjuth | 2006-01-11 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSXDebug.c: add TkMacOSXGetNamedDebugSymbol() function | das | 2006-01-10 | 1 | -0/+25 |
|
|
* | Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaert | dkf | 2005-12-28 | 1 | -30/+31 |
|
|
* | * macosx/Wish.xcode/project.pbxproj: | das | 2005-12-14 | 1 | -0/+5 |
|
|
* | * library/demos/cscroll.tcl: add MouseWheel bindings for aqua. | das | 2005-12-13 | 1 | -1/+14 |
|
|
* | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in | hobbs | 2005-12-12 | 1 | -0/+5 |
|
|
* | * win/tkWinWm.c (WinSetIcon): Don't check result | mdejong | 2005-12-10 | 1 | -0/+8 |
|
|
* | * win/configure: Regen. | mdejong | 2005-12-10 | 1 | -0/+8 |
|
|
* | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 1 | -3/+16 |
|
|
* | add tkWinTest.obj to regular Tk obj for TkplatformtestInit | hobbs | 2005-12-08 | 1 | -0/+2 |
|
|
* | fix dist target for manifest dir change | hobbs | 2005-12-08 | 1 | -0/+1 |
|
|
* | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-12-08 | 1 | -0/+8 |
|
|
* | * generic/tkTextTag.c (TkTextTagCmd): use correct arraySize for | hobbs | 2005-12-08 | 1 | -6/+11 |
|
|
* | * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl | das | 2005-12-08 | 1 | -1/+8 |
|
|
* | * macosx/tkMacOSXInt.h: sync comments with core-8-4-branch. | das | 2005-12-08 | 1 | -0/+4 |
|
|
* | remove extraneous const | hobbs | 2005-12-07 | 1 | -0/+4 |
|
|
* | Doc change to discourage the use of TK_CONFIG_OPTION_SPECIFIED which was not | dkf | 2005-12-06 | 1 | -0/+5 |
|
|
* | * unix/tkUnixEvent.c (OpenIM): Added a workaround to allow at | rmax | 2005-12-05 | 1 | -0/+7 |
|
|
* | whitespace police | dkf | 2005-12-02 | 1 | -5/+5 |
|
|
* | * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspect | hobbs | 2005-12-01 | 1 | -0/+3 |
|
|
* | * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged): | hobbs | 2005-12-01 | 1 | -1/+8 |
|
|
* | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. | das | 2005-12-01 | 1 | -0/+5 |
|
|
* | * doc/checkbutton.n: fix -selectcolor docs [Bug 1083838] | hobbs | 2005-12-01 | 1 | -0/+2 |
|
|
* | * generic/tkImgGIF.c: cast calls to blockOut | hobbs | 2005-12-01 | 1 | -0/+2 |
|
|
* | * win/Makefile.in: | hobbs | 2005-12-01 | 1 | -0/+2 |
|
|
* | * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets to | hobbs | 2005-12-01 | 1 | -0/+7 |
|
|
* | * library/console.tcl (::tk::ConsoleInit): improve work-around to | hobbs | 2005-11-30 | 1 | -14/+23 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -0/+1 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -0/+2 |
|
|