summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* | | * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-311-0/+6
| | | | | | | | | | | | | | | manifest handling on Win64. * win/configure: Regenerated.
* | | Tag for RC1 releasedgp2010-08-301-2/+2
| | |
* | | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-271-0/+4
| | | | | | | | | | | | | | | 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):hobbs2010-08-271-0/+6
| | | | | | | | | | | | | | | | | | | | | * 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 targethobbs2010-08-271-0/+7
| | | | | | | | | | | | | | | | | | * 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.
* | | note bug/patch 3053320 for ttk backport changeshobbs2010-08-261-1/+1
| | |
* | | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.dgp2010-08-241-0/+4
| | |
* | | * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-191-0/+5
| | | | | | | | | | | | was referred to (ttk::treeview can work as a listbox).
* | | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-121-2/+8
| | | | | | | | | | | | | | | of factoring-out of decision logic for whether to delete the selected text.
* | | * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-0/+2
| | |
* | | * unix/configure: regen with ac-2.59hobbs2010-08-121-0/+8
| | | | | | | | | | | | | | | | | | | | | * 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 ofdkf2010-08-111-10/+16
| | | | | | | | | | | | fix to sense of test.
* | | * library/msgs/pl.msg: Backport updates to pl.msg from HEADdgp2010-08-101-0/+4
| | |
* | | move release taguid375512010-08-051-2/+2
| | |
* | | fix DFARs note for number-adjusted rights clausehobbs2010-08-041-0/+4
| | |
* | | * generic/tk.h: Bump to 8.5.9 for release.dgp2010-08-041-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 insteadhobbs2010-08-031-0/+5
| | | | | | | | | | | | of set :: to work with other var resolvers (itcl). [AS Bug#87409]
* | | * changes: Updated for 8.5.9 release.dgp2010-08-031-0/+4
| | |
* | | * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-061-0/+5
| | | | | | | | | | | | delete', as reported by <eee@users.sf.net> on the chat.
* | | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-0/+7
| | | | | | | | | | | | ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding.
* | | Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-311-0/+2
| | |
* | | Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in ↵nijtmans2010-05-311-0/+5
| | | | | | | | | | | | sys/types. This may cause runtime problems with W32"
* | | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-4/+10
| | | | | | | | | | | | | | | 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 cancelnijtmans2010-05-191-0/+5
| | |
* | | [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵nijtmans2010-05-171-0/+5
| | | | | | | | | | | | circumstances. Backported some formatting from trunk.
* | | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:dkf2010-05-031-26/+33
| | | | | | | | | | | | | | | 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()nijtmans2010-04-191-0/+2
| | | | | | | | | | | | Assure modern style dialogs where available
* | | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-1/+3
| | |
* | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-191-0/+5
| | |
* | | Whitespace/formattingdkf2010-03-121-12/+12
| | |
* | | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-0/+15
| | | | | | | | | | | | | | | 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,dkf2010-03-111-0/+7
| | | | | | | | | | | | | | | | | | 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.
* | | Added note about transfer types, prompted by question on Tcler's Chat.dkf2010-03-041-0/+4
| | |
* | | Refix [Bug 1799782].dkf2010-02-211-0/+5
| | |
* | | [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-191-6/+12
| | | | | | | | | | | | | | | 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.stwo2010-02-191-0/+6
| | |
* | | generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-0/+7
| | | | | | | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]).
* | | make TkSetTransientFor staticnijtmans2010-02-161-0/+4
| | |
* | | Backport various formatting (spacing)nijtmans2010-02-071-0/+8
| | | | | | | | | | | | | | | | | | | | | 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, allnijtmans2010-01-291-0/+7
| | | | | | | | | | | | backported from HEAD.
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-0/+13
| | |
* | | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+7
| | | | | | | | | | | | tag expressions.
* | | Apply patch [#2932808]: Canvas itemsnijtmans2010-01-181-0/+5
| | | | | | | | | | | | not updating on widget state change
* | | TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-091-0/+4
| | |
* | | TIP 360: Make Tk menu activation follow mouse movements.patthoyts2010-01-091-0/+5
| | |
* | | [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-081-0/+6
| | |
* | | [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-071-0/+6
| | | | | | | | | | | | unable to cover the whole widget. Fix is to reify the range to update sooner.
* | | Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-061-0/+10
| | |
* | | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-1/+7
| | | | | | | | | | | | correctly.