| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
dumping a text widget. Entailed expanding the scope of the declarations of the
types of embedded images and windows.
|
|
|
|
|
|
| |
there can be unnamed marks present during a dump. Ignore them as they
will just be for the peers' insert and current marks, which aren't
very important.
|
| |
|
|
|
|
|
| |
Use -DBUILD_tk in Makefile
Make internal Tk_ObjCustomOption const
|
| |
|
| |
|
|
|
|
|
|
|
| |
to avoid quadratic-time behavior in the common cases where the
treeview is populated in depth-first or breadth-first order.
(Translation for LM: that means "3X faster!")
|
|
|
|
|
|
| |
in const memory. With some changes to win32
and macosx, preventing direct writes to
read-only memory.
|
|
|
|
|
| |
to ensure that the record doesn't get freed until after all widget
instance commands have been deleted (Fixes [Bug#2952745]).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.)
|
| |
|
| |
|
| |
|