summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-254-9/+36
| | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-173-5/+26
| | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039].
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-192-2/+8
| | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"]
* * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-133-2/+58
| | | | * tests/scale.test: Added test for this bug.
* * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-122-2/+7
|
* note 8.4.4 changes and tag datecore_8_4_4hobbs2003-07-212-1/+48
|
* * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generationdas2003-07-212-2/+7
| | | | broken by changes to tcl buildsystem.
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-192-3/+17
| | | | | | that prevents overwidth lines as it requires a roundtrip call to the X server for every string drawn. Hard-code max width to 32768 until a beter solution to get max width is made.
* * library/panedwindow.tcl: use widget-specific Priv slots forhobbs2003-07-192-20/+25
| | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows.
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-192-3/+16
| | | | consistency between unix and windows -cursor option.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-192-3/+18
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providehobbs2003-07-191-2/+2
| | | | consistency between unix and windows -cursor option. (thoyts)
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-182-3/+9
| | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
* Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-183-2/+34
|
* * macosx/Makefile: Changes for new tcl buildsystem.das2003-07-185-1446/+79
| | | | | | | | | | | | | * macosx/Wish.pbproj/jingham.pbxuser: * macosx/Wish.pbproj/project.pbxproj: Changes for new tcl buildsystem. Changed build to include tk specific html help in Tk.framework instead of Tcl.framework. Set default SYMROOT in target options to simplify setting up PB (manually setting common build folder for tcl & tk no longer needed). * macosx/README: Updated info for changes to buildsystem, html help location and PB setup.
* D'oh! Important word missing...dkf2003-07-171-4/+4
|
* Better docs of [$photo put]. [Bug 728952]dkf2003-07-172-9/+20
|
* Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-173-9/+19
| | | | [Bugs 738143+747814]
* Try harder to avoid zero-length mallocs()... [Bug 404421]dkf2003-07-172-25/+40
|
* I prefer direct return from switch processing; simpler to understand.dkf2003-07-172-19/+23
| | | | Also resolves [Bug 771988] since the breaks are "wrong" in that style.
* * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-172-2/+7
| | | | [Bug 771982]
* * win/tkWinImage.c (XGetImage): correct init of biSizeImage inhobbs2003-07-172-2/+7
| | | | bitmap header. [Bug 703697] (cap)
* * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-173-5/+36
| | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth)
* Make sure all options can be setpspjuth2003-07-163-6/+40
| | | | to their default value. [Bug #697652]
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-162-2/+6
| | | | [Bug 755906] (mistachkin)
* * unix/tkUnixEvent.c (TkpCloseDisplay): Don'tmdejong2003-07-162-10/+50
| | | | | | | | | test for XCloseIM bug when the XFree86 version is newer than 4.0 since the layout of the XIM structure has changed. The check is not needed for newer XFree86 releases since the bug we are checking for was fixed in the 4.2.99.2 release. [Bug 755530]
* * README: Bumped patchlevel to 8.4.4 in preparationdgp2003-07-159-18/+30
| | | | | | | | | | | * 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:
* menu clone cleanup bug fixvincentdarley2003-07-155-73/+175
|
* Added missing .TPdkf2003-07-141-1/+2
|
* Stop xhost smash by the test suite; that can render a machine unusable.dkf2003-07-092-4/+10
|
* Backported fix for [Bug 749353]dkf2003-07-072-7/+26
|
* updated changes for 8.4.3core_8_4_3hobbs2003-05-202-1/+28
|
* * unix/Makefile.in: do not run autoconf during 'make dist' as thehobbs2003-05-202-4/+7
| | | | configure is now a CVS-maintained file and should be up-to-date.
* * macosx/Wish.pbproj/project.pbxproj: changed tkConfig.sh locationdas2003-05-192-5/+12
| | | | | | in versioned framework subdirectories to be identical to location in framework toplevel; fixed stub library symbolic links to be tk version specific.
* Bumped version to 8.4.3hobbs2003-05-159-18/+27
|
* * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*hobbs2003-05-152-2/+9
| | | | | | charset fonts. gb2312.enc was made to be euc-cn for Tcl because that is what is most often meant, but X really wants the original (-raw) gb2312 encoding. [Bug 557030]
* * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli)hobbs2003-05-142-9/+13
|
* * macosx/tkMacOSXInit.c (TkpInit): use new versioned bundledas2003-05-132-3/+8
| | | | resource API to get tk runtime library for TK_VERSION. [Bug 736774]
* backport of Mac OS X specific changes on trunk since 8.4.2:das2003-05-1310-1387/+129
| | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXClipboard.c (TkSelGetSelection): Convert '\r' to '\n' on the way into Tcl. (ingham) * macosx/tkMacOSXMenu.c (EventuallyInvokeMenu): New function, used to invoke menu commands at idle time. (TkMacOSXDispatchMenuEvent): Don't immediately dispatch menu commands, wait till the idle loop to do so. This is more like what is done on Windows, and avoids the crash from destroying a menu in it's command. (ingham) * macosx/tkMacOSXHLEvents.c (ReallyKillMe): Don't force the shell to exit. According to the OS X HI guidelines, it should be possible to cancel an attempt to quit, and if we force the kill, here, it would not be possible to implement this. (ingham) * macosx/tkMacOSXApplication.r (removed): * macosx/tkMacOSXLibrary.r (removed): * macosx/tkMacOSXResource.r (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: updated copyrights, cleaned up about box, removed obsolete unused resource files. (steffen)
* * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-113-17/+20
| | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm)
* * macosx/tkMacOSXButton.c (TkpDisplayButton): correct typo forhobbs2003-04-302-3/+8
| | | | stippleGC [Bug #730124].
* remove outdated commentshobbs2003-04-261-5/+1
|
* * generic/tkButton.h: Rewrote the handlinghobbs2003-04-267-135/+205
| | | | | | | | | | * 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.
* * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc whenhobbs2003-04-253-13/+38
| | | | | | * win/tkWinButton.c (TkpDisplayButton): displaying disabled text that have images, as they get a gray50 stipple as well and the disabledGc is not set up correctly for font drawing. [Bug #477740]
* * library/bgerror.tcl: make bgerror dialog topmost on Windows tohobbs2003-04-251-3/+6
| | | | prevent it being covered by other windows.
* * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has ahobbs2003-04-181-7/+7
| | | | GetCursor func already, which causes compiler warnings.
* * generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windowshobbs2003-04-181-5/+5
| | | | has a CreateBitmap function already.
* * win/configure: Regen.mdejong2003-04-034-22/+48
| | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable.
* * win/configure: Regen.mdejong2003-04-033-15/+10
| | | | | | | | * win/configure.in: Don't set TCL_DLL_FILE, TCL_LIB_FILE, TCL_STUB_LIB_FILE, TCL_STUB_LIB_FLAG, and TCL_BUILD_STUB_LIB_SPEC. These variables are already set in tclConfig.sh. [Bug 691908]
* Corrected several problems that prevented OPTS=symbols from building Kevin B Kenny2003-03-233-9/+24
| | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes.