Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 19 | -8134/+7665 |
| | |||||
* | * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handle | hobbs | 2007-04-13 | 2 | -2/+7 |
| | | | | Press triggering outside sash element boundaries. | ||||
* | Skip OS version test, should work on Vista/Aero now as well as XP | jenglish | 2007-04-10 | 2 | -37/+32 |
| | | | | [Fixes #1687299, thanks to George Petasis for tracking this down]. | ||||
* | Re-sync with Tile codebase so patches can flow back and forth. | jenglish | 2007-04-10 | 2 | -110/+53 |
| | |||||
* | BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not work | jenglish | 2007-03-21 | 2 | -2/+18 |
| | | | | unless they appeared at the end of the layout (and only by accident then). | ||||
* | *Correct* fix for #1676770: | jenglish | 2007-03-09 | 2 | -3/+6 |
| | | | | reset wm geometry . and pack propagate . at end of test. | ||||
* | test grid-21.7: Remove 'pack propagate . 0' call, | jenglish | 2007-03-08 | 2 | -2/+6 |
| | | | | which was causing cascading failures in subsequent tests [Bug 1676770]. | ||||
* | revert premature commit | das | 2007-03-07 | 1 | -13/+1 |
| | |||||
* | * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code from | das | 2007-03-07 | 12 | -18/+965 |
| | | | | | | | | | | | | | | | | | | | | | | | | TkpInit() that ensures the console window appears when wish is started from the OS X Finder (i.e. with stdin == /dev/null), jeffh's 2006-11-24 change rendered the corresponding code in TkpInit() ineffective in wish because Tk_MainEx() sets tcl_interactive before calling TkpInit(). * generic/ttk/ttkGenStubs.tcl (new): add ttk-specific genstubs.tcl from * unix/Makefile.in (genstubs): tile and run it from 'genstubs' target, restores ability to generate all of Tk's stub sources. * generic/ttk/ttkTreeview.c: #ifdef out unused declaration. * macosx/tkMacOSXDebug.c (TkMacOSXGetNamedDebugSymbol): add fix for libraries loaded with a DYLD_IMAGE_SUFFIX. * macosx/Wish.xcodeproj/project.pbxproj: ensure gcc version used by * macosx/Wish.xcodeproj/default.pbxuser: Xcode and configure/make are * macosx/Wish-Common.xcconfig: consistent and independent of gcc_select default and CC env var; fixes for Xcode 3.0. * unix/tcl.m4 (Darwin): s/CFLAGS/CPPFLAGS/ in macosx-version-min check. * unix/configure: autoconf-2.59 | ||||
* | Comment typo nit | dkf | 2007-02-28 | 1 | -2/+2 |
| | |||||
* | Added compliler define SUPPORT_CONFIG_EMBEDDED to support config of -use ↵ | chengyemao | 2007-02-28 | 2 | -3/+4 |
| | | | | option at Windows | ||||
* | Added compliler #ifdef SUPPORT_CONFIG_EMBEDDED to support config of -use ↵ | chengyemao | 2007-02-28 | 1 | -1/+9 |
| | | | | option at specific platform | ||||
* | Minor syntactic stuff | dkf | 2007-02-27 | 5 | -227/+216 |
| | |||||
* | Minor cleanup | dkf | 2007-02-27 | 1 | -13/+7 |
| | |||||
* | Fix silly typos (thanks to Andreas Kupries for finding) | dkf | 2007-02-27 | 1 | -69/+58 |
| | |||||
* | Fixed grid anchor center problem in labelframes. [Bug 1545765] | pspjuth | 2007-02-25 | 3 | -4/+42 |
| | |||||
* | inverted logic in previous commit | das | 2007-02-24 | 1 | -3/+3 |
| | |||||
* | * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS X | hobbs | 2007-02-24 | 2 | -3/+13 |
| | | | | needs Option instead of Alt binding | ||||
* | D'oh! | dkf | 2007-02-23 | 1 | -2/+2 |
| | |||||
* | Reduce the number of warnings | dkf | 2007-02-23 | 3 | -58/+51 |
| | |||||
* | missing comma in previous commit | das | 2007-02-23 | 1 | -2/+2 |
| | |||||
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 17 | -1672/+1722 |
| | |||||
* | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. | hobbs | 2007-02-19 | 3 | -2/+18 |
| | | | | * unix/configure: autoconf-2.59 | ||||
* | * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues in | hobbs | 2007-02-19 | 1 | -2/+2 |
| | | | | empty dirs. [Bug 1662959] | ||||
* | 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). |