Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport of text widget bug fix | vincentdarley | 2005-05-13 | 3 | -3/+19 |
| | |||||
* | Updated out-of-date references to "Tk_GetBoolean" | dgp | 2005-05-12 | 2 | -6/+6 |
| | |||||
* | * unix/configure: regen | hobbs | 2005-05-07 | 4 | -132/+256 |
| | | | | | | * unix/configure.in: add AC_C_BIGENDIAN check * unix/tcl.m4: correct Solaris 10 (5.10) check and add support for x86_64 Solaris cc builds. | ||||
* | * macosx/tkMacOSXNotify.c: syncd with tclUnixNotfy.c changes since | das | 2005-04-26 | 5 | -395/+459 |
| | | | | | | | | | | | | | | | | | | | | 2004-06-22, added compile time check for threaded tcl core, removed unthreaded code paths as they are never used anyway, fixed TkMacOSXAlertNotifier() implementation. * unix/Makefile.in: added TCL_STUB_LIB_FILE, needed for unexporting of symbols from libtclstub to avoid duplicate symbol warnings. * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. (SC_TCL_64BIT_FLAGS): fixed 'checking for off64_t' message output. * unix/configure: autoconf-2.13 | ||||
* | * unix/tkUnixFont.c (FontMapLoadPage): reorder char[] decls to | hobbs | 2005-04-12 | 2 | -3/+6 |
| | | | | avoid possible segv. Minimal fix for [Bug 1122671] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::): fix typeMenuLab ref. | hobbs | 2005-04-12 | 3 | -14/+61 |
| | | | | | | | | Add undoc'd ::tk::dialog::file::showHiddenBtn var (default 0) that will add a "Show Hidden" checkbutton to tk_get*File and tk_chooseDirectory if set to true. * library/choosedir.tcl (::tk::dialog::file::chooseDir::): fix cancelBtn ref, add hiddenBtn ref for "Show Hidden" button. | ||||
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 2 | -12/+15 |
| | | | | versions + other small fixes/cleanup. | ||||
* | * macosx/tkMacOSXEntry.c (ComputeIncDecParameters): manually define | das | 2005-04-09 | 2 | -0/+9 |
| | | | | constants present only in 10.3 headers so that we can build on 10.2. | ||||
* | * macosx/Wish.pbproj/project.pbxproj: fixed absolute path to | das | 2005-04-09 | 2 | -5/+8 |
| | | | | tkEntry.h that confused 10.2 PBX. | ||||
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 3 | -4/+10 |
| | | | | | TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.13 | ||||
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 3 | -48/+59 |
| | | | | allow msys alone as an alternative. | ||||
* | Add native drawing for Entry and Spinbox widgets. | wolfsuit | 2005-03-25 | 7 | -414/+2217 |
| | |||||
* | Set the default linewidth for new gc's to 1 not 0. Some extensions seem | wolfsuit | 2005-03-25 | 2 | -2/+7 |
| | | | | to rely on this. | ||||
* | Updated for OpenBSD and regenerated the configure script | patthoyts | 2005-03-15 | 3 | -155/+208 |
| | |||||
* | Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug. | wolfsuit | 2005-03-12 | 6 | -33/+75 |
| | |||||
* | Fix for bug 1160025. | wolfsuit | 2005-03-10 | 2 | -12/+30 |
| | |||||
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 2 | -14/+25 |
| | | | | from MSVC or the Platform SDK. | ||||
* | * win/tkWinWm.c (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM. | hobbs | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | * win/tkWinX.c (GenerateXEvent): correct %A translation on | hobbs | 2005-02-28 | 2 | -8/+24 |
| | | | | MouseWheel [Bug 1118340] | ||||
* | * macosx/tkMacOSX.h: fixed incorrect inclusion of internal header. | das | 2005-02-24 | 3 | -10/+13 |
| | | | | * macosx/tkMacOSXNotify.c: corrected included headers. | ||||
* | * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd, NavServicesGetFile): | das | 2005-02-22 | 2 | -44/+31 |
| | | | | | | fixed encoding problems with -initialfile & -filetypes and corrected potential buffer overrun with -initialdir/-initialfile. [Bug 1146057] | ||||
* | Encourage missing-DISPLAY errors to be early in run of test suite. | dkf | 2005-02-14 | 2 | -1/+8 |
| | |||||
* | * library/panedwindow.tcl (::tk::panedwindow::Cursor): check | hobbs | 2005-02-12 | 2 | -2/+6 |
| | | | | window existence on delayed call. [Bug 949792] | ||||
* | * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907] | hobbs | 2005-02-11 | 2 | -4/+6 |
| | |||||
* | * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for | hobbs | 2005-02-11 | 2 | -10/+15 |
| | | | | determining icon ref (potential crash). [Bug 1105738] | ||||
* | * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed | hobbs | 2005-02-11 | 2 | -49/+66 |
| | | | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types (DisplayBitmap): remove unused fg/bgColor refs | ||||
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-10 | 4 | -257/+189 |
| | | | | | | * 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. | ||||
* | Add es_ES-specific localization. [Bug 1111213] | dkf | 2005-01-31 | 2 | -0/+10 |
| | |||||
* | correct autoconf generation for sol64-gcc support | hobbs | 2005-01-29 | 2 | -8/+8 |
| | |||||
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build | hobbs | 2005-01-28 | 3 | -189/+426 |
| | | | | support. [Bug 1021871] | ||||
* | * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to show | das | 2005-01-25 | 4 | -12/+24 |
| | | | | | | | | | | 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.13 | ||||
* | Fix widget parenting issue reported by Keith Nash. Also tidied up a bit. | dkf | 2005-01-18 | 2 | -15/+23 |
| | |||||
* | unix/tkUnixWm.c: Sync with CVS HEAD (r1.47): | jenglish | 2005-01-14 | 4 | -89/+185 |
| | | | | | | | | | | | | | Fixes: #959973 "wm title bug" (support Unicode titles) Fixes: #742882 "Potential division by zero in gridded wm geometry" Use Tcl_GetTime instead of TclpGetTime [#874745] Use Tcl_Panic() instead of "panic" [#865264] Fixes: #632816 "cannot remove transient" Fixes: #568861 "Fix for wm minsize and maxsize commands" tests/unixWm.test, tests/wm.test: Updated test suite for #632816 (unixWm-37.3, unixWm-37.4, wm-grid-1.11, wm-grid-1.12) and #742882 (unixWm-20.9, unixWm-20.11). | ||||
* | D'oh! | dkf | 2005-01-11 | 1 | -2/+2 |
| | |||||
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 5 | -92/+122 |
| | |||||
* | Add missing Tcl_ResetResult [697915] | dkf | 2005-01-07 | 2 | -1/+7 |
| | |||||
* | Convert emacs mode comment style to stop problems with old man. [1085127] | dkf | 2005-01-05 | 3 | -4/+16 |
| | |||||
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class | hobbs | 2005-01-04 | 2 | -1/+15 |
| | | | | 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 | 3 | -26/+39 |
| | | | | | | -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] | ||||
* | iFix silly typo. [Bug 1087842] | dkf | 2004-12-20 | 2 | -3/+7 |
| | |||||
* | Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check | dkf | 2004-12-09 | 2 | -3/+15 |
| | | | | in degenerate (and common) cases. [Bug 1081966] | ||||
* | * library/text.tcl (::tk::TextUpDownLine): revert 2004-11-23 as itcore_8_4_9 | hobbs | 2004-12-06 | 3 | -41/+16 |
| | | | | prevented scrolling to bottom. | ||||
* | retagged 8.4.9 to include alpha blend patch | hobbs | 2004-12-03 | 2 | -3/+6 |
| | |||||
* | Alpha blending fixes. [Patch 848161] | dkf | 2004-12-03 | 2 | -20/+39 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-03 | 2 | -2/+16 |
| | |||||
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords to | hobbs | 2004-12-02 | 3 | -4/+68 |
| | | | | | | 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] | ||||
* | bumped patchlevel to 8.4.9 | hobbs | 2004-11-25 | 9 | -19/+27 |
| | |||||
* | fix to movement up/down in text widget by display lines | vincentdarley | 2004-11-23 | 2 | -8/+40 |
| | |||||
* | *** empty log message ***core_8_4_8 | rmax | 2004-11-19 | 1 | -1/+0 |
| | |||||
* | * doc/pack-old.n: Changed the internal name of the man page to | rmax | 2004-11-19 | 1 | -2/+2 |
| | | | | pack-old to avoid a name clash in the installed man pages. |