summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cast some NULLs to (void *) in order to quash "missing sentinel in function ↵stwo2011-01-065-11/+18
| | | | | call" compiler warnings. FossilOrigin-Name: b7a58eae613a06ad7ad9e2cf2aa3a294804fc3b8
* [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-172-23/+5
| | | FossilOrigin-Name: 329b7190e6d264541c7c2e9b54ace3559090a297
* Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-172-3/+7
| | | FossilOrigin-Name: 88ee677991bd591e379f9c84279da5db2cdb5f30
* Cross-compile support for Win and UNIX (backported)nijtmans2010-12-137-30/+152
| | | FossilOrigin-Name: f4ecadb40db4f6b4d7fbb0fe9b170f564dd5ee54
* Better building on OpenBSD.stwo2010-12-123-26/+71
| | | FossilOrigin-Name: 1a22855304a1d6ff0460ee18757c54a2da22b3bf
* 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. FossilOrigin-Name: e7a9f4f8769517f3ebf1d98ce81445d251198ed2
* [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-242-3/+13
| | | FossilOrigin-Name: 86a806c27860adeb96b29950ffd2595ce5ec99a3
* Allow cross-compilation by default (backported)nijtmans2010-11-194-100/+183
| | | | | | Use -pipe for gcc on win32 (backported) FossilOrigin-Name: 070f77c82dfbd8a364b9fac32c0ce4f7eae5ab84
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-162-1/+10
| | | FossilOrigin-Name: e2f3d6881efd72ffb0b758f2a0532f84a8c77aa8
* Updated German messages. Thanks to Ruediger Haertel. [Patch 2442309] [Bug ↵nijtmans2010-11-042-3/+10
| | | | | 3102739]. FossilOrigin-Name: b170dc02e34c77b21152a73dfc98f0749cd45684
* Update for VS10nijtmans2010-10-232-5/+11
| | | FossilOrigin-Name: e9950e27f6217e2973f7fcb56f3b8d31b9c9ddcc
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-113-6/+31
| | | FossilOrigin-Name: 5a74549e465c76c3209655000dc075da040d3406
* * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.dkf2010-10-062-16/+20
| | | FossilOrigin-Name: 10798fd22e39237092929264a130a107899152ed
* TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-082-3/+9
| | | FossilOrigin-Name: cc41260082277bfe827c6274177079de64fe08d3
* Tag for RC4 releasecore-8-5-9dgp2010-09-021-3/+3
| | | FossilOrigin-Name: a774fe936f12b283bc06d8bbe011ce1094c22860
* library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl, library/ttk/vistaTheme.tcl:jenglish2010-09-024-5/+23
| | | | | | Specify disabled combobox text foreground color [#3057573]. FossilOrigin-Name: 6bc41796496c3e9ca5ea5b32411f3c83b45310cb
* * changes: Updated for 8.5.9 release.dgp2010-09-012-7/+9
| | | FossilOrigin-Name: 9ca04d5ab2f19137ff6fece4adedb20d08d181be
* library/ttk/entry.tcl: Revert keyboard navigation bindings to use real eventsjenglish2010-09-012-15/+20
| | | | | | instead of virtual events. FossilOrigin-Name: 5d87a64616b145ced42a57a848499356df385500
* * doc/menu.n: Formatting error.dgp2010-09-012-4/+8
| | | FossilOrigin-Name: c95fd071d28bf923e25c27be1305e83408bab0c3
* Tag for RC2 releasedgp2010-09-011-2/+2
| | | FossilOrigin-Name: 047d5b15814a4f662cb339a8aaf3a18218ce6e5a
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-313-4/+14
| | | | | | | manifest handling on Win64. * win/configure: Regenerated. FossilOrigin-Name: 7eb3622e3d94ba3da86c490de0b0386366419bcb
* Tag for RC1 releasedgp2010-08-301-2/+2
| | | FossilOrigin-Name: 12f348c4c75a5df65b9c273c07a550246c3363ed
* * 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] FossilOrigin-Name: c8bd1f7db7a84c8be850e6bb92e1054a40314603
* * 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+. FossilOrigin-Name: 3416226333358009ffed8d1ef0470d1a6109c1f3
* * 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. FossilOrigin-Name: a298d124bac90ff496823a2d3a372f4a9f63617b
* add Ttk update to changeshobbs2010-08-261-1/+3
| | | FossilOrigin-Name: 3004501f1970aaaa566e022f5655db1295efcdea
* note bug/patch 3053320 for ttk backport changeshobbs2010-08-261-1/+1
| | | FossilOrigin-Name: c671cbdc2f2ef0e8b455386f1de4a703737b7b3b
* 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) FossilOrigin-Name: 4cd6631df4dd9ec673677a7834f9b7e9d10b8e1c
* * changes: Updated for 8.5.9 release.dgp2010-08-242-2/+8
| | | FossilOrigin-Name: fcb128dcfa65153ad8c57119aeb62a624d444cb0
* * 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). FossilOrigin-Name: bd2bee2f74583a2b6086403fca1f62bfc422e194
* regendas2010-08-161-3/+0
| | | FossilOrigin-Name: 03643d25a099791114b7b9124f19d14b7832453b
* * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backportdkf2010-08-122-26/+39
| | | | | | | of factoring-out of decision logic for whether to delete the selected text. FossilOrigin-Name: 661652c3e0e12cccb715b7632384a42aa7ba5c3f
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-122-2/+4
| | | FossilOrigin-Name: 2e49a986bac1cdc5a81d9dea7c2820c31a47b730
* * 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. FossilOrigin-Name: 3914ddc56b16082f5573983d3d1bbaf9168861b3
* * generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport ofdkf2010-08-112-33/+50
| | | | | | fix to sense of test. FossilOrigin-Name: 974b676fe65c56159c57a1113b77a8539e1f02d3
* tidy updgp2010-08-101-4/+4
| | | FossilOrigin-Name: 0f34e5d33c309769769fa79a9120bbf7a28f5154
* * library/msgs/pl.msg: Backport updates to pl.msg from HEADdgp2010-08-102-30/+34
| | | FossilOrigin-Name: 5ee7c5c0650aec47ffc52b696ea23ea6eb4edfeb
* move release taguid375512010-08-051-2/+2
| | | FossilOrigin-Name: 9013a0b4f97f01ae6f733e7486cc4edcf6ecd945
* fix DFARs note for number-adjusted rights clausehobbs2010-08-042-1/+5
| | | FossilOrigin-Name: bb37c9c1ecf0e1eaad3f213b3c0728a78e14b977
* * 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. FossilOrigin-Name: 0d60450e7ea8e7e80252711ee1b112b1924d0cc9
* * 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] FossilOrigin-Name: cf11722c7a0ef905ad88a5676c6f3219ddd7b637
* Dup test IDsdgp2010-08-031-4/+4
| | | FossilOrigin-Name: 41cf133ef54a375d78591253d1eb1b583e3cb19e
* * changes: Updated for 8.5.9 release.dgp2010-08-032-2/+54
| | | FossilOrigin-Name: 7f477992db6d10ef9fa4b63f432405bc6c05a52b
* * 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. FossilOrigin-Name: 831a6bb1c562f40bc4e1057be841dd1f71b460b5
* Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-314-22/+49
| | | | | | ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding. FossilOrigin-Name: edac9a281584e417784dc74a51ebe06b969066b6
* Add command line processing for CYGWIN, backported from trunk.nijtmans2010-05-312-2/+132
| | | FossilOrigin-Name: 7ef1f1f4991ade494a4d37dbd7a20e20571aea53
* 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" FossilOrigin-Name: 2260d85f2958e6c4cb3bbe8d4800a704f6820a97
* * 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. FossilOrigin-Name: 50470e1bf3dc30947e08a9291540116541c0f3d4
* Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-192-1/+13
| | | FossilOrigin-Name: 39d9bda845cec4353250a19a90f2432256aee5ce
* [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵nijtmans2010-05-172-75/+76
| | | | | circumstances. Backported some formatting from trunk. FossilOrigin-Name: c457d2b935e71a3310e681534c7054de0f2e2332