Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cross-compile support for Win and UNIX (backported) | nijtmans | 2010-12-13 | 7 | -30/+152 |
| | |||||
* | Better building on OpenBSD. | stwo | 2010-12-12 | 3 | -26/+71 |
| | |||||
* | re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any ↵ | nijtmans | 2010-11-24 | 3 | -35/+75 |
| | | | | | | | more, so it works even with an ill-initialized Tcl Teach WishPanic how to thread UTF-8 in it's messagebox. Both of those changes backported from Tcl 8.6. No change in functionality. | ||||
* | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ | nijtmans | 2010-11-24 | 2 | -3/+13 |
| | |||||
* | Allow cross-compilation by default (backported) | nijtmans | 2010-11-19 | 4 | -100/+183 |
| | | | | Use -pipe for gcc on win32 (backported) | ||||
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 2 | -1/+10 |
| | |||||
* | Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309] [Bug ↵ | nijtmans | 2010-11-04 | 2 | -3/+10 |
| | | | | 3102739]. | ||||
* | Update for VS10 | nijtmans | 2010-10-23 | 2 | -5/+11 |
| | |||||
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489]. | jenglish | 2010-10-11 | 3 | -6/+31 |
| | |||||
* | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo. | dkf | 2010-10-06 | 2 | -16/+20 |
| | |||||
* | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363] | jenglish | 2010-09-08 | 2 | -3/+9 |
| | |||||
* | Tag for RC4 releasecore_8_5_9 | dgp | 2010-09-02 | 1 | -3/+3 |
| | |||||
* | library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl: | jenglish | 2010-09-02 | 4 | -5/+23 |
| | | | | Specify disabled combobox text foreground color [#3057573]. | ||||
* | * changes: Updated for 8.5.9 release. | dgp | 2010-09-01 | 2 | -7/+9 |
| | |||||
* | library/ttk/entry.tcl: Revert keyboard navigation bindings to use real events | jenglish | 2010-09-01 | 2 | -15/+20 |
| | | | | instead of virtual events. | ||||
* | * doc/menu.n: Formatting error. | dgp | 2010-09-01 | 2 | -4/+8 |
| | |||||
* | Tag for RC2 release | dgp | 2010-09-01 | 1 | -2/+2 |
| | |||||
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 3 | -4/+14 |
| | | | | | manifest handling on Win64. * win/configure: Regenerated. | ||||
* | Tag for RC1 release | dgp | 2010-08-30 | 1 | -2/+2 |
| | |||||
* | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 2 | -6/+10 |
| | | | | | throughout, but particularly in if lineChanged block where segPtr may no longer be valid. [Bug 3053347] | ||||
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 5 | -4/+130 |
| | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+. | ||||
* | * unix/Makefile.in: add valgrind target | hobbs | 2010-08-27 | 4 | -5/+23 |
| | | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
* | add Ttk update to changes | hobbs | 2010-08-26 | 1 | -1/+3 |
| | |||||
* | note bug/patch 3053320 for ttk backport changes | hobbs | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 93 | -2231/+4106 |
| | | | | | | | | | | | | | | 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) | ||||
* | * changes: Updated for 8.5.9 release. | dgp | 2010-08-24 | 2 | -2/+8 |
| | |||||
* | * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other page | dkf | 2010-08-19 | 2 | -2/+7 |
| | | | | was referred to (ttk::treeview can work as a listbox). | ||||
* | regen | das | 2010-08-16 | 1 | -3/+0 |
| | |||||
* | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backport | dkf | 2010-08-12 | 2 | -26/+39 |
| | | | | | of factoring-out of decision logic for whether to delete the selected text. | ||||
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-12 | 2 | -2/+4 |
| | |||||
* | * unix/configure: regen with ac-2.59 | hobbs | 2010-08-12 | 5 | -231/+56 |
| | | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | ||||
* | * generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport of | dkf | 2010-08-11 | 2 | -33/+50 |
| | | | | fix to sense of test. | ||||
* | tidy up | dgp | 2010-08-10 | 1 | -4/+4 |
| | |||||
* | * library/msgs/pl.msg: Backport updates to pl.msg from HEAD | dgp | 2010-08-10 | 2 | -30/+34 |
| | |||||
* | move release tag | uid37551 | 2010-08-05 | 1 | -2/+2 |
| | |||||
* | fix DFARs note for number-adjusted rights clause | hobbs | 2010-08-04 | 2 | -1/+5 |
| | |||||
* | * generic/tk.h: Bump to 8.5.9 for release. | dgp | 2010-08-04 | 10 | -23/+41 |
| | | | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Updated for 8.5.9 release. | ||||
* | * library/button.tcl (::tk::CheckEnter): use uplevel set instead | hobbs | 2010-08-03 | 2 | -2/+9 |
| | | | | of set :: to work with other var resolvers (itcl). [AS Bug#87409] | ||||
* | Dup test IDs | dgp | 2010-08-03 | 1 | -4/+4 |
| | |||||
* | * changes: Updated for 8.5.9 release. | dgp | 2010-08-03 | 2 | -2/+54 |
| | |||||
* | * doc/text.n: Fixed minor typo in the description of 'text | andreas_kupries | 2010-07-06 | 2 | -2/+7 |
| | | | | delete', as reported by <eee@users.sf.net> on the chat. | ||||
* | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 4 | -22/+49 |
| | | | | ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding. | ||||
* | Add command line processing for CYGWIN, backported from trunk. | nijtmans | 2010-05-31 | 2 | -2/+132 |
| | |||||
* | Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in ↵ | nijtmans | 2010-05-31 | 2 | -9/+6 |
| | | | | sys/types. This may cause runtime problems with W32" | ||||
* | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all | dkf | 2010-05-20 | 2 | -5/+15 |
| | | | | | places that generate key events zero them out first; Tk relies on that being true for the generic parts of the fix for Bug 1924761. | ||||
* | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancel | nijtmans | 2010-05-19 | 2 | -1/+13 |
| | |||||
* | [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵ | nijtmans | 2010-05-17 | 2 | -75/+76 |
| | | | | circumstances. Backported some formatting from trunk. | ||||
* | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]: | dkf | 2010-05-03 | 2 | -29/+36 |
| | | | | | Apply a bit more care to ensure that things continue to work correctly even when there is no -selectcolor defined. | ||||
* | [Patch 2898255]: Filenames limit with Tk_GetFileName() | nijtmans | 2010-04-19 | 2 | -3/+15 |
| | | | | Assure modern style dialogs where available | ||||
* | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstances | nijtmans | 2010-04-19 | 2 | -21/+37 |
| |