| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
|
|
|
| |
FossilOrigin-Name: f337e6f6b7588a369953c5cdf371ed68b950d69b
|
|
|
| |
FossilOrigin-Name: 40b6870eae11179e50af3a94da165cfaafb2a93b
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure.in: Added support for symlinks and compression
* unix/Makefile.in: when installing the manpages. [Patch 518052]
Default is still hardlinks and no compression.
* unix/mkLinks: generated
* unix/configure:
* unix/README: Added documentation for the new features.
FossilOrigin-Name: 4786c9feb60b65c23e37b740c809ec9e3bd1e6b1
|
|
|
| |
FossilOrigin-Name: a42b56d30cb9d2de5816506e93f5133efc4cc9bb
|
|
|
| |
FossilOrigin-Name: af827bbecdafb1b3e8cc97f8baa131f405f80eca
|
|
|
| |
FossilOrigin-Name: 2609784add061e8acbb8358e5c01c818da190cbd
|
|
|
|
|
|
|
| |
implementing TIP 44. All Tk commands and variables matching
tk[A-Z]* are now in the ::tk namespace.
FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
|
|
|
|
|
|
|
|
|
|
|
| |
TkClassProcs/TkSetClassProcs as Tk_ClassProcs/Tk_SetClassProcs,
adding a size field to Tk_ClassProcs to allow for future
expansion, and renaming the geometryProc to worldChangedProc,
which is more in keeping with the actual use of the callback.
See ChangeLog for details.
FossilOrigin-Name: df44e48c3137a98d587cec736ae6ffa531369353
|
|
|
| |
FossilOrigin-Name: cded26e60a6392a126045dd853072e33ed7473f0
|
|
|
| |
FossilOrigin-Name: a5024a76ec2989d4ce9e3914831f37aa29a2124d
|
|
|
|
|
|
| |
* doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
FossilOrigin-Name: 9e0e0636bbf7fa03db8e502fc0ae6e8916359f29
|
|
|
| |
FossilOrigin-Name: c86cd212845b74957f269211e5ba9875f900ea41
|
|
|
|
|
|
|
|
| |
* unix/mkLinks:
* doc/GetScroll.3: Added information about Tk_GetScrollInfoObj
[Bug: 1866].
FossilOrigin-Name: b3b84342024a05edc5adf925223dbe8b4cb5a7b1
|
|
|
|
|
|
| |
* doc/Grab.3: Man page for Tk_Grab and Tk_Ungrab [Bug: 1868, 1889]
FossilOrigin-Name: 3b6c90d18badf1765410f3bb9450a4b9bdd0314e
|
|
|
|
|
|
| |
* doc/MainWin.3: Added entry for Tk_GetNumMainWindows [Bug: 1865].
FossilOrigin-Name: a94ff369fe2bf7cf3910cf4e51f5ecd7a4baf642
|
|
|
|
|
|
| |
* doc/GetHINSTANCE.3: Man page for Tk_GetHINSTANCE [Bug: 1862].
FossilOrigin-Name: c5e5b562c221b3390a7be5c2e2d6fbce6b5b7a36
|
|
|
|
|
|
| |
* doc/GetHWND.3: Man page for Tk_GetHWND [Bug: 1863].
FossilOrigin-Name: f058bd2bda349cad635a46fb149c3434b2b61018
|
|
|
|
|
|
| |
* doc/HWNDToWindow.3: Man page for Tk_HWNDToWindow [Bug: 1869].
FossilOrigin-Name: 53aea9a8351661c322a0cb4e96417afe3833bac2
|
|
|
|
|
|
| |
* doc/AddOption.3: Man page for Tk_AddOption [Bug: 1854]
FossilOrigin-Name: ea338fd986c2889afbcab80d2ce14d1c255e02dc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/mkLinks: Removed docs for Tk_IsViewable.
* win/tkWinDialog.c: Removed calls to Tk_IsViewable.
* generic/tkUtil.c:
* generic/tkStubInit.c:
* generic/tkDecls.h:
* generic/tkCmds.c:
* generic/tk.decls: Removed Tk_IsViewable function (it was not
actually needed).
FossilOrigin-Name: e6573914e2482a3c4a9f0cdfc307d2412ee6c8ee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before creating MessageBox and ChooseColor dialogs; this prevents
the application from locking when the parent is withdrawn and the
message box is created. In these cases, the window will be
created without a parent.
* unix/mkLinks: Added WinViewable.3.
* tests/msgbox.test: Added tests for patch from [Bug: 4997].
* library/msgbox.tcl:
* library/dialog.tcl: Applied patch from [Bug: 4997]; detaches
dialog window from parent if parent is not viewable.
* library/bgerror.tcl: Removed workaround from [Bug: 4370]; this
is superceeded by patches to dialog.tcl.
* generic/tkCmds.c: Changed WinfoObjCmd to use Tk_IsViewable
function to determine visibility of windows instead of inlining
the code.
* generic/tkStubInit.c:
* generic/tkDecls.h:
* generic/tk.decls: Added Tk_IsViewable declaration.
FossilOrigin-Name: a39bc3c5994e6804227b828aa86f058d123d81d4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/chooseDirectory.n: Man page/cross links for
tk_chooseDirectory (bug #1786).
* library/tk.tcl:
* library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786)
* library/choosedir.tcl: tk_chooseDirectory implementation for
Unix/Mac (bug #1786).
FossilOrigin-Name: 46df12c5832f68d5636924b115d3ea8c37407346
|
|
|
| |
FossilOrigin-Name: 6a0992b668db24f3940aebb160d28fc484bae372
|
|
|
| |
FossilOrigin-Name: ccfba3ed8006ffdeb30023b3f262bbafb76c5ac8
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|