Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | dkf | 2012-08-14 | 4 | -23/+26 |
|\ | |||||
| * | Fixed [Bug 3554273]: Test textDisp-32.2 failed | fvogel | 2012-08-11 | 1 | -0/+5 |
| |\ | |||||
| | * | Fixed [Bug 3554273]: Test textDisp-32.2 failed | fvogel | 2012-08-11 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Fixed [Bug 3554273]: Test textDisp-32.2 failedbug_3554273 | fvogel | 2012-08-04 | 1 | -0/+5 |
| | | | | |||||
| | * | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵ | stwo | 2012-08-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler. | ||||
| * | | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The ↵ | stwo | 2012-08-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler. | ||||
| * | | | it's no longer necessary to set _USE_32BIT_TIME_T in Tk | jan.nijtmans | 2012-08-09 | 1 | -5/+0 |
| | | | | |||||
| * | | | formatting, unnecessary if's | jan.nijtmans | 2012-08-09 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | partly backport from 8.6 | jan.nijtmans | 2012-08-09 | 1 | -0/+4 |
| | |/ | |||||
| | * | merge 8.5 | dgp | 2012-07-24 | 1 | -5/+2 |
| | |\ | |||||
| | * \ | merge 8.5 | dgp | 2012-07-16 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | missed a spot | dgp | 2012-07-10 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | merge trunk | dkf | 2012-08-08 | 3 | -7/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | fix broken build on Visual Studio 9+10 | jan.nijtmans | 2012-08-05 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | ttk::entry: Fix incorrect clip region computation [Bug 3552404] | jenglish | 2012-07-31 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | minor improvements to flag handling | dkf | 2012-07-31 | 16 | -95/+94 |
| | | | | | |||||
* | | | | | more reorganization of error codes: safety is common failure mode | dkf | 2012-07-30 | 5 | -10/+10 |
| | | | | | |||||
* | | | | | more auditing of error codes | dkf | 2012-07-30 | 21 | -61/+70 |
| | | | | | |||||
* | | | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 19 | -118/+113 |
| | | | | | |||||
* | | | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 18 | -518/+596 |
| | | | | | |||||
* | | | | | merge trunk | dkf | 2012-07-28 | 1 | -5/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | silence compiler warnings | dgp | 2012-07-24 | 1 | -1/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | silence compiler warnings | dgp | 2012-07-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix for [Bug 3546073]: | jenglish | 2012-07-23 | 1 | -5/+2 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow(). | ||||
| | * | | | Fix for [Bug 3546073]: | root | 2012-07-23 | 1 | -5/+2 |
| | | |/ | | |/| | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow(). | ||||
| | * | | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 1 | -1/+1 |
| | |/ | |||||
| | * | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 1 | -1/+30 |
| | |\ | |||||
| | | * | [Bug 3541305]: Xfree/Xsync... should not be macros | jan.nijtmans | 2012-07-08 | 1 | -1/+30 |
| | | | | |||||
| | * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 4 | -5/+196 |
| | |\ \ | | | |/ | | | | | | | | | 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 | 4 | -5/+170 |
| | | | | | | | | | | | | remove TkBindDeadWindow from Cygwin stub table | ||||
* | | | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places. | dkf | 2012-07-27 | 9 | -384/+640 |
| | | | | |||||
* | | | | more conversions | dkf | 2012-07-26 | 1 | -20/+25 |
| | | | | |||||
* | | | | Ttk and Aqua done | dkf | 2012-07-24 | 10 | -129/+157 |
| | | | | |||||
* | | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 57 | -1217/+1431 |
| | | | | |||||
* | | | | consistent error formatting, added error codes | dkf | 2012-07-21 | 13 | -214/+312 |
| | | | | |||||
* | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 35 | -446/+701 |
|/ / / | | | | | | | ** WORK IN PROGRESS ** | ||||
* | | | Type correctness fix, to stop compiler complaint | jan.nijtmans | 2012-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288] | jenglish | 2012-07-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | are statically allocated. Caught by Michael Kirkham. | ||||
| * | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} | jenglish | 2012-07-02 | 2 | -2/+2 |
| | | | | | | | | | are statically allocated. Caught by Michael Kirkham. | ||||
| * | | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 11 | -283/+283 |
| |\ \ | | |/ | | | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| | * | SetOptions.3: minor doc fix | jan.nijtmans | 2012-06-19 | 16 | -70/+70 |
| | | | | | | | | | | | | make various other tables CONST (All backported from Tk 8.6) | ||||
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 17 | -146/+146 |
| | | | |||||
* | | | rfe-2636558 simplification. Restore forwards compatibility with Tk 8.5 | jan.nijtmans | 2012-06-20 | 4 | -58/+31 |
|\ \ \ | |||||
| * | | | improving backwards compatibilityrfe_2636558 | jan.nijtmans | 2012-06-16 | 3 | -0/+22 |
| | | | | |||||
| * | | | rfe-2636558 simplification | jan.nijtmans | 2012-06-15 | 5 | -66/+17 |
| | | | | |||||
* | | | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash with | dkf | 2012-06-15 | 1 | -4/+4 |
|\ \ \ \ | |/ / / |/| / / | |/ / | some libc versions. | ||||
| * | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash with | dkf | 2012-06-15 | 1 | -4/+4 |
| | | | | | | | | | some libc versions. | ||||
* | | | fix signature of XSynchronize to match X.org | jan.nijtmans | 2012-06-15 | 3 | -5/+7 |
| | | |