summaryrefslogtreecommitdiffstats
path: root/generic/tkSquare.c
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-1/+1
|
* More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-141-1/+1
|\
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE ↵jan.nijtmans2020-05-221-11/+11
| | | | | | | | consistantly everywhere: It's actually the same.
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-11/+11
| |
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-9/+11
| |
* | Merge 8.7jan.nijtmans2019-01-131-3/+3
|\ \
| * \ Merge 8.6jan.nijtmans2019-01-131-1/+1
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2019-01-131-1/+1
| | |\
| | | * Not actually necessary to fix those (they don't give warnings because those ↵jan.nijtmans2019-01-131-2/+2
| | | | | | | | | | | | | | | | are switched off), but while on it it's better to correct those ill-usages of 'None' too
| | * | Missed 2 spots in previous commit (only relevant for test-suite)jan.nijtmans2019-01-101-2/+2
| | | |
| * | | Merge 8.6jan.nijtmans2019-01-101-3/+3
| |\ \ \ | | |/ /
| | * | As requested by Christian Werner/François Vogel and others: Undo many None ↵jan.nijtmans2018-12-311-5/+5
| | |\ \ | | | |/ | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected.
| | | * As requested by Christian Werner/François Vogel and others: Undo many None ↵jan.nijtmans2018-12-311-5/+5
| | | | | | | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected.
| | * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-5/+5
| | |\ \ | | | |/ | | | | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵jan.nijtmans2018-12-201-5/+5
| | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings.
* | | | Merge trunkjan.nijtmans2018-11-251-6/+6
|\ \ \ \ | |/ / /
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. ↵jan.nijtmans2018-10-161-6/+6
| |/ / | | | | | | | | | This is 100% upwards compatible, and equivalent to TIP #494 done in Tcl. With this, a ton of (char *) type casts can be eliminated
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-8/+8
|/ /
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵jan.nijtmans2013-01-261-4/+4
| | | | | | | | to work with "novem"
* | more places convertedjan.nijtmans2013-01-241-2/+2
| |
* | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-5/+5
| |
* | 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-4/+4
| | | | | | | | | using useful casts internally.
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-13/+13
| | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change
* | | Make all internal initializationnijtmans2009-11-291-4/+1
| | | | | | | | | | | | | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
* | | Compile tkTest.c and friends with Stubsnijtmans2009-11-191-1/+7
| | |
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
| | |
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-22/+22
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Disable __NO_OLD_CONFIG configuration enabled by latest commitdgp2007-09-071-1/+3
| |
* | header cleanupdgp2007-09-071-3/+1
| |
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
| |
* | ANSIfydkf2005-11-151-166/+167
|/
* * An overlooked caller of Tcl_GetIndexFromObj() and a style fix.dgp2002-01-171-6/+6
|
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-43/+27
| | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632]
* * Merged 8.1 branch into the main trunkstanton1999-04-161-170/+220
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+587