summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * changes: Updated for 8.5.9 release.dgp2010-08-242-2/+8
|
* * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-192-2/+7
| | | | was referred to (ttk::treeview can work as a listbox).
* regendas2010-08-161-3/+0
|
* * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-122-26/+39
| | | | | of factoring-out of decision logic for whether to delete the selected text.
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-122-2/+4
|
* * unix/configure: regen with ac-2.59hobbs2010-08-125-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 ofdkf2010-08-112-33/+50
| | | | fix to sense of test.
* tidy updgp2010-08-101-4/+4
|
* * library/msgs/pl.msg: Backport updates to pl.msg from HEADdgp2010-08-102-30/+34
|
* move release taguid375512010-08-051-2/+2
|
* fix DFARs note for number-adjusted rights clausehobbs2010-08-042-1/+5
|
* * generic/tk.h: Bump to 8.5.9 for release.dgp2010-08-0410-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 insteadhobbs2010-08-032-2/+9
| | | | of set :: to work with other var resolvers (itcl). [AS Bug#87409]
* Dup test IDsdgp2010-08-031-4/+4
|
* * changes: Updated for 8.5.9 release.dgp2010-08-032-2/+54
|
* * doc/text.n: Fixed minor typo in the description of 'textandreas_kupries2010-07-062-2/+7
| | | | delete', as reported by <eee@users.sf.net> on the chat.
* Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-314-22/+49
| | | | ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding.
* Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-312-2/+132
|
* Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in ↵nijtmans2010-05-312-9/+6
| | | | sys/types. This may cause runtime problems with W32"
* * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-202-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 cancelnijtmans2010-05-192-1/+13
|
* [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵nijtmans2010-05-172-75/+76
| | | | circumstances. Backported some formatting from trunk.
* * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:dkf2010-05-032-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()nijtmans2010-04-192-3/+15
| | | | Assure modern style dialogs where available
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-192-21/+37
|
* Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-192-28/+35
|
* Whitespace/formattingdkf2010-03-121-12/+12
|
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-1213-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,dkf2010-03-113-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 headhobbs2010-03-091-2/+3
|
* Added note about transfer types, prompted by question on Tcler's Chat.dkf2010-03-042-1/+10
|
* Added missing quotingdkf2010-02-221-1/+1
|
* Refix [Bug 1799782].dkf2010-02-212-3/+17
|
* [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-192-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.stwo2010-02-193-9/+28
|
* generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-172-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 staticnijtmans2010-02-162-2/+6
|
* Backport various formatting (spacing)nijtmans2010-02-0711-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, allnijtmans2010-01-295-202/+192
| | | | backported from HEAD.
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-2011-23/+223
|
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-193-5/+23
| | | | tag expressions.
* Apply patch [#2932808]: Canvas itemsnijtmans2010-01-182-1/+28
| | | | not updating on widget state change
* TIP 360: Remove special handling of the .help menu on X11.patthoyts2010-01-094-15/+36
|
* TIP 360: Make Tk menu activation follow mouse movements.patthoyts2010-01-093-5/+28
|
* [Bug 2927569] Backported documentation fix for image put -topatthoyts2010-01-082-3/+9
|
* [Bug 2677890]: Fix odd text widget update problem that had scrollbars beingdkf2010-01-073-4/+35
| | | | unable to cover the whole widget. Fix is to reify the range to update sooner.
* Trivial CYGWIN fixes (backported from trunk)nijtmans2010-01-068-69/+250
|
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-063-7/+34
| | | | correctly.
* Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-052-112/+309
| | | | dialog
* [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-053-3/+31
| | | | what was intended.