Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for 1160025 | wolfsuit | 2005-03-10 | 2 | -12/+30 |
| | |||||
* | Add a hack to work around some issues with remote debugging with Xcode. ↵ | wolfsuit | 2005-03-09 | 3 | -2/+21 |
| | | | | | | | | 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 | 2 | -14/+25 |
| | | | | from MSVC or the Platform SDK. | ||||
* | (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM | hobbs | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | correct xany -> xkey typo from 2005-02-28 commit | hobbs | 2005-03-04 | 1 | -2/+2 |
| | |||||
* | * win/tkWinX.c (GenerateXEvent): correct %A translation on | hobbs | 2005-02-28 | 2 | -6/+14 |
| | | | | 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 | -40/+27 |
| | | | | | | 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 | 5 | -13/+456 |
| | | | | | | | | | | | * 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]. | ||||
* | Modified for the latest embedded/container window implementation for Windows ↵ | chengyemao | 2005-02-15 | 3 | -4/+67 |
| | | | | platform | ||||
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 9 | -123/+452 |
| | |||||
* | * doc/options.n: note -cursor {} behavior. [Bug 965618] | hobbs | 2005-02-14 | 2 | -1/+7 |
| | |||||
* | 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/+14 |
| | | | | determining icon ref (potential crash). [Bug 1105738] | ||||
* | * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixed | hobbs | 2005-02-11 | 2 | -32/+62 |
| | | | | | 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 | 4 | -573/+1111 |
| | | | | | | * 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 |
| | |||||
* | Use more tcltest 2 features so test contents can be less cluttered... | dkf | 2005-02-09 | 1 | -224/+267 |
| | |||||
* | Tidy up coding style (better grouping of related tests) | dkf | 2005-02-09 | 1 | -185/+39 |
| | |||||
* | Fix silly mistake. :^} | dkf | 2005-02-07 | 2 | -4/+9 |
| | |||||
* | 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 | 2 | -56/+128 |
| | | | | in a thread-local variable. [Bug 1114977] | ||||
* | * unix/tcl.m4, unix/configure: add solaris-64 gcc build | hobbs | 2005-01-31 | 3 | -10/+49 |
| | | | | support. [Bug 1021871] | ||||
* | Doc fix [Bug 110553] | dkf | 2005-01-31 | 2 | -8/+8 |
| | |||||
* | Forgot newline at end | dkf | 2005-01-31 | 1 | -1/+1 |
| | |||||
* | Add es_ES-specific localization. [Bug 1111213] | dkf | 2005-01-31 | 2 | -0/+10 |
| | |||||
* | Modified to handle a wide-character title string of a toplevel | chengyemao | 2005-01-31 | 3 | -6/+13 |
| | |||||
* | Flushed idle events before mapping an embedded window | chengyemao | 2005-01-27 | 1 | -1/+2 |
| | |||||
* | * 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.57 | ||||
* | Updated | chengyemao | 2005-01-19 | 1 | -6/+14 |
| | |||||
* | Fixed a bug by adding code the check menu index in selection. This bug ↵ | chengyemao | 2005-01-18 | 1 | -4/+5 |
| | | | | caused an access violation in an embedded menu testing when the mouse clicked the last pull-down menu entry | ||||
* | Minor change for correct initial embeddedMenuHwnd | chengyemao | 2005-01-18 | 1 | -1/+2 |
| | |||||
* | Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacks | dkf | 2005-01-18 | 2 | -15/+23 |
| | |||||
* | Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded ↵ | chengyemao | 2005-01-17 | 1 | -53/+50 |
| | | | | window info in a container struct; stopped using a destruction event handler for an embedded window since it has nothing to do | ||||
* | minor bug fix: should return 0 and indicate handled after processing ↵ | chengyemao | 2005-01-17 | 1 | -5/+7 |
| | | | | WM_MENUSELECT message | ||||
* | Added TK_INFO message for use in an embedded window attachment protocol; ↵ | chengyemao | 2005-01-16 | 4 | -54/+112 |
| | | | | modified TkpUseWindow to allow to attach to a legacy container with a warning; modified some return values of messages from an embedded window to differentiate a case of unprocessed | ||||
* | log | dgp | 2005-01-13 | 1 | -0/+5 |
| | |||||
* | More fixing of [Bug 600313] | dkf | 2005-01-13 | 2 | -18/+25 |
| | |||||
* | Partial fix of [Bug 600313] | dkf | 2005-01-13 | 2 | -9/+18 |
| | |||||
* | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500 | chengyemao | 2005-01-13 | 2 | -9/+3 |
| | |||||
* | * unix/tcl.m4: Sync'ed to Tcl's copy. | dgp | 2005-01-12 | 2 | -1034/+495 |
| | | | | * unix/configure: autoconf-2.57 | ||||
* | Added docs on predefined virtual events. [608115] | dkf | 2005-01-12 | 2 | -1/+69 |
| | |||||
* | A better way to map an embbedded window | chengyemao | 2005-01-12 | 1 | -6/+35 |
| | |||||
* | Minor bug fix to support embedding/embedded | chengyemao | 2005-01-12 | 2 | -12/+18 |
| | |||||
* | D'oh! | dkf | 2005-01-11 | 1 | -2/+2 |
| | |||||
* | fix to text widget bug | vincentdarley | 2005-01-11 | 2 | -4/+32 |
| | |||||
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 5 | -93/+122 |
| | |||||
* | Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595]. | jenglish | 2005-01-10 | 6 | -779/+1095 |
| | | | | Re-synced with tcl/unix/tcl.m4. |