summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-222-1/+16
|
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-135-7/+23
| | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c:
* * unix/mkLinks:hobbs2003-10-134-10/+31
| | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-104-12/+19
| | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images.
* correct imageYOffset for buttons with just imageshobbs2003-10-102-4/+9
|
* * unix/mkLinks: make mklinksdgp2003-10-062-2/+1
|
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-062-6/+6
| | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
* log updatedgp2003-10-061-1/+1
|
* *unix/configure.in: Reconfigured to use $TCL_PREFIX as thedgp2003-10-063-341/+358
| | | | | | | | default value of --prefix, and also added warning when a TK_PREFIX value different from TCL_PREFIX is selected, since [package require Tk] fails in that configuration. [Bug 765642] * unix/configure: autoconf (2.13)
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-063-139/+170
| | | | | | that alpha and beta releases of Tcl are not favored. [Bug 608698] * unix/configure: autoconf (2.13)
* * unix/configure.in: Added check that version of Tcl header founddgp2003-10-063-135/+156
| | | | | | | | by configure matches that of the Tk we wish to build. As long as the Tk sources insist on lockstep releases, Tk's configuration should verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.13)
* * README: Bumped to patch level 8.4.5dgp2003-10-039-18/+30
| | | | | | | | | | | * 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:
* * library/scale.tcl: Clear bug with chording mouse buttons.patthoyts2003-10-032-3/+9
|
* * macosx/Wish.pbproj/project.pbxproj:das2003-10-014-29/+63
| | | | | | | | | | | | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". Added support for all applicable customizable makefile variables from tcl/macosx/Makefile. * macosx/README: * macosx/Wish.pbproj/project.pbxproj: ensure that the versioned wishX.X script works correctly when Tk.framework with multiple versions is present by referring to a copy of 'Wish Shell.app' located in Tk.framework/Versions/X.X/Resources.
* Added note to make it clear that frameworks are an OSX feature [Bug 619440]dkf2003-09-292-3/+8
|
* * tkMacOSXWm.h: Nested comment typocc_benny2003-09-261-1/+0
|
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-262-5/+12
| | | | GetWindowFromPort() [Bug #812415]; make function static.
* * 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.