Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 2 | -35/+52 |
|\ | | | | | options are listed in error messages in alphabetical order. | ||||
| * | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 2 | -32/+37 |
| | | | | | | there's no longer any need to have mysterious increments. | ||||
* | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 7 | -28/+211 |
|\ \ | |/ | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32 | ||||
| * | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 6 | -20/+170 |
| | | | | | | remove TkBindDeadWindow from Cygwin stub table | ||||
* | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish | 2012-07-02 | 1 | -1/+1 |
| | | |||||
* | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish | 2012-07-02 | 3 | -3/+3 |
| | | | | | | are statically allocated. Caught by Michael Kirkham. | ||||
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 6 | -9/+28 |
|\ \ | |/ | |||||
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 6 | -8/+20 |
| | | |||||
* | | merge | jan.nijtmans | 2012-06-27 | 3 | -4/+6 |
|\ \ | |/ | |||||
| * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 4 | -31/+45 |
| | | | | | | install tk84.dll | ||||
* | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -11/+26 |
|\ \ | |/ | |||||
| * | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 3 | -24/+38 |
| | | |||||
* | | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-23 | 4 | -2/+24 |
|\ \ | |/ | |||||
| * | sync tcl.m4 with Tcl version | jan.nijtmans | 2012-06-23 | 4 | -223/+224 |
| | | | | | | autoconf-2.13 | ||||
| * | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3 | jan.nijtmans | 2012-06-22 | 3 | -2/+13 |
| | | |||||
* | | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 12 | -307/+300 |
|\ \ | |/ | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 19 | -172/+165 |
| | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash with | dkf | 2012-06-15 | 2 | -4/+9 |
| | | | | | | some libc versions. | ||||
* | | Backport of [Bug 3532186] fix | jan.nijtmans | 2012-06-15 | 1 | -3/+3 |
| | | |||||
* | | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 5 | -2/+63 |
| | | |||||
* | | fix test failure | dkf | 2012-06-11 | 1 | -3/+3 |
| | | |||||
* | | make it build | dkf | 2012-06-11 | 1 | -1/+1 |
| | | |||||
* | | fix the clipping in entries too | dkf | 2012-06-11 | 2 | -13/+32 |
| | | |||||
* | | [Bug 3294450]: Do clipping of ttk text elements correctly. | dkf | 2012-06-11 | 2 | -7/+25 |
| | | |||||
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 13 | -17/+22 |
|\ \ | |/ | |||||
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 9 | -17/+22 |
| | | |||||
* | | eliminate some ANSI_ARGS | jan.nijtmans | 2012-06-08 | 4 | -13/+13 |
|\ \ | |/ | |||||
| * | function def in front | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
| | | |||||
* | | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 5 | -7/+82 |
|\ \ | |/ | |||||
| * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dll | jan.nijtmans | 2012-06-08 | 4 | -69/+145 |
| | | |||||
| * | OXS Tiger Breakage | jan.nijtmans | 2012-06-08 | 2 | -5/+5 |
| | | |||||
* | | some quoting issues, eliminate TCL_VARARGS_DEFINE | jan.nijtmans | 2012-06-07 | 2 | -6/+6 |
|\ \ | |/ | |||||
| * | some more quoting issues | jan.nijtmans | 2012-06-07 | 2 | -34/+34 |
| | | |||||
* | | eliminate some warnings, caused by previous merge | jan.nijtmans | 2012-06-07 | 2 | -0/+3 |
| | | |||||
* | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-07 | 10 | -266/+319 |
|\ \ | |/ | | | | | needed for Cygwin | ||||
| * | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-07 | 9 | -295/+348 |
| |\ | | | | | | | | | | needed for Cygwin | ||||
| | * | merge core-8-4-branchbug_3508771 | jan.nijtmans | 2012-06-05 | 30 | -443/+528 |
| | |\ | | |/ | |/| | |||||
| | * | merge core-8-4-branch | jan.nijtmans | 2012-05-29 | 23 | -455/+683 |
| | |\ | |||||
| | * \ | merge core-8-4-branch | jan.nijtmans | 2012-05-05 | 6 | -158/+177 |
| | |\ \ | |||||
| | * \ \ | merge core-8-4-branch | jan.nijtmans | 2012-05-02 | 7 | -54/+30 |
| | |\ \ \ | |||||
| | * | | | | change signature of all X11 functions to match those of CYGWIN | jan.nijtmans | 2012-05-02 | 15 | -388/+452 |
| | | | | | | |||||
* | | | | | | [Bug 3532186] pkgIndex.tcl file complexity | jan.nijtmans | 2012-06-06 | 3 | -8/+14 |
| | | | | | | |||||
* | | | | | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally ↵ | jan.nijtmans | 2012-06-05 | 6 | -46/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | useable for both | ||||
* | | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 22 | -212/+302 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 29 | -437/+535 |
| | |_|_|/ | |/| | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
| * | | | | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 11 | -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.nijtmans | 2012-05-30 | 12 | -244/+230 |
|\ \ \ \ \ | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. | ||||
| * \ \ \ \ | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 12 | -244/+230 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 10 | -232/+251 |
| | | | | | | | | | | | | | | | | | | | | | | | | Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | | | | | | Bug 1630251: Documentation for -endline option was wrong | fvogel | 2012-05-28 | 2 | -2/+7 |
|\ \ \ \ \ \ |