summaryrefslogtreecommitdiffstats
path: root/generic/tk3d.c
Commit message (Expand)AuthorAgeFilesLines
* Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-1/+1
* Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-2/+2
|\
* \ Merge 8.6jan.nijtmans2023-12-221-17/+24
|\ \ | |/
| * Fix [9c57421be8]: -relief strange behavior in scrollbar. Enhance Tcl_GetRelie...jan.nijtmans2023-12-221-17/+24
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-11/+10
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-151-6/+8
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+4
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-8/+8
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-0/+34
* | Merge 8.6. Make anchorStrings, reliefString and justifyString MODULE_SCOPEjan.nijtmans2021-12-141-2/+2
|\ \ | |/
| * More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-15/+14
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-4/+4
* | WIP: Add support for C++jan.nijtmans2019-12-121-11/+10
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
* | Merge 8.6jan.nijtmans2019-01-101-9/+9
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-9/+9
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-9/+9
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-4/+4
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-12/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-12/+12
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-15/+15
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-15/+15
| | |/
* | | A few WideINT-related range improvements and comment fixesjan.nijtmans2018-12-121-2/+2
|/ /
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-5/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeingdkf2009-11-211-28/+33
* | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-2/+2
* | | Make error message from Tk_GetRelief thenijtmans2008-12-121-2/+2
* | | Making code neater...dkf2008-11-261-22/+23
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
* | | Add "const" to many internalnijtmans2008-10-151-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-5/+5
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-1/+2
* | various "const" additions in implementationnijtmans2007-01-031-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-5/+5
* | ANSIfydkf2005-11-041-334/+318
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-5/+5
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-5/+5
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-171-3/+3
* * unix/tkUnixButton.c (TkpDisplayButton, TkpComputeButtonGeometry):ericm2000-05-131-4/+2