summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* fix [tcl-Bug 2502365] Building of head onnijtmans2009-01-131-0/+6
| | | | HPUX is broken when using the native CC
* Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-131-0/+5
| | | | environment.
* [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-111-0/+4
|
* * generic/tkEvent.c: Fix a possible segv due to a NULLgeorgeps2009-01-111-0/+5
| | | | pointer dereference that occurs when XCreateIC fails.
* Pretty up the messagebox on unix using PNG images for the icons and group ↵patthoyts2009-01-111-0/+7
| | | | the icons into one place.
* ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(),jenglish2009-01-111-0/+6
| | | | it's unnecessary and quite possibly harmful [Bug 2496162].
* CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmapnijtmans2009-01-091-0/+12
| | | | | TkDebugColor, TkDebugCursor, TkDebugFont All those mods TIP #27 complient, no incompatibility risks.
* Themed the bgerror dialog and make use of our PNG support to improve the icon.patthoyts2009-01-081-0/+5
|
* Applied patch from [Bug 2473120] to fix the arguments to tk_messageBox call ↵patthoyts2009-01-071-0/+2
| | | | in the tk_chooseDirectory unix implementation.
* [Bug 1847002] On Windows a grab can be bypassed using the taskbar. This ↵patthoyts2009-01-071-0/+4
| | | | prevents that by handling the keyboard activation message and the system menu commands when grabs are present.
* A few const -> CONST86 modifications, improvingnijtmans2009-01-061-0/+12
| | | | | | | | | 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-061-11/+15
|
* Use task modal rather than system modal for messageboxes and use ↵patthoyts2009-01-061-0/+5
| | | | 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-031-0/+5
|
* CONSTify Tk_ClipboardAppendnijtmans2009-01-021-1/+7
|
* no messagedavygrvy2008-12-311-0/+4
|
* tests/ttk/{checkbutton,radiobutton}.test: split out from ttk.test.jenglish2008-12-311-0/+1
|
* * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobuttonjenglish2008-12-311-0/+9
| | | | | | | 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.
* Added an "incompat" notedkf2008-12-281-0/+3
|
* Corrected mouse-wheel bindings for widgets. Now Shift-wheel always scrolls thedkf2008-12-281-0/+3
| | | | text widget horizontally on all platforms.
* TIP#171 implementation - sanity for <MouseWheel> event handling!dkf2008-12-281-0/+7
|
* Applied Michael Kirkham's fix to make all PngSuite images work.dkf2008-12-281-0/+4
|
* Implementation of TIP #244, PNG image support.dkf2008-12-281-3/+11
|
* ttk::treeview: Fix inconsistent use of treeArea / headingArea;jenglish2008-12-271-0/+6
| | | | fixes [#2381555] ([$tv identify] didn't work when horizontally scrolled).
* MINOR CHANGE: Tidy up changelog formatting.dkf2008-12-211-10/+10
|
* Regularized doc of postscript subcommand's -channel option.dkf2008-12-211-0/+5
|
* * changes: Updates for 8.6b1 release.dgp2008-12-191-0/+2
|
* tag for 8.6b1 releasedgp2008-12-191-0/+2
|
* * tests/clrpick.test: Eliminate duplicate test names.dgp2008-12-191-0/+5
| | | | | | * tests/embed.test: * tests/text.test: * tests/textMark.test:
* * README: Bump version number to 8.6b1dgp2008-12-191-0/+12
| | | | | | | | | | | * 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-181-0/+5
| | | | Haertel. [Patch 2442309].
* VOID -> voidnijtmans2008-12-171-0/+6
|
* Small doc fixesdkf2008-12-171-8/+13
|
* remove unused variablesnijtmans2008-12-161-0/+4
|
* TIP #338 IMPLEMENTATIONdgp2008-12-151-0/+8
| | | | | | * 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:
* Added a simple fontchooser demo to the common dialogs section.patthoyts2008-12-121-6/+11
|
* Make error message from Tk_GetRelief thenijtmans2008-12-121-0/+7
| | | | | same as for Tk_GetReliefFromObj Adapt test cases for changed error message
* library/demos/*.tcl: Omit contraindicated [package require Ttk].jenglish2008-12-111-0/+7
| | | | | | Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
* note patch # and new filesdas2008-12-101-10/+10
|
* TIP #324 IMPLEMENTATIONdas2008-12-101-2/+34
|
* * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-1/+6
| | | | | | * generic/tkBusy.c: * generic/tkCmds.c: * generic/tkWindow.c:
* * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk consoledas2008-12-091-1/+6
| | | | if TK_CONSOLE env var is set.
* TIP 337dgp2008-12-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c:
* ttk::spinbox: Add cross-platform MouseWheel bindings.jenglish2008-12-071-0/+3
| | | | Factored out [ttk::bindMouseWheel] procedure.
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-0/+9
| | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme.
* Implementation of TIP #197.dkf2008-12-061-0/+13
|
* Added vista theme to iron out the visual differences between vista and XP.patthoyts2008-12-051-0/+7
|
* Clean up PS prolog generation, getting rid of an obsolete file, and stop textdkf2008-12-051-0/+9
| | | | from going wildly wrong when Xft is used. [Bug 2107938]
* Move 10 functions from tkText.h tonijtmans2008-12-041-0/+7
| | | | stub table [Feature Request 220906]
* Add mentions of Toolbutton style to relevant ttk manpages.dkf2008-12-041-3/+9
|