Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 5 | -28/+197 |
| | |||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to set | hobbs | 2009-04-24 | 2 | -3/+7 |
| | | | | cwd on selchange. Prevents delete of selected folder in dialog. | ||||
* | Removed stray @ from Makefile.in test target. [Bug 2764263] | stwo | 2009-04-24 | 2 | -10/+16 |
| | | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272] | ||||
* | Don't chmod/exec installManPage. [Patch 2769530] | stwo | 2009-04-24 | 2 | -8/+10 |
| | |||||
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the new | hobbs | 2009-04-23 | 2 | -10/+22 |
| | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910] | ||||
* | * changes: Updated for 8.5.7 release.core_8_5_7 | dgp | 2009-04-15 | 2 | -5/+9 |
| | |||||
* | Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure. | stwo | 2009-04-14 | 3 | -8/+12 |
| | |||||
* | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 3 | -13/+13 |
| | |||||
* | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 2 | -5/+1 |
| | |||||
* | *** 8.5.7 TAGGED FOR RELEASE *** | dgp | 2009-04-11 | 1 | -0/+2 |
| | |||||
* | * changes: Updated for 8.5.7 release. | dgp | 2009-04-10 | 2 | -4/+34 |
| | |||||
* | 'typo' | dgp | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | * generic/tk.h: Bump to 8.5.6 for release. | dgp | 2009-04-10 | 9 | -21/+33 |
| | | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 4 | -5/+356 |
| | | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 | ||||
* | tk_setPalette: Don't set *selectColor: #b03060; | jenglish | 2009-04-10 | 2 | -5/+8 |
| | | | | this makes radio- and checkbuttons look wrong post-TIP#109. | ||||
* | * library/msgbox.tcl: don't set msgbox bitmap background on TkAqua. | das | 2009-04-10 | 2 | -2/+4 |
| | |||||
* | * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbutton | das | 2009-04-10 | 2 | -2/+5 |
| | | | | on X11 windowingsystem. | ||||
* | * library/demos/widget: GOOBE: use ttk::cursor | das | 2009-04-10 | 2 | -6/+10 |
| | |||||
* | * library/ttk/cursors.tcl: backport ttk::cursor from HEAD | das | 2009-04-10 | 1 | -14/+167 |
| | |||||
* | * library/demos/knightstour.tcl: fix knightstour demo not running from | das | 2009-04-10 | 2 | -8/+9 |
| | | | | interactive wish. | ||||
* | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAqua | das | 2009-04-10 | 2 | -5/+5 |
| | | | | Quit menu item. | ||||
* | * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons. | das | 2009-04-10 | 2 | -2/+4 |
| | |||||
* | * generic/tkMenu.c (PostProcessEntry): delay call to | das | 2009-04-10 | 2 | -5/+8 |
| | | | | TkpConfigureMenuEntry() until all menu entry attributes are setup. | ||||
* | * library/menu.tcl (::tk::MbPost): fix error thrown in y position | das | 2009-04-10 | 2 | -3/+8 |
| | | | | computation with indicatoron. | ||||
* | * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/ | das | 2009-04-10 | 1 | -2/+2 |
| | |||||
* | * generic/tkBind.c (HandleEventGenerate): ensure window exists before | das | 2009-04-10 | 2 | -1/+12 |
| | | | | generating an event for it (fixes testsuite crash). | ||||
* | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds check | das | 2009-04-10 | 1 | -2/+3 |
| | | | | to startEnd array access (fixes testsuite crash). | ||||
* | * tests/unixFont.test: only use xlsfonts with X11 windowingsystem. | das | 2009-04-10 | 1 | -10/+16 |
| | |||||
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 6 | -575/+13 |
| | |||||
* | Fix [Bug 2116837]. | dkf | 2009-04-10 | 2 | -17/+25 |
| | |||||
* | Don't Panic [Bug 1789819]. | jenglish | 2009-04-04 | 2 | -20/+13 |
| | |||||
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 2 | -3/+7 |
| | |||||
* | Fix [Bug 1871101]. | dkf | 2009-03-25 | 2 | -20/+32 |
| | |||||
* | Backported some fixes for uninitialized variables identified by das using ↵ | patthoyts | 2009-03-03 | 4 | -7/+14 |
| | | | | clang analysis. | ||||
* | [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵ | patthoyts | 2009-02-27 | 2 | -1/+13 |
| | | | | avoid a crash when mapping dead windows. | ||||
* | [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵ | patthoyts | 2009-02-23 | 2 | -1/+8 |
| | | | | requested (danckaert) | ||||
* | [Patch 2513104] fix cursor hotspots (cjmcdonald) | patthoyts | 2009-02-23 | 29 | -0/+2 |
| | |||||
* | [Patch 2507419] fix menu image display issue on windows | patthoyts | 2009-02-23 | 2 | -29/+61 |
| | |||||
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 3 | -76/+156 |
| | | | | | avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds. | ||||
* | * win/configure.in, win/configure: align better with tcl | hobbs | 2009-02-16 | 3 | -428/+503 |
| | | | | version. Ensures finding correct CPP for Win64. | ||||
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 9 | -14/+51 |
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c: | ||||
* | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | catch font create when the console is re-sourced via F9 | patthoyts | 2009-01-30 | 1 | -2/+2 |
| | |||||
* | typo | dgp | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). | Kevin B Kenny | 2009-01-22 | 3 | -2/+8 |
| | | | | * unix/configure: Autoconf 2.59 | ||||
* | Backport of Patch 907924 | Kevin B Kenny | 2009-01-20 | 4 | -18/+46 |
| | |||||
* | fix for aMSN compatibility [tcl-Bug 2507326] | nijtmans | 2009-01-14 | 2 | -1/+10 |
| | |||||
* | * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointer | georgeps | 2009-01-11 | 2 | -1/+12 |
| | | | | dereference in CreateXIC. | ||||
* | Fix missing word spotted by stu. | patthoyts | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| |