summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-02-251-2/+4
|\
| * Fix [be9cade996]: sigsegv in tkwait. Propagate the fix from https://core.tcl-...fvogel2021-02-201-2/+4
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-09-151-17/+8
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-44/+37
* | Merge 8.6jan.nijtmans2020-08-041-0/+16
|\ \ | |/
| * end-of-line spacing cleanupjan.nijtmans2020-08-031-1/+1
| * The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-0/+16
* | TIP 569 remove lint commentsdgp2020-03-181-7/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-29/+38
* | Add XLowerWindow to MacOS X11 stub tablejan.nijtmans2019-10-021-1/+1
|\ \
| * | Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win)jan.nijtmans2019-10-021-1/+1
* | | Eliminate some dead codejan.nijtmans2019-10-011-217/+0
|/ /
* | Merge trunkjan.nijtmans2019-09-251-8/+8
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-241-1/+1
| |\ \ | | |/
| | * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+1
| * | Merge 8.6jan.nijtmans2019-09-241-7/+7
| |\ \ | | |/
| | * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-7/+7
* | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-7/+0
|/ /
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-29/+29
* | A few WideINT-related range improvements and comment fixesjan.nijtmans2018-12-121-5/+5
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-3/+4
* | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust...fvogel2018-02-111-0/+3
|\ \ | |/
| * Patch refinement from Christian Werner. It is now possible to 'make test' wit...fvogel2018-01-311-0/+3
* | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-4/+3
|/
* Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-221-5/+5
* Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-101-2/+2
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-12/+12
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-12/+12
* Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* some more int -> size_t changesjan.nijtmans2013-02-011-1/+1
* more places convertedjan.nijtmans2013-01-241-3/+3
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* more reorganization of error codes: safety is common failure modedkf2012-07-301-4/+4
* more auditing of error codesdkf2012-07-301-4/+6
* Much more cleaning up of result handling.dkf2012-07-231-49/+68
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
| | * * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-6/+4
| | * * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj forhobbs2004-06-291-1/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-8/+6
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-9/+9
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-40/+36
* | | - eliminate some unnessary type castsnijtmans2009-02-031-12/+12