Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t in stead of int for some internal refCount variables. On 32-bit ↵ | jan.nijtmans | 2015-07-08 | 1 | -4/+2 |
| | | | | systems, this doubles the range (as size_t is unsigned), on 64-bit system much more than that. | ||||
* | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
| | | |||||
* | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
| | | |||||
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵ | jan.nijtmans | 2013-02-01 | 1 | -26/+36 |
|\ \ | |/ | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem") | ||||
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -17/+12 |
|\ \ | |/ | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
| * | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 |
| | | |||||
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | ||||
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | ||||
* | | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warning | jan.nijtmans | 2012-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug 3567283]: Added missing cast. | dkf | 2012-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -2/+2 |
| | | | |||||
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -14/+15 |
| | | | |||||
* | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -7/+5 |
| | | | |||||
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -19/+29 |
| | | | |||||
* | | | done [wm] on Win | dkf | 2012-07-25 | 1 | -139/+234 |
| | | | |||||
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -16/+18 |
| | | | |||||
* | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -3/+5 |
|\ \ \ | |/ / | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -89/+91 |
| |\ \ | | |/ | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
| | | | | | | | | | | | | Don't check for cygwin in win32 static build Some more useful #defines for Cygwin | ||||
| * | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -14/+4 |
| |\ \ | | |/ | |||||
* | | | same bugfix, but now applied to trunk | jan.nijtmans | 2012-04-21 | 1 | -14/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -13/+4 |
| | | | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -23/+5 |
| | | | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
* | | | Bug 2891541 Merge of 8.5.8 fix from Pat Thoyts. | dgp | 2011-08-03 | 1 | -1/+8 |
| | | | | | | | | | | | | Permit normal behaviour on Windows for a grabbed toplevel when it is the main window. | ||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879] | ||||
| | * | True commit. | andreas_kupries | 2009-01-16 | 1 | -2/+2 |
| | | | |||||
| | * | * win/tkWinWm.c (WmAttributesCmd): Fix a single use of | andreas_kupries | 2009-01-16 | 1 | -1/+6 |
| | | | | | | | | | | | | SetWindowLongPtr which was not properly ifdef'd. | ||||
| | * | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) | hobbs | 2007-12-05 | 1 | -59/+31 |
| | | | | | | | | | | | | | | | | | | | | | * win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker. | ||||
| | * | * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. | hobbs | 2007-06-10 | 1 | -4/+15 |
| | | | | | | | | | | | | [Bug 1467997] (janssen) | ||||
| | * | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 1 | -25/+81 |
| | | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. | ||||
| | * | * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window | hobbs | 2006-04-11 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | * win/tkWinWm.c (UpdateGeometryInfo): is found - handle it in * unix/tkUnixEmbed.c (TkpGetOtherWindow): the caller. [Bug 1212056] * unix/tkUnixWm.c (Tk_CoordsToWindow, UpdateGeometryInfo): | ||||
| | * | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as | hobbs | 2006-04-05 | 1 | -1/+13 |
| | | | | | | | | | | | | WM_SAVE_YOURSELF wm protocol callback. | ||||
| | * | 2005-11-16 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 8.4.12 TAGGED FOR RELEASE *** * changes: Update changes for 8.4.12 release * mac/tkMacWm.c: Restored consistent error checking and * macosx/tkMacOSXWm.c: messages among different platform's * tests/wm.test: [wm grid] commands. [Bug 1323972]. * win/tkWinWm.c: | ||||
| | * | * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspect | hobbs | 2005-12-01 | 1 | -2/+14 |
| | | | | | | | | | | | | before rewrapping. [Bug 1086049] | ||||
| | * | * win/tkWinWm.c (UpdateWrapper): Don't install frame menu on dead | hobbs | 2005-11-30 | 1 | -2/+4 |
| | | | | | | | | | | | | window. Backport of 1233635 | ||||
| | * | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, ↵ | mdejong | 2005-06-01 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TkWmStackorderToplevel): * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Fix panic in wm stackorder when a toplevel is created on another diplay. The code now ignores toplevels that have a display that does not match the display of the parent window. [Bug 1152809] | ||||
| | * | * win/tkWinWm.c (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM. | hobbs | 2005-03-08 | 1 | -2/+2 |
| | | | |||||
| | * | * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for | hobbs | 2005-02-11 | 1 | -10/+11 |
| | | | | | | | | | | | | determining icon ref (potential crash). [Bug 1105738] |