summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Patch #3154705] Close button has no effectnijtmans2011-01-132-4/+6
|
* Cast some NULLs to (void *) in order to quash "missing sentinel in function ↵stwo2011-01-065-11/+18
| | | | call" compiler warnings.
* [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-172-23/+5
|
* Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-172-3/+7
|
* Cross-compile support for Win and UNIX (backported)nijtmans2010-12-137-30/+152
|
* Better building on OpenBSD.stwo2010-12-123-26/+71
|
* re-wrote TkpDisplayWarning such that it does not use an Tcl API calls any ↵nijtmans2010-11-243-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:\nijtmans2010-11-242-3/+13
|
* Allow cross-compilation by default (backported)nijtmans2010-11-194-100/+183
| | | | Use -pipe for gcc on win32 (backported)
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-162-1/+10
|
* Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309] [Bug ↵nijtmans2010-11-042-3/+10
| | | | 3102739].
* Update for VS10nijtmans2010-10-232-5/+11
|
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-113-6/+31
|
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-062-16/+20
|
* TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-082-3/+9
|
* Tag for RC4 releasecore_8_5_9dgp2010-09-021-3/+3
|
* library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-024-5/+23
| | | | Specify disabled combobox text foreground color [#3057573].
* * changes: Updated for 8.5.9 release.dgp2010-09-012-7/+9
|
* library/ttk/entry.tcl: Revert keyboard navigation bindings to use real eventsjenglish2010-09-012-15/+20
| | | | instead of virtual events.
* * doc/menu.n: Formatting error.dgp2010-09-012-4/+8
|
* Tag for RC2 releasedgp2010-09-011-2/+2
|
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-313-4/+14
| | | | | 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-272-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):hobbs2010-08-275-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 targethobbs2010-08-274-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 changeshobbs2010-08-261-1/+3
|
* 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-2693-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.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
|