Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Creating branch mistachkin-dev-branchmistachkin_dev_branch | cvs | 2003-10-03 | 0 | -0/+0 |
| | |||||
* | * library/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 2 | -3/+7 |
| | |||||
* | * library/console.tcl: Avoid including the console in the list | patthoyts | 2003-10-02 | 2 | -1/+9 |
| | | | | of interpreters exposed by [winfo interps]. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2003-10-01 | 4 | -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. | ||||
* | Add an implementation of XSync that flushes the window buffers. This fixes ↵ | wolfsuit | 2003-09-30 | 4 | -5/+28 |
| | | | | | | 814810. Also use tk text drawing for checkbutton & radiobutton labels. | ||||
* | Added [package require] to demos. [FRQ 815118] | dkf | 2003-09-30 | 10 | -70/+109 |
| | |||||
* | Remove a dependency on font size in textWind 10.1 | patthoyts | 2003-09-30 | 2 | -3/+8 |
| | |||||
* | Accomodate TIP #150 in the test results. | patthoyts | 2003-09-30 | 1 | -2/+2 |
| | |||||
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 5 | -17/+24 |
| | |||||
* | changelog police | dkf | 2003-09-29 | 1 | -15/+15 |
| | |||||
* | Update from Tcl | dkf | 2003-09-29 | 1 | -1/+1 |
| | |||||
* | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 5 | -5/+1370 |
| | | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c: | ||||
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Add | cc_benny | 2003-09-26 | 2 | -5/+12 |
| | | | | GetWindowFromPort() [Bug #812415]; make function static. | ||||
* | * library/demos/widget: don't create iconwindow on aqua, but add | das | 2003-09-25 | 4 | -6/+31 |
| | | | | | | about menu like on classic. * macosx/Makefile: pass MAKEOVERRIDES to pxbuild. * macosx/tkMacOSXButton.c: added -compound support for bevel buttons. | ||||
* | * unix/configure: | das | 2003-09-25 | 4 | -4/+24 |
| | | | | | | * unix/configure.in: * unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203] | ||||
* | Bug fix [Bug 802435] | chengyemao | 2003-09-20 | 1 | -0/+3 |
| | |||||
* | Fixed memory leak (bug 802435) | chengyemao | 2003-09-20 | 1 | -11/+11 |
| | |||||
* | Fixed a small mistake in previous checkin. | pspjuth | 2003-09-18 | 2 | -6/+13 |
| | |||||
* | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier". | pspjuth | 2003-09-18 | 4 | -124/+251 |
| | |||||
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 3 | -5/+26 |
| | | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039]. | ||||
* | Reworked a part of grid's geometry computations | pspjuth | 2003-09-16 | 3 | -23/+200 |
| | | | | to handle some tricky cases better. [Bug #792387] | ||||
* | Describe %P and %s substitution for Property events. [BUG #577906] | jenglish | 2003-09-13 | 2 | -3/+13 |
| | |||||
* | * doc/wish.1: Implementation of TIPs 137/151. | dgp | 2003-09-05 | 4 | -42/+153 |
| | | | | | | | | | | | * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations. | ||||
* | Removed unused variable [Bug 664783] | dkf | 2003-08-27 | 2 | -3/+7 |
| | |||||
* | no message | davygrvy | 2003-08-25 | 1 | -0/+6 |
| | |||||
* | Don't do a string compare on the $(DBGX) variable, use the $(DEBUG) | davygrvy | 2003-08-25 | 1 | -7/+11 |
| | | | | | boolean directly. Also, don't try to regen the stubs table if $(TCLSH) doesn't exist. | ||||
* | nested comment typo | das | 2003-08-25 | 1 | -1/+0 |
| | |||||
* | Brought tk_messageBox demo into line with the newer look-and-feel for the demos. | dkf | 2003-08-22 | 3 | -13/+20 |
| | |||||
* | make images align at 16pix height and do not allow Dismiss Return to trigger ↵ | hobbs | 2003-08-21 | 1 | -6/+8 |
| | | | | in text widget | ||||
* | use delete image for dismiss button | hobbs | 2003-08-20 | 1 | -2/+2 |
| | |||||
* | * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins which | patthoyts | 2003-08-20 | 2 | -5/+10 |
| | | | | improves the 3d lines for sunken widgets under windows. | ||||
* | add sep frame to seecode/dismiss button frame | hobbs | 2003-08-20 | 1 | -4/+7 |
| | |||||
* | * library/demos/widget: Redo code view dialog, use named fonts, | hobbs | 2003-08-20 | 41 | -319/+343 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/demos/arrow.tcl: add basic see/dismiss routine with * library/demos/bind.tcl: images for better look & feel * library/demos/bitmap.tcl: * library/demos/button.tcl: * library/demos/check.tcl: * library/demos/clrpick.tcl: * library/demos/colors.tcl: * library/demos/cscroll.tcl: * library/demos/ctext.tcl: * library/demos/entry1.tcl: * library/demos/entry2.tcl: * library/demos/entry3.tcl: * library/demos/filebox.tcl: * library/demos/floor.tcl: * library/demos/form.tcl: * library/demos/hscale.tcl: * library/demos/icon.tcl: * library/demos/image1.tcl: * library/demos/image2.tcl: * library/demos/items.tcl: * library/demos/label.tcl: * library/demos/labelframe.tcl: * library/demos/menu.tcl: * library/demos/menubu.tcl: * library/demos/paned1.tcl: * library/demos/paned2.tcl: * library/demos/plot.tcl: * library/demos/puzzle.tcl: * library/demos/radio.tcl: * library/demos/ruler.tcl: * library/demos/sayings.tcl: * library/demos/search.tcl: * library/demos/spin.tcl: * library/demos/states.tcl: * library/demos/style.tcl: * library/demos/text.tcl: * library/demos/twind.tcl: * library/demos/unicodeout.tcl: * library/demos/vscale.tcl: | ||||
* | Use Tcl_Obj-based interfaces for working with user-supplied font maps. | dkf | 2003-08-20 | 2 | -27/+29 |
| | |||||
* | * generic/tkPanedWindow.c(PanedWindowWorldChanged): | jenglish | 2003-08-19 | 2 | -2/+8 |
| | | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] | ||||
* | * doc/bind.n: Added more information on event types and details | jenglish | 2003-08-19 | 2 | -14/+192 |
| | | | | [FRQ #523593 "bind(n) manpage needs more detail"] | ||||
* | * win/configure: Regen. | mdejong | 2003-08-18 | 3 | -0/+105 |
| | | | | | * win/tcl.m4: Update from Tcl to fix Tcl bug 781109. | ||||
* | Faster color data parsing code for the [$photo put] subcommand. | dkf | 2003-08-15 | 2 | -21/+58 |
| | |||||
* | Make test suite pass without crashes from TIP#109 changes... | dkf | 2003-08-14 | 3 | -10/+24 |
| | |||||
* | TIP#109 implementation - checkbuttons and radiobuttons now look better. | dkf | 2003-08-14 | 4 | -140/+358 |
| | |||||
* | ChangeLog Police: Added missing entry (derived from 8.4 branch checkin) | dkf | 2003-08-13 | 1 | -0/+5 |
| | |||||
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 2 | -2/+54 |
| | | | | * tests/scale.test: Added test for this bug. | ||||
* | * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95. | das | 2003-08-12 | 2 | -2/+7 |
| | |||||
* | Fixed stupid typo. | patthoyts | 2003-07-31 | 1 | -2/+2 |
| | |||||
* | * win/tkWinDialog.c: Applied patch from bug #611615 which fixes a | patthoyts | 2003-07-28 | 2 | -1/+56 |
| | | | | | problem with double clicks in file dialogs falling through to the window underneath in win32. | ||||
* | * library/panedwindow.tcl: Apply patch from bug #778893 to make | patthoyts | 2003-07-28 | 2 | -1/+7 |
| | | | | the panedwindow -opaqueresize option work as per the docs. | ||||
* | * library/tk.tcl: Apply fix for bug #778840 for window placement | patthoyts | 2003-07-28 | 2 | -1/+10 |
| | | | | when using multiple desktops on windows. | ||||
* | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and | patthoyts | 2003-07-24 | 3 | -4/+170 |
| | | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available. | ||||
* | * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generation | das | 2003-07-21 | 2 | -3/+8 |
| | | | | broken by changes to tcl buildsystem. | ||||
* | * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry call | hobbs | 2003-07-19 | 2 | -17/+27 |
| | | | | | | 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. |