summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [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
* * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-8/+13
* * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]dgp2010-03-081-2/+2
* Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-224-12/+12
* Tiny whitespace changes for readability improvement.dkf2010-02-214-10/+10
* Re-fix [Bug 1799782].dkf2010-02-211-7/+17
* ttk::treeview: Cache the result of the last call to EndPosition()jenglish2010-02-201-10/+30
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-182-26/+42
* generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-171-4/+5
* CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-1718-79/+76
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-164-18/+21
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-1312-193/+46
* Make more internal tables "const"nijtmans2010-02-058-47/+39
* Laxative patch: Revert contravariant const qualifiers added by thejenglish2010-02-0513-44/+43
* Make the various stub tables and hook pointers const,nijtmans2010-02-0518-58/+74
* Follow-up to [2010-01-29] commit:nijtmans2010-02-057-607/+613
* Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-3115-397/+341
* Little simplification in tkBind.cnijtmans2010-01-291-5/+2
* genStubs.tcl: No longer generate a space afternijtmans2010-01-298-1278/+1223
* fix more gcc warnings: missing initializernijtmans2010-01-2213-59/+61
* [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
* fix more gcc warnings: missing initializernijtmans2010-01-1829-334/+362
* Eliminate tkpMenubuttonClassnijtmans2010-01-1316-41/+66
* CONSTify Tk_SetClassProcsnijtmans2010-01-104-9/+9