Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | * library/panedwindow.tcl: use widget-specific Priv slots for | hobbs | 2003-07-19 | 2 | -20/+25 |
| | | | | | pwAfterId and panecursor items to correctly handle cursor changes with adjacant panedwindows. | ||||
* | * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide | patthoyts | 2003-07-19 | 2 | -4/+17 |
| | | | | the windows hand cursor where available. | ||||
* | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for | hobbs | 2003-07-19 | 2 | -3/+17 |
| | | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi) | ||||
* | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide | patthoyts | 2003-07-18 | 2 | -2/+7 |
| | | | | consistency between unix and windows -cursor option. | ||||
* | * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. | hobbs | 2003-07-18 | 2 | -3/+9 |
| | | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261] | ||||
* | MacOSX native dialog | vincentdarley | 2003-07-18 | 1 | -2/+2 |
| | |||||
* | MacOSX fixes | vincentdarley | 2003-07-18 | 5 | -7/+429 |
| | |||||
* | Fix for [Bug 702230], and an evil bug it is too! | dkf | 2003-07-18 | 3 | -2/+34 |
| | |||||
* | * macosx/Makefile: Changes for new tcl buildsystem. | das | 2003-07-18 | 5 | -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] | dkf | 2003-07-17 | 2 | -8/+19 |
| | |||||
* | Docfix [Bug 747814] | dkf | 2003-07-17 | 2 | -6/+5 |
| | |||||
* | Try harder to avoid zero-length malloc()s... [Bug 404421] | dkf | 2003-07-17 | 2 | -25/+40 |
| | |||||
* | Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches. | dkf | 2003-07-17 | 2 | -36/+34 |
| | | | | | [Bug 771988] Also TAB Police in Changelog... | ||||
* | * generic/tkPack.c (ConfigureSlaves): silence compiler warning | dgp | 2003-07-17 | 2 | -2/+7 |
| | | | | [Bug 771982] | ||||
* | * win/tkWinImage.c (XGetImage): correct init of biSizeImage in | hobbs | 2003-07-17 | 2 | -2/+7 |
| | | | | bitmap header. [Bug 703697] (cap) | ||||
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 3 | -5/+36 |
| | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | Make sure all options can be set | pspjuth | 2003-07-16 | 3 | -5/+39 |
| | | | | to their default value. [Bug #697652] | ||||
* | * generic/tkWindow.c (Initialize): do not free uninit'ed dstring. | hobbs | 2003-07-16 | 2 | -2/+6 |
| | | | | [Bug 755906] (mistachkin) | ||||
* | Added missing .TP | dkf | 2003-07-14 | 1 | -1/+2 |
| | |||||
* | Stop xhost smash by the test suite; that can render a machine unusable. | dkf | 2003-07-09 | 2 | -4/+10 |
| | |||||
* | * generic/tkTextDisp.c (DisplayText): correct use of textPtr data | hobbs | 2003-07-07 | 2 | -6/+8 |
| | | | | with respect to Tcl_Release time. [Bug #767009] | ||||
* | Fixed [Bug 749353] by making the removal of masters from the global image table | dkf | 2003-07-07 | 2 | -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 first | wolfsuit | 2003-07-03 | 2 | -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't | mdejong | 2003-07-02 | 2 | -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 police | mdejong | 2003-07-02 | 1 | -0/+8 |
| | |||||
* | Windows menu popup location fix | vincentdarley | 2003-06-26 | 2 | -3/+12 |
| | |||||
* | Fix for [Bug#751553] "Xft: [font configure] does not update in-use fonts". | jenglish | 2003-06-09 | 2 | -33/+97 |
| | | | | | Fixed TkpGetSubFonts() to return information about all subfonts, not just the first one. |