Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix [Bug 2080533] by falling back to creating a DIB. | dkf | 2009-04-30 | 2 | -5/+58 | |
| | ||||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 3 | -4/+11 | |
| | | | | to add _r to CC on AIX with threads. | |||||
* | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 5 | -48/+175 | |
| | ||||||
* | * 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 | -6/+22 | |
| | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910] | |||||
* | Make filebox.test pass cleanly again. | dkf | 2009-04-14 | 3 | -4/+10 | |
| | ||||||
* | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 3 | -13/+13 | |
| | ||||||
* | Fix the other issue from [Bug 2759119]. | dkf | 2009-04-13 | 2 | -2/+6 | |
| | ||||||
* | Fix [Bug 2759119] and apply [Patch 2739360] (partially). | dkf | 2009-04-13 | 3 | -130/+181 | |
| | ||||||
* | Oops! | dkf | 2009-04-11 | 1 | -2/+2 | |
| | ||||||
* | revert HandleEventGenerate change, it was causing bind-8.2 to fail | das | 2009-04-11 | 2 | -5/+1 | |
| | ||||||
* | D'oh | das | 2009-04-11 | 1 | -1/+1 | |
| | ||||||
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 4 | -6/+357 | |
| | | | | | | 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/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/+8 | |
| | ||||||
* | * library/demos/knightstour.tcl: fix knightstour demo not running from | das | 2009-04-10 | 2 | -10/+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/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException. | das | 2009-04-10 | 2 | -2/+4 | |
| | ||||||
* | * 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 pointless file. | dkf | 2009-04-10 | 1 | -284/+0 | |
| | ||||||
* | Fix [Bug 2116837]. | dkf | 2009-04-10 | 2 | -41/+64 | |
| | ||||||
* | Remove 'NEW' tags from sub-demos. | dkf | 2009-04-08 | 2 | -18/+7 | |
| | ||||||
* | Fix [Bug 1881896] | dkf | 2009-04-04 | 2 | -5/+26 | |
| | ||||||
* | Don't Panic [Bug 1789819]. | jenglish | 2009-04-03 | 2 | -20/+13 | |
| | ||||||
* | Fix [Bug 974421] | dkf | 2009-04-03 | 2 | -12/+21 | |
| | ||||||
* | Ensure the pointer begins outside the window for all the tests checking ↵ | patthoyts | 2009-04-02 | 2 | -7/+14 | |
| | | | | Enter/Leave motion events. | |||||
* | Minor fixes to demos. In the pendulum demo make use of unicode for the | patthoyts | 2009-04-02 | 3 | -13/+33 | |
| | | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead. | |||||
* | Small improvements to multi-column list demo. | dkf | 2009-03-31 | 2 | -5/+26 | |
| | ||||||
* | Eliminate a few compiler warnings on mingw | nijtmans | 2009-03-25 | 3 | -42/+44 | |
| | | | | spacing | |||||
* | bring doc and demos in line with http://wiki.tcl.tk/812 | nijtmans | 2009-03-25 | 8 | -14/+24 | |
| | ||||||
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 2 | -3/+7 | |
| | ||||||
* | Fix [Bug 1871101]. | dkf | 2009-03-25 | 2 | -20/+32 | |
| | ||||||
* | regen | dkf | 2009-03-14 | 1 | -1/+2 | |
| | ||||||
* | Added support for reporting TEA-like info via pkg-config. [Patch 2243962] | dkf | 2009-03-14 | 4 | -5/+33 | |
| | ||||||
* | Tidy up and expand examples. | dkf | 2009-03-10 | 2 | -64/+97 | |
| | ||||||
* | * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handle | cc_benny | 2009-03-09 | 2 | -8/+23 | |
| | | | | NULL return from CFStringCreate. | |||||
* | update comment to reflect reality | patthoyts | 2009-03-01 | 1 | -2/+3 | |
| | ||||||
* | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 10 | -47/+118 | |
| | | | | and Tk_GetBitmapFromData signature problem | |||||
* | [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 2513104] fix cursor hotspots (cjmcdonald) | patthoyts | 2009-02-23 | 29 | -0/+2 | |
| | ||||||
* | [Patch 2507419] fixes the image drawing bug on windows menus. | patthoyts | 2009-02-23 | 2 | -29/+61 | |
| |