| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -0/+35 |
|
|
* | fix to two text widget bugs | vincentdarley | 2005-05-13 | 1 | -0/+8 |
|
|
* | * generic/tkTextDisp.c (GetXView): Improved numerical precision | dgp | 2005-05-10 | 1 | -0/+7 |
|
|
* | * unix/configure: regen | hobbs | 2005-05-07 | 1 | -0/+8 |
|
|
* | Fix [1191097], factor, and tidy up. | dkf | 2005-04-28 | 1 | -0/+6 |
|
|
* | * macosx/tkMacOSXNotify.c: sync with tclUnixNotfy.c changes since | das | 2005-04-26 | 1 | -0/+20 |
|
|
* | added an entry for the FontId.3 typo fix | georgeps | 2005-04-22 | 1 | -0/+5 |
|
|
* | Tk_MeasureChars: Use Tcl_UtfToUnichar() for lax UTF-8 parsing | jenglish | 2005-04-19 | 1 | -0/+6 |
|
|
* | fix to Home/End and display lines | vincentdarley | 2005-04-18 | 1 | -0/+7 |
|
|
* | * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to | hobbs | 2005-04-14 | 1 | -0/+5 |
|
|
* | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 1 | -0/+9 |
|
|
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 1 | -0/+3 |
|
|
* | * macosx/tkMacOSXEntry.c (ComputeIncDecParameters): manually define | das | 2005-04-09 | 1 | -0/+3 |
|
|
* | * macosx/Wish.pbproj/project.pbxproj: fixed absolute path to | das | 2005-04-09 | 1 | -0/+3 |
|
|
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 1 | -0/+6 |
|
|
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople... | mdejong | 2005-04-07 | 1 | -0/+10 |
|
|
* | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -0/+12 |
|
|
* | * library/comdlg.tcl: Added Macintosh file type validation to | dgp | 2005-04-05 | 1 | -0/+5 |
|
|
* | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -0/+6 |
|
|
* | Fixed bug in geometry calculations for | pspjuth | 2005-04-03 | 1 | -0/+7 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 1 | -0/+5 |
|
|
* | added text widget test | vincentdarley | 2005-03-27 | 1 | -0/+4 |
|
|
* | Dopey bug, I should only reset the widget width for spinboxes, since I only | wolfsuit | 2005-03-24 | 1 | -0/+6 |
|
|
* | Get the Entry and Spinbox widgets to draw with the native look & feel on | wolfsuit | 2005-03-24 | 1 | -0/+13 |
|
|
* | 2005-03-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-03-23 | 1 | -0/+18 |
|
|
* | Use Tcl_Set/GetAssocData to remove use of fragile Tcl_GetCommandInfo | dkf | 2005-03-19 | 1 | -0/+6 |
|
|
* | fix for display lines bug and panic | vincentdarley | 2005-03-15 | 1 | -0/+5 |
|
|
* | 2005-03-14 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-03-15 | 1 | -0/+22 |
|
|
* | Updated the OpenBSD configuration and regenerated configure script. | patthoyts | 2005-03-15 | 1 | -0/+5 |
|
|
* | Correct the InvokeClientMessageHandlers logic. [Bug 1162356] | dkf | 2005-03-14 | 1 | -5/+11 |
|
|
* | ChangeLog for the previous two commits | wolfsuit | 2005-03-12 | 1 | -0/+21 |
|
|
* | Fix for 1160025 | wolfsuit | 2005-03-10 | 1 | -0/+6 |
|
|
* | Add a hack to work around some issues with remote debugging with Xcode. Xcod... | wolfsuit | 2005-03-09 | 1 | -0/+6 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -0/+7 |
|
|
* | * win/tkWinX.c (GenerateXEvent): correct %A translation on | hobbs | 2005-02-28 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSX.h: fixed incorrect inclusion of internal header. | das | 2005-02-24 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): | das | 2005-02-22 | 1 | -0/+7 |
|
|
* | * doc/wm.n: Add documentation for -fullscreen attribute. | mdejong | 2005-02-17 | 1 | -0/+12 |
|
|
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -0/+13 |
|
|
* | * doc/options.n: note -cursor {} behavior. [Bug 965618] | hobbs | 2005-02-14 | 1 | -0/+4 |
|
|
* | Encourage missing-DISPLAY errors to be early in run of test suite. | dkf | 2005-02-14 | 1 | -0/+6 |
|
|
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): check | hobbs | 2005-02-12 | 1 | -0/+3 |
|
|
* | * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907] | hobbs | 2005-02-11 | 1 | -0/+2 |
|
|
* | * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for | hobbs | 2005-02-11 | 1 | -0/+3 |
|
|
* | * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed | hobbs | 2005-02-11 | 1 | -0/+4 |
|
|
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 1 | -0/+7 |
|
|
* | Use more tcltest 2 features so test contents can be less cluttered... | dkf | 2005-02-09 | 1 | -0/+4 |
|
|
* | Fix silly mistake. :^} | dkf | 2005-02-07 | 1 | -0/+5 |
|
|
* | Ensure that the canvas's static data is either protected by a mutex or | dkf | 2005-02-03 | 1 | -0/+7 |
|
|
* | * unix/tcl.m4, unix/configure: add solaris-64 gcc build | hobbs | 2005-01-31 | 1 | -0/+5 |
|
|