summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Bump to 8.6.2 for release.dgp2014-07-281-2/+2
|/ / /
* | | Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-302-42/+42
| | |
* | | two more (test-)command converted to Tcl_Obj APIjan.nijtmans2014-06-271-29/+28
| | |
* | | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices.jan.nijtmans2014-06-032-5/+2
| | |
* | | re-generate tkIntDecls.hjan.nijtmans2014-06-031-7/+6
| | |
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-034-53/+55
| | |
* | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-264-13/+14
|\ \ \
| * | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-234-13/+14
| | | |
* | | | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the ↵jan.nijtmans2014-05-261-24/+24
|/ / / | | | | | | | | | Tcl_Obj API.
* | | remove TODO: scrollbars use Tcl_Obj API nowjan.nijtmans2014-05-221-4/+0
| | |
* | | Make "scrollbar" a Tcl_Obj-based commandjan.nijtmans2014-05-226-146/+139
|\ \ \ | | | | | | | | Some more Tcl_Obj-related optimizations
| * | | Some more places where Tcl_Obj's can be usedscrollbar_obj_cmdjan.nijtmans2014-05-222-13/+17
| | | |
| * | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-224-133/+128
|/ / /
* | | Fix TK_RELEASE_SERIAL valuejan.nijtmans2014-03-131-1/+1
| | |
* | | Fix for [f476e3d654]: Tk trunk fails to build/linkjan.nijtmans2014-02-111-0/+1
| | |
* | | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-107-17/+17
| | |
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵jan.nijtmans2014-02-1025-99/+97
| | | | | | | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
* | | Squash problem with native AIX cc not allowing direct macro redefinition.andreask2014-02-031-0/+1
| | |
* | | typojan.nijtmans2013-11-201-1/+1
| | |
* | | Store menu option tables in Thread storage in stead of allocated storage. ↵jan.nijtmans2013-11-204-89/+44
|\ \ \ | | | | | | | | | | | | This makes "menu" a normal command without needing special initialization tricks.
| * \ \ merge trunkbug_f214b8ad5bjan.nijtmans2013-10-319-36/+47
| |\ \ \
| * | | | Make "menu" a normal command, initialized like any other Tk command.jan.nijtmans2013-10-293-40/+9
| | | | |
| * | | | Some refactoring as initial attempt to fix [f214b8ad5b]. Not finished/tested ↵jan.nijtmans2013-10-282-52/+38
| | | | | | | | | | | | | | | | | | | | yet.
* | | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up.jan.nijtmans2013-11-111-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up.jan.nijtmans2013-11-111-1/+1
| | | | |
* | | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-111-7/+18
|\ \ \ \ \ | |/ / / /
| * | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-111-7/+18
| | | | |
* | | | | Since fontCache is the first field of struct TkFontInfo, make the code ↵bug_f214b8jan.nijtmans2013-11-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | somewhat better readable. But actually it's no change at all. This is my only review comment! Good work!
* | | | | First draft patch trying to fix [f214b8ad5b].dgp2013-11-051-3/+12
| | | | |
* | | | | Fix StringReadPPM function from previous commitjan.nijtmans2013-11-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix StringReadPPM function from previous commit.jan.nijtmans2013-11-031-1/+1
| | | | |
* | | | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-031-17/+41
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | definition change from around 2000 (even if that's a rare format).
| * | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-031-17/+41
| | | | | | | | | | | | definition change from around 2000 (even if that's a rare format).
* | | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵jan.nijtmans2013-10-311-1/+1
|\ \ \ \ | |/ / / | | | | | | | | was already freed.
| * | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵jan.nijtmans2013-10-311-1/+1
| | | | | | | | | | | | | | | | was already freed.
* | | | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ↵jan.nijtmans2013-10-311-14/+11
| | | | | | | | | | | | | | | | -format)
* | | | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-317-21/+35
|\ \ \ \ | |/ / / | | / / | |/ / |/| | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
| * | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-318-32/+52
| | | | | | | | | | | | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
* | | Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
|\ \ \ | |/ /
| * | Fix [3603436fff]: png save has wrong component indexesjan.nijtmans2013-10-281-6/+5
| | |
| * | Bump to 8.5.15 for release.dgp2013-08-301-2/+2
| | |
* | | Bump to 8.6.1.dgp2013-08-301-1/+1
| | |
* | | Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-141-89/+50
|\ \ \
| * | | Fix reference counting for "option" objects, when being duplicated.bug_069c9e43c4jan.nijtmans2013-08-141-1/+24
| | | |
| * | | Fix some commentsjan.nijtmans2013-08-011-3/+3
| | | |
| * | | rebasejan.nijtmans2013-08-011-87/+25
| |\ \ \ |/ / / /
| * | | Suggested fix for Bug [069c9e43c4]jan.nijtmans2013-07-312-88/+34
| | | |
* | | | Make sure that in test-cases, Tk_DeleteOptionTable() is never called more ↵jan.nijtmans2013-08-011-3/+7
|/ / / | | | | | | | | | times than the corresponding Tk_CreateOptionTable(). Although it doesn't crash now, this behavior cannot be depended on.
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
|\ \ \ | |/ / | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]).
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
| | | | | | | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc