summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the righthobbs2004-09-132-15/+15
| | | | size for both icons ('?:' order of precedence mistake).
* Make sure the state is correctly reset on dialog startup. [Bug 845189]dkf2004-09-102-1/+5
|
* (UpdateWrapper): update to 2004-06-12 Kovalenko to account forhobbs2004-09-102-14/+20
| | | | | | whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent.
* Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942]dkf2004-09-102-2/+11
|
* Reformat and highlight TIP impl entry.dkf2004-09-101-20/+9
|
* * win/tkWinWm.c (ActivateWindow): SetFocus to grab window whenhobbs2004-09-102-4/+14
| | | | clicking outside the grab window hierarchy. [Bug 220908]
* fixed a small typo in TextPeerCmd()rmax2004-09-101-2/+2
|
* include tkTest.c in list of files which depend on tkText.hvincentdarley2004-09-101-1/+2
|
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-1021-1409/+5180
|
* bulletproof 23.2 result [Bug #1019100]hobbs2004-09-102-3/+5
|
* * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo tohobbs2004-09-102-22/+50
| | | | retrieve icon, get regular icon as well for correct Alt-Tab icon.
* Clarify -use docs. [Bug 1024364]dkf2004-09-092-1/+11
|
* * library/tkfbox.tcl (::tk::dialog::file::Create): use labelhobbs2004-09-062-15/+9
| | | | | instead of button for "File of type", as it properly handles -state disabled now.
* Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo).patthoyts2004-09-062-1/+9
|
* Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-034-4/+16
|
* Fix general error-case test. [Bug 1019085]dkf2004-09-012-2/+8
|
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-013-6/+13
|
* TIP#165 (user data field) implementation.dkf2004-08-297-31/+170
|
* * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-262-1/+16
| | | | an atomic op to undo.
* * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-253-10/+10
| | | | * win/tkWinMenu.c: appropriate spots.
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-2212-23/+30
|
* More doc fixes. [Patch 1012837]dkf2004-08-207-14/+17
|
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-208-30/+34
|
* D'oh! Fix [Bug 1012331]dkf2004-08-202-1/+7
|
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-204-17/+146
| | | | | * win/tkWinInt.h: the -parent window for * win/tkWinWm.c (TkWinGetIcon): the MessageBox.
* Cast argument 7 of XChangeProperty to 'const unsigned char *'jenglish2004-08-192-3/+10
| | | | | (from 'const char *') to satisfy Solaris 8 Forte C compiler [Bug #1012325]
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-193-4/+20
| | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations.
* regendkf2004-08-192-2/+29
|
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-196-56/+470
|
* Add missing GEOMETRY flag to -handlepad option. [Bug 1010938]dkf2004-08-182-434/+429
|
* Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-1711-129/+140
| | | | Also some general fixes to menu.n and text.n
* Standardize the -compound option to everywhere it ought to be. [Bug 712588]dkf2004-08-167-70/+62
|
* Spelling and grammar fixesdkf2004-08-162-12/+17
|
* Don't add the default extension to env-var referencesdkf2004-08-111-2/+5
|
* More fixing of [Bug 987169] and simple support for [FRQ 979101]dkf2004-08-113-8/+34
|
* Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-102-1/+8
| | | | (patch from Colin McDonald).
* * tests/canvText.test:mdejong2004-08-093-3/+68
| | | | | | | | | * win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
* Fix [Bug 987169] for tk_messageBox and tk_chooseColordkf2004-08-053-89/+108
|
* D'oh!dkf2004-08-041-3/+3
|
* Clarify code that does pixel compositing. Fix alpha blending in [$photo put]...dkf2004-08-042-68/+119
|
* Whitespace policing...dkf2004-08-021-5/+5
|
* * unix/configure:das2004-07-303-4/+10
| | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var.
* TkQueueEventForAllChildren additiongeorgeps2004-07-291-0/+5
|
* Applied a fix from the core-8-4-branch so that unmapped windows don't queue ↵georgeps2004-07-291-1/+5
| | | | events.
* * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-272-4/+11
| | | | | in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock().
* * library/tkfbox.tcl (::tk::dialog::file::Update): use -directoryhobbs2004-07-222-11/+19
| | | | | | [pwd] (instead of .) to get around some VFS edge case bugs. Correct args passes to tk_messageBox when failing to cd. Add -force back to namespace import of msgcat.
* * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is sethobbs2004-07-212-1/+16
| | | | after creation. [Bug #905830]
* * macosx/Makefile: added support to tk framework build todas2004-07-204-10/+33
| | | | | | | | | | | | | optionally install tk manpages in addition to html help, similarly to tcl/macosx/Makefile. * macosx/Wish.pbproj/project.pbxproj: fixes for building with non-default SYMROOT/OBJROOT/SRCROOT, added support for using a Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks, added optional support for building html help without tcl sources present by giving explicit location of tcltk-man2html script. * macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug.
* * unix/Makefile.in:das2004-07-201-0/+6
| | | | | * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727]
* * unix/Makefile.in:das2004-07-202-2/+48
| | | | | * win/Makefile.in: added 'install-private-headers' makefile target to allow optionally installing private tk headers. [Tcl FR 922727]