Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 1 | -0/+10 |
| | | | | generating an event for it (fixes testsuite crash). | ||||
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 1 | -0/+6 |
| | |||||
* | Fix [Bug 2116837]. | dkf | 2009-04-10 | 1 | -1/+6 |
| | |||||
* | Don't Panic [Bug 1789819]. | jenglish | 2009-04-04 | 1 | -0/+4 |
| | |||||
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -0/+4 |
| | |||||
* | Fix [Bug 1871101]. | dkf | 2009-03-25 | 1 | -0/+5 |
| | |||||
* | Backported some fixes for uninitialized variables identified by das using ↵ | patthoyts | 2009-03-03 | 1 | -0/+6 |
| | | | | clang analysis. | ||||
* | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵ | patthoyts | 2009-02-27 | 1 | -0/+5 |
| | | | | avoid a crash when mapping dead windows. | ||||
* | [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵ | patthoyts | 2009-02-23 | 1 | -0/+3 |
| | | | | requested (danckaert) | ||||
* | [Patch 2513104] fix cursor hotspots (cjmcdonald) | patthoyts | 2009-02-23 | 1 | -0/+2 |
| | |||||
* | [Patch 2507419] fix menu image display issue on windows | patthoyts | 2009-02-23 | 1 | -0/+5 |
| | |||||
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 1 | -0/+6 |
| | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | ||||
* | * win/configure.in, win/configure: align better with tcl | hobbs | 2009-02-16 | 1 | -0/+5 |
| | | | | version. Ensures finding correct CPP for Win64. | ||||
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -0/+11 |
| | | | | | | | | | | * 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: | ||||
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 1 | -0/+6 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 1 | -0/+10 |
| | |||||
* | fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointer | georgeps | 2009-01-11 | 1 | -0/+5 |
| | | | | dereference in CreateXIC. | ||||
* | Backported fix for [Bug 1847002] to prevent the bypassing of grab ↵ | patthoyts | 2009-01-07 | 1 | -0/+5 |
| | | | | restrictions via the taskbar on Windows. | ||||
* | update changes and advance tagcore_8_5_6 | dgp | 2008-12-22 | 1 | -8/+8 |
| | |||||
* | Don't crash when application uses nondefault visual [Bug 2264732] | jenglish | 2008-12-22 | 1 | -0/+8 |
| | | | | | | (Backport from trunk change 2008-11-11) Workaround for [Bug 2207435] (Backport from trunk change 2008-10-31) | ||||
* | * tests/embed.test: Eliminate duplicate test names. | dgp | 2008-12-22 | 1 | -0/+2 |
| | |||||
* | * changes: Updates for 8.5.6 release. | dgp | 2008-12-22 | 1 | -5/+9 |
| | |||||
* | Forgot that I had to add code to propagate the tkwin through the psInfoPtr. | dkf | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | Backport of fix for [Bug 2107938]. | dkf | 2008-12-22 | 1 | -0/+5 |
| | |||||
* | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 1 | -0/+7 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2008-12-21 | 1 | -0/+10 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * changes: Updates for 8.5.6 release. | dgp | 2008-12-21 | 1 | -0/+6 |
| | |||||
* | [Bug 1991930] combobox dropdown needs to be topmost | patthoyts | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | Backported combobox toplevel fix for [Bug 1939129] | patthoyts | 2008-11-22 | 1 | -0/+5 |
| | |||||
* | Relax the constraint that every Tk_ImageType | nijtmans | 2008-11-19 | 1 | -0/+8 |
| | | | | | | | can only be passed to Tk_CreateImageType once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. [Bug 2312027] | ||||
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -0/+10 |
| | |||||
* | backported listbox test fix from head - the default activestyle on windows ↵ | patthoyts | 2008-11-12 | 1 | -0/+2 |
| | | | | is 'underline' | ||||
* | backported fixes for running on vista and to avoid a hangup in the color ↵ | patthoyts | 2008-11-12 | 1 | -0/+1 |
| | | | | dialog test sometimes. | ||||
* | backported fix for bug #1777362 to make events work for windows with hyphens ↵ | patthoyts | 2008-11-12 | 1 | -0/+5 |
| | | | | in the path | ||||
* | * generic/tk.h: Bump version number to 8.5.6b1 to distinguish | dgp | 2008-10-23 | 1 | -0/+12 |
| | | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | Backported keyboard bindings for ttk::scale | patthoyts | 2008-10-17 | 1 | -0/+4 |
| | |||||
* | Advance 8.5.5 release tagcore_8_5_5 | dgp | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -0/+4 |
| | |||||
* | tag 8.5.5 | dgp | 2008-10-10 | 1 | -0/+2 |
| | |||||
* | * changes: Updates for 8.5.5 release. | dgp | 2008-10-10 | 1 | -0/+2 |
| | |||||
* | * unix/Makefile.in: Relax constraints in index script so that | dgp | 2008-10-10 | 1 | -0/+4 |
| | | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438]. | ||||
* | * generic/tk.h: Bump to 8.5.5 for release. | dgp | 2008-10-10 | 1 | -0/+11 |
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-10 | 1 | -1/+3 |
| | | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test: | ||||
* | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-10 | 1 | -0/+1 |
| | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: | ||||
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -0/+4 |
| | | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: | ||||
* | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-09 | 1 | -1/+1 |
| | | | | * tests/entry.test: 2008-10-05 commit. | ||||
* | * tests/canvText.test: Backport test updates in light of the | dgp | 2008-10-09 | 1 | -4/+12 |
| | | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command. | ||||
* | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -0/+10 |
| |