| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 4b6a01df0e9e2a179c9795f0f0a73f5558417e51
|
|
|
|
|
|
|
| |
Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings.
Minor spinbox appearance improvements in clam theme.
FossilOrigin-Name: 087952762daa693971237477949d1d0c60efd418
|
|
|
| |
FossilOrigin-Name: 6f14ab519e5281a1bed964e019f616fbf1839e27
|
|
|
|
|
|
| |
(patch from Pat Thoyts; needed to support proper visual feedback on Vista).
FossilOrigin-Name: 8a64537bbfada17c4ac361b82ffc09430c80e9cf
|
|
|
| |
FossilOrigin-Name: 91b971187f0ea7ba680aa17877dfb9827602140a
|
|
|
|
|
|
|
|
|
| |
fixes [#2207435] and several other problems discovered during
investigation of same.
ttkButton.c(CheckbuttonInitialize): Account for initializeProc being
called earlier in the construction sequence now.
FossilOrigin-Name: 8ed212b76591acb906a6bbf27646e89912303772
|
|
|
| |
FossilOrigin-Name: ff066d009f8f5806b8edee60fea81e4c21a0dd0a
|
|
|
|
|
|
|
| |
a status code, and are no longer allowed to fail.
(Fix for #2207435 in progress).
FossilOrigin-Name: 203f93bebf31822993263c38ab38bf207c4d6503
|
|
|
|
|
|
| |
(More remain in other files; will get to those later).
FossilOrigin-Name: a42da4391326f0fa641bd65b1c2f360f4f7068c2
|
|
|
|
|
|
| |
tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type
FossilOrigin-Name: 58673d61d7f8ab2bb54a1c86f0154e54b3a16a61
|
|
|
| |
FossilOrigin-Name: bef0648aed98539441a1a154af2ac554af8a941c
|
|
|
| |
FossilOrigin-Name: 1fc44d63b7e4ec4da75db0a00822b66c26c1620e
|
|
|
| |
FossilOrigin-Name: 14002bf54ebe2b157b8ac3c3ab30819293a967fe
|
|
|
|
|
|
|
|
| |
Use different Tcl_AssocData key for Ttk so the tile extension
can be loaded into an 8.6 interp, in the off-chance that anyone
wants to do this.
FossilOrigin-Name: a501aa15217c3ebbb941256413c04522d7e1141e
|
|
|
|
|
|
| |
broken since 8.4 and no-one complained about it.
FossilOrigin-Name: ff239323ed950a51605485392c5927efe2080abe
|
|
|
|
|
|
|
| |
point numbers in -[xy]scrollcommand callbacks or [xy]view methods.
Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
FossilOrigin-Name: 2d900ad05b898419dfe40b8d70fe67169d8e2105
|
|
|
| |
FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
|
|
|
|
|
|
| |
in case of erroneous style specifications [#2009213].
FossilOrigin-Name: 9939c08234968e99caa92e47b49ad96563ae6b4d
|
|
|
| |
FossilOrigin-Name: 83d9a97ee3c6c2d72e6199322a1269fc2594a857
|
|
|
| |
FossilOrigin-Name: 2f8ba9f30a2830237f5e8bdd37544dc7beb234ae
|
|
|
| |
FossilOrigin-Name: e83b7dd29ddae998f96538584afb518849ac1e2c
|
|
|
| |
FossilOrigin-Name: 19bdbffe1991dcde05744004cd2ad06718c4b763
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Added [$tv identify region], [$tv identify element],
and [$tv identify item] subcommands.
+ Simplified bindings.
+ Added [$tv tag has] subcommand.
+ Tag-related display improvements: setting a tag -background
or -foreground no longer overrides selection feedback.
+ Don't need separate 'Item', 'Cell', and 'Row' style
settings anymore, only the base "Treeview" style is used.
FossilOrigin-Name: cc4b1b46f9e6397de8e45764099a80f0f640e20b
|
|
|
|
|
|
| |
as this leads to a panic on Windows [Bug 1967576]
FossilOrigin-Name: 431a0e9f67f8f6816d3ff900be62c3e8d5307dc8
|
|
|
| |
FossilOrigin-Name: ddfd8bb6f7ecfa71a218a5dc88075a419e3e1d5c
|
|
|
|
|
|
|
|
|
|
|
| |
avoid exporting them from libraries that link
with -ltkstub; constify tk*StubsPtr and stub
table hook pointers. [Bug 1819422]
* generic/tkStubLib.c: undef USE_TCL_STUBS before defining it
* generic/ttk/ttkStubLib.c: unconditionally; remove needless #ifdef
FossilOrigin-Name: 7419adaea545b7086cb08e7a4b048d7381d9931e
|
|
|
|
|
|
|
|
| |
even in a static build of Tk.
* generic/ttk/ttkDecls.h: fix incorrect number of arguments in
Ttk_InitStubs macro definition.
FossilOrigin-Name: 63dd2be6c23cf9239b4844a4ccdf9f6e5cca66b8
|
|
|
| |
FossilOrigin-Name: 4d6b9001def79e9673e1cc00ffb762c6f1bfe1f0
|
|
|
| |
FossilOrigin-Name: d94ebd9a2c61f41c5996c262052106c6ea51bbd4
|
|
|
|
|
|
| |
[FR 1898288]
FossilOrigin-Name: 99170de4b5d7096b7a5242f372fbd428079cf7d6
|
|
|
| |
FossilOrigin-Name: f56bd352526bb38d68a1dba36c719830d0494a39
|
|
|
|
|
|
| |
[Bug 1867122].
FossilOrigin-Name: 8b24a669c7da52566d14b3014f4eb1ef18e6760e
|
|
|
| |
FossilOrigin-Name: c6340f56abdf696aae3a9676e5e5778d948f8c4a
|
|
|
|
|
|
| |
Removed now-unnecessary initial ConfigureNotify processing.
FossilOrigin-Name: 97048e98812d3e44af0e30820e519a2439119bc5
|
|
|
| |
FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
|
|
|
|
|
|
| |
Use Ttk_GetElement() to find element instead of direct hash table access.
FossilOrigin-Name: 09d7f6c0661358bee0bbaafd5154bafc6141e396
|
|
|
| |
FossilOrigin-Name: 1876a988e448354a9dbe45918ece9fd7aeda3246
|
|
|
| |
FossilOrigin-Name: 9da56fbd6d5018346c42919390516567710ba9cc
|
|
|
|
|
|
|
|
| |
Added [$nb hide] method; [$nb add] on already-managed windows
no longer throws an error, can be used to re-add a hidden tab.
Updated docs and test suite.
FossilOrigin-Name: f37e8950c8ae5dac012cfdb5bf2a9db2df884ea8
|
|
|
| |
FossilOrigin-Name: fa3581e10250161243924ffa49bd09d6be2f69d6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add "fill" element: like "background" but only erases parcel.
* generic/ttk/ttkFrame.c: Use fill element in Labelframe Label
sublayout. Also improved default labelmargins for -labelanchor w*, e*.
* generic/ttk/ttkLabel.c: no longer need Labelframe hack.
* library/ttk/aquaTheme.tcl: ImageTextElement no longer needed.
TextElement no longer needs '-background' option.
FossilOrigin-Name: 6b45bb0535c40ab20ce7b9593124dadf95fd21f5
|
|
|
|
|
|
|
|
|
|
| |
instead of single element.
* generic/ttk/ttkLabel.c: Default -anchor for text and label elements
is now "w" instead of "center". Fixes [Bug 1614540].
* library/ttk/defaults.tcl, library/ttk/*Theme.tcl: Button styles
now need explicit "-anchor center".
FossilOrigin-Name: c9d33ad05152a83ec440259c0638f37cf352e853
|
|
|
|
|
|
| |
when passed an empty list.
FossilOrigin-Name: cddf8ccb6cc06258df042d70602b162674e7217f
|
|
|
|
|
|
|
|
| |
to sometimes be counted twice in size computations.
Fix ElementSizeProcs affected by previous change.
FossilOrigin-Name: d561a619388a1b186c637eea112ad2bde3425827
|
|
|
|
|
|
|
|
|
| |
instead of "client", to avoid nameclash with Notebook.client element.
This was causing sizing anomalies in XP theme,
and introduced extraneous padding.
+ "alt" theme Treeitem.indicator element needs left margin now.
FossilOrigin-Name: 3dd197af4c545ad8d19f586f803881f883eda358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to factor out double-buffering related code.
* macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/
kThemeBrushModelessDialogBackground{Active|Inactive}
instead of ApplyThemeBackground/kThemeBackgroundWindowHeader
(advice from DAS).
* library/ttk/aquaTheme.tcl: Use darker shade for inactive
and disabled text, to match typical values of most
kThemeXXXTextColorInactive values.
FossilOrigin-Name: 389670a8faeee2533174cebfb106f6fdf465d536
|
|
|
| |
FossilOrigin-Name: 12a800daa1ab921297f0bcceb293bbc9313ff3d5
|
|
|
|
|
|
|
| |
to widget *_Init() routines.
Renaming/consistency: s/...ElementGeometry()/...ElementSize()/
FossilOrigin-Name: 05eaff8c5983b921fdf93a2f1415a3fff3453cbb
|
|
|
|
|
|
|
|
|
|
| |
fixes [#1814778, #1780286, #1609168, #1349586]
* library/ttk/aquaTheme.tcl: Factored out aqua-specific
combobox -postposition adjustments.
* generic/ttk/ttkTrack.c: Detect [grab]s and unpress
pressed element; combobox workaround no longer needed.
FossilOrigin-Name: a69eecbfd75ce2846f24ea14b21342a866ae5a7d
|
|
|
|
|
|
|
|
|
| |
instead of column index in columnNames hash table.
This avoids the need for the evil PTR2INT and INT2PTR macros,
and simplifies things a bit.
FossilOrigin-Name: ef1e19618baabc504f69cc33f565c6117d8645bd
|