summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to patchlevel 8.4.6hobbs2004-02-139-182/+251
| | | FossilOrigin-Name: 8f97a2d774ac3040364295e1d9acbb6613e0fe3a
* simple code cleanuphobbs2004-02-131-45/+12
| | | FossilOrigin-Name: 9edfd036e25e1771e450d15fd341c723bfb09254
* update HP-11 build libs setuphobbs2004-02-131-1/+8
| | | FossilOrigin-Name: a3dcbb9001055eccf6e0702448db7bd48ba96a24
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-132-7/+46
| | | | | | | for -initialdir if we have a UNC path because BFFM_SETSELECTION doesn't support UNC paths in strings. FossilOrigin-Name: 00434343715135b0baba0a0a273b6305c62241c9
* Esperanto and Polish message catalogs from Artur Trzewikdkf2004-02-103-0/+151
| | | FossilOrigin-Name: 923273915573b260e3b37eff2aa6dc794f187804
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-093-2/+24
| | | FossilOrigin-Name: a0d4ef0f52197368ac9f99b5aaf91659cdec3f09
* * library/menu.tcl (::tk::MbPost): make menubuttons that posthobbs2004-02-042-14/+29
| | | | | | above or below reverse direction when not enough space is available. FossilOrigin-Name: 285b96881f9a6fb2c3e71c9c01b466f6d8092fdd
* Backported fix for bug #776646 which makes hand2 and fleur native on windows.patthoyts2004-01-283-4/+169
| | | FossilOrigin-Name: 41e6f000686239707adc6bba8a13f26d3c987d6e
* * macosx/Wish.pbproj/project.pbxproj: removed erroneous referencedas2004-01-273-9/+15
| | | | | | | | | 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
* * macosx/Wish.pbproj/project.pbxproj: added missing private headersdas2004-01-013-3/+16
| | | | | | | | 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
* Import fix for jerky scrollbar behavior from TOT.wolfsuit2003-12-172-50/+93
| | | FossilOrigin-Name: 59a3b7fb12159b8c17b87568af44c74ef8b115d4
* no messagedavygrvy2003-12-121-0/+7
| | | FossilOrigin-Name: e03c08b35bf14ad137d0ed18d578748c85634cd0
* Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl'sdavygrvy2003-12-121-7/+5
| | | | | | | DllMain() and 2) needs a MinGW custom assembly implimentation as it doesn't understand SEH syntax. FossilOrigin-Name: 569264164f3b2fa616ef2300d5e54c19f7d78ec6
* no messagedavygrvy2003-12-111-0/+16
| | | FossilOrigin-Name: ac0fc25da39cee3f8931d98cc80692ffd667dec6
* (WishPanic) : placed ExitProcess() in a __try block (SEH) to catch anydavygrvy2003-12-111-4/+6
| | | | | | | | | | | | | | 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
* Line transposition bug. [Bug 857159]dkf2003-12-102-2/+7
| | | FossilOrigin-Name: 6c1e9811ce593f05b01cb41e88a26c5dc852a59f
* * generic/tk.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-039-22/+20
| | | | | | | | | | | * 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
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-039-19/+31
| | | | | | | | | | | | | * 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
* * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-032-5/+18
| | | | | | while interp is being destroyed. FossilOrigin-Name: 947a7511828e4b65628d6bd0ef3b364256d467a0
* moved 8-4-5 tag to include OS X keyboard fixcore-8-4-5hobbs2003-11-211-2/+2
| | | FossilOrigin-Name: 9e5cdc65d27ad50d5f8886fbc4bafb480c01174d
* * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 ascc_benny2003-11-211-0/+5
| | | | | | <Return>. (Merge from trunk) FossilOrigin-Name: 624f839832cbd2bd649e0b37e3774ea4dc7500fe
* * keyArray: Add 0x34 as <Return>. Add notes. (Merge fromcc_benny2003-11-211-1/+13
| | | | | | trunk 1.6) FossilOrigin-Name: fcd0a975128752a7de5d226ce1395d6beadd6df0
* typo correctionsdgp2003-11-191-3/+3
| | | FossilOrigin-Name: 7d06993b60fcb463bdc3689d6848ccf28beae4fd
* updated for 8.4.5 releasehobbs2003-11-182-1/+52
| | | FossilOrigin-Name: 877bcd7f8da92f097612237854d56f00576c8a5c
* * generic/tkMenubutton.h: fixed compound menubutton handling likehobbs2003-11-175-112/+158
| | | | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton): FossilOrigin-Name: 0197c6caf1d82f482daf102edc4271f3d94b2972
* * win/makefile.vc: Restored consistency of pkgIndex.tcl filedgp2003-11-172-7/+8
| | | | | | with that generated by Makefile. FossilOrigin-Name: 6aee53f39a2488ee2a0bb4f36cf56ffaf31d98fe
* Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbolsdavygrvy2003-11-162-3/+12
| | | FossilOrigin-Name: 69b2fc66af74a6fc76a427a3ca27f1405fbc7f5e
* improve AIX --enable-64bit handlinghobbs2003-11-123-77/+80
| | | FossilOrigin-Name: 08752aa26a00e8b78733a8ad999312532da53658
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-122-1/+17
| | | | | | the button was deleted. [Bug #824479] FossilOrigin-Name: a8188acfb389a67934fa720254eba8900f2a5e31
* * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name inhobbs2003-11-121-3/+3
| | | | | | | 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
* (::tk::dialog::file::ActivateEnt): allow typing filename intohobbs2003-11-121-3/+10
| | | | | | entry when tk_getOpenFile -multiple 1 is specified. [Bug #788069] FossilOrigin-Name: fddf381387e2a561163a2246f31520763ef66f55
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-112-35/+25
| | | | | | | | | 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
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-112-3/+7
| | | | | | free itemconfig data when removing it from table. [Bug #836483] FossilOrigin-Name: 5281eb542eff290211b6088f9400954ee8621d45
* * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):hobbs2003-11-112-3/+49
| | | | | | add unicode clipboard support. [Patch #840107] (senn) FossilOrigin-Name: bc9f3d85db21bccba6240b48aae35432a0547a59
* * win/tkWinDraw.c (XFillRectangles): correctly handle thehobbs2003-11-112-6/+29
| | | | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282] FossilOrigin-Name: 6bc71292aad1a5c7bf671fe5041d3d0c3cd3a387
* * win/configure:hobbs2003-11-113-17/+47
| | | | | | | | * 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
* * unix/Makefile.in (SHLIB_LD_FLAGS): include in Makefile as it ishobbs2003-11-111-1/+2
| | | | | | used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix) FossilOrigin-Name: 3786d57fc7dbe04f4691c84d8eb117d5f5463393
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-11-111-16/+259
| | | | | | | blending for images with partial transparency. Only operates for 15bpp+ display, and not on Mac at all. [Bug 809157] FossilOrigin-Name: 4b2192a87222accc7ab72f0237a94c812d51b44a
* Updated messages for Dutch from Arjen Markus and Pascal Scheffers [Patch 820519]dkf2003-11-012-18/+26
| | | FossilOrigin-Name: da470397857ec5fd3800e4f5fc339b841bd196a8
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-292-2/+14
| | | | | | | 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
* added extra change notehobbs2003-10-291-0/+3
| | | FossilOrigin-Name: 0e93eabfce68e7ce5ac4fcf88d2b4c147ab126d1
* see changeshobbs2003-10-291-0/+9
| | | FossilOrigin-Name: e771ba367ca7efad45491945b0aad6823971e119
* * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-291-2/+2
| | | | | | correct visibility of windows that use larger default fonts. FossilOrigin-Name: 0b07448deaf08b6fcf837b205e545b34f1909ed3
* * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpphobbs2003-10-291-4/+30
| | | | | | | XGetImage code to correctly handle 16bpp requests. This appears to never have worked correctly. FossilOrigin-Name: 371181733dd5d3b15fc4e635e14bd0b307b9ad2a
* * unix/tkUnixFont.c (GetFontAttributes): place extra check for NULLhobbs2003-10-291-1/+8
| | | | | | family against bad X servers. FossilOrigin-Name: ef7501a4189a01891b7734b047b921f9a2cbc52b
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-282-2/+11
| | | FossilOrigin-Name: 6b4b51fbaa38cab7326424dc83fef0b3f69f6204
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-222-1/+16
| | | FossilOrigin-Name: b5d694167b09a24fbf4f0da14d924dc5f96bb0b4
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-135-7/+23
| | | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: FossilOrigin-Name: 64084ad8fdf516b3f24f7e818789aad1a47e6c43
* * unix/mkLinks:hobbs2003-10-134-10/+31
| | | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] FossilOrigin-Name: bc37dedea63dd0a04dda81f419702c930e883d97
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-104-12/+19
| | | | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images. FossilOrigin-Name: fbaeff40efb29c37c19a1d437e43c14372a3f9cd