Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix crlf line endings | das | 2007-02-13 | 1 | -1517/+1517 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-13 | 1 | -54/+54 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-13 | 2 | -198/+204 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-13 | 1 | -3/+3 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -66/+67 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-12 | 2 | -233/+239 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-12 | 2 | -89/+87 |
| | |||||
* | Minor whitespace corrections | dkf | 2007-02-12 | 1 | -1516/+1517 |
| | |||||
* | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -5/+5 |
| | |||||
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 3 | -4/+16 |
| | |||||
* | Add no-op [package ifneeded] script for tile 0.8.0, | jenglish | 2007-02-06 | 2 | -1/+10 |
| | | | | | so that existing applications that use "package require tile" won't fail when run under Tk 8.5. | ||||
* | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if | das | 2007-02-04 | 5 | -27/+134 |
| | | | | | | | available to define MODULE_SCOPE effective on all platforms. * unix/configure.in: add caching to -pipe check. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 | ||||
* | see log | Joe Mistachkin | 2007-02-04 | 4 | -7/+26 |
| | |||||
* | Support IsAppThemed() call. This is what is used when theming is | patthoyts | 2007-02-02 | 2 | -3/+13 |
| | | | | turned off just for an individual application. | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: extract build settings that | das | 2007-01-28 | 10 | -482/+950 |
| | | | | | | | | | | | | | | | | | | | * macosx/Wish.xcodeproj/default.pbxuser: were common to multiple * macosx/Wish-Common.xcconfig (new file): configurations into external * macosx/Wish-Debug.xcconfig (new file): xcconfig files; add extra * macosx/Wish-Release.xcconfig (new file): configurations for building with SDKs; convert legacy jam-based 'Tk' target to native target with single script phase; correct syntax of build setting references to use $() throughout; remove unused tcltest sources from 'tktest' target. * macosx/README: document new Wish.xcodeproj configurations; other minor updates/corrections. * generic/tk.h: update location of version numbers in macosx files. * macosx/Wish.xcode/project.pbxproj: restore 'tktest' target to working * macosx/Wish.xcode/default.pbxuser: order by replicating applicable changes to Wish.xcodeproj since 2006-07-20. | ||||
* | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and | das | 2007-01-25 | 3 | -8/+29 |
| | | | | | | | move (rather than duplicate) -isysroot flags from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags from some older gcc builds. * unix/configure: autoconf-2.59 | ||||
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 2 | -3/+9 |
| | |||||
* | fix warning | das | 2007-01-19 | 1 | -2/+2 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines. | das | 2007-01-19 | 4 | -8/+25 |
| | | | | | | | | | * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.59 | ||||
* | whitespace | das | 2007-01-19 | 5 | -10/+12 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 8 | -143/+143 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 5 | -115/+115 |
| | |||||
* | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 6 | -35/+45 |
| | |||||
* | Added more build output that everyone should ignore | dkf | 2007-01-12 | 1 | -1/+3 |
| | |||||
* | Quell type-punning warnings from gcc/unix build | dkf | 2007-01-12 | 2 | -7/+7 |
| | |||||
* | Revert previous change to keep in sync with Tile codebase. | jenglish | 2007-01-11 | 14 | -106/+93 |
| | | | | | | | The minor warnings from GCC fixed in the previous revision were false positives due to improper use of "-Wconversion". Still compiles cleanly with "gcc -Wall -Werror" (gcc 3.3.5). | ||||
* | s/CRLF/LF/g | hobbs | 2007-01-11 | 3 | -778/+782 |
| | |||||
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". | jenglish | 2007-01-11 | 3 | -30/+26 |
| | | | | | This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated. | ||||
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 32 | -285/+319 |
| | |||||
* | Revert addition of contravariant 'const' qualifiers, | jenglish | 2007-01-11 | 14 | -44/+51 |
| | | | | | to keep in sync with Tile codebase (which must remain compatible with Tk 8.4). | ||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 51 | -163/+163 |
| | | | | fix bug #1627732 | ||||
* | fix breakage in last commit | das | 2007-01-03 | 1 | -2/+2 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -0/+10 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 37 | -121/+122 |
| | |||||
* | various "const" additions in implementation | nijtmans | 2007-01-03 | 8 | -28/+28 |
| | |||||
* | Made the generic fake-X11 glue layer abide by the formatting rules of the core. | dkf | 2007-01-02 | 7 | -360/+414 |
| | |||||
* | Various small syntactic simplifications of ImgPhotoGet() | dkf | 2007-01-02 | 1 | -52/+49 |
| | |||||
* | * macosx/ttkMacOSXTheme.c: Define a constant to make it | cc_benny | 2006-12-30 | 1 | -0/+2 |
| | | | | compile on Mac OS X 10.3. | ||||
* | * Define a constant to make it compile on Mac OS X 10.3. | cc_benny | 2006-12-30 | 1 | -1/+6 |
| | |||||
* | * macosx/tkMacOSXFont.c: Fill-in TkpGetFontAttrsForChar (TIP #300). | cc_benny | 2006-12-30 | 1 | -0/+4 |
| | |||||
* | * TIP #300 Implementation, fill-in TkpGetFontAttrsForChar. | cc_benny | 2006-12-30 | 1 | -69/+144 |
| | |||||
* | * tests/wm.test: Update wm attributes output | mdejong | 2006-12-28 | 2 | -4/+10 |
| | | | | | so that tests pass after addition of -transparentcolor for Win32. | ||||
* | ImageElement clientData no longer needed. | jenglish | 2006-12-25 | 2 | -22/+15 |
| | |||||
* | Style update | dkf | 2006-12-22 | 1 | -7/+15 |
| | |||||
* | Fix [Bug 1522467] using fix similar to that used in Tcl recently. | dkf | 2006-12-22 | 2 | -701/+708 |
| | |||||
* | Spanish always uses "Guardar" to mean "Save" in the computer sense. [Bug ↵ | dkf | 2006-12-22 | 3 | -79/+80 |
| | | | | 1111213] | ||||
* | (TkpDisplayButton): lint init. [Bug 1618604] | hobbs | 2006-12-19 | 2 | -2/+6 |
| | |||||
* | Whitespace/formatting/function-exposure cleanup | dkf | 2006-12-19 | 1 | -148/+126 |
| | |||||
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 3 | -10/+154 |
| | | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.59 | ||||
* | Remove assert() calls - Don't Panic | jenglish | 2006-12-18 | 1 | -12/+6 |
| |