summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backported support for the Vista theme.patthoyts2009-05-1413-66/+641
| | | | This requires the vsapi element engine, the hover state and the theme script definition.
* [Bug 2791352] backported fix and tests for mis-parsing of certain font ↵patthoyts2009-05-133-2/+27
| | | | descriptions.
* avoid panic for CFStrings longer than INT_MAXdas2009-05-061-2/+2
|
* Fix [Bug 2785744].dkf2009-05-032-3/+8
|
* [Patch 2504402] backported change to create wm icons as device independent ↵patthoyts2009-04-302-11/+71
| | | | bitmaps. (cjmcdonald)
* Fix typodkf2009-04-301-3/+6
|
* Backported fix for [Bug 2080533].dkf2009-04-302-5/+57
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-5/+12
| | | | to add _r to CC on AIX with threads.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-275-28/+197
|
* * 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-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_7dgp2009-04-152-5/+9
|
* Removed -Wno-implicit-int from CFLAGS_WARNING.\nRegen unix/configure.stwo2009-04-143-8/+12
|
* update Apple copyright notice for 2009-04-10 changesdas2009-04-143-13/+13
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-112-5/+1
|
* *** 8.5.7 TAGGED FOR RELEASE ***dgp2009-04-111-0/+2
|
* * changes: Updated for 8.5.7 release.dgp2009-04-102-4/+34
|
* 'typo'dgp2009-04-101-1/+1
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2009-04-109-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 ifdas2009-04-104-5/+356
| | | | | | 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/msgbox.tcl: don't set msgbox bitmap background on TkAqua.das2009-04-102-2/+4
|
* * 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/+10
|
* * library/ttk/cursors.tcl: backport ttk::cursor from HEADdas2009-04-101-14/+167
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-102-8/+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/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 all mention of prolog.ps; it isn't used. [Bug 1466509]dkf2009-04-106-575/+13
|
* Fix [Bug 2116837].dkf2009-04-102-17/+25
|
* Don't Panic [Bug 1789819].jenglish2009-04-042-20/+13
|
* Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-252-3/+7
|
* Fix [Bug 1871101].dkf2009-03-252-20/+32
|
* Backported some fixes for uninitialized variables identified by das using ↵patthoyts2009-03-034-7/+14
| | | | clang analysis.
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-272-1/+13
| | | | avoid a crash when mapping dead windows.
* [Patch 2542828] use stock Win32 help arrow cursor when question_arrow ↵patthoyts2009-02-232-1/+8
| | | | requested (danckaert)
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2329-0/+2
|
* [Patch 2507419] fix menu image display issue on windowspatthoyts2009-02-232-29/+61
|
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-173-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 tclhobbs2009-02-163-428/+503
| | | | version. Ensures finding correct CPP for Win64.
* * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-069-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:
* whitespacedas2009-02-061-2/+2
|