| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
** WORK IN PROGRESS **
|
|\
| |
| |
| | |
needed for Cygwin
|
| |\ |
|
| | | |
|
|\ \ \
| |/ /
| | | |
Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll.
Fix "make genstubs" when cross-compiling on UNIX
|
|\ \ \
| |/ /
| | | |
cleanup some more unused CYGWIN stuff
|
| |\ \
| | |/ |
|
|\ \ \
| |/ /
| | |
| | | |
Don't check for cygwin in win32 static build
Some more useful #defines for Cygwin
|
| |\ \
| | |/
| | |
| | | |
Don't check for cygwin in win32 static build
Some more useful #defines for Cygwin
|
| | |
| | |
| | |
| | | |
Don't check for cygwin in win32 static build
Some more useful #defines for Cygwin
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |\
| | | |
| | | |
| | | | |
shorten command table, and make sure that tk.dll, when
loaded in cygwin, doesn't use the win32 file dialogs
|
| | |/ |
|
| | | |
|
| | |
| | |
| | | |
commands created by Tk are correct.
|
|\ \ \
| |/ /
| | | |
reduce command table size
|
| |\ \
| | |/
| | | |
reduce command table size
|
| | |
| | |
| | | |
reduce command table size
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| | |
| | |
| | |
| | | |
avoid a crash when mapping dead windows.
|
| | |
| | |
| | |
| | | |
* tests/main.test (main-3.*): error. [Bug 1937135]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkMain.c: For compat reason the Tcl core will not change
* generic/tkWindow.c: the registered version to include the patchlevel,
* library/tk.tcl: making the changes to Tk unnecessary.
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
|
| | |
| | |
| | |
| | | |
of tcl internal Tcl_CreateNamespace() in previous commit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkInt.h: control of entry/text selection display
* generic/tkText.c: based on focus to the Tcl level,
* generic/tkTextBTree.c: controlled by ::tk::AlwaysShowSelection
* generic/tkTextDisp.c: (boolean, private). [Bug 1553691]
* generic/tkWindow.c:
* library/tk.tcl
* unix/tkUnixPort.h:
|
| | |
| | |
| | |
| | |
| | |
| | | |
(jeffh). Release mutex a bit earlier, to prevent lock when OS X
creates its console windows (recursively enters Tk_Init). Patch
by JeffH.
|
| | |
| | |
| | |
| | | |
pairing. [Bug 1479587]
|
| | |
| | |
| | |
| | |
| | | |
* generic/tkOption.c (TkOptionDeadWindow): handle
OptionThreadExitProc being called before DeleteWindowsExitProc.
|
| | |
| | |
| | |
| | | |
handler for DeleteWindowsExitProc.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkWindow.c: Ditto. (neil madden)
* macosx/tkMacOSXInt.h: Added TkMacOSXWindowClass decl
* macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function.
(TkUnsupported1ObjCmd): New function, replaces the un-objectified
version of the command, recognizes more classes and attributes.
(TkMacOSXWindowClass): private function to return OS X class of a
Tk window.
* macosx/tkMacOSXSubwindows.c (XMapWindow, XUnmapWindow):
recognize special show/hide functions for sheets
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkMenu.c: dating from 2003-12-21
* generic/tkUtil.c:
* generic/tkWindow.c:
* mac/tkMacButton.c:
* unix/tkUnixEvent.c:
* win/tkWin32Dll.c:
* win/tkWinEmbed.c:
* win/tkWinMenu.c:
* win/tkWinX.c:
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In tk_getOpenFile filters, handle the case where you have a Macintosh
file type and the files have no filetype.
Fix various formatting nits.
|
| | |
| | |
| | |
| | | |
[Bug 755906] (mistachkin)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkMain.c: so that Tk 8.5.8 can [load] into Tcl 8.6 (and
* generic/tkWindow.c: later 8.*) interps.
* library/tk.tcl
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc:
|
| | |
| | |
| | |
| | | |
avoid a crash when mapping dead windows.
|
| | |
| | |
| | |
| | | |
* tests/main.test (main-3.*): error. [Bug 1937135]
|
| | |
| | |
| | |
| | | |
* generic/tkWindow.c (Tk_PkgInitStubsCheck):
|
| | |
| | |
| | | |
using useful casts internally.
|
| | |
| | |
| | |
| | | |
Tcl_Panic() outputs a final newline already
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|