Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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@users.sourceforge.net | 2010-08-03 | 1 | -4/+4 |
| | |||||
* | * changes: Updated for 8.5.9 release. | dgp@users.sourceforge.net | 2010-08-03 | 2 | -2/+54 |
| | |||||
* | * doc/text.n: Fixed minor typo in the description of 'text | akupries@shaw.ca | 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@flightlab.com | 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 | donal.k.fellows@manchester.ac.uk | 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]: | donal.k.fellows@manchester.ac.uk | 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 |
| | |||||
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-19 | 2 | -28/+35 |
| | |||||
* | Whitespace/formatting | donal.k.fellows@manchester.ac.uk | 2010-03-12 | 1 | -12/+12 |
| | |||||
* | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 13 | -178/+109 |
| | | | | | Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES | ||||
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | donal.k.fellows@manchester.ac.uk | 2010-03-11 | 3 | -6/+27 |
| | | | | | | there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important. | ||||
* | correct doc backport from head | hobbs | 2010-03-09 | 1 | -2/+3 |
| | |||||
* | Added note about transfer types, prompted by question on Tcler's Chat. | donal.k.fellows@manchester.ac.uk | 2010-03-04 | 2 | -1/+10 |
| | |||||
* | Added missing quoting | donal.k.fellows@manchester.ac.uk | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Refix [Bug 1799782]. | donal.k.fellows@manchester.ac.uk | 2010-02-21 | 2 | -3/+17 |
| | |||||
* | [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also added | donal.k.fellows@manchester.ac.uk | 2010-02-19 | 2 | -49/+102 |
| | | | | | armouring to check that assumptions about the initial state are actually valid (e.g., look for existing input file). | ||||
* | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo@users.sourceforge.net | 2010-02-19 | 3 | -9/+28 |
| | |||||
* | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time, | jenglish@flightlab.com | 2010-02-17 | 2 | -4/+12 |
| | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). | ||||
* | make TkSetTransientFor static | nijtmans | 2010-02-16 | 2 | -2/+6 |
| | |||||
* | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 11 | -1935/+1895 |
| | | | | | | | changes from HEAD, so diffing between 8.5.x and 8.6 shows the real structural differences again. (any signature change not backported!) | ||||
* | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 5 | -202/+192 |
| | | | | backported from HEAD. | ||||
* | TIP #359: Extended window manager hints support for X11. | patthoyts@users.sourceforge.net | 2010-01-20 | 11 | -23/+223 |
| | |||||
* | [Bug 2931374]: Stop overflow of working buffer during construction of long | donal.k.fellows@manchester.ac.uk | 2010-01-19 | 3 | -5/+23 |
| | | | | tag expressions. | ||||
* | Apply patch [#2932808]: Canvas items | nijtmans | 2010-01-18 | 2 | -1/+28 |
| | | | | not updating on widget state change | ||||
* | TIP 360: Remove special handling of the .help menu on X11. | patthoyts@users.sourceforge.net | 2010-01-09 | 4 | -15/+36 |
| | |||||
* | TIP 360: Make Tk menu activation follow mouse movements. | patthoyts@users.sourceforge.net | 2010-01-09 | 3 | -5/+28 |
| | |||||
* | [Bug 2927569] Backported documentation fix for image put -to | patthoyts@users.sourceforge.net | 2010-01-08 | 2 | -3/+9 |
| | |||||
* | [Bug 2677890]: Fix odd text widget update problem that had scrollbars being | donal.k.fellows@manchester.ac.uk | 2010-01-07 | 3 | -4/+35 |
| | | | | unable to cover the whole widget. Fix is to reify the range to update sooner. | ||||
* | Trivial CYGWIN fixes (backported from trunk) | nijtmans | 2010-01-06 | 8 | -69/+250 |
| | |||||
* | [Bug 1163496]: Allow windows to be set to be transients for withdrawn masters | donal.k.fellows@manchester.ac.uk | 2010-01-06 | 3 | -7/+34 |
| | | | | correctly. | ||||
* | Patch 289825: Enable unlimited multiple file selection from the open files ↵ | patthoyts@users.sourceforge.net | 2010-01-05 | 2 | -112/+309 |
| | | | | dialog | ||||
* | [Bug 220950]: Don't delete the last menu entry when it is obvious that is not | donal.k.fellows@manchester.ac.uk | 2010-01-05 | 3 | -3/+31 |
| | | | | what was intended. | ||||
* | Backported fix for tk_dialog <Return> binding | patthoyts@users.sourceforge.net | 2010-01-04 | 2 | -24/+12 |
| | |||||
* | Backported fix for console keyboard menu activation and <<Cut>> handling. | patthoyts@users.sourceforge.net | 2010-01-04 | 2 | -28/+42 |
| | |||||
* | Correctly handle quoted ampersands in AmpMenuArgs and friends | patthoyts@users.sourceforge.net | 2010-01-04 | 2 | -20/+8 |
| | |||||
* | Patch 2848897: Support the system keyboard cues setting on Windows | patthoyts@users.sourceforge.net | 2010-01-03 | 3 | -22/+99 |
| | | | | Backported this patch from HEAD (kovalenko, thoyts) | ||||
* | tearoff menus should be transient and use the toolwindow style on Windows | patthoyts@users.sourceforge.net | 2010-01-03 | 2 | -2/+9 |
| | |||||
* | menu tests using 'tkwait visibility' are unix only | patthoyts@users.sourceforge.net | 2010-01-03 | 2 | -4/+8 |
| | |||||
* | Revert my last commit on grounds it is more likely to cause problems than not. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 2 | -8/+1 |
| | |||||
* | Added point-size conversion, from Ubuntu port. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 2 | -1/+8 |
| | |||||
* | Fix [Bug 1373712] and [Bug 1924761]. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 9 | -114/+209 |
| | |||||
* | Oops! | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 1 | -4/+4 |
| | |||||
* | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | donal.k.fellows@manchester.ac.uk | 2010-01-01 | 4 | -75/+67 |
| | |||||
* | Patch 2879789: Make torn-off menu entrys activate across whole window | patthoyts@users.sourceforge.net | 2009-12-30 | 3 | -14/+64 |
| | | | | backported from HEAD. |