| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 8f97a2d774ac3040364295e1d9acbb6613e0fe3a
|
|
|
| |
FossilOrigin-Name: 9edfd036e25e1771e450d15fd341c723bfb09254
|
|
|
| |
FossilOrigin-Name: a3dcbb9001055eccf6e0702448db7bd48ba96a24
|
|
|
|
|
|
|
| |
for -initialdir if we have a UNC path because BFFM_SETSELECTION
doesn't support UNC paths in strings.
FossilOrigin-Name: 00434343715135b0baba0a0a273b6305c62241c9
|
|
|
| |
FossilOrigin-Name: 923273915573b260e3b37eff2aa6dc794f187804
|
|
|
| |
FossilOrigin-Name: a0d4ef0f52197368ac9f99b5aaf91659cdec3f09
|
|
|
|
|
|
| |
above or below reverse direction when not enough space is available.
FossilOrigin-Name: 285b96881f9a6fb2c3e71c9c01b466f6d8092fdd
|
|
|
| |
FossilOrigin-Name: 41e6f000686239707adc6bba8a13f26d3c987d6e
|
|
|
|
|
|
|
|
|
| |
to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already
part of the copy files phase to Resources/Scripts).
* macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
FossilOrigin-Name: e7d3018b674e0d50545a10c40fc644552296edc5
|
|
|
|
|
|
|
|
| |
to installed Tk.framework, so that tkInt.h can be included
sucessfully from Tk.framework/PrivateHeaders.
* generic/tkPort.h: corrected include of tkMacOSXPort.h
FossilOrigin-Name: 9d141db91f465e095868a32f534ab05e53cbdc6f
|
|
|
| |
FossilOrigin-Name: 59a3b7fb12159b8c17b87568af44c74ef8b115d4
|
|
|
| |
FossilOrigin-Name: e03c08b35bf14ad137d0ed18d578748c85634cd0
|
|
|
|
|
|
|
| |
DllMain() and 2) needs a MinGW custom assembly implimentation as
it doesn't understand SEH syntax.
FossilOrigin-Name: 569264164f3b2fa616ef2300d5e54c19f7d78ec6
|
|
|
| |
FossilOrigin-Name: ac0fc25da39cee3f8931d98cc80692ffd667dec6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exceptions that might happen. As Tcl will call Tcl_Finalize from its DllMain
due to the unload from ExitProcess() unloading Tcl, and if Tcl_Panic had
gotten called in an __except block, this avoid the possibility of not being
able to exit. Falls to TerminateProcess() in the __except case.
Removed the #ifdef _MSC_VER around DebugBreak as that function
exists in kernel32.dll and is not compiler dependent. I'd prefer to use
if (IsDebuggerPresent()) DebugBreak(); but IsDebuggerPresent() isn't
available in all kernel32.dll modules for all versions of windows.
FossilOrigin-Name: fba3b0257b5000a50421879687753cfdec5c6142
|
|
|
| |
FossilOrigin-Name: 6c1e9811ce593f05b01cb41e88a26c5dc852a59f
|
|
|
|
|
|
|
|
|
|
|
| |
* unix/configure.in: CVS snapshots from the 8.4.5 release.
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
FossilOrigin-Name: 93b2940e2dd5165fd97d4b35486432689cc9dcc1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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:
FossilOrigin-Name: 770d7a24d4611d8ab7e8b8db54b27c6854644b95
|
|
|
|
|
|
| |
while interp is being destroyed.
FossilOrigin-Name: 947a7511828e4b65628d6bd0ef3b364256d467a0
|
|
|
| |
FossilOrigin-Name: 9e5cdc65d27ad50d5f8886fbc4bafb480c01174d
|
|
|
|
|
|
| |
<Return>. (Merge from trunk)
FossilOrigin-Name: 624f839832cbd2bd649e0b37e3774ea4dc7500fe
|
|
|
|
|
|
| |
trunk 1.6)
FossilOrigin-Name: fcd0a975128752a7de5d226ce1395d6beadd6df0
|
|
|
| |
FossilOrigin-Name: 7d06993b60fcb463bdc3689d6848ccf28beae4fd
|
|
|
| |
FossilOrigin-Name: 877bcd7f8da92f097612237854d56f00576c8a5c
|
|
|
|
|
|
|
|
| |
* generic/tkMenubutton.c: *button corrections of 2003-04-25.
* mac/tkMacMenubutton.c (TkpDisplayMenuButton):
* unix/tkUnixMenubu.c (TkpDisplayMenuButton):
FossilOrigin-Name: 0197c6caf1d82f482daf102edc4271f3d94b2972
|
|
|
|
|
|
| |
with that generated by Makefile.
FossilOrigin-Name: 6aee53f39a2488ee2a0bb4f36cf56ffaf31d98fe
|
|
|
| |
FossilOrigin-Name: 69b2fc66af74a6fc76a427a3ca27f1405fbc7f5e
|
|
|
| |
FossilOrigin-Name: 08752aa26a00e8b78733a8ad999312532da53658
|
|
|
|
|
|
| |
the button was deleted. [Bug #824479]
FossilOrigin-Name: a8188acfb389a67934fa720254eba8900f2a5e31
|
|
|
|
|
|
|
| |
case it has spaces when calling Tcl_VarEval. This is a hack until
this is rewritten for proper Tcl_Obj handling. [Bug #723856]
FossilOrigin-Name: 61c1aa0be8def8a87837e7bd4a099c571587524c
|
|
|
|
|
|
| |
entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069]
FossilOrigin-Name: fddf381387e2a561163a2246f31520763ef66f55
|
|
|
|
|
|
|
|
|
| |
dir/files list separation by using the -tails, -directory and
-type option of 'glob'. Also passes the glob the -filetypes
filters instead of calling string match over each file.
[Patch #833819]
FossilOrigin-Name: ec99053023753510c65f73f481d85c00ae20e294
|
|
|
|
|
|
| |
free itemconfig data when removing it from table. [Bug #836483]
FossilOrigin-Name: 5281eb542eff290211b6088f9400954ee8621d45
|
|
|
|
|
|
| |
add unicode clipboard support. [Patch #840107] (senn)
FossilOrigin-Name: bc9f3d85db21bccba6240b48aae35432a0547a59
|
|
|
|
|
|
|
| |
XGCValues.function parameter when filling rectangles.
[Bug #820278] [Patch #820282]
FossilOrigin-Name: 6bc71292aad1a5c7bf671fe5041d3d0c3cd3a387
|
|
|
|
|
|
|
|
| |
* win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC,
TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and
TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]
FossilOrigin-Name: dc5ae65a3bc84f6feb9afbee990cd963164da57b
|
|
|
|
|
|
| |
used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix)
FossilOrigin-Name: 3786d57fc7dbe04f4691c84d8eb117d5f5463393
|
|
|
|
|
|
|
| |
blending for images with partial transparency. Only operates for
15bpp+ display, and not on Mac at all. [Bug 809157]
FossilOrigin-Name: 4b2192a87222accc7ab72f0237a94c812d51b44a
|
|
|
| |
FossilOrigin-Name: da470397857ec5fd3800e4f5fc339b841bd196a8
|
|
|
|
|
|
|
| |
munging to allow some control of foreground colours on Unix in the
same way that you can influence the background. [Bug 795717]
FossilOrigin-Name: 769cbce809d17d5f1630328e3172a7912cf05448
|
|
|
| |
FossilOrigin-Name: 0e93eabfce68e7ce5ac4fcf88d2b4c147ab126d1
|
|
|
| |
FossilOrigin-Name: e771ba367ca7efad45491945b0aad6823971e119
|
|
|
|
|
|
| |
correct visibility of windows that use larger default fonts.
FossilOrigin-Name: 0b07448deaf08b6fcf837b205e545b34f1909ed3
|
|
|
|
|
|
|
| |
XGetImage code to correctly handle 16bpp requests. This appears
to never have worked correctly.
FossilOrigin-Name: 371181733dd5d3b15fc4e635e14bd0b307b9ad2a
|
|
|
|
|
|
| |
family against bad X servers.
FossilOrigin-Name: ef7501a4189a01891b7734b047b921f9a2cbc52b
|
|
|
| |
FossilOrigin-Name: 6b4b51fbaa38cab7326424dc83fef0b3f69f6204
|
|
|
| |
FossilOrigin-Name: b5d694167b09a24fbf4f0da14d924dc5f96bb0b4
|
|
|
|
|
|
|
|
| |
* generic/tkIntDecls.h:
* generic/tkInt.decls:
* generic/tkStubInit.c:
FossilOrigin-Name: 64084ad8fdf516b3f24f7e818789aad1a47e6c43
|
|
|
|
|
|
| |
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
|
|
|
|
|
|
|
|
| |
* macosx/tkMacOSXButton.c (TkpDisplayButton):
* unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for
buttons with just images.
FossilOrigin-Name: fbaeff40efb29c37c19a1d437e43c14372a3f9cd
|