summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Allow old-style image formats to create string representations of photos,dkf2004-03-262-24/+132
| | | | and allow the production of PPM format data in a string. [Bug 923555]
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-1724-2661/+182
|
* fix lint warningshobbs2004-03-161-1/+2
|
* fix cast warningshobbs2004-03-162-10/+10
|
* update patchlevel to 8.5a1hobbs2004-03-021-3/+3
|
* remove access to tclInt.hvincentdarley2004-02-281-4/+3
|
* * macosx/tkMacOSXDraw.c:das2004-02-231-4/+10
| | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. [Bug 809157]
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-22/+22
| | | | a shrinking grid. [Bug 899246]
* * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-181-11/+24
| | | | with [xy] when they haven't been otherwise set.
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-182-5/+103
| | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h:
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+7
|
* * generic/tkTextIndex.c: added '#include <tclInt.h>' since thedas2004-01-271-1/+2
| | | | | | | | | | code uses the TclUtfToUniChar macro from that file. [Bug 874745] * macosx/Wish.pbproj/project.pbxproj: removed erroneous reference to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already part of the copy files phase to Resources/Scripts). * macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-1338-199/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: to 'Tcl_Panic' (the function). The #define * generic/tkBitmap.c: of panic in tcl.h clearly states it is * generic/tkCanvArc.c: deprecated in the comments. * generic/tkCanvBmap.c: [Tcl Patch 865264] * generic/tkCanvImg.c: * generic/tkCanvLine.c: * generic/tkCanvPoly.c: * generic/tkCanvText.c: * generic/tkCanvWind.c: * generic/tkColor.c: * generic/tkConfig.c: * generic/tkCursor.c: * generic/tkError.c: * generic/tkEvent.c: * generic/tkFocus.c: * generic/tkFont.c: * generic/tkFrame.c: * generic/tkGC.c: * generic/tkGrid.c: * generic/tkImgBmap.c: * generic/tkImgPhoto.c: * generic/tkImgUtil.c: * generic/tkMenu.c: * generic/tkObj.c: * generic/tkPack.c: * generic/tkPlace.c: * generic/tkRectOval.c: * generic/tkSelect.c: * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkTextMark.c: * generic/tkTextWind.c: * generic/tkVisual.c: * generic/tkWindow.c: * mac/tkMacAppInit.c: * mac/tkMacAppearanceStubs.c: * mac/tkMacButton.c: * mac/tkMacDraw.c: * mac/tkMacEmbed.c: * mac/tkMacFont.c: * mac/tkMacInit.c: * mac/tkMacMenus.c: * mac/tkMacPort.h: * mac/tkMacSubwindows.c: * mac/tkMacWm.c: * mac/tkMacXStubs.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXNotify.c: * macosx/tkMacOSXPort.h: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: * unix/tkUnix3d.c: * unix/tkUnixColor.c: * unix/tkUnixEmbed.c: * unix/tkUnixEvent.c: * unix/tkUnixFocus.c: * unix/tkUnixFont.c: * unix/tkUnixSelect.c: * unix/tkUnixSend.c: * unix/tkUnixWm.c: * win/tkWin3d.c: * win/tkWinButton.c: * win/tkWinColor.c: * win/tkWinDialog.c: * win/tkWinDraw.c: * win/tkWinEmbed.c: * win/tkWinFont.c: * win/tkWinPixmap.c: * win/tkWinPointer.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: * win/tkWinX.c:
* Implementation of TIP#146,pspjuth2004-01-091-109/+189
| | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand.
* fix to text widget yview bugvincentdarley2004-01-072-6/+20
|
* utf-8 aware text wordstart and wordendvincentdarley2004-01-071-10/+21
|
* * macosx/Wish.pbproj/project.pbxproj: added missing private headersdas2004-01-011-2/+2
| | | | | | to installed Tk.framework, so that tkInt.h can be included sucessfully from Tk.framework/PrivateHeaders. * generic/tkPort.h: corrected include of tkMacOSXPort.h
* removed the note about having to update makefile.vc when the version changes.davygrvy2003-12-231-2/+1
|
* * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-214-9/+159
| | | | | | | | | | | | | | | | | * generic/tkInt.h: TkDeleteExitHandler, and TkFinalize. This adds * generic/tkMenu.c: an insertion point so Tk's exit handlers can be * generic/tkWindow.c: called on their own from tk85.dll's DllMain * mac/tkMacButton.c: for DLL_PROCESS_DETACH. These are private to * unix/tkUnixEvent.c: the binary and not exported. It is possible * win/tkWin32Dll.c: the Windows OS can unload Tk _prior_ to Tcl * win/tkWinEmbed.c: under some conditions such as ExitProcess(). * win/tkWinMenu.c: This avoids a dangling pointer problem when Tcl * win/tkWinX.c: does Tcl_Finalize after Tk has been unloaded. * win/winMain.c: DllMain's DLL_PROCESS_DETACH now protected with SEH as DeleteWindowsExitProc is causing an exception of its own under some teardown conditions. AT&T assembly syntax has not been added for MinGW yet. [Tcl Patch 858493]
* text widget more extensive documentation, and two small code improvementsvincentdarley2003-12-154-25/+135
|
* off-by-one error in recent cleanup fixvincentdarley2003-12-101-2/+2
|
* fix to memory leaks and reading of freed memoryvincentdarley2003-12-091-1/+15
|
* performance of lines containing 10000+ charactersvincentdarley2003-12-054-46/+149
|
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-044-52/+73
|
* Typo fixdkf2003-12-031-2/+2
|
* * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-5/+13
| | | | while interp is being destroyed.
* Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 thena_kovalenko2003-11-251-2/+2
| | | | the event is not ignored any more
* correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-213-25/+40
|
* fix to two test suite bugsvincentdarley2003-11-211-16/+53
|
* Stupid typo fix. [Bug 843395]dkf2003-11-181-2/+2
|
* * generic/tkMenubutton.h: fixed compound menubutton handling likehobbs2003-11-172-18/+30
| | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton):
* documentation and cleanupvincentdarley2003-11-161-28/+38
|
* single line wraps to whole display fixvincentdarley2003-11-151-5/+46
|
* fixed tab interpretation inconsistencyvincentdarley2003-11-151-30/+58
|
* cleanupvincentdarley2003-11-151-18/+20
|
* fix two more old text widget bugsvincentdarley2003-11-155-102/+138
|
* Fixes to prevent infinite event sequences in 'make test' on slow connectionsdkf2003-11-141-70/+68
| | | | Also a bit of whitespace/style police work. [Bug 837300]
* Tcl_EvalObjv is more robust than Tcl_VarEvaldkf2003-11-131-16/+22
|
* old tk text widget bugs fixedvincentdarley2003-11-121-2/+2
|
* old tk text widget bugs fixedvincentdarley2003-11-125-32/+54
|
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-1/+8
| | | | the button was deleted. [Bug #824479]
* * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name inhobbs2003-11-121-3/+3
| | | | | case it has spaces when calling Tcl_VarEval. This is a hack until this is rewritten for proper Tcl_Obj handling. [Bug #723856]
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-3/+4
| | | | free itemconfig data when removing it from table. [Bug #836483]
* Minor int vs. unsigned fixes to stop GCC warningsdkf2003-11-101-5/+7
|
* handling of zero-pixel text widgetsvincentdarley2003-11-101-66/+74
|
* elide tag handling, once morevincentdarley2003-11-084-80/+190
|
* better elide tag handlingvincentdarley2003-11-079-129/+225
|
* another elide/tkchat/tkTextDisp.c fixvincentdarley2003-11-071-5/+20
|
* text widget and test suite fixesvincentdarley2003-11-031-11/+14
|
* Stop some complaints about signed/unsigneddkf2003-11-031-7/+7
|