summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-4/+104
* 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) don'...jan.nijtmans2014-02-1025-99/+97
* 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. Thi...jan.nijtmans2013-11-204-89/+44
|\
| * 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
* | | 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 somewh...bug_f214b8jan.nijtmans2013-11-081-5/+5
* | | | 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
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a formatdkf2013-11-031-17/+41
* | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...jan.nijtmans2013-10-311-1/+1
|\ \ \ | |/ /
| * | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which w...jan.nijtmans2013-10-311-1/+1
* | | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ...jan.nijtmans2013-10-311-14/+11
* | | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-317-21/+35
|\ \ \ | |/ / | | / | |/ |/|
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-318-32/+52
* | 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 tim...jan.nijtmans2013-08-011-3/+7
|/ /
* | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
|\ \ | |/
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
* | Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-062-7/+7
|\ \ | |/
| * Add support for X11 GUI-mode on Cygwin64jan.nijtmans2013-06-062-4/+4
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-053-6/+11
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-053-13/+11
* | Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
|\ \ | |/
| * Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
| |\
| | * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-041-1/+5
| |/ |/|
| * Remove unused variable. jan.nijtmans2013-04-032-2/+8
| * Restore selected code improvements that missed the 8.5.14 release.dgp2013-04-031-12/+6
| * merge release to 8.5; revert features not included in releasedgp2013-04-034-77/+30
* | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-0/+1
|\ \ | |/
| * Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830dgp2013-04-0124-328/+355
| |\
| | * One last review of tkCmds.c, making sure that there is no single mistake in it. jan.nijtmans2013-03-291-14/+7