Tk Source Code

Changes On Branch tip-584
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch ttk_introspect Excluding Merge-Ins

This is equivalent to a diff from 32a9cba0 to 374563c5

2020-11-15
13:44
Merge implementation of TIP #584 (Better introspection for ttk), as a result of TIP acceptance through TCT vote. check-in: a11a96d4 user: fvogel tags: trunk, main
2020-10-31
13:50
Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]). Closed-Leaf check-in: 374563c5 user: fvogel tags: ttk_introspect, tip-584
2020-10-29
17:09
Merge 8.6 check-in: a6ff44a1 user: jan.nijtmans tags: trunk, main
2020-10-27
07:08
Rename "trunk" to "main". Add "trunk" propagating tag for backwards compatibility check-in: 0f77b70d user: jan.nijtmans tags: trunk, main
01:25
Merge 8.6 Closed-Leaf check-in: 32a9cba0 user: marc_culler tags: trunk
2020-10-26
08:58
Merge 8.6 check-in: 88e0ce57 user: jan.nijtmans tags: trunk
2020-10-25
20:11
Adjustment for Sierra. Closed-Leaf check-in: 77a51c32 user: culler tags: bug-5cc72e002c
2020-09-20
12:28
More improvements in ttk::style man page. check-in: 21d02833 user: fvogel tags: ttk_introspect, tip-584

Changes to .travis.yml.

Changes to doc/ttk_button.n.

Changes to doc/ttk_checkbutton.n.

Changes to doc/ttk_combobox.n.

Changes to doc/ttk_entry.n.

Changes to doc/ttk_frame.n.

Changes to doc/ttk_label.n.

Changes to doc/ttk_labelframe.n.

Changes to doc/ttk_menubutton.n.

Changes to doc/ttk_notebook.n.

Changes to doc/ttk_panedwindow.n.

Changes to doc/ttk_progressbar.n.

Changes to doc/ttk_radiobutton.n.

Changes to doc/ttk_scale.n.

Changes to doc/ttk_scrollbar.n.

Changes to doc/ttk_separator.n.

Changes to doc/ttk_sizegrip.n.

Changes to doc/ttk_style.n.

Changes to doc/ttk_treeview.n.

Changes to doc/ttk_widget.n.

Changes to generic/nanosvg.h.

Changes to generic/nanosvgrast.h.

Changes to generic/tkCanvUtil.c.

Changes to generic/tkDecls.h.

Changes to generic/tkImgPhoto.c.

Changes to generic/ttk/ttkButton.c.

Changes to generic/ttk/ttkEntry.c.

Changes to generic/ttk/ttkFrame.c.

Changes to generic/ttk/ttkNotebook.c.

Changes to generic/ttk/ttkPanedwindow.c.

Changes to generic/ttk/ttkProgress.c.

Changes to generic/ttk/ttkScale.c.

Changes to generic/ttk/ttkScrollbar.c.

Changes to generic/ttk/ttkSeparator.c.

Changes to generic/ttk/ttkSquare.c.

Changes to generic/ttk/ttkTheme.c.

Changes to generic/ttk/ttkTreeview.c.

Changes to generic/ttk/ttkWidget.c.

Changes to generic/ttk/ttkWidget.h.

Changes to macosx/tkMacOSXDialog.c.

Changes to macosx/tkMacOSXWm.c.

Changes to tests/ttk/checkbutton.test.

Changes to tests/ttk/combobox.test.

Changes to tests/ttk/entry.test.

Changes to tests/ttk/labelframe.test.

Changes to tests/ttk/notebook.test.

Changes to tests/ttk/panedwindow.test.

Changes to tests/ttk/progressbar.test.

Changes to tests/ttk/radiobutton.test.

Added tests/ttk/scale.test.

Changes to tests/ttk/scrollbar.test.

Changes to tests/ttk/spinbox.test.

Changes to tests/ttk/treeview.test.

Changes to tests/ttk/ttk.test.

Changes to win/Makefile.in.

Changes to win/configure.

Changes to win/configure.ac.

Changes to win/tcl.m4.

Changes to win/tkWin32Dll.c.

Changes to win/tkWinCursor.c.

Changes to win/tkWinDialog.c.

Changes to win/ttkWinXPTheme.c.