Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a hack to work around some issues with remote debugging with Xcode. ↵ | wolfsuit | 2005-03-09 | 1 | -0/+6 |
| | | | | | | | | Xcode requires that stdin & stdout be closed or you won't be able to interrupt the running program. So I added a check for XCNOSTDIN environment variable in the startup, and I force them closed if it is set. With that, remote debugging works pretty well. | ||||
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -0/+7 |
| | | | | from MSVC or the Platform SDK. | ||||
* | * win/tkWinX.c (GenerateXEvent): correct %A translation on | hobbs | 2005-02-28 | 1 | -0/+5 |
| | | | | MouseWheel [Bug 1118340] | ||||
* | * macosx/tkMacOSX.h: fixed incorrect inclusion of internal header. | das | 2005-02-24 | 1 | -0/+5 |
| | | | | * macosx/tkMacOSXNotify.c: corrected included headers. | ||||
* | * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): | das | 2005-02-22 | 1 | -0/+7 |
| | | | | | | fixed encoding problems with -initialfile & -filetypes and corrected potential buffer overrun with -initialdir/-initialfile. [Bug 1146057] | ||||
* | * doc/wm.n: Add documentation for -fullscreen attribute. | mdejong | 2005-02-17 | 1 | -0/+12 |
| | | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen]. | ||||
* | 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 |
| | | | | window existence on delayed call. [Bug 949792] | ||||
* | * 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 |
| | | | | determining icon ref (potential crash). [Bug 1105738] | ||||
* | * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed | hobbs | 2005-02-11 | 1 | -0/+4 |
| | | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types | ||||
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-11 | 1 | -0/+7 |
| | | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd. | ||||
* | 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 |
| | | | | in a thread-local variable. [Bug 1114977] | ||||
* | * unix/tcl.m4, unix/configure: add solaris-64 gcc build | hobbs | 2005-01-31 | 1 | -0/+5 |
| | | | | support. [Bug 1021871] | ||||
* | Doc fix [Bug 110553] | dkf | 2005-01-31 | 1 | -0/+4 |
| | |||||
* | Add es_ES-specific localization. [Bug 1111213] | dkf | 2005-01-31 | 1 | -0/+5 |
| | |||||
* | * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show | das | 2005-01-25 | 1 | -0/+11 |
| | | | | | | | | | | console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57 | ||||
* | Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks | dkf | 2005-01-18 | 1 | -0/+6 |
| | |||||
* | log | dgp | 2005-01-13 | 1 | -0/+5 |
| | |||||
* | More fixing of [Bug 600313] | dkf | 2005-01-13 | 1 | -0/+1 |
| | |||||
* | Partial fix of [Bug 600313] | dkf | 2005-01-13 | 1 | -0/+5 |
| | |||||
* | Added docs on predefined virtual events. [608115] | dkf | 2005-01-12 | 1 | -0/+4 |
| | |||||
* | fix to text widget bug | vincentdarley | 2005-01-11 | 1 | -0/+6 |
| | |||||
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -0/+7 |
| | |||||
* | Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. | jenglish | 2005-01-10 | 1 | -0/+6 |
| | | | | Re-synced with tcl/unix/tcl.m4. | ||||
* | Add missing Tcl_ResetResult [697915] | dkf | 2005-01-07 | 1 | -0/+5 |
| | |||||
* | Move emacs mode comment to end of file to stop problems with old man. | dkf | 2005-01-05 | 1 | -0/+6 |
| | |||||
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. | hobbs | 2005-01-04 | 1 | -0/+5 |
| | | | | This caused crash in reinit of Tk (as seen in plugin). | ||||
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 1 | -0/+7 |
| | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] | ||||
* | Coding style improvements for the widget demo. [FRQ 815118] | dkf | 2004-12-21 | 1 | -0/+5 |
| | |||||
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 1 | -0/+10 |
| | |||||
* | Synthesize changelog entries | dkf | 2004-12-20 | 1 | -0/+10 |
| | |||||
* | Fix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 1 | -0/+4 |
| | |||||
* | Bump to 8.5a3 | dkf | 2004-12-11 | 1 | -0/+6 |
| | |||||
* | * unix/tcl.m4: synced with tcl/unix/tcl.m4 | das | 2004-12-09 | 1 | -0/+5 |
| | | | | * unix/configure: regen | ||||
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 1 | -0/+8 |
| | | | | in degenerate (and common) cases. [Bug 1081966] | ||||
* | * tests/canvPs.test: Cleaned up the matching of [makeFile] and | dgp | 2004-12-08 | 1 | -0/+10 |
| | | | | | | | | | * tests/choosedir.test: [removeFile] commands as indicated by the * tests/filebox.test: results of a -debug 1 run of the test suite. * tests/imgPPM.test: Tk test suite is now -debug 1 clean. This * tests/imgPhoto.test: completes fixing [1078648]. * tests/listbox.test: * tests/main.test: | ||||
* | More duplicate testname elimination. [1078648] | dkf | 2004-12-07 | 1 | -0/+6 |
| | |||||
* | note 8.5a2 tag date | hobbs | 2004-12-07 | 1 | -0/+4 |
| | |||||
* | * tests/safe.test: Trim auto_path to improve performance [1080039] | dgp | 2004-12-06 | 1 | -1/+5 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-05 | 1 | -4/+6 |
| | |||||
* | Split duplicate test names [Bug 1078648] | dkf | 2004-12-04 | 1 | -0/+4 |
| | |||||
* | Alpha blending fix. [Patch 848161] | dkf | 2004-12-03 | 1 | -0/+7 |
| | |||||
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 1 | -0/+8 |
| | | | | | | 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] | ||||
* | Tk_DrawChars: Check for short integer overflow in x,y coordinates | jenglish | 2004-11-28 | 1 | -0/+4 |
| | | | | [Fixes: #942320 "Tk, Xft, text and long lines"] | ||||
* | no message | davygrvy | 2004-11-26 | 1 | -0/+5 |
| |