| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e... | fvogel | 2019-04-30 | 1 | -1/+1 |
|\ |
|
| * | Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e... | fvogel | 2019-04-30 | 1 | -1/+1 |
|
|
* | | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 1 | -5/+15 |
|\ \
| |/ |
|
| * | *Really* don't change the behavior for *buttons, even with they have -default... | fvogel | 2019-03-31 | 1 | -3/+4 |
|
|
| * | Restore behavior of checkbuttons and radiobuttons on Windows. They again do n... | fvogel | 2019-03-31 | 1 | -2/+5 |
|
|
| * | Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi... | fvogel | 2019-03-31 | 1 | -5/+11 |
|
|
* | | Don't record unknown information | dkf | 2019-04-14 | 1 | -0/+1 |
|
|
* | | Update makefile.vc in an attempt to repair the build for Windows. Not enough,... | fvogel | 2019-04-14 | 1 | -0/+1 |
|
|
* | | Implement TIP 507 | dkf | 2019-04-14 | 2 | -0/+2 |
|\ \ |
|
| * \ | merge trunk | fvogel | 2018-08-19 | 10 | -135/+33 |
| |\ \ |
|
| * | | | Add missing bit to makefile.vc to try to make it compile with MSVC | fvogel | 2018-05-15 | 1 | -0/+1 |
|
|
| * | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as... | fvogel | 2018-05-15 | 1 | -0/+1 |
|
|
* | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 2 | -6/+6 |
|
|
* | | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 2 | -11/+11 |
|
|
* | | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 3 | -38/+38 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-22 | 2 | -3/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Slightly better: Don't use Tcl_UniCharLen() but wcslen(). | jan.nijtmans | 2019-03-22 | 1 | -2/+3 |
|
|
| * | | | Bugfix in tkWinClipboard: Failed to determine fname length in loop. | jan.nijtmans | 2019-03-22 | 2 | -2/+3 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-19 | 3 | -9/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 3 | -9/+5 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 3 | -26/+50 |
|\ \ \ \
| |/ / / |
|
| * | | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 3 | -26/+50 |
|
|
* | | | | Copy PDBs to installation if option PDBS is given during install | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Copy PDBs to installation if option PDBS is given during install | apnadkarni | 2019-03-06 | 1 | -0/+8 |
|
|
* | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an... | culler | 2019-03-04 | 1 | -8/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Make it be an error to create a transient/master cycle on Windows. | culler | 2019-03-01 | 1 | -8/+12 |
|
|
* | | | | Fix the build for MSVC. | culler | 2019-02-08 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix the build for MSVC | fvogel | 2019-02-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix the build for MSVC | fvogel | 2019-02-08 | 1 | -1/+1 |
|
|
* | | | | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 1 | -0/+9 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 1 | -0/+9 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency. | culler | 2019-02-07 | 1 | -0/+9 |
|
|
* | | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -6/+106 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ... | fvogel | 2019-02-02 | 1 | -6/+106 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Use TkGetMenuIndex to parse the index argument to the post command. | culler | 2019-01-15 | 1 | -11/+11 |
|
|
| | * | | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post | culler | 2019-01-13 | 1 | -0/+94 |
|
|
| | * | | | Fix related menubutton issues on linux and Windows. | culler | 2019-01-11 | 1 | -6/+12 |
|
|
* | | | | | Rebase against new trunk | jan.nijtmans | 2019-01-20 | 2 | -9/+16 |
|\ \ \ \ \ |
|
| * | | | | | Remove the last remaining reference to NO_WINRGBFIX | fvogel | 2019-01-20 | 1 | -2/+0 |
|
|
| * | | | | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces... | fvogel | 2018-12-30 | 2 | -28/+1 |
|
|
| * | | | | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info... | fvogel | 2018-12-29 | 2 | -0/+36 |
|
|
| * | | | | | Merge 8.6 | jan.nijtmans | 2018-12-26 | 1 | -5/+0 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2018-12-20 | 18 | -73/+78 |
| |\ \ \ \ \ \ |
|
* | \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2019-01-10 | 9 | -13/+17 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 11 | -24/+28 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | | | | | | | | |
| | | \ \ \ \ \ | |
| | *-. \ \ \ \ \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 17 | -78/+83 |
| | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | | * | | | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 7 | -10/+15 |
| | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 16 | -74/+80 |
|
|