Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 2495740] result needed to exclude any images already present. | patthoyts | 2009-01-11 | 1 | -2/+7 |
| | |||||
* | [Bug 2336454] fixed keysyms used in bind tests. | patthoyts | 2009-01-11 | 2 | -31/+34 |
| | |||||
* | * generic/tkEvent.c: Fix a possible segv due to a NULL | georgeps | 2009-01-11 | 2 | -1/+12 |
| | | | | pointer dereference that occurs when XCreateIC fails. | ||||
* | Pretty up the messagebox on unix using PNG images for the icons and group ↵ | patthoyts | 2009-01-11 | 5 | -90/+185 |
| | | | | the icons into one place. | ||||
* | Fix missing word spotted by stu. | patthoyts | 2009-01-11 | 1 | -2/+2 |
| | |||||
* | ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), | jenglish | 2009-01-11 | 2 | -4/+7 |
| | | | | it's unnecessary and quite possibly harmful [Bug 2496162]. | ||||
* | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 9 | -46/+59 |
| | | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks. | ||||
* | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | |||||
* | Themed the bgerror dialog and make use of our PNG support to improve the icon. | patthoyts | 2009-01-08 | 2 | -41/+82 |
| | |||||
* | Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵ | patthoyts | 2009-01-07 | 2 | -2/+4 |
| | | | | in the tk_chooseDirectory unix implementation. | ||||
* | [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵ | patthoyts | 2009-01-07 | 2 | -19/+84 |
| | | | | prevents that by handling the keyboard activation message and the system menu commands when grabs are present. | ||||
* | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 10 | -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. | dkf | 2009-01-06 | 2 | -21/+30 |
| | |||||
* | cast away a warning. | patthoyts | 2009-01-06 | 1 | -2/+2 |
| | |||||
* | Use task modal rather than system modal for messageboxes and use ↵ | patthoyts | 2009-01-06 | 2 | -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] | dkf | 2009-01-03 | 2 | -336/+277 |
| | |||||
* | add new ttk test files | das | 2009-01-03 | 1 | -1/+5 |
| | |||||
* | Fix incorrect statement about %-substituees quoting. | ferrieux | 2009-01-03 | 1 | -3/+2 |
| | |||||
* | CONSTify Tk_ClipboardAppend | nijtmans | 2009-01-02 | 4 | -14/+20 |
| | |||||
* | no message | davygrvy | 2008-12-31 | 1 | -0/+4 |
| | |||||
* | * win/rules.vc: small bug not setting SYMBOLS macro fixed. | davygrvy | 2008-12-31 | 1 | -1/+2 |
| | |||||
* | tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test. | jenglish | 2008-12-31 | 4 | -86/+104 |
| | |||||
* | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton | jenglish | 2008-12-31 | 3 | -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 constraint | das | 2008-12-29 | 1 | -4/+7 |
| | |||||
* | fixes for [temporaryDirectory] != [pwd] | das | 2008-12-29 | 1 | -2/+3 |
| | |||||
* | Added an "incompat" note | dkf | 2008-12-28 | 1 | -0/+3 |
| | |||||
* | Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls the | dkf | 2008-12-28 | 4 | -13/+62 |
| | | | | text widget horizontally on all platforms. | ||||
* | TIP#171 implementation - sanity for <MouseWheel> event handling! | dkf | 2008-12-28 | 3 | -16/+28 |
| | |||||
* | Applied Michael Kirkham's fix to make all PngSuite images work. | dkf | 2008-12-28 | 2 | -3/+6 |
| | |||||
* | add ImgPNG files | das | 2008-12-28 | 1 | -1/+9 |
| | |||||
* | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 9 | -16/+3524 |
| | |||||
* | ttk::treeview: Fix inconsistent use of treeArea / headingArea; | jenglish | 2008-12-27 | 3 | -29/+58 |
| | | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled). | ||||
* | doc/busy.n: add missing .BS | jenglish | 2008-12-27 | 1 | -1/+2 |
| | |||||
* | MINOR CHANGE: Tidy up changelog formatting. | dkf | 2008-12-21 | 1 | -10/+10 |
| | |||||
* | Regularized doc of postscript subcommand's -channel option. | dkf | 2008-12-21 | 2 | -3/+16 |
| | |||||
* | sync file additions/removals with Wish.xcodeprojcore_8_6_b1 | das | 2008-12-20 | 1 | -5/+61 |
| | |||||
* | add new files | das | 2008-12-20 | 1 | -1/+17 |
| | |||||
* | mark fontchooser demo as new | das | 2008-12-20 | 1 | -1/+2 |
| | |||||
* | fix warning | das | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | * changes: Updates for 8.6b1 release. | dgp | 2008-12-19 | 2 | -1/+54 |
| | |||||
* | tag for 8.6b1 release | dgp | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | * tests/clrpick.test: Eliminate duplicate test names. | dgp | 2008-12-19 | 5 | -12/+17 |
| | | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test: | ||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 9 | -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 Ruediger | dgp | 2008-12-18 | 2 | -1/+22 |
| | | | | Haertel. [Patch 2442309]. | ||||
* | VOID -> void | nijtmans | 2008-12-17 | 4 | -36/+12 |
| | |||||
* | Small doc fixes | dkf | 2008-12-17 | 2 | -11/+18 |
| | |||||
* | remove unused variables | nijtmans | 2008-12-16 | 2 | -4/+6 |
| | |||||
* | fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPE | das | 2008-12-15 | 1 | -2/+2 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 4 | -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 files | das | 2008-12-14 | 1 | -1/+9 |
| |