summaryrefslogtreecommitdiffstats
path: root/generic/tkFileFilter.c
Commit message (Collapse)AuthorAgeFilesLines
* Much more cleaning up of result handling.dkf2012-07-231-6/+10
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * generic/tkFileFilter.c (AddClause): fix warning.das2007-05-301-2/+2
| | |
| | * * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-2/+5
| | |
| * | Backported some fixes for uninitialized variables identified by das using ↵patthoyts2009-03-031-2/+2
| | | | | | | | | | | | clang analysis.
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-11/+10
| | | | | | | | | using useful casts internally.
* | | Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-091-111/+43
| | |
* | | Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-2/+2
| | |
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-28/+31
|/ /
* | * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-3/+5
| |
* | ANSIfydkf2005-11-041-90/+114
| |
* | * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/hobbs2005-05-231-2/+2
| |
* | Parse all filters, not just the first one. [Bug 1206133]dkf2005-05-211-104/+92
| |
* | Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-65/+103
|/
* * generic/tkFileFilter.c:das2002-01-271-10/+10
| | | | | | * mac/tkMacInit.c: * mac/tkMacKeyboard.c: * mac/tkMacMenus.c: TIP 27 CONSTification induced changes
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-4/+4
| | | | | | | | | | | | | | | * win/stubs.c (_XInitImageFuncPtrs): Add return value for function. * win/tkWinButton.c (buttonStyles, ButtonBindProc, ComputeStyle): Remove unused declarations. * win/tkWinColor.c (GetColorByName, GetColorByValue): Remove unused function declarations. * win/tkWinDialog.c (TrySetDirectory): Remove unused function declaration. * win/tkWinEmbed.c (TkWinEmbeddedEventProc): Cast to match function prototype. * win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused declaration. * win/tkWinWindow.c (StackWindow): Remove unused declaration. * win/tkWinWm.c (ConfigureEvent): Remove unused declaration. * win/tkWinX.c (winXMutex): Remove unused declaration. * xlib/ximage.c (XCreateBitmapFromData): Cast to match function prototype.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+1
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+486