summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Pushing the fix out to more files.dgp@users.sourceforge.net2014-10-302-12/+4
* Fixed bug [3417012fff]fvogelnew1@free.fr2014-10-291-3/+8
* missed bump bitsdgp@users.sourceforge.net2014-10-151-2/+2
* Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]fvogelnew1@free.fr2014-09-271-0/+8
* merge 8.5dgp@users.sourceforge.net2014-08-181-0/+10
|\
| * Fix for shimmering of buttons embedded when scrolled in text and canvas widge...Kevin Walzer2014-08-161-0/+10
* | Bump to 8.5.16 for release.dgp@users.sourceforge.net2014-07-231-3/+3
|/
* Squash problem with native AIX cc not allowing direct macro redefinition.nijtmans@users.sourceforge.net2014-02-031-0/+3
* Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up.nijtmans@users.sourceforge.net2013-11-111-1/+1
* Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesnijtmans@users.sourceforge.net2013-11-111-7/+18
* Fix StringReadPPM function from previous commit.nijtmans@users.sourceforge.net2013-11-031-1/+1
* [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdonal.k.fellows@manchester.ac.uk2013-11-031-17/+41
* Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...nijtmans@users.sourceforge.net2013-10-311-1/+1
* Put extern "C" guards around all stub table struct definitions, nijtmans@users.sourceforge.net2013-10-318-32/+52
* Fix [3603436fff]: png save has wrong component indexesnijtmans@users.sourceforge.net2013-10-281-6/+5
* Bump to 8.5.15 for release.dgp@users.sourceforge.net2013-08-301-2/+2
* Some more fixes for Cygwin32/64 in win32 GUI mode. nijtmans@users.sourceforge.net2013-06-131-5/+5
* Add support for X11 GUI-mode on Cygwin64nijtmans@users.sourceforge.net2013-06-062-4/+4
* Fix [2100430]: ttk::entry widget index must be integernijtmans@users.sourceforge.net2013-06-053-13/+11
* Fix [3613759] ttk::entry and symbolic index names.nijtmans@users.sourceforge.net2013-06-051-2/+5
|\
| * Suggested fix for [3613759]: ttk::entry and symbolic index namesnijtmans@users.sourceforge.net2013-06-041-1/+5
| * 3607830 Runtime checks that Xkb is available in the X server before trying todgp@users.sourceforge.net2013-04-011-0/+1
| |\
| * | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData...nijtmans@users.sourceforge.net2013-03-283-22/+0
| * | 3607326 Stop segfault from [listbox .l -listvariable $array].dgp@users.sourceforge.net2013-03-111-3/+0
| |\ \
| * | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...nijtmans@users.sourceforge.net2013-03-078-21/+80
| * | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish@flightlab.com2013-02-2713-90/+89
| * | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...nijtmans@users.sourceforge.net2013-02-2713-89/+90
| * | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need...nijtmans@users.sourceforge.net2013-02-262-49/+2
| * | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...nijtmans@users.sourceforge.net2013-02-229-28/+28
| * | | ttk::theme::* packages don't Provide anything Extra.jenglish@flightlab.com2013-02-153-3/+3
| * | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...nijtmans@users.sourceforge.net2013-02-157-9/+9
| * | | Eliminate last use of Tcl_GetStringResultnijtmans@users.sourceforge.net2013-02-151-1/+1
| * | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish@flightlab.com2013-02-041-0/+5
| |\ \ \
| * | | | eliminate unnecessary Tcl_ConvertToType callnijtmans@users.sourceforge.net2013-02-011-4/+5
| * | | | some more int -> size_t changesnijtmans@users.sourceforge.net2013-02-019-39/+43
| * | | | typonijtmans@users.sourceforge.net2013-02-011-1/+1
| * | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...nijtmans@users.sourceforge.net2013-02-0111-45/+45
| |\ \ \ \
| * \ \ \ \ Merge trunk. nijtmans@users.sourceforge.net2013-01-311-1/+26
| |\ \ \ \ \
| * | | | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. nijtmans@users.sourceforge.net2013-01-286-16/+14
| * | | | | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...nijtmans@users.sourceforge.net2013-01-2614-49/+49
| * | | | | | more places convertednijtmans@users.sourceforge.net2013-01-2429-106/+106
| * | | | | | Merge core-8-5-branchnijtmans@users.sourceforge.net2013-01-2424-78/+83
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Tk_CancelIdleCall -> Tcl_CancelIdleCallnijtmans@users.sourceforge.net2013-01-231-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa...nijtmans@users.sourceforge.net2013-01-223-8/+10
| |\ \ \ \ \ \ \
| * | | | | | | | eliminate use of deprecated Tcl_SaveResult APInijtmans@users.sourceforge.net2013-01-201-12/+7
| * | | | | | | | fix commentnijtmans@users.sourceforge.net2013-01-151-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ More flexible search for win32 tclConfig.sh, backported from TEA. nijtmans@users.sourceforge.net2013-01-153-10/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replace various functions calls, for functions which are small wrappers aroun...nijtmans@users.sourceforge.net2013-01-1420-76/+77
| * | | | | | | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-116-13/+14
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tk_InitStubs("8.6",1) would succeed in an "8.60" interp. Fixed.nijtmans@users.sourceforge.net2013-01-041-52/+51