summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* refactor isatty() function for Windowsnijtmans2010-12-171-35/+21
* [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-2/+6
* [Patch #3124683]: platform specific stuff in (tcl|tk)Main.cnijtmans2010-12-151-116/+92
* Change "Application initialization failed" to "application-specific initializ...nijtmans2010-12-131-2/+2
* [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-062-8/+8
* fix/regendkf2010-12-023-27/+38
* regendkf2010-12-022-2/+26
* * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-023-21/+31
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-292-14/+14
* Remove unused strrchr, combine outChannel/errChannel variables to a single va...nijtmans2010-11-241-19/+19
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-1913-28/+28
* reverted previous commit: it has effect on the Windows consolenijtmans2010-11-151-28/+38
* Eliminate use of the function Tcl_WinTCharToUtf in generic codenijtmans2010-11-151-38/+28
* Sync TK_ASCII_MAIN usage with tclMain.cnijtmans2010-11-051-4/+9
* [FRQ 491789]: "setargv() doesn't support a unicodenijtmans2010-10-111-5/+9
* Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
* * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):dkf2010-10-011-3/+19
* tkMain.c: make compilable with -DUNICODE as wellnijtmans2010-09-291-40/+86
* Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-283-3/+11
* Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-231-1/+19
* clean-up, port all genStubs.tcl changesnijtmans2010-09-204-549/+590
* TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
* * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/hobbs2010-08-271-6/+6
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-215-125/+125
* Move USE_OLD_IMAGE support after tkDecls.hnijtmans2010-08-191-6/+8
* [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ...nijtmans2010-08-197-3876/+55
* * generic/tkImgGIF.c (StringWriteGIF): Added ability to write a GIF todkf2010-07-181-318/+370
* [Tcl Bug 3029891] Functions that don't belong in the stub table (Tk part, not...nijtmans2010-07-163-10/+15
* [Patch #3019624] fix "place" command segfault on half-dead app main window.a_kovalenko2010-06-222-6/+7
* [Bug #3019363] "make genstubs" failurenijtmans2010-06-222-13/+13
* [Bug #3019363] "make genstubs" failurenijtmans2010-06-223-18/+17
* [Patch #2999889] TkCopyAndGlobalEval obsoletenijtmans2010-06-214-65/+9
* [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-198-600/+63
* Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-1512-62/+59
* Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]).jenglish2010-05-311-2/+6
* ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.jenglish2010-05-271-17/+22
* Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-261-4/+4
* Revert [Patch #2999920], as it entails an incompatible change to the C APIjenglish2010-05-171-7/+14
* [Patch #2999920]: Optimize Internal Virtual event string operationsnijtmans2010-05-171-14/+7
* Consistent use of variable names in RestrictEventnijtmans2010-05-111-6/+6
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-106-37/+38
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-031-2/+2
* * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overalldkf2010-04-251-12/+15
* Formattingnijtmans2010-04-2316-141/+29
* tkPort.h already includes tk.h, which includes tcl.hnijtmans2010-04-203-11/+5
* Make sure that tkWinPort.h is always includednijtmans2010-04-202-16/+17
* * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correctdkf2010-04-121-3/+90
* * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-19/+75
* ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-285-16/+188
* Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-114-9/+13