summaryrefslogtreecommitdiffstats
path: root/unix/tkUnix.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfydkf2005-11-141-48/+63
|
* Getting more systematic about styledkf2005-08-101-13/+20
| | | | | Also start removing _ANSI_ARGS_; the core's required ANSI C for a while now Also fix [Bug 1252702]; size_t doesn't mix with Tcl_GetStringFromObj
* * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get itrmax2005-06-021-4/+10
| | | | | | | | | working on Solaris, and panic if we run out of memory. * unix/configure.in: Rework the searching for Xss, to make it work on Solaris and provide more useful output. Use AC_HELP_STRING where appropriate. * unix/tcl.m4: synced from Tcl. * unix/configure: regenerated with autoconf 2.59.
* Checking the return value of XScreenSaverQueryInfo.rmax2005-06-011-3/+4
|
* Some versions of X seem to crash if XScreenSaverQueryVersion() isn'trmax2005-06-011-5/+6
| | | | called before calling XScreenSaverQueryInfo().
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+67
|
* Attempt to fix [Bug 919066] by allowing the code that creates the regiondkf2004-10-261-1/+60
| | | | much more knowledge of the platform functions available to it.
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-3/+3
| | | | | | | | | * Updated callers of Tcl_GetStringResult. Rewrote PrintScrollFractions to ScrollFractions to stop scribbling directly on interp->result. * Updated callers of Tcl_GetVar, Tcl_GetVar2 * Updated callers of Tcl_SplitPath, Tcl_JoinPath, and Tcl_TranslateFileName.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-3/+3
|
* integrated stubs into 8.0 main branchstanton1999-03-101-1/+30
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+79