summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* no messagedavygrvy2008-12-311-0/+4
|
* * win/rules.vc: small bug not setting SYMBOLS macro fixed.davygrvy2008-12-311-1/+2
|
* tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test.jenglish2008-12-314-86/+104
|
* * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobuttonjenglish2008-12-313-96/+74
| | | | | | | and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges.
* window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-4/+7
|
* fixes for [temporaryDirectory] != [pwd]das2008-12-291-2/+3
|
* Added an "incompat" notedkf2008-12-281-0/+3
|
* Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls thedkf2008-12-284-13/+62
| | | | text widget horizontally on all platforms.
* TIP#171 implementation - sanity for <MouseWheel> event handling!dkf2008-12-283-16/+28
|
* Applied Michael Kirkham's fix to make all PngSuite images work.dkf2008-12-282-3/+6
|
* add ImgPNG filesdas2008-12-281-1/+9
|
* Implementation of TIP #244, PNG image support.dkf2008-12-289-16/+3524
|
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-273-29/+58
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* doc/busy.n: add missing .BSjenglish2008-12-271-1/+2
|
* MINOR CHANGE: Tidy up changelog formatting.dkf2008-12-211-10/+10
|
* Regularized doc of postscript subcommand's -channel option.dkf2008-12-212-3/+16
|
* sync file additions/removals with Wish.xcodeprojcore_8_6_b1das2008-12-201-5/+61
|
* add new filesdas2008-12-201-1/+17
|
* mark fontchooser demo as newdas2008-12-201-1/+2
|
* fix warningdas2008-12-201-2/+2
|
* * changes: Updates for 8.6b1 release.dgp2008-12-192-1/+54
|
* tag for 8.6b1 releasedgp2008-12-191-0/+2
|
* * tests/clrpick.test: Eliminate duplicate test names.dgp2008-12-195-12/+17
| | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test:
* * README: Bump version number to 8.6b1dgp2008-12-199-22/+34
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/msgs/de.msg: Updated German messages. Thanks to Ruedigerdgp2008-12-182-1/+22
| | | | Haertel. [Patch 2442309].
* VOID -> voidnijtmans2008-12-174-36/+12
|
* Small doc fixesdkf2008-12-172-11/+18
|
* remove unused variablesnijtmans2008-12-162-4/+6
|
* fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPEdas2008-12-151-2/+2
|
* TIP #338 IMPLEMENTATIONdgp2008-12-154-6/+17
| | | | | | * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c:
* add new zlib filesdas2008-12-141-1/+9
|
* Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-123-7/+84
|
* Make error message from Tk_GetRelief thenijtmans2008-12-125-9/+16
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message