summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #3020677] wish can't link reg1.2nijtmans2010-07-011-1/+5
|
* [Patch #3019624] fix "place" command segfault on half-dead app main window.a_kovalenko2010-06-221-0/+8
|
* [Bug #3019363] "make genstubs" failurenijtmans2010-06-221-0/+6
|
* [Patch #2999889] TkCopyAndGlobalEval obsoletenijtmans2010-06-211-0/+7
|
* [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-0/+14
| | | | | | | | | | | in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed.
* [Bug 3016598] Bump dummy [package ifneeded tile] version to 0.8.6.jenglish2010-06-151-0/+5
|
* * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Make itdkf2010-06-151-27/+34
| | | | | | so that pressing delete or backspace when the primary selection does not include the insertion cursor does not cause the deletion of the inserted text.
* Terminate TkEnsemble definition with NULLnijtmans2010-06-151-0/+2
|
* Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-0/+21
|
* Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]).jenglish2010-05-311-0/+5
|
* ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.jenglish2010-05-271-0/+7
| | | | | Fixes [Bug 3006842] (although there's still a problem somewhere in Tk_CreateBinding()).
* Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-261-1/+4
|
* Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent.nijtmans2010-05-261-0/+5
|
* * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-23/+28
| | | | | places that generate key events zero them out first; Tk relies on that being true for the generic parts of the fix for Bug 1924761.
* Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-171-0/+5
|
* Revert [Patch #2999920], as it entails an incompatible change to the C APIjenglish2010-05-171-0/+6
| | | | is and is the cause of [Bug #3002768].
* [Patch #2999920]: Optimize Internal Virtual event string operationsnijtmans2010-05-171-0/+7
| | | | [Bug #2987995]: Tk_getOpenFile returns garbage under described circumstances
* Consistent use of variable names in RestrictEventnijtmans2010-05-111-0/+8
| | | | | | API documentation and implementation: Use 'prev' in stead of 'old', and 'arg' in stead of 'clientData' everywhere, just as in tkEvent.c.
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-0/+14
| | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-031-0/+10
| | | | | | | | | * library/tk.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]:dkf2010-05-031-52/+58
| | | | | Apply a bit more care to ensure that things continue to work correctly even when there is no -selectcolor defined.
* typonijtmans2010-04-301-1/+1
|
* Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-0/+13
| | | | | | Make various functions MODULE_SCOPE TCHAR-related fixes, making al those files compile fine when TCHAR != char.
* * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overalldkf2010-04-251-19/+30
| | | | | | termination of the compressed stream until after the final IDAT has been read, so that multi-segment images will work right. Reported by Andy Goth on the Wiki.
* Formattingnijtmans2010-04-231-0/+8
| | | | | | typo fixes remove not existing tkDisplayList; Useless re-definitions of TCL_STORAGE_CLASS
* Define OPENFILENAME_SIZE_VERSION_400 if needednijtmans2010-04-201-0/+1
|
* tkPort.h already includes tk.h, which includes tcl.hnijtmans2010-04-201-0/+5
| | | | Always use #include "tkInt.h", not <tkInt.h>
* Make sure that tkWinPort.h is always includednijtmans2010-04-201-0/+8
| | | | | before tcl.h, otherwise the fallback for TCHAR might go off before the inclusion of <tchar.h>
* [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-1/+1
| | | | Assure modern style dialogs where available
* [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-0/+2
| | | | Assure modern style dialogs where available
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-2/+5
|
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-1/+3
|
* Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-131-0/+5
|
* * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correctdkf2010-04-121-4/+15
| | | | | | | | | | flushing semantics when handling the last data from the image. Without this, many PNG readers (notably including Firefox) refuse to show the image and instead complain about errors. (ReadIDAT): Added sanity checks to ensure that when we've got bad data of the sorts of forms we were previously generating, we detect it and error out rather than silently failing. (WriteExtraChunks): New function to write in some basic metadata.
* Follow-up to [Bug 2983824]: update docnijtmans2010-04-091-0/+4
|
* * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-7/+12
| | | | extension to guess the output format to use if one isn't specified.
* Add <wchar.h> to tkWinPort.h, andnijtmans2010-04-081-0/+6
| | | | | remove some earlier CYGWIN-related hacks which then are no longer necessary.
* regenerated with autoconf-2.59nijtmans2010-04-061-0/+8
| | | | | [Bug 2982540] configure and install* script files should always have LF
* Only test for -visibility=hidden with gccnijtmans2010-03-291-0/+6
| | | | (Second remark in [Bug 2976508])
* * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constantdkf2010-03-291-3/+8
| | | | initializers for structures, since HP-UX cc doesn't like it.
* ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods.jenglish2010-03-281-1/+9
|
* * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of thedkf2010-03-231-0/+6
| | | | | spurious NONE and some pointless quotes that were causing problems with building Tk on OSX. Overall bug might not yet be solved.
* * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keysdkf2010-03-171-4/+11
| | | | | | * library/ttk/entry.tcl: explicitly do nothing, since Tk-on-Cocoa will generate (invisible zero-width) characters for them otherwise. The explicitly empty bindings are harmless on other platforms.
* Ignore .a and .so in unix/.cvsignorenijtmans2010-03-161-0/+4
|
* Fix [Tcl Bug 2967340]: Static build failurenijtmans2010-03-121-0/+6
|
* Factor out some of the megawidget machinery.dkf2010-03-121-0/+6
|
* Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-0/+3
| | | | | dumping a text widget. Entailed expanding the scope of the declarations of the types of embedded images and windows.
* * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about,dkf2010-03-111-2/+9
| | | | | | there can be unnamed marks present during a dump. Ignore them as they will just be for the peers' insert and current marks, which aren't very important.
* * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]dgp2010-03-081-0/+4
|
* [Bug 2949774]: cascade menus should popdown ofter loosing the pointer.patthoyts2010-03-061-0/+6
| | | | | | | When the pointer moves to another entry from a cascade entry the sub-menu should popdown. This is how other menus on X11 work today. This effect will not be used if the user has configured ClickToFocus to maintain the previous Tk menu effects.