summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* updated for 8.5a6 changeshobbs2007-04-221-0/+3
|
* fix bug refdas2007-04-211-2/+3
|
* * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-0/+13
| | | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c, macosx/tkMacOSXClipboard.c: * macosx/tkMacOSXCursor.c, macosx/tkMacOSXDialog.c: * macosx/tkMacOSXDraw.c, macosx/tkMacOSXEvent.c: * macosx/tkMacOSXFont.c, macosx/tkMacOSXInit.c, macosx/tkMacOSXInt.h: * macosx/tkMacOSXKeyEvent.c, macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c, macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXScale.c, macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: Revert of commits from 2007-04-13 which broke the OS X build.
* Standardize function definition format.dkf2007-04-171-0/+7
|
* Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-10/+15
|
* * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handlehobbs2007-04-131-0/+5
| | | | Press triggering outside sash element boundaries.
* Skip OS version test, should work on Vista/Aero now as well as XPjenglish2007-04-101-0/+8
| | | | [Fixes #1687299, thanks to George Petasis for tracking this down].
* BUGFIX (Ttk_BuildLayoutTemplate): Nested TTK_GROUP nodes did not workjenglish2007-03-211-0/+6
| | | | unless they appeared at the end of the layout (and only by accident then).
* *Correct* fix for #1676770:jenglish2007-03-091-2/+3
| | | | reset wm geometry . and pack propagate . at end of test.
* test grid-21.7: Remove 'pack propagate . 0' call,jenglish2007-03-081-0/+5
| | | | which was causing cascading failures in subsequent tests [Bug 1676770].
* * generic/tkMain.c (Tk_MainEx): replicate macosx-specific code fromdas2007-03-071-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixed grid anchor center problem in labelframes. [Bug 1545765]pspjuth2007-02-251-0/+5
|
* * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS Xhobbs2007-02-241-0/+5
| | | | needs Option instead of Alt binding
* * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-191-0/+8
| | | | * unix/configure: autoconf-2.59
* Windows build fixesJoe Mistachkin2007-02-091-0/+6
|
* Add no-op [package ifneeded] script for tile 0.8.0,jenglish2007-02-061-0/+6
| | | | | 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"))) ifdas2007-02-041-0/+8
| | | | | | | 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 logJoe Mistachkin2007-02-041-0/+8
|
* Support IsAppThemed() call. This is what is used when theming ispatthoyts2007-02-021-0/+5
| | | | turned off just for an individual application.
* * macosx/Wish.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-281-1/+21
| | | | | | | | | | | | | | | | | | | * 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 anddas2007-01-251-0/+8
| | | | | | | 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 MSVC8Joe Mistachkin2007-01-191-1/+5
|
* * macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines.das2007-01-191-0/+11
| | | | | | | | | * 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
* s/CRLF/LF/ghobbs2007-01-111-0/+4
|
* * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".jenglish2007-01-111-0/+6
| | | | | This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated.
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-0/+7
| | | | | to keep in sync with Tile codebase (which must remain compatible with Tk 8.4).
* various "const" additions, in line with TIP #27nijtmans2007-01-031-0/+10
|
* Made the generic fake-X11 glue layer abide by the formatting rules of the core.dkf2007-01-021-18/+20
|
* * macosx/ttkMacOSXTheme.c: Define a constant to make itcc_benny2006-12-301-0/+2
| | | | compile on Mac OS X 10.3.
* * macosx/tkMacOSXFont.c: Fill-in TkpGetFontAttrsForChar (TIP #300).cc_benny2006-12-301-0/+4
|
* * tests/wm.test: Update wm attributes outputmdejong2006-12-281-0/+6
| | | | | so that tests pass after addition of -transparentcolor for Win32.
* ImageElement clientData no longer needed.jenglish2006-12-251-0/+4
|
* Fix [Bug 1522467] using fix similar to that used in Tcl recently.dkf2006-12-221-0/+4
|
* Spanish always uses "Guardar" to mean "Save" in the computer sense. [Bug ↵dkf2006-12-221-0/+6
| | | | 1111213]
* (TkpDisplayButton): lint init. [Bug 1618604]hobbs2006-12-191-0/+4
|
* * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-191-0/+6
| | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.59
* Big batch of ttk::treeview improvements:jenglish2006-12-181-0/+19
| | | | | | | | | | | | | | | Added column '-stretch' and '-minwidth' options. Improved column drag and resize behavior. Added horizontal scrolling [#1518650]. Row height and child indent specifiable on Treeview style. Decreased default row height, no default -padding. Use correct heading height [#1163349]. Apply tag settings to tree item as well as to data columns [NOTE: 'tag configure' still buggy]. Fix off-by-one condition when moving nodes forward [#1618142] Prevent overscroll ([#1173434]) Treeview style settings specified separately in each theme. Added disclosure triangle element in aqua theme.
* Whitespace cleanupdkf2006-12-181-57/+51
|
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-0/+6
| | | | needs to scroll [#1032869].
* * doc/cursors.n: Mention "none" in supportedmdejong2006-12-171-0/+19
| | | | | | | | | | | | | | | | | | cursor list. Fix comment that incorrectly claims that the Win32 "no" cursor hides the cursor. * tests/cursor.test: Test "none" cursor. * unix/tkUnixCursor.c (CreateCursorFromTableOrFile, TkGetCursorByName): Define a table of Tk cursors that is searched in addition to the X cursor table. A Tk cursor is loaded from a data string and works with the same options as the built in X cursors. This code makes it possible to use "none" as a cursor name under Unix. * win/rc/cursor9a.cur: Added none Win32 cursor. * win/rc/tk_base.rc: Define a built-in Win32 cursor named "none". [Patch 1615427]
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-0/+13
| | | | the number of globally-visible initialization records.
* * unix/Makefile.in (install-doc): intentionally skip ttk_dialog.nhobbs2006-12-131-0/+10
| | | | | | | | | | | installation (not for public consumption) * doc/scrollbar.n, doc/button.n, doc/checkbutton.n: * doc/entry.n, doc/frame.n, doc/label.n, doc/labelframe.n: * doc/menu.n, doc/menubutton.n, doc/panedwindow.n: * doc/radiobutton.n, doc/scrollbar.n, doc/ttk_*: revamp ttk docs to use consist nroff format (not 100% consistent with classic widget docs). Add more man page cross-linking "SEE ALSO".
* * generic/ttk/ttkInit.c:hobbs2006-12-131-0/+4
| | | | | * generic/ttk/ttkTreeview.c: make treeview exist by default * generic/ttk/ttkPanedwindow.c: s/TtkPaned_Init/TtkPanedwindow_Init/
* * win/Makefile.in, unix/Makefile.in (demo): add 'demo' targethobbs2006-12-131-0/+5
|
* Try to straighten out theme loading and selection logic.jenglish2006-12-131-0/+7
|
* Remove nonfunctional code and incorrect comments.jenglish2006-12-131-0/+5
|
* * win/tkWinButton.c (InitBoxes): Call Tcl_Panic()mdejong2006-12-121-0/+13
| | | | | | | | | | | | if loading of bitmap resources fails. This change generates an error if Tk is unable to find button widget resources instead of silently failing and then drawing widgets incorrectly. win/rc/tk_base.rc: If the user defines BASE_NO_TK_ICON then compile the base resources file without a "tk" icon. This change makes it easier to replace the default tk icon with a custom icon. [Patch 1614362]
* Support the _NET_WM_PING protocol from EWMH. There's no reason to dodkf2006-12-111-10/+20
| | | | | anything other than what is implemented, so no need for additional script control over it.
* Rename typedef Ttk_Element => Ttk_ElementImpl.jenglish2006-12-101-0/+7
|
* Merged duplicate functionality between image element factory,jenglish2006-12-091-0/+12
| | | | | | image element, and -image option processing. Image element factory now takes an imageSpec argument instead of a separate image name and -map option.