summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Purge mention of interp->result. [Bug 2431507]dkf2009-05-0419-73/+93
|
* Fix [Bug 2785744].dkf2009-05-032-27/+35
|
* Fix [Bug 2777019].dkf2009-05-012-2/+6
|
* oopsdkf2009-05-011-2/+1
|
* Factor out some of the postscript generation code to the PS prolog.dkf2009-05-013-177/+175
|
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-302-11/+74
| | | | | | This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
* Fix typodkf2009-04-301-3/+2
|
* Fix [Bug 2080533] by falling back to creating a DIB.dkf2009-04-302-5/+58
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-4/+11
| | | | to add _r to CC on AIX with threads.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-275-48/+175
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-242-3/+7
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-242-10/+16
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-242-8/+10
|
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-232-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.dkf2009-04-143-4/+10
|
* update Apple copyright notice for 2009-04-10 changesdas2009-04-143-13/+13
|
* Fix the other issue from [Bug 2759119].dkf2009-04-132-2/+6
|
* Fix [Bug 2759119] and apply [Patch 2739360] (partially).dkf2009-04-133-130/+181
|
* Oops!dkf2009-04-111-2/+2
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-112-5/+1
|
* D'ohdas2009-04-111-1/+1
|
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-104-6/+357
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* tk_setPalette: Don't set *selectColor: #b03060;jenglish2009-04-102-5/+8
| | | | this makes radio- and checkbuttons look wrong post-TIP#109.
* * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-102-2/+5
| | | | on X11 windowingsystem.
* * library/demos/widget: GOOBE: use ttk::cursordas2009-04-102-6/+8
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-102-10/+9
| | | | interactive wish.
* * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-102-5/+5
| | | | Quit menu item.
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-102-2/+4
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-102-5/+8
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-102-3/+8
| | | | computation with indicatoron.
* * generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/das2009-04-101-2/+2
|
* * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.das2009-04-102-2/+4
|
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-102-1/+12
| | | | generating an event for it (fixes testsuite crash).
* * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
| | | | to startEnd array access (fixes testsuite crash).
* * tests/unixFont.test: only use xlsfonts with X11 windowingsystem.das2009-04-101-10/+16
|
* Squelch pointless file.dkf2009-04-101-284/+0
|
* Fix [Bug 2116837].dkf2009-04-102-41/+64
|
* Remove 'NEW' tags from sub-demos.dkf2009-04-082-18/+7
|
* Fix [Bug 1881896]dkf2009-04-042-5/+26
|
* Don't Panic [Bug 1789819].jenglish2009-04-032-20/+13
|
* Fix [Bug 974421]dkf2009-04-032-12/+21
|
* Ensure the pointer begins outside the window for all the tests checking ↵patthoyts2009-04-022-7/+14
| | | | Enter/Leave motion events.
* Minor fixes to demos. In the pendulum demo make use of unicode for thepatthoyts2009-04-023-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.dkf2009-03-312-5/+26
|
* Eliminate a few compiler warnings on mingwnijtmans2009-03-253-42/+44
| | | | spacing
* bring doc and demos in line with http://wiki.tcl.tk/812nijtmans2009-03-258-14/+24
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-252-3/+7
|
* Fix [Bug 1871101].dkf2009-03-252-20/+32
|
* regendkf2009-03-141-1/+2
|
* Added support for reporting TEA-like info via pkg-config. [Patch 2243962]dkf2009-03-144-5/+33
|