summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvWind.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Fix indentingjan.nijtmans2024-07-121-1/+1
|\
* | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-3/+3
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-3/+3
* | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
* | Specify TK_ALWAYS_REDRAW where appropriatejan.nijtmans2023-11-281-1/+1
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-2/+2
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-34/+22
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-2/+2
|\ \ | |/
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-8/+8
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | Merge 8.6jan.nijtmans2022-04-041-3/+3
|\ \ | |/
| * (Cherry-pick) Fix for bug [29b5c28ea]jan.nijtmans2022-04-041-3/+3
* | Fix [5412c64a79]: Segmentation fault on closing error report window. This dea...fvogel2022-03-191-1/+11
|\ \ | |/
| * Backout [14bdca4d]. This fix is no longer needed since previous commit. Moreo...fvogel2022-03-131-10/+0
| * Fix secondary crash in tkPack. This is a hack fix as not exactly certain if ...griffin2022-03-131-1/+11
| * Fix [5412c64a79]: Segmentation fault on closing error report window. The prob...fvogel2022-03-091-0/+10
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u...jan.nijtmans2021-12-171-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-09-081-1/+1
|\ \ | |/
| * TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-8/+8
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-8/+8
* | More progressjan.nijtmans2020-05-221-1/+1
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-4/+17
* | Merge trunkjan.nijtmans2019-05-101-1/+38
|\ \
| * | Document. Factor out basic rotation function.dkf2019-03-131-5/+2
| * | More item typesdkf2019-03-111-1/+41
| |/
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-5/+5
|/
* Unbreak AIX, replaced use of C99 comments in commit [961ae24a3f] (2012-08-27)...andreask2012-08-301-2/+2
* Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-26/+39
* consistent error formatting, added error codesdkf2012-07-211-5/+9
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-14/+9
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-4/+15
| | * * generic/tkCanvWind.c (ConfigureWinItem): unmap windowshobbs2004-11-171-3/+15
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-3/+3
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-7/+7
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-21/+19
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-7/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-19/+18
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensuredas2006-05-121-3/+14