Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typos | dkf | 2005-06-19 | 1 | -5/+5 |
| | |||||
* | Get rid of statics; replaced with stack-allocated structures which are ↵ | dkf | 2005-06-19 | 1 | -657/+723 |
| | | | | | | automatically thread-safe. Also squelched a buffer overrun in binary string data handling... | ||||
* | Bumped patchlevel | dkf | 2005-06-07 | 1 | -3/+3 |
| | |||||
* | On Mac OS X scrollwheel events are sent to the window under the mouse, not | wolfsuit | 2005-06-03 | 1 | -3/+8 |
| | | | | to the focus window. | ||||
* | silence compiler warning | dgp | 2005-06-01 | 1 | -2/+2 |
| | |||||
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -377/+297 |
| | | | | | | | to panedwindow from Daniel South. Improved auto-size to fit internal windows, fixed sash placement at edge of pane, fixed calculation of stretch amount for internal windows. [Bug 1124198 1161543 1054117 1010941 795869 690169 1192323] | ||||
* | * generic/tkMenu.c (MenuCmd): create event handler earlier to | hobbs | 2005-05-31 | 1 | -37/+15 |
| | | | | | ensure proper destruction of menu through DestroyNotify. [Bug 1159367] | ||||
* | * generic/tkDecls.h: | das | 2005-05-29 | 4 | -48/+26 |
| | | | | | | | | | | | | | | | | | | * generic/tkIntPlatDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c: ran missing 'make genstubs' for TIP245 changes to tk.decls * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic constant argument in call to UpdateSystemActivity(); * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: * unix/configure.in: added/corrected linking to IOKit.framework for TIP245. * unix/configure.in: skip X11 configure checks when building tk_aqua. * unix/configure: autoconf-2.59 | ||||
* | Partial implementation of TIP#245; thanks Reinhard! | dkf | 2005-05-27 | 2 | -10/+56 |
| | |||||
* | * generic/tkTest.c: disable commands not available on TkAqua. | das | 2005-05-24 | 1 | -4/+4 |
| | |||||
* | * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/ | hobbs | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | Parse all filters, not just the first one. [Bug 1206133] | dkf | 2005-05-21 | 1 | -104/+92 |
| | |||||
* | fix to two text widget bugs | vincentdarley | 2005-05-13 | 1 | -8/+11 |
| | |||||
* | * generic/tkTextDisp.c (GetXView): Improved numerical precision | dgp | 2005-05-10 | 1 | -3/+3 |
| | | | | | | of calculation of [.t xview] return values. * tests/textDisp.test: Match greater precisions of [.t xview] and [.t yview] values in tests. | ||||
* | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -37/+129 |
| | |||||
* | Style&clarity fixes | dkf | 2005-04-04 | 1 | -309/+315 |
| | |||||
* | Fixed bug in geometry calculations for | pspjuth | 2005-04-03 | 1 | -7/+12 |
| | | | | | widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] | ||||
* | Syntax/Style Guide fixes | dgp | 2005-03-24 | 1 | -3/+8 |
| | |||||
* | Get the Entry and Spinbox widgets to draw with the native look & feel on | wolfsuit | 2005-03-24 | 2 | -348/+459 |
| | | | | | | Mac OS X. Also contains some more work on tkMacOSXScale.c, but this doesn't work all the way yet, so it's not currently built. | ||||
* | 2005-03-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-03-23 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | | | | This is cleanup thanks to Neil Madden <nem@cs.nott.ac.uk>. * macosx/tkMacOSXWm.c (TkMacOSXWinStyle) New function. (TkUnsupported1ObjCmd): New function, replaces the un-objectified version of the command. * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. * generic/tkWindow.c (): Ditto. This adds a "-notify" flag to "wm attributes" that will bounce the dock icon on Mac OS X. This is from Revar Desmera <revarbat@gmail.com> * macosx/tkMacOSXWm.c (WmAttrGetNotifyStatus, WmAttrSetNotifyStatus): New functions. (WmAttributesCmd): Add the -notify. * doc/wm.n: Document -notify. | ||||
* | Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfo | dkf | 2005-03-19 | 1 | -35/+34 |
| | | | | from TkConsolePrint. [Bug 1016385] | ||||
* | fix for display lines bug and panic | vincentdarley | 2005-03-15 | 1 | -9/+25 |
| | |||||
* | Correct the InvokeClientMessageHandlers logic. [Bug 1162356] | dkf | 2005-03-14 | 1 | -220/+235 |
| | | | | Also many style fixups to approach the Engineering Manual. | ||||
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 5 | -106/+402 |
| | |||||
* | * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed | hobbs | 2005-02-11 | 1 | -32/+58 |
| | | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types | ||||
* | Fix silly mistake. :^} | dkf | 2005-02-07 | 1 | -4/+4 |
| | |||||
* | D'oh | dkf | 2005-02-03 | 1 | -2/+2 |
| | |||||
* | Ensure that the canvas's static data is either protected by a mutex or | dkf | 2005-02-03 | 1 | -56/+121 |
| | | | | in a thread-local variable. [Bug 1114977] | ||||
* | Doc fix [Bug 110553] | dkf | 2005-01-31 | 1 | -8/+4 |
| | |||||
* | D'oh! | dkf | 2005-01-11 | 1 | -2/+2 |
| | |||||
* | fix to text widget bug | vincentdarley | 2005-01-11 | 1 | -4/+26 |
| | |||||
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 4 | -93/+115 |
| | |||||
* | Correction of handling the return value of TkpUseWindow | chengyemao | 2005-01-10 | 1 | -2/+2 |
| | |||||
* | Changed to make platform implementation ready for a toplevel -use option; ↵ | chengyemao | 2005-01-09 | 1 | -4/+12 |
| | | | | completed a full toplevel -use option configuration for Windows | ||||
* | bug fix [1098779] | chengyemao | 2005-01-09 | 1 | -1/+2 |
| | |||||
* | Implemented TK_STAT message to support {wm state} for embedded window | chengyemao | 2005-01-07 | 2 | -2/+13 |
| | |||||
* | Add missing Tcl_ResetResult [697915] | dkf | 2005-01-07 | 1 | -1/+2 |
| | |||||
* | Added functions to support embedded menu widget | chengyemao | 2004-12-28 | 2 | -2/+24 |
| | |||||
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 2 | -67/+105 |
| | |||||
* | Added TkWinCleanupContainerList for platform support | chengyemao | 2004-12-17 | 2 | -2/+13 |
| | |||||
* | bug fix (831627) | chengyemao | 2004-12-17 | 1 | -7/+12 |
| | |||||
* | Make the container draw its background to avoid an unpainted toplevel when ↵ | chengyemao | 2004-12-17 | 1 | -3/+2 |
| | | | | the embedded window is NULL | ||||
* | Bump to 8.5a3 | dkf | 2004-12-11 | 1 | -3/+3 |
| | |||||
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 1 | -3/+7 |
| | | | | in degenerate (and common) cases. [Bug 1081966] | ||||
* | Alpha blending fix. [Patch 848161] | dkf | 2004-12-03 | 1 | -22/+35 |
| | |||||
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 1 | -1/+10 |
| | | | | | | Tk_RedrawImage to display only portion that is valid. * generic/tkImgPhoto.c (ImgPhotoDisplay): add X error suppression around XGetImage to prevent app abort. [Bug 979239] | ||||
* | * generic/tkCanvWind.c (ConfigureWinItem): unmap windows | hobbs | 2004-11-17 | 1 | -3/+15 |
| | | | | immediately when state hidden is requested. [Bug 982248] | ||||
* | * generic/tkCanvImg.c (ImageToPostscript): don't try ps generation | hobbs | 2004-11-17 | 1 | -6/+8 |
| | | | | of canvas image item without image specified. [Bug 1032300] | ||||
* | * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): set save_under X | hobbs | 2004-11-17 | 1 | -1/+6 |
| | | | | attr to prevent expose events when moving sash. [Bug 1036963] | ||||
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2004-11-16 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | * macosx/buildTkConfig.tcl: fixes for tclConfig.h changes. * macosx/Wish.pbproj/project.pbxproj: fixed references to renamed bitmap files. * macosx/Wish.xcode/project.pbxproj (new): * macosx/Wish.xcode/default.pbxuser (new): * macosx/Wish-Info.plist (new): * macosx/Tk-Info.plist (new): added new Xcode 1.5 project using native targets, made possible by tclConfig.h changes. * generic/tk.h: added version number change comments for new files. |