| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* macosx/tkMacOSXXStubs.c:
* xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related
functions to deal properly with XImages copied from screen.
* generic/tkCanvPs.c (TkImageGetColor): MacOSX fix.
* generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending
for images with partial transparency on MacOSX.
[Bug 809157]
|
| |
| |
| |
| | |
a shrinking grid. [Bug 899246]
|
| |
| |
| |
| | |
with [xy] when they haven't been otherwise set.
|
| |
| |
| |
| |
| |
| | |
X. It also changes the model to route scrollwheel events to the window under
the pointer, not the focus window on X (and only on X). That is the correct
behavior for Mac OS X.
|
| |
| |
| |
| |
| |
| |
| | |
In tk_getOpenFile filters, handle the case where you have a Macintosh
file type and the files have no filetype.
Fix various formatting nits.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
to installed Tk.framework, so that tkInt.h can be included
sucessfully from Tk.framework/PrivateHeaders.
* generic/tkPort.h: corrected include of tkMacOSXPort.h
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* unix/configure.in: CVS snapshots from the 8.4.5 release.
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tk.h: CVS snapshots from the 8.4.5 release.
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* macosx/Wish.pbproj/project.pbxproj:
* unix/configure: autoconf (2.13)
* win/configure:
|
| |
| |
| |
| | |
while interp is being destroyed.
|
| |
| |
| |
| |
| |
| | |
* generic/tkMenubutton.c: *button corrections of 2003-04-25.
* mac/tkMacMenubutton.c (TkpDisplayMenuButton):
* unix/tkUnixMenubu.c (TkpDisplayMenuButton):
|
| |
| |
| |
| | |
the button was deleted. [Bug #824479]
|
| |
| |
| |
| |
| | |
case it has spaces when calling Tcl_VarEval. This is a hack until
this is rewritten for proper Tcl_Obj handling. [Bug #723856]
|
| |
| |
| |
| | |
free itemconfig data when removing it from table. [Bug #836483]
|
| |
| |
| |
| |
| | |
blending for images with partial transparency. Only operates for
15bpp+ display, and not on Mac at all. [Bug 809157]
|
| |
| |
| |
| |
| |
| | |
* generic/tkIntDecls.h:
* generic/tkInt.decls:
* generic/tkStubInit.c:
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tk.h: to prepare for next patch
* macosx/Wish.pbproj/project.pbxproj: release.
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
|
| |
| |
| |
| |
| | |
* tests/image.test: image command name that would overwrite an
existing command name. Thanks to Michael Schlenker. [Bug 808039].
|
| |
| |
| |
| |
| | |
Set window background from the -background resource.
Fixes [BUG #791500 "PanedWindow refresh glitches on X"]
|
| |
| |
| |
| | |
TK_XIM_SPOT usage. [Bug 742660] (takahashi)
|
| | |
|
| |
| |
| |
| | |
[Bugs 738143+747814]
|
| | |
|
| |
| |
| |
| | |
Also resolves [Bug 771988] since the breaks are "wrong" in that style.
|
| |
| |
| |
| | |
[Bug 771982]
|
| |
| |
| |
| |
| | |
* tests/panedwindow.test: shrinks instead of being clipped when
resized below the reqsize. [Bug 748277] (spjuth)
|
| |
| |
| |
| | |
to their default value. [Bug #697652]
|
| |
| |
| |
| | |
[Bug 755906] (mistachkin)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tk.h: for the Tk 8.4.4 release.
* macosx/Wish.pbproj/project.pbxproj:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* tests/canvPs.test: correct crash when generating postscript for
a single-line polygon (point) with no color. [Bug #734498] (wilm)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tkButton.c (TkButtonWorldChanged): of compound *buttons
* mac/tkMacButton.c (TkpDisplayButton): to correctly display
* macosx/tkMacOSXButton.c (TkpDisplayButton): mixture of disabledfg,
* unix/tkUnixButton.c (TkpDisplayButton): selectcolor, indicator,
* win/tkWinButton.c (TkpDisplayButton): etc. *buttons will
now only stipple the image, unless no disabledfg is given, in which
case it will stipple the whole button.
|
| |
| |
| |
| | |
GetCursor func already, which causes compiler warnings.
|
| |
| |
| |
| | |
has a CreateBitmap function already.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
|
| | |
|
| |
| |
| |
| |
| |
| | |
const/void when appropriate. This allows to
use const/void in the *.decls file always,
genStubs will do the right thing.
|
| |
| |
| |
| |
| |
| | |
const/void when appropriate. This allows to
use const/void in the *.decls file always,
genStubs will do the right thing.
|
| |
| |
| |
| | |
call" compiler warnings.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
throughout, but particularly in if lineChanged block where segPtr
may no longer be valid. [Bug 3053347]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
committed to head (8.6), although they could apply for 8.5 as well.
This re-sync makes future work easier to maintain and adds some
useful work for 8.5 users. Notable changes:
- Lots of code cleanup
- Some bug fixes never backported
- Addition of ttk::spinbox
- minor color changes
- Improved Vista/7 styling
- Move to tile version 0.8.6 (pseudo-package)
- ABI and API compatible (even $w identify)
- minor new features (extended $w identify)
|