summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-2710-47/+118
| | | | and Tk_GetBitmapFromData signature problem
* [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-272-1/+13
| | | | avoid a crash when mapping dead windows.
* [Patch 2513104] fix cursor hotspots (cjmcdonald)patthoyts2009-02-2329-0/+2
|
* [Patch 2507419] fixes the image drawing bug on windows menus.patthoyts2009-02-232-29/+61
|
* [Patch 2542828] use stock Win32 help arrow cursor for question_arrowpatthoyts2009-02-222-1/+10
|
* Correct the ttk::treeview border on XP and Vista.patthoyts2009-02-213-3/+18
|
* [Bug 2546087] Restore support for NULs in console stdout channel.patthoyts2009-02-212-2/+9
| | | | | | | In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour.
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-173-76/+150
| | | | | 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.
* Apply some GOOBE to the ttk::intro(n) manpage. [Bug 2604420]dkf2009-02-162-18/+30
|
* Some tidying up; reducces coupling to rest of Tk implementationdkf2009-02-161-31/+39
|
* Factor out the IconList megawidget.dkf2009-02-126-851/+749
|
* Increase idiomaticitydkf2009-02-111-2/+2
|
* Use a color picture of JO for better GOOBE. [Bug 2588919]dkf2009-02-116-188/+32
|
* fix [tcl-Bug 2502365] Building of head on HPUX isnijtmans2009-02-103-10/+22
| | | | broken when using the native CC.
* ElementStateEventProc: Avoid dangling pointers when layout changesjenglish2009-02-093-17/+27
| | | | [Fix for #2431428].
* Renamed several internal data structures and functions:jenglish2009-02-0817-277/+290
| | | | | | | ElementImpl -> ElementClass, LayoutNode -> Element. Remove more unnecessary casts. Add function Ttk_ClientRegion, common factor of entry, scale, progress, and treeview widgets.
* * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-0610-17/+58
| | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c:
* whitespacedas2009-02-061-2/+2
|
* - eliminate some unnessary type castsnijtmans2009-02-0324-96/+129
| | | | | - some internal const decorations - spacing
* catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
|
* - eliminate some unnessary type castsnijtmans2009-01-2817-150/+168
| | | | | - some internal const decorations - spacing
* Fix a typodkf2009-01-241-2/+2
|
* typodgp2009-01-221-1/+1
|
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-223-2/+8
| | | | * unix/configure: Autoconf 2.59
* Patch 907924Kevin B Kenny2009-01-204-18/+73
|
* fix typo that led to crashesdas2009-01-191-3/+3
|
* * generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-167-10/+20
| | | | | | | | | * library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases. * unix/configure.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* - fix for aMSN compatibility [tcl-Bug 2507326]nijtmans2009-01-144-38/+50
| | | | | - CONSTify Tk(Create|Find)menuReferences - various internal "const" decorations
* fix [tcl-Bug 2502365] Building of head onnijtmans2009-01-133-2/+8
| | | | HPUX is broken when using the native CC
* Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-1317-360/+412
| | | | environment.
* [Bug 2495740] result needed to exclude any images already present.patthoyts2009-01-111-2/+7
|
* [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-112-31/+34
|
* * generic/tkEvent.c: Fix a possible segv due to a NULLgeorgeps2009-01-112-1/+12
| | | | pointer dereference that occurs when XCreateIC fails.
* Pretty up the messagebox on unix using PNG images for the icons and group ↵patthoyts2009-01-115-90/+185
| | | | the icons into one place.
* Fix missing word spotted by stu.patthoyts2009-01-111-2/+2
|
* ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(),jenglish2009-01-112-4/+7
| | | | it's unnecessary and quite possibly harmful [Bug 2496162].
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-099-46/+59
| | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks.
* adjust copyright yeardas2009-01-081-3/+3
|
* Themed the bgerror dialog and make use of our PNG support to improve the icon.patthoyts2009-01-082-41/+82
|
* Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵patthoyts2009-01-072-2/+4
| | | | in the tk_chooseDirectory unix implementation.
* [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵patthoyts2009-01-072-19/+84
| | | | prevents that by handling the keyboard activation message and the system menu commands when grabs are present.
* A few const -> CONST86 modifications, improvingnijtmans2009-01-0610-61/+87
| | | | | | | | | backwards compatibility. Change Tk_ItemIndexProc and Tk_ItemInsertProc signature to have a Tcl_Obj parameter in stead of a string parameter. This is binary and source compatible with previous API, it just prevents the need for a type cast in the Tk_ItemType table construction. Bring doc in line with API.
* Apply [Patch 1539990] to speed up Tk_PhotoPutBlock in one case.dkf2009-01-062-21/+30
|
* cast away a warning.patthoyts2009-01-061-2/+2
|
* Use task modal rather than system modal for messageboxes and use ↵patthoyts2009-01-062-2/+10
| | | | MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771]
* Improve documentation of -offset and -outlineoffset item options. [Bug 1836621]dkf2009-01-032-336/+277
|
* add new ttk test filesdas2009-01-031-1/+5
|
* Fix incorrect statement about %-substituees quoting.ferrieux2009-01-031-3/+2
|
* CONSTify Tk_ClipboardAppendnijtmans2009-01-024-14/+20
|