| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
(undid previous unintended edit)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c.
Simplifications enabled by previous change:
* TkCreateBindingProcedure() and associated machinery no longer needed.
* TkBindDeadWindow() no longer needed.
* TK_DEFER_MODAL_LOOP and associated machinery no longer needed.
* Tests related to C binding procedures no longer needed.
|
| |
|
| |
|
|
|
|
|
| |
Fixes [Bug 3006842] (although there's still a problem somewhere
in Tk_CreateBinding()).
|
| |
|
|
|
|
| |
is and is the cause of [Bug #3002768].
|
|
|
|
| |
[Bug #2987995]: Tk_getOpenFile returns garbage under described circumstances
|
|
|
|
|
|
| |
API documentation and implementation: Use 'prev'
in stead of 'old', and 'arg' in stead of
'clientData' everywhere, just as in tkEvent.c.
|
|
|
|
|
| |
TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar
Bring Tk_CreateBinding doc and signature (param name) in line.
|
|
|
|
|
|
|
|
|
| |
* library/tk.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
|
|
|
|
|
|
| |
termination of the compressed stream until after the final IDAT has
been read, so that multi-segment images will work right. Reported by
Andy Goth on the Wiki.
|
|
|
|
|
|
| |
typo fixes
remove not existing tkDisplayList;
Useless re-definitions of TCL_STORAGE_CLASS
|
|
|
|
| |
Always use #include "tkInt.h", not <tkInt.h>
|
|
|
|
|
| |
before tcl.h, otherwise the fallback for TCHAR
might go off before the inclusion of <tchar.h>
|
|
|
|
|
|
|
|
|
|
| |
flushing semantics when handling the last data from the image. Without
this, many PNG readers (notably including Firefox) refuse to show the
image and instead complain about errors.
(ReadIDAT): Added sanity checks to ensure that when we've got bad data
of the sorts of forms we were previously generating, we detect it and
error out rather than silently failing.
(WriteExtraChunks): New function to write in some basic metadata.
|
|
|
|
| |
extension to guess the output format to use if one isn't specified.
|
| |
|
|
|
|
|
| |
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.
|
| |
|