Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Bug 2914943]: Correct the first option(n) example. | donal.k.fellows@manchester.ac.uk | 2009-12-25 | 2 | -15/+51 | |
| | | | | | Also define what the format of option patterns is; that's a much less commonly known fact than it used to be. | |||||
* | Use EXE_SUFFIX for Cygwin, and | nijtmans | 2009-12-23 | 4 | -82/+138 | |
| | | | | install libtk8.6.dll in bin directory | |||||
* | ttk::sizegrip: Patch to avoid bizarro behavior under compiz [Bug 2912356]. | jenglish@flightlab.com | 2009-12-23 | 2 | -3/+11 | |
| | ||||||
* | Apply (a version of) [Patch 2917663] to make [send] work on recent Linux. | donal.k.fellows@manchester.ac.uk | 2009-12-20 | 2 | -44/+70 | |
| | ||||||
* | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 9 | -32/+38 | |
| | | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast. | |||||
* | Add tk.pc and tkConfig.sh to .cvsignore | nijtmans | 2009-12-16 | 1 | -0/+2 | |
| | ||||||
* | Fix gcc warning: ignoring return value of ‘strtol’, | nijtmans | 2009-12-16 | 3 | -12/+24 | |
| | | | | | | declared with attribute warn_unused_result Fix gcc warning: dereferencing pointer ‘xgePtr’ does break strict-aliasing rules | |||||
* | Rename variable to avoid clash with floorplan demo. Reported by | donal.k.fellows@manchester.ac.uk | 2009-12-16 | 1 | -3/+3 | |
| | | | | Emiliano Gavilan. | |||||
* | * generic/tkConfig.c: Added another dimension of refCounting to the | dgp@users.sourceforge.net | 2009-12-15 | 4 | -10/+60 | |
| | | | | | | | | * generic/tkInt.c: "option" Tcl_ObjType to improve memory troubles * generic/tkObj.c: detailed in [Bug 2492179]. Also removed registration of the "option" Tcl_ObjType. *** POTENTIAL INCOMPATIBILITY *** for callers of Tcl_GetObjType("option") which must now handle a NULL return. | |||||
* | Split out presentation-form decision code into clearer procedure. | donal.k.fellows@manchester.ac.uk | 2009-12-15 | 2 | -56/+85 | |
| | | | | Add some more different languages (Devanagari script needs attention...) | |||||
* | * library/demos/unicodeout.tcl: Added code to check for | Kevin B Kenny | 2009-12-15 | 2 | -21/+52 | |
| | | | | | | | | right-to-left support on Windows and adjust Hebrew and Arabic character strings accordingly. Changed the Hebrew string to 'ktb ebryt' (ktav Ivrit, "Hebrew writing") to be consistent with at least the Greek and Russian strings. Thanks to Rodrigo Readi for calling the inconsistency to our attention. | |||||
* | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -1/+1 | |
| | | | | through the stubs table since 8.5.9 | |||||
* | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 2 | -2/+8 | |
| | | | | through the stubs table since 8.5.9 | |||||
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-12 | 2 | -2/+4 | |
| | | | | warning: array subscript has type 'char' | |||||
* | Fix dependancies on ${TKSTUBLIB} when | nijtmans | 2009-12-12 | 2 | -5/+10 | |
| | | | | TCL_USE_STATIC_PACKAGES is defined | |||||
* | Simplified this code following observation by Brian Griffin | donal.k.fellows@manchester.ac.uk | 2009-12-11 | 1 | -7/+3 | |
| | ||||||
* | [Bug 2912473]: Stop problems caused by display names with a double colon in. | donal.k.fellows@manchester.ac.uk | 2009-12-11 | 2 | -17/+35 | |
| | ||||||
* | Added demo of ttk::scale widget. | donal.k.fellows@manchester.ac.uk | 2009-12-10 | 3 | -1/+48 | |
| | ||||||
* | Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit. | donal.k.fellows@manchester.ac.uk | 2009-12-09 | 2 | -1/+8 | |
| | ||||||
* | Ooops! | donal.k.fellows@manchester.ac.uk | 2009-12-09 | 1 | -2/+2 | |
| | ||||||
* | Improve generation of EWMH hints for windows. | donal.k.fellows@manchester.ac.uk | 2009-12-09 | 4 | -110/+166 | |
| | ||||||
* | [Bug 2864685] Set correct extended window manager hints on Tk menus. | patthoyts@users.sourceforge.net | 2009-12-08 | 2 | -19/+57 | |
| | ||||||
* | win/Makefile.in Use tktest86.dll for all tests. | nijtmans | 2009-12-02 | 7 | -38/+58 | |
| | | | | | | | | win/tkWinInt.h mark various functions MODULE_SCOPE generic/tkInt.decls make TkWinChildProc available in private stub table. [Bug #220600] and [Bug #220690]. generic/tkIntPlatDecls.h (regenerated) generic/tkStubInit.c (regenerated) | |||||
* | win/configure (regenerated, previous version didn't match tcl.m4) | nijtmans | 2009-12-02 | 2 | -9/+11 | |
| | ||||||
* | Better dependancies in case of static build. | nijtmans | 2009-11-30 | 2 | -10/+29 | |
| | | | | Generate tktest86.dll and tktest86.lib. | |||||
* | Make all internal initialization | nijtmans | 2009-11-29 | 10 | -61/+49 | |
| | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure | |||||
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. | stwo@users.sourceforge.net | 2009-11-25 | 2 | -1/+6 | |
| | ||||||
* | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck | donal.k.fellows@manchester.ac.uk | 2009-11-24 | 2 | -100/+115 | |
| | | | | with it. | |||||
* | * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access | akupries@shaw.ca | 2009-11-23 | 2 | -6/+15 | |
| | | | | | | to the cleanupHook of the safe base. The code used the old internal commands which have been removed since 2009-11-05/06. See Tcl's ChangeLog. | |||||
* | Better fix for the problem when someone tricks make into thinking 'test' is a | donal.k.fellows@manchester.ac.uk | 2009-11-23 | 2 | -3/+19 | |
| | | | | real target. | |||||
* | Commented out broken rule that stopped 'make test' from working. | donal.k.fellows@manchester.ac.uk | 2009-11-23 | 1 | -9/+9 | |
| | ||||||
* | Make sure the window is still present when handling delayed activation [Bug ↵ | patthoyts@users.sourceforge.net | 2009-11-22 | 2 | -4/+18 | |
| | | | | 2899949] | |||||
* | Include tk stubs in the tktest link line due to nijtmans recent changes | patthoyts@users.sourceforge.net | 2009-11-22 | 2 | -2/+6 | |
| | ||||||
* | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing | donal.k.fellows@manchester.ac.uk | 2009-11-21 | 8 | -148/+209 | |
| | | | | | | | practises; the typePtr field is now cleared when an object ceases to be of the type. Also remove some anachronistic techniques (pointless casts, mixed assignments and tests, etc.) | |||||
* | Added some OSX-specific things | donal.k.fellows@manchester.ac.uk | 2009-11-21 | 1 | -0/+5 | |
| | ||||||
* | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-20 | 1 | -3/+3 | |
| | ||||||
* | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 7 | -14/+109 | |
| | ||||||
* | doc/GetHINSTANCE.3 Fix mentioned header file | nijtmans | 2009-11-19 | 3 | -14/+13 | |
| | | | | | win/tcl.m4 Should have been checked in together with the 2009-08-09 check in of "win/configure" | |||||
* | [Bug 2899685]: fix the redraw logic of [imove] | ferrieux@users.sourceforge.net | 2009-11-19 | 2 | -3/+12 | |
| | ||||||
* | [Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 5 | -5/+101 | |
| | | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES | |||||
* | Fix [Bug 2900121] by inverting the sense of the test. | donal.k.fellows@manchester.ac.uk | 2009-11-19 | 2 | -8/+13 | |
| | ||||||
* | Undo formatting breakage | donal.k.fellows@manchester.ac.uk | 2009-11-19 | 1 | -25/+25 | |
| | ||||||
* | Added note that the 'move' operation restores detached nodes. | donal.k.fellows@manchester.ac.uk | 2009-11-15 | 2 | -30/+36 | |
| | ||||||
* | [update] hygiene. | jenglish@flightlab.com | 2009-11-12 | 5 | -11/+22 | |
| | | | | | | | + Where possible, replace [a; update; b] with [a ; after 0 b]. + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks]. | |||||
* | * generic/tkPlatDecls.h: Restore C++ friendliness to the | dgp@users.sourceforge.net | 2009-11-11 | 2 | -1/+15 | |
| | | | | | tkPlatDecls.h header file, which we insist extensions #include to gain access to the Tk_*HWND*() routines. [Bug 2886635]. | |||||
* | Undo the reversal of the win/Makefile.in changes, that part was ok. | akupries@shaw.ca | 2009-11-10 | 2 | -11/+6 | |
| | ||||||
* | * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 | akupries@shaw.ca | 2009-11-10 | 3 | -6/+22 | |
| | | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example. | |||||
* | Some code consolidation (don't scatter deletion code where unnecessary). | donal.k.fellows@manchester.ac.uk | 2009-11-09 | 2 | -130/+67 | |
| | ||||||
* | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 2 | -2/+47 | |
| | ||||||
* | Minor correction. | donal.k.fellows@manchester.ac.uk | 2009-11-02 | 1 | -2/+2 | |
| |