summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵nijtmans@users.sourceforge.net2013-01-1111-33/+31
| | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
* Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵nijtmans@users.sourceforge.net2013-01-041-59/+86
| | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
* Minor improvements now that we're no longer tracking a standard API.donal.k.fellows@manchester.ac.uk2012-12-061-3/+2
|
* Force the use of the correct internal function for parsing hex colors ratherdonal.k.fellows@manchester.ac.uk2012-12-061-85/+64
| | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
* Fixed commit datefvogelnew1@free.fr2012-12-031-1/+1
|
* [Bug 3588824]: bug in image index handling for weird image namesfvogelnew1@free.fr2012-12-033-3/+39
|\
| * Added tests for weird embedded windows namesfvogelnew1@free.fr2012-11-241-5/+15
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogelnew1@free.fr2012-11-223-3/+29
|/
* More complete purge of things only present for supporting long-dead Mac 9 ↵dgp@users.sourceforge.net2012-11-1551-1881/+86
| | | | systems.
* Remove all the long dead mac entries in tk*.decls files nijtmans@users.sourceforge.net2012-11-157-1823/+117
| | | <p>re-generate all tk*Decls.h files.
* Remove all long-dead mac/* files (for Mac OS9 !?!).dgp@users.sourceforge.net2012-11-1557-36235/+0
|
* Avoid crashing the test suite due to apparent Xlib bug handling thedgp@users.sourceforge.net2012-11-141-1/+0
| | | zapfdingbats font as a core font, observed on Snow Leopard.
* [Bug 3585396]: winDialog.test requires user interaction.nijtmans@users.sourceforge.net2012-11-133-203/+315
| | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* sync nmakehlp.c with Tcl versionnijtmans@users.sourceforge.net2012-10-231-4/+5
|
* Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵nijtmans@users.sourceforge.net2012-09-286-282/+374
| | | | lime, olive, silver and teal), part of TIP #403
* Compile win32 binaries with -DTCL_NO_DEPRECATEDnijtmans@users.sourceforge.net2012-09-262-9/+19
|
* [Bug 3562426]: Context menu goes out of edge of screennijtmans@users.sourceforge.net2012-08-282-0/+7
|\
| * [Bug 3562426]: Context menu goes out of edge of screen. nijtmans@users.sourceforge.net2012-08-282-0/+7
| | | | | | | | <p>PLEASE DON'T PUT THIS ASIDE TO A <b>MISTAKE</b> BRANCH OR SOMETHING! It's simply a fork, in fossil there's nothing wrong with that!</p>
* | [Bug 3558535]: Factor out the filtered-sorted globbing code into one proceduredonal.k.fellows@manchester.ac.uk2012-08-252-28/+57
| | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | 3554026 3561016 Better fix from Emiliano Gavilan.dgp@users.sourceforge.net2012-08-251-2/+2
| |
* | 3554026,3561016 Stop crash with tearoff menus.dgp@users.sourceforge.net2012-08-232-0/+11
|/
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵nijtmans@users.sourceforge.net2012-08-172-4/+11
| | | | version numbers.
* Fixed [Bug 3554081]: Test bind-22.10 failedfvogelnew1@free.fr2012-08-032-2/+6
|
* [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdonal.k.fellows@manchester.ac.uk2012-07-312-9/+17
| | | deprecation warning.
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionnijtmans@users.sourceforge.net2012-07-312-60/+272
|
* Backport fix for [Bug 3546073]jenglish@flightlab.com2012-07-312-10/+5
|
* Fixed previous commit date in changelogfvogelnew1@free.fr2012-07-191-1/+1
|
* Bug 3545457: Crash on packing a menubuttonfvogelnew1@free.fr2012-07-192-2/+8
|\
| * [Bug 3545457]: Crash on packing a menubuttonfvogelnew1@free.fr2012-07-182-2/+8
|/
* [Bug 3544932]: Visual studio compiler check failsnijtmans@users.sourceforge.net2012-07-172-4/+7
|
* [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵nijtmans@users.sourceforge.net2012-07-082-4/+4
| | | | ::argv variable before trying to use it
* [Bug 3541305]: Xfree/Xsync... should not be macrosnijtmans@users.sourceforge.net2012-07-082-1/+35
|
* [Bug 3538401]: Better description of the key difference between [wm geometry]donal.k.fellows@manchester.ac.uk2012-07-052-0/+14
| | | and [winfo geometry]
* typonijtmans@users.sourceforge.net2012-07-041-1/+1
|
* [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-042-32/+37
| | | there's no longer any need to have mysterious increments.
* Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-046-20/+170
| | | remove TkBindDeadWindow from Cygwin stub table
* Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-286-8/+20
|
* link cygwin wish with tk84.dllnijtmans@users.sourceforge.net2012-06-274-31/+45
| | | install tk84.dll
* link cygwin wish8.6 with tk86.dll (configuration part)nijtmans@users.sourceforge.net2012-06-263-24/+38
|
* sync tcl.m4 with Tcl versionnijtmans@users.sourceforge.net2012-06-234-223/+224
| | | autoconf-2.13
* [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-223-2/+13
|
* SetOptions.3: minor doc fixnijtmans@users.sourceforge.net2012-06-1919-172/+165
| | | | make various other tables CONST (All backported from Tk 8.6)
* [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]nijtmans@users.sourceforge.net2012-06-109-17/+22
|
* function def in frontnijtmans@users.sourceforge.net2012-06-081-1/+1
|
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dllnijtmans@users.sourceforge.net2012-06-084-69/+145
|
* OXS Tiger Breakagenijtmans@users.sourceforge.net2012-06-082-5/+5
|
* some more quoting issuesnijtmans@users.sourceforge.net2012-06-072-34/+34
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵nijtmans@users.sourceforge.net2012-06-079-295/+348
|\ | | | | | | needed for Cygwin
| * merge core-8-4-branchnijtmans@users.sourceforge.net2012-06-0530-443/+528
| |\ | |/ |/|
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. nijtmans@users.sourceforge.net2012-06-0129-437/+535
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)