summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * win/configure: Regen.mdejong2003-04-031-0/+8
| | | | | | | | | * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable. * win/tcl.m4: Update from Tcl to get new LIBFLAGSUFFIX variable. FossilOrigin-Name: 889afe7c6c55694eb81a68cf1e57d11503b24117
* * win/configure: Regen.mdejong2003-04-031-0/+9
| | | | | | | | | | * 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] FossilOrigin-Name: a7f21dafa79c375281541a500c929c314bfe295a
* Corrected several problems that prevented OPTS=symbols from building kennykb2003-03-231-0/+7
| | | | | | properly. [Patch 707792] Thanks to Joe Mistachkin for the fixes. FossilOrigin-Name: 10a8982de82ffd20e9bd30ddff572a7bae7f2098
* * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13dgp2003-03-181-0/+5
| | | | | | commit. Thanks Larry Virden. [Bug 705567] FossilOrigin-Name: 55f74d859c49177ea81de9377f7f4495b8194ac3
* * macosx/Wish.pbproj/project.pbxproj:das2003-03-181-4/+13
| | | | | | | | | | * macosx/Makefile: * macosx/README: added support for giving 'make' the location of Tcl.framework and tclsh to build and link against. * macosx/tkMacOSXXStubs.c: fixed crash in [winfo server]. FossilOrigin-Name: 3972b4d1099a5d9d4f1f0bda6230c6683b2a86af
* Backport of the 'Message box buttons too wide' fix. [Bug #701812]dkf2003-03-141-0/+5
| | | FossilOrigin-Name: 3334507de31cda3bf640933b7228879730158e2a
* * tests/unixWm.test: Constrained all tests older than revision 1.21dgp2003-03-131-0/+7
| | | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message. FossilOrigin-Name: e2892c0389bbdec0dcff181f0ad20b559e0fa09a
* Backed the version to 8.4 on the 8.4 branch. kennykb2003-03-131-0/+5
| | | | | | (I just loathe sticky tags). FossilOrigin-Name: 8c5beabb62d4de09ed2eff29b7b44c2c203ce0a2
* Backported the code that makes the makefile build pkgIndex.tcl as part kennykb2003-03-111-0/+5
| | | | | | of the install step. FossilOrigin-Name: 43cb2db22dc8137d4a01beb7f0281b7a1924fa30
* mark Mar 3 date for 8.4.2core-8-4-2hobbs2003-03-031-0/+4
| | | FossilOrigin-Name: 3a4903d0c4a54ddcc751878c6bc121cbc90c6f27
* Make all %-expansions generate ?? when their event doesn't have the rightdkf2003-02-281-0/+8
| | | | | | underlying field to prevent a crash on Windows. [Bug #612110] FossilOrigin-Name: 218784e172157dc135272f920526bae83433c96e
* see ChangeLoghobbs2003-02-271-0/+6
| | | FossilOrigin-Name: a1d537beed227ac34a8138eb0867318350126384
* * win/tkWinInt.h:hobbs2003-02-261-0/+5
| | | | | | | | * win/tkWinDraw.c: * win/tkWinFont.c (Tk_DrawChars): add support for simple XOR text drawing on Windows. [Patch #685388] (martin) FossilOrigin-Name: e9b026f7cef7dc4a2ab3270e627f278c94b131fd
* * generic/tkMenu.c (TkMenuCleanup): make sure to reset statichobbs2003-02-261-0/+5
| | | | | | menusInitialized on finalize. [Bug #548729] FossilOrigin-Name: 70cc1ff0649cb673ee672027f8a94065bb7f1536
* * macosx/tkMacOSXHLEvents.c: fixed conversion of apple eventdas2003-02-251-0/+13
| | | | | | | | | | | | | | parameters to posix style path names. [Bug #621672] (steffen, Benjamin Riefenstahl) * macosx/tkMacOSXDialog.c: * macosx/tkMacOSXWm.c: * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXUtil.c (removed): * macosx/tkMacOSXUtil.h (removed): removed all references to tkMacOSXUtil.{c,h}, made obsolete by the patch above. [Bug #621672] FossilOrigin-Name: 80d818b155fb87550f8e9fac8968471bb5d98f10
* * unix/tkUnixFont.c (CreateClosestFont, CanUseFallback): use thehobbs2003-02-251-0/+3
| | | | | | first best font match in user font path. [Bug #647497] (dal zotto) FossilOrigin-Name: 0c01a07f4fda26c6959400596b030de160de4451
* * generic/tkListbox.c (ListboxSelectionSubCmd):hobbs2003-02-251-0/+4
| | | | | | | * tests/listbox.test: Allow 'selection includes' to respond when disabled (but only 'includes'). [Bug #632514] FossilOrigin-Name: f0aec0e5cc6ba507c5bfe0875f52ac13f087ede1
* * unix/tkUnixButton.c (TkpDisplayButton): Correct visual displayhobbs2003-02-251-0/+7
| | | | | | | of disabled check/radiobutton to be more distinctive on unix. * tests/unixButton.test: [Bug #669595] (hintermayer) FossilOrigin-Name: 3d026b4c6d983865a0d5694dbd76688e53b78997
* * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd):hobbs2003-02-251-0/+8
| | | | | | | | | * tests/entry.test: return 1 if selection is present even if * tests/spinbox.test: entry/spinbox is disabled, as selection get will still return the selection (although selection still ignore modify requests when entry/spinbox is disabled). [Bug #637828] FossilOrigin-Name: ea2c85a2ce8a16163679f99cce1fca3767f4c583
* 2003-02-24 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>wolfsuit2003-02-241-0/+6
| | | | | | | | * tkMacOSXDialog.c (NavServicesGetFile): Fix bug with kNavCtlSetSelection - control data should be a pointer not a handle. FossilOrigin-Name: 5908c90b20a369fd7f9f5d5c5cc5fc2c0617bf5f
* * library/clrpick.tcl (color::BuildDialog):dkf2003-02-211-0/+5
| | | | | | | | * library/msgbox.tcl (MessageBox): Yet more places that did complex and fragile width calculations instead of using grid, though with these it is the -uniform option that saves the day. FossilOrigin-Name: f29e6bb52e801523adfd78fd5b0a17304b9ba742
* Made the standard file dialogs use [grid] for their bottom area [Bug #673722]dkf2003-02-211-0/+5
| | | FossilOrigin-Name: 27ddaf3196c579e9042f871e335228d860891673
* * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on howdkf2003-02-211-0/+4
| | | | | | | long a file type item description string can get due to appending of types. [Bug #617392] FossilOrigin-Name: 338d3a2fc66c4085615a49a5a5b5e553b01f5e3e
* Use the panedwindow's depth, not the screen's default depth. [Bug #671122]dkf2003-02-211-0/+6
| | | FossilOrigin-Name: 6b665877b0fa70a42b20356194073bc3a7aa1468
* * library/console.tcl: (aqua & macintosh) added missing <Cmd-q>das2003-02-211-0/+11
| | | | | | | | | | | | binding for corresponding Quit menu item shortcut. * macosx/README: updated instructions for embedded build, added various improvements by Russell Owen. * unix/tcl.m4: update from Tcl. * unix/configure: regen. FossilOrigin-Name: 258a3fd4bad32c093d19bd8cc6e538ee4ac25e98
* * win/tkWinScrlbr.c (UpdateScrollbar): use SIF_DISABLENOSCROLL tohobbs2003-02-211-0/+10
| | | | | | | "disable" scrollbar when on Windows when there is nothing to scroll. This is Windows style, and fixes [Bug #624116]. FossilOrigin-Name: 3f81cd6435baabe74b61709987056d5993cc1a98
* Fixed calculation of the last slave'spspjuth2003-02-201-0/+6
| | | | | | size when increasing the size of the panedwindow. [Bug #689099] FossilOrigin-Name: ba573e9cc7b99fee2e14ad4ff0c8789208ce707e
* Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788]dkf2003-02-201-0/+3
| | | | | | It served no useful purpose whatsoever... FossilOrigin-Name: 619210d9dfb1a02df90225ef3291c222579c088f
* Removed potentially fatal FMR in Unix font handling. No test because anydkf2003-02-201-0/+8
| | | | | | test would be very platform- and build-specific. [Bugs #618872 and #689357] FossilOrigin-Name: a9b64ff1d4d172478038990c9f1aebaeadbb1d73
* * macosx/tkMacOSXKeyEvent.c: fix for uninitialized var warning.das2003-02-201-39/+43
| | | FossilOrigin-Name: 988e1eb5847785d71331775f18add373c6ba75c3
* 2003-02-19 Jim Ingham <jingham@apple.com>wolfsuit2003-02-191-0/+10
| | | | | | | | | | | | | | * tkMacOSXMouseEvents.c (GeneratePollingEvents): In the case where there was a capture window, we were sending the events to the capture window. But the capture window (return value or TkMacOSXGetCapture) is always a toplevel. So this is wrong in the case that the Event's toplevel IS the capture window - in which case the event should go to the subwindow most closely containing the event. Fixes bug #688188 FossilOrigin-Name: 5d2aee482c3c0f3d004a4c3ce3f1def20064582f
* This submission contains a slightly reworked & cleaned up version ofwolfsuit2003-02-191-0/+84
| | | | | | | | | | | | two parts of the patches in Patch Tracker #622582 - new-evthdlng.2003-02-12.diff and basic-keyboard.2003-02-10.diff. The second part puts translation of MacOS X keycodes to characters on a better footing. The first part relaxs Tk's policy of consuming all events unless it can see they go to windows it didn't create. This change gets the little traffic lights working, and should make things like QuickTimeTcl easier to implement. FossilOrigin-Name: 01a965fc9945571a1c4c2a04a1de3b5eb5b60e68
* * doc/entry.n:mdejong2003-02-191-0/+7
| | | | | | | | * doc/text.n: Update double and triple click docs to match implementation changes made on 2002-02-14. FossilOrigin-Name: fa9c4e0f61bf9a530ca6599eaa8898a874f757d4
* added missing bug #das2003-02-191-1/+1
| | | FossilOrigin-Name: d31441829346d4fc10511a0c3d3e30327b2e1e7d
* added missing bug #das2003-02-191-1/+1
| | | FossilOrigin-Name: 4254ea37af44919ba89daacd3ea48526a9153c63
* * macosx/Wish.pbproj/project.pbxproj:das2003-02-191-0/+7
| | | | | | | | * macosx/Makefile: reworked embedded build to no longer require relinking but to use install_name_tool instead to change the install_names for embedded frameworks. FossilOrigin-Name: adc63fd89bf7195ea048faa3e10d4c6238f32814
* New part for the widget demo showing Tk's UNICODE output. [Patch #627453]dkf2003-02-191-0/+5
| | | FossilOrigin-Name: b72fff8d2e589aa90d4e0e93e94c74461fefc85c
* * unix/configure: Regen.andreas_kupries2003-02-191-0/+5
| | | | | | * unix/tcl.m4: Update from Tcl (HP xnet [Bug #651811]). FossilOrigin-Name: 140673d7f23752162c8c87fbc82c9c2381404832
* * unix/configure: Regen.mdejong2003-02-191-0/+5
| | | | | | * unix/tcl.m4: Update from Tcl. FossilOrigin-Name: 1afdae285a8e44e01d939d17f7797e777db71a75
* see ChangeLoghobbs2003-02-181-0/+9
| | | FossilOrigin-Name: e36803865e6c98ff624f39cde26f9cb20b3961b1
* * library/tk.tcl (::tk::TabToWindow): auto-highlight spinboxes ashobbs2003-02-181-0/+3
| | | | | | well as entries when tabbing in. [Patch #683813] (bron) FossilOrigin-Name: 66bbccbfccea7a5a41b436dab72c626ba0e55505
* * library/xmfbox.tcl (::tk::MotifFDialog_ActivateSEnt): correcthobbs2003-02-181-0/+3
| | | | | | sub on embedded newlines. [Patch #688572] (bonfield) FossilOrigin-Name: 035324f79c8ff323ee043f3a5b680392777f1883
* corrected B values [Bug #682714]hobbs2003-02-181-0/+2
| | | FossilOrigin-Name: 2c67a90df27716a6aefbfe085cf0c99f236389b1
* * win/tkWinInit.c (TkpDisplayWarning): truncate MessageBox stringhobbs2003-02-181-0/+6
| | | | | | | to 1024 chars to prevent possible oversized window errors. May be necessary in other MB uses (ie Tcl_AppInit). [Tcl Bug #608559] FossilOrigin-Name: 65e7d42c400fc5eeaf02b955822a92e6af84f2be
* menu title encodingsvincentdarley2003-02-181-0/+6
| | | FossilOrigin-Name: ba6c0f561ae3cde0519e72ae593ab4c95a783b85
* * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer isdkf2003-02-181-0/+5
| | | | | | always deallocated on function exit to stop a potential memory leak. FossilOrigin-Name: e8d1555cacdd77f35ca4e46ca87ef5771f1401af
* fix date in ChangeLog entrymdejong2003-02-181-1/+1
| | | FossilOrigin-Name: 5100380c82f9382fb6f87b79e9f7c4df22a1cd81
* * generic/tkEvent.c (Tk_HandleEvent): Fixup buttonmdejong2003-02-181-0/+11
| | | | | | | | | | | | press state saving code, it was incorrectly converting normal motion events into button press and motion events in some cases. * generic/tkInt.h: Add mouseButtonWindow member to the TkDisplay structure. * tests/event.test: Add test case for faulty button motion logic. FossilOrigin-Name: e79d36e4257422c5659d9a61879718160950fb62
* * README: Bumped to 8.4.2.hobbs2003-02-151-0/+14
| | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tk.spec: * win/configure: * win/configure.in: FossilOrigin-Name: 4404a5cbd0f4594cee308d8d93a647263f054a94
* Added language to describe the handling of the end-of-file character kennykb2003-02-131-0/+5
| | | | | | \u001a in a script file. [Bug 685505] FossilOrigin-Name: 9ceeab897c975fd0791647d2695719ac258f9de6