summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make images align at 16pix height and do not allow Dismiss Return to trigger ↵hobbs2003-08-211-6/+8
| | | | in text widget
* use delete image for dismiss buttonhobbs2003-08-201-2/+2
|
* * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins whichpatthoyts2003-08-202-5/+10
| | | | improves the 3d lines for sunken widgets under windows.
* add sep frame to seecode/dismiss button framehobbs2003-08-201-4/+7
|
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-2041-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.dkf2003-08-202-27/+29
|
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-192-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 detailsjenglish2003-08-192-14/+192
| | | | [FRQ #523593 "bind(n) manpage needs more detail"]
* * win/configure: Regen.mdejong2003-08-183-0/+105
| | | | | * win/tcl.m4: Update from Tcl to fix Tcl bug 781109.
* Faster color data parsing code for the [$photo put] subcommand.dkf2003-08-152-21/+58
|
* Make test suite pass without crashes from TIP#109 changes...dkf2003-08-143-10/+24
|
* TIP#109 implementation - checkbuttons and radiobuttons now look better.dkf2003-08-144-140/+358
|
* ChangeLog Police: Added missing entry (derived from 8.4 branch checkin)dkf2003-08-131-0/+5
|
* * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-132-2/+54
| | | | * tests/scale.test: Added test for this bug.
* * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-122-2/+7
|
* Fixed stupid typo.patthoyts2003-07-311-2/+2
|
* * win/tkWinDialog.c: Applied patch from bug #611615 which fixes apatthoyts2003-07-282-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 makepatthoyts2003-07-282-1/+7
| | | | the panedwindow -opaqueresize option work as per the docs.
* * library/tk.tcl: Apply fix for bug #778840 for window placementpatthoyts2003-07-282-1/+10
| | | | when using multiple desktops on windows.
* * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 andpatthoyts2003-07-243-4/+170
| | | | | fleur (move) cursor under win. * tests/cursor.test: Check that documented cursors are available.
* * macosx/buildTkConfig.tcl: fix to TK_BUILD_* ref generationdas2003-07-212-3/+8
| | | | broken by changes to tcl buildsystem.
* * unix/tkUnixFont.c (Tk_DrawChars): do not make XGetGeometry callhobbs2003-07-192-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.
* * 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: Applied misplaced Tcl RFE 700799 to providepatthoyts2003-07-192-4/+17
| | | | the windows hand cursor where available.
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-192-3/+17
| | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi)
* * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to providepatthoyts2003-07-182-2/+7
| | | | consistency between unix and windows -cursor option.
* * 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]
* MacOSX native dialogvincentdarley2003-07-181-2/+2
|
* MacOSX fixesvincentdarley2003-07-185-7/+429
|
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-183-2/+34
|
* * macosx/Makefile: Changes for new tcl buildsystem.das2003-07-185-1448/+81
| | | | | | | | | | | | | * 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.
* Better docs of [$photo put]. [Bug 728952]dkf2003-07-172-8/+19
|
* Docfix [Bug 747814]dkf2003-07-172-6/+5
|
* Try harder to avoid zero-length malloc()s... [Bug 404421]dkf2003-07-172-25/+40
|
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.dkf2003-07-172-36/+34
| | | | | [Bug 771988] Also TAB Police in Changelog...
* * 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-5/+39
| | | | to their default value. [Bug #697652]
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-162-2/+6
| | | | [Bug 755906] (mistachkin)
* 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
|
* * generic/tkTextDisp.c (DisplayText): correct use of textPtr datahobbs2003-07-072-6/+8
| | | | with respect to Tcl_Release time. [Bug #767009]
* Fixed [Bug 749353] by making the removal of masters from the global image tabledkf2003-07-072-7/+27
| | | | | | | | aggressive when the interp is being deleted, and making the deletion code always check to see whether it should actually be deleting an entry or not. No tests as it comes under the heading of crash-on-bug, and the bug is not easy to excite (it requires a full script and interpreter deletion with lots of events about.)
* Prime the systemButtonText from the theme brush. This is really only the firstwolfsuit2003-07-032-19/+23
| | | | | stage of actually using the theme brushes to track active colors, but it gets the labelframe color working at least.
* * unix/tkUnixEvent.c (TkpCloseDisplay): Don'tmdejong2003-07-022-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]
* ChangeLog policemdejong2003-07-021-0/+8
|
* Windows menu popup location fixvincentdarley2003-06-262-3/+12
|
* Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts".jenglish2003-06-092-33/+97
| | | | | Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one.
* configure.in: BUGFIX: --enable-xft test was broken.jenglish2003-06-023-3/+7
|