summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkKevin Walzer2020-09-178-86/+79
|\
| * Fix MSVC warning: warning C4018: '<' : signed/unsigned mismatchjan.nijtmans2020-09-161-1/+1
| * Since 'underline' is an int in TkMenuEntry (tkMenu.h), it (still) should be a...jan.nijtmans2020-09-161-1/+2
| * Fix the build of Tk trunk against Tcl trunk.fvogel2020-09-151-2/+1
| * Merge 8.6jan.nijtmans2020-09-112-4/+4
| |\
| | * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-112-20/+17
| | |\
| | | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2
| * | | Merge 8.6jan.nijtmans2020-09-101-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-1/+1
| * | Merge 8.6jan.nijtmans2020-09-093-59/+59
| |\ \ | | |/
| | * TIP #581: More progressjan.nijtmans2020-09-092-59/+58
| * | Merge 8.6jan.nijtmans2020-09-081-7/+0
| |\ \ | | |/
| | * Merge 8.5. jan.nijtmans2020-09-081-7/+0
| | |\
| | | * Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-107-27/+28
| * | | Merge 8.6jan.nijtmans2020-09-042-6/+6
| |\ \ \ | | |/ /
| | * | TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-3/+3
| * | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-6/+6
| * | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-022-8/+8
| |\ \ \
| | * \ \ Merge trunkjan.nijtmans2020-08-245-11/+13
| | |\ \ \
| | * \ \ \ Merge trunkjan.nijtmans2020-08-171-0/+4
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2020-08-132-6/+6
| | |\ \ \ \ \
| | * | | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-142-8/+8
* | | | | | | | Minor tweaks to new Tcl command names; preliminary addition of libnotify to c...Kevin Walzer2020-09-131-1/+1
* | | | | | | | Initial implementation of systray command for X11 based on tktrayKevin Walzer2020-09-131-2/+2
* | | | | | | | Minor tweak, thanks to fvogel for suggestionKevin Walzer2020-09-071-1/+1
* | | | | | | | Remove warnings from code; thanks to thommey for debugging assistance in Tcl ...Kevin Walzer2020-09-071-2/+2
* | | | | | | | Minor tweak, warnings still presentKevin Walzer2020-09-071-2/+3
* | | | | | | | Restore delete procKevin Walzer2020-09-071-1/+1
* | | | | | | | Remove whitepaceKevin Walzer2020-09-061-1/+1
* | | | | | | | Cleanup of function initialization restores functionalityKevin Walzer2020-09-061-5/+2
* | | | | | | | Remove errors, but now icons not createdKevin Walzer2020-09-061-4/+5
* | | | | | | | Let it almost build on MSVC.fvogel2020-09-061-16/+19
* | | | | | | | One more typo fixKevin Walzer2020-09-051-2/+2
* | | | | | | | fix typoKevin Walzer2020-09-051-2/+2
* | | | | | | | Clean up code in tkWinSysTray.c to better conform to Tcl Engineering Manual; ...Kevin Walzer2020-09-051-110/+571
* | | | | | | | Windows taskbar/system tray balloon notifications work! On to integrating TkT...Kevin Walzer2020-09-052-796/+786
* | | | | | | | Successful test of icon display in system tray; next to refine balloon alert ...Kevin Walzer2020-09-033-2/+10
* | | | | | | | It builds! Now to test...Kevin Walzer2020-09-031-4/+4
* | | | | | | | Remove static keywordsKevin Walzer2020-08-312-13/+13
* | | | | | | | Merge trunk; refinement of TIP additionsKevin Walzer2020-08-3110-48/+67
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-3/+3
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res...fvogel2020-08-242-1/+2
| |\ \ \ \ \ \
| | * | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on Window...fvogel2020-07-142-2/+2
| | * | | | | | Bring Windows documentation up-to-date with respect to the new color systemPl...fvogel2020-07-142-2/+2
| | * | | | | | Correctly use a system placeholder color on Windows.fvogel2020-07-142-1/+2
| | * | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaultsfvogel2020-07-141-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-2/+3
| * | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-192-8/+8
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | / / | | |_|_|/ / | |/| | | |
| | * | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-192-8/+8
| | |\ \ \ \
| | | * | | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-182-8/+8