summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
|\
| * Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
* | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-5/+15
|\ \ | |/
| * *Really* don't change the behavior for *buttons, even with they have -default...fvogel2019-03-311-3/+4
| * Restore behavior of checkbuttons and radiobuttons on Windows. They again do n...fvogel2019-03-311-2/+5
| * Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi...fvogel2019-03-311-5/+11
* | Don't record unknown informationdkf2019-04-141-0/+1
* | Update makefile.vc in an attempt to repair the build for Windows. Not enough,...fvogel2019-04-141-0/+1
* | Implement TIP 507dkf2019-04-142-0/+2
|\ \
| * \ merge trunkfvogel2018-08-1910-135/+33
| |\ \
| * | | Add missing bit to makefile.vc to try to make it compile with MSVCfvogel2018-05-151-0/+1
| * | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-151-0/+1
* | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-042-6/+6
* | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-022-11/+11
* | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-313-38/+38
* | | | Merge 8.6jan.nijtmans2019-03-291-0/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+5
* | | | Merge 8.6jan.nijtmans2019-03-222-3/+5
|\ \ \ \ | |/ / /
| * | | Slightly better: Don't use Tcl_UniCharLen() but wcslen().jan.nijtmans2019-03-221-2/+3
| * | | Bugfix in tkWinClipboard: Failed to determine fname length in loop.jan.nijtmans2019-03-222-2/+3
* | | | Merge 8.6jan.nijtmans2019-03-193-9/+5
|\ \ \ \ | |/ / /
| * | | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-193-9/+5
* | | | Merge 8.6jan.nijtmans2019-03-153-26/+50
|\ \ \ \ | |/ / /
| * | | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish.jan.nijtmans2019-03-153-26/+50
* | | | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
|\ \ \ \ | |/ / /
| * | | Copy PDBs to installation if option PDBS is given during installapnadkarni2019-03-061-0/+8
* | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-8/+12
|\ \ \ \ | |/ / /
| * | | Make it be an error to create a transient/master cycle on Windows.culler2019-03-011-8/+12
* | | | Fix the build for MSVC.culler2019-02-081-1/+1
|\ \ \ \ | |/ / /
| * | | Fix the build for MSVCfvogel2019-02-081-1/+1
| |\ \ \
| | * | | Fix the build for MSVCfvogel2019-02-081-1/+1
* | | | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-0/+9
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug [58665b91dd]: many unixEmbed tests fail.culler2019-02-071-0/+9
| |\ \ \ \ | | |/ / /
| | * | | Also change tkWinEmbed.c to match the change in tkUnixEmbed.c, for consistency.culler2019-02-071-0/+9
* | | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-6/+106
|\ \ \ \ \ | |/ / / /
| * | | | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-6/+106
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TkGetMenuIndex to parse the index argument to the post command.culler2019-01-151-11/+11
| | * | | Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu postculler2019-01-131-0/+94
| | * | | Fix related menubutton issues on linux and Windows.culler2019-01-111-6/+12
* | | | | Rebase against new trunkjan.nijtmans2019-01-202-9/+16
|\ \ \ \ \
| * | | | | Remove the last remaining reference to NO_WINRGBFIXfvogel2019-01-201-2/+0
| * | | | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces...fvogel2018-12-302-28/+1
| * | | | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info...fvogel2018-12-292-0/+36
| * | | | | Merge 8.6jan.nijtmans2018-12-261-5/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2018-12-2018-73/+78
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge 8.6jan.nijtmans2019-01-109-13/+17
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-1011-24/+28
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-0817-78/+83
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | * | | | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-087-10/+15
| | | |\ \ \ \ \ \
| | | | * | | | | | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-0316-74/+80