| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
bring it in though tkIntXlibDecls.h
|
|
|
|
| |
metrics handling from trunk
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| | |
Add .PHONY targets, and various quoting issues (Makefile.in)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Export Tk_GetHINSTANCE, TkSetPixmapColormap and TkpPrintWindowId on the Cygwin dll.
Fix "make genstubs" when cross-compiling on UNIX
|
|\ \
| |/ |
|
|\ \
| |/
| |
| | |
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
|
|\ \
| |/
| | |
[Bug 3519917]: Snow Leopard unix/Makefile `make test` fail
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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:
|
| |
| |
| |
| |
| |
| |
| | |
* macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
* macosx/tkMacOSXWm.c: the logic for using header files from
* macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
* unix/tkUnixPort.h: English for the patch. [Patch 1445404]
|
| | |
|
| |
| |
| |
| |
| | |
intptr_t type is available, it has the <inttypes.h> header present.
It's only fair that we let Tk have it too.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkInt.h: control of entry/text selection display
* generic/tkText.c: based on focus to the Tcl level,
* generic/tkWindow.c: controlled by ::tk::AlwaysShowSelection
* library/tk.tcl: (boolean, private). [Bug 1553691]
* macosx/tkMacOSXDefault.h:
* unix/tkUnixDefault.h:
* unix/tkUnixPort.h:
* win/tkWinDefault.h:
|
| |
| |
| |
| |
| |
| |
| | |
* macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
* macosx/tkMacOSXWm.c: the logic for using header files from
* macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
* unix/tkUnixPort.h: English for the patch. [Patch 1445404]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and
shrinking number of calls of private Tcl routines. Each Tk source
file doing this should follow the convention in the macosx port and
have its own #include "tclInt.h".
* generic/tkEvent.c: Disabled calls to private Tcl routine
TclInExit(). See comment in TkCreateExitHandler() for full rationale.
|
|/
|
|
| |
('dest' and 'src' were swapped, which was confusing) [GPS]
|
| |
|
|
|
|
|
| |
TkpScanWindowId to handle situation where types Window and int
do not have the same number of bits. CONST-ified too.
|
|
|
|
|
| |
* mac/tkMacPort.h: add (int*) cast to TkpScanWindowId.
These may need to be changed to Window* (ulong).
|
| |
|
| |
|
|
|
|
|
| |
removed unused file on Mac implementation
made bell cmd an obj cmd - improved it's test suite
|
| |
|
|
|