summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* more auditing of error codesdkf2012-07-3021-61/+70
|
* Working towards making the error codes more consistent.dkf2012-07-3019-118/+113
|
* Purged Tcl_AppendElement from all non-test code.dkf2012-07-2918-518/+596
|
* merge trunkdkf2012-07-281-5/+2
|\
| * silence compiler warningsdgp2012-07-241-1/+1
| |\
| | * silence compiler warningsdgp2012-07-241-1/+1
| | |
| * | Fix for [Bug 3546073]:jenglish2012-07-231-5/+2
| |\ \ | | |/ | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow().
| | * Fix for [Bug 3546073]:root2012-07-231-5/+2
| | | | | | | | | | | | Replace Tk_CreateWindow(... DisplayString(dispPtr->display)) with direct call to TkAllocWindow().
| | * Type correctness fix, to stop compiler complaint.dkf2012-07-121-1/+1
| | |
| | * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
| | |\
| | | * [Bug 3541305]: Xfree/Xsync... should not be macrosjan.nijtmans2012-07-081-1/+30
| | | |
| | * | Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-044-5/+196
| | |\ \ | | | |/ | | | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32
| | | * Add various X11 stub functions, Cygwin onlyjan.nijtmans2012-07-044-5/+170
| | | | | | | | | | | | remove TkBindDeadWindow from Cygwin stub table
* | | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-279-384/+640
| | | |
* | | | more conversionsdkf2012-07-261-20/+25
| | | |
* | | | Ttk and Aqua donedkf2012-07-2410-129/+157
| | | |
* | | | Much more cleaning up of result handling.dkf2012-07-2357-1217/+1431
| | | |
* | | | consistent error formatting, added error codesdkf2012-07-2113-214/+312
| | | |
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-1635-446/+701
|/ / / | | | | | | ** WORK IN PROGRESS **
* | | Type correctness fix, to stop compiler complaintjan.nijtmans2012-07-121-1/+1
| | |
* | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
|\ \ \ | |/ /
| * | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
| | |
* | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish2012-07-022-2/+2
|\ \ \ | |/ / | | | are statically allocated. Caught by Michael Kirkham.
| * | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-022-2/+2
| | | | | | | | | are statically allocated. Caught by Michael Kirkham.
| * | SetOptions.3: minor doc fixjan.nijtmans2012-06-1911-283/+283
| |\ \ | | |/ | | | | | | make various other tables const (all backported from Tk 8.6)
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-1916-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_3536507jan.nijtmans2012-06-2017-146/+146
| | |
* | | rfe-2636558 simplification. Restore forwards compatibility with Tk 8.5jan.nijtmans2012-06-204-58/+31
|\ \ \
| * | | improving backwards compatibilityrfe_2636558jan.nijtmans2012-06-163-0/+22
| | | |
| * | | rfe-2636558 simplificationjan.nijtmans2012-06-155-66/+17
| | | |
* | | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ / some libc versions.
| * | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
| | | | | | | | | some libc versions.
* | | fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-153-5/+7
| | |
* | | Fix text clipping when working with the Xft-based renderer.dkf2012-06-123-2/+27
|\ \ \ | |/ /
| * | Fix text clipping when working with the Xft-based renderer.dkf2012-06-123-2/+27
| | |
* | | fix test failuredkf2012-06-111-3/+3
|\ \ \ | |/ /
| * | fix test failuredkf2012-06-111-3/+3
| | |
* | | make it builddkf2012-06-111-4/+4
|\ \ \ | |/ /
| * | make it builddkf2012-06-111-1/+1
| | |
* | | fix the clipping in entries toodkf2012-06-111-7/+25
|\ \ \ | |/ /
| * | fix the clipping in entries toodkf2012-06-111-7/+25
| | |
* | | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
|\ \ \ | |/ /
| * | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
| | |
| * | eliminate some ANSI_ARGSjan.nijtmans2012-06-082-9/+9
| |\ \ | | |/
| | * function def in frontjan.nijtmans2012-06-081-1/+1
| | |
* | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-086-365/+443
|\ \ \ | |/ / | | | | | | needed for Cygwin
| * | Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-084-7/+77
| |\ \ | | |/
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-082-56/+126
| | |
| | * OXS Tiger Breakagejan.nijtmans2012-06-082-5/+5
| | |
| * | eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+2
| | |