summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-223-3/+29
|
* More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1551-1881/+86
| | | | systems.
* Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-157-1823/+117
| | | <p>re-generate all tk*Decls.h files.
* Remove all long-dead mac/* files (for Mac OS9 !?!).dgp2012-11-1557-36235/+0
|
* Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | zapfdingbats font as a core font, observed on Snow Leopard.
* [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-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 versionjan.nijtmans2012-10-231-4/+5
|
* Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-286-282/+374
| | | | lime, olive, silver and teal), part of TIP #403
* Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-262-9/+19
|
* [Bug 3562426]: Context menu goes out of edge of screenjan.nijtmans2012-08-282-0/+7
|\
| * [Bug 3562426]: Context menu goes out of edge of screen. jan.nijtmans2012-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 proceduredkf2012-08-252-28/+57
| | | | | | that knows how to avoid nasty problems when non-list filters are used.
* | 3554026 3561016 Better fix from Emiliano Gavilan.dgp2012-08-251-2/+2
| |
* | 3554026,3561016 Stop crash with tearoff menus.dgp2012-08-232-0/+11
|/
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
| | | | version numbers.
* Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-032-2/+6
|
* [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-312-9/+17
| | | deprecation warning.
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-312-60/+272
|
* Backport fix for [Bug 3546073]jenglish2012-07-312-10/+5
|
* Fixed previous commit date in changelogfvogel2012-07-191-1/+1
|
* Bug 3545457: Crash on packing a menubuttonfvogel2012-07-192-2/+8
|\
| * [Bug 3545457]: Crash on packing a menubuttonbug_3545457fvogel2012-07-182-2/+8
|/
* [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-172-4/+7
|
* [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-082-4/+4
| | | | ::argv variable before trying to use it
* [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-082-1/+35
|
* [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-052-0/+14
| | | and [winfo geometry]
* typojan.nijtmans2012-07-041-1/+1
|
* [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdkf2012-07-042-32/+37
| | | there's no longer any need to have mysterious increments.
* Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-046-20/+170
| | | remove TkBindDeadWindow from Cygwin stub table
* Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-286-8/+20
|
* link cygwin wish with tk84.dlljan.nijtmans2012-06-274-31/+45
| | | install tk84.dll
* link cygwin wish8.6 with tk86.dll (configuration part)jan.nijtmans2012-06-263-24/+38
|
* sync tcl.m4 with Tcl versionjan.nijtmans2012-06-234-223/+224
| | | autoconf-2.13
* [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3jan.nijtmans2012-06-223-2/+13
|
* SetOptions.3: minor doc fixjan.nijtmans2012-06-1919-172/+165
| | | | make various other tables CONST (All backported from Tk 8.6)
* [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-109-17/+22
|
* function def in frontjan.nijtmans2012-06-081-1/+1
|
* Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-69/+145
|
* OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
|
* some more quoting issuesjan.nijtmans2012-06-072-34/+34
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-079-295/+348
|\ | | | | | | needed for Cygwin
| * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-0530-443/+528
| |\ | |/ |/|
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-0129-437/+535
| | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
| * merge core-8-4-branchjan.nijtmans2012-05-2923-455/+683
| |\ | |/ |/|
* | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-2911-66/+80
| | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
* | Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-2510-232/+251
| | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX
* | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-249-90/+97
| |
* | fix some visual studio warnings, eliminate some ANSI_ARGSjan.nijtmans2012-05-142-9/+9
| |
* | typojan.nijtmans2012-05-141-1/+1
| |
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-148-127/+274
| | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h