summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tidy up and expand examples.dkf2009-03-102-64/+97
|
* * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handlecc_benny2009-03-092-8/+23
| | | | NULL return from CFStringCreate.
* update comment to reflect realitypatthoyts2009-03-011-2/+3
|
* [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.