| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
tkArgv.c make defaultTable const
tkScrollbar.c Store default for "-with" in static non-const memory
tkWinInt.h make tkWinProcs const, and 5
tkWinX.c procs MODULE_SCOPE
tkWinColor.c make sysColors const
tkWinKey.c make keymap const
tkWinScrlbr.c Simplify copying of "-with" default value.
tkUnixWm.c make TkSetTransientFor static
tests/textImage.test textImage-1.13 depends on hash-order
|
|
|
|
|
|
| |
make sure that TkpCmapStressed is exported
clean up unused Tk_CreatePhotoOption
Make more internal arrays "const"
|
|
|
|
| |
tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
|
|
|
|
|
| |
previous commit to keep codebase in sync with the Tile extension,
which must remain 8.4 compatible.
|
|
|
|
|
| |
just as Tcl and Tk.
Make more internal tables "const"
|
|
|
|
|
| |
prevent space within stub table function parameters
if the parameter type is a pointer.
|
|
|
|
| |
Merge now-redundant ensemble dispatch code.
|
| |
|
|
|
|
|
|
| |
"*" and immediately after a function name, so
the format of function definitions in *Decls.h
match all other *.h header files.
|
|
|
|
|
|
|
| |
Eliminate use of __argc and __argv for CYGWIN
Make cygwin configuration error into
a warning: CYGWIN compilation works
although there still are test failures.
|
|
|
|
| |
tag expressions.
|
|
|
|
|
| |
Apply patch [#2932808]: Canvas items
not updating on widget state change
|
|
|
|
|
| |
make tkpButtonProcs CONST
fix gcc warnings: missing initializer
|
| |
|
|
|
|
| |
unable to cover the whole widget. Fix is to reify the range to update sooner.
|
|
|
|
| |
to work on OSX too.
|
| |
|
|
|
|
| |
what was intended.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch by Anton Kovalenko adds support for the Windows system-wide
UI setting that prevents accelerators being underlined unless the Alt
key is pressed.
Modified to support the system keyboard cues flag and to handle dynamic
changes to the system parameters by the user.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The torn-off menu entries do not activate except immediately over the
label or icon. If the window containing the torn-off menu is expanded
then a lot of dead space may be created, including the cascade arrow.
This patch fixes this making the whole width for any menu entry capable
of activation when the pointer hovers over the item.
|
|
|
|
|
|
|
| |
TkFindStateString, TkpGetString, TkpGetChar,
which are all not supposed to be modified by
the caller. In tkUtil.c this gets rid of a
dangerous type cast.
|
|
|
|
|
|
| |
declared with attribute warn_unused_result
Fix gcc warning: dereferencing pointer ‘xgePtr’ does
break strict-aliasing rules
|
|
|
|
|
|
|
|
| |
* generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles
* generic/tkObj.c: detailed in [Bug 2492179]. Also removed
registration of the "option" Tcl_ObjType.
*** POTENTIAL INCOMPATIBILITY *** for callers of
Tcl_GetObjType("option") which must now handle a NULL return.
|
|
|
|
| |
through the stubs table since 8.5.9
|
|
|
|
| |
warning: array subscript has type 'char'
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
win/tkWinInt.h mark various functions MODULE_SCOPE
generic/tkInt.decls make TkWinChildProc available in private
stub table. [Bug #220600] and [Bug #220690].
generic/tkIntPlatDecls.h (regenerated)
generic/tkStubInit.c (regenerated)
|
|
|
|
|
|
| |
routines MODULE_SCOPE
copy win/tcl.m4 from Tcl (latest) to Tk
and regenerate win/configure
|
|
|
|
|
|
|
| |
practises; the typePtr field is now cleared when an object ceases to be of
the type.
Also remove some anachronistic techniques (pointless casts, mixed assignments
and tests, etc.)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
tkPlatDecls.h header file, which we insist extensions #include to
gain access to the Tk_*HWND*() routines. [Bug 2886635].
|
| |
|
|
|
|
|
|
|
|
|
|
| |
[$w identify $component $x $y].
All ttk::* widgets support [$w identify element $x $y];
widgets with other identifiable parts may have additional subcommands.
Notebook widgets support [$nb identify tab],
Panedwindow widgets support [$w identify sash].
Older 2-argument form [$w identify $x $y] still supported,
though it does different things depending on the widget.
|
| |
|
| |
|
| |
|
|
|
|
| |
on comp.lang.tcl.
|
|
|
|
| |
Faulty slave was not properly blocked from slave list. [Bug 2859912]
|
|
|
|
|
|
|
| |
* win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu.
[Bug 873613]
(DrawMenuEntryArrow): Draw Win menu arrow after being torn
off. [Bug 873608]
|
| |
|