summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fixed grid anchor center problem in labelframes. [Bug 1545765]pspjuth2007-02-251-3/+7
|
* D'oh!dkf2007-02-231-2/+2
|
* missing comma in previous commitdas2007-02-231-2/+2
|
* Less of that K&R or wrongly indented function header style!dkf2007-02-227-1175/+1163
|
* fix crlf line endingsdas2007-02-131-1517/+1517
|
* Fix minor K&R-ismdkf2007-02-131-54/+54
|
* Fix minor K&R-ismdkf2007-02-132-198/+204
|
* Fix minor K&R-ismdkf2007-02-131-3/+3
|
* Fix minor K&R-ismdkf2007-02-121-66/+67
|
* Fix minor K&R-ismdkf2007-02-122-233/+239
|
* Fix minor K&R-ismdkf2007-02-122-89/+87
|
* Minor whitespace correctionsdkf2007-02-121-1516/+1517
|
* Fix minor K&R-ismdkf2007-02-121-5/+5
|
* * macosx/Wish.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-281-6/+4
| | | | | | | | | | | | | | | | | | | * 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.
* fix warningdas2007-01-191-2/+2
|
* whitespacedas2007-01-193-5/+7
|
* various "const" additions, in line with TIP #27nijtmans2007-01-186-139/+139
|
* various "const" additions, in line with TIP #27nijtmans2007-01-185-115/+115
|
* More warning squelching (mostly uninit variable warnings)dkf2007-01-121-2/+4
|
* Quell type-punning warnings from gcc/unix builddkf2007-01-121-5/+5
|
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-1111-86/+75
| | | | | | | 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).
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-1115-106/+116
|
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-1113-44/+44
| | | | | to keep in sync with Tile codebase (which must remain compatible with Tk 8.4).
* various "const" additions, in line with TIP #27nijtmans2007-01-0510-47/+47
| | | | fix bug #1627732
* various "const" additions, in line with TIP #27nijtmans2007-01-0336-118/+119
|
* various "const" additions in implementationnijtmans2007-01-038-28/+28
|
* Various small syntactic simplifications of ImgPhotoGet()dkf2007-01-021-52/+49
|
* ImageElement clientData no longer needed.jenglish2006-12-251-22/+11
|
* Remove assert() calls - Don't Panicjenglish2006-12-181-12/+6
|
* Big batch of ttk::treeview improvements:jenglish2006-12-182-154/+412
| | | | | | | | | | | | | | | 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.
* Use more portable string literalsdgp2006-12-185-2162/+1985
|
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-1/+6
| | | | needs to scroll [#1032869].
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-1416-179/+211
| | | | the number of globally-visible initialization records.
* * generic/ttk/ttkInit.c:hobbs2006-12-133-14/+6
| | | | | * generic/ttk/ttkTreeview.c: make treeview exist by default * generic/ttk/ttkPanedwindow.c: s/TtkPaned_Init/TtkPanedwindow_Init/
* Try to straighten out theme loading and selection logic.jenglish2006-12-132-2/+9
|
* Remove nonfunctional code and incorrect comments.jenglish2006-12-131-9/+1
|
* Rename typedef Ttk_Element => Ttk_ElementImpl.jenglish2006-12-106-23/+23
|
* fix warningdas2006-12-101-2/+2
|
* Merged duplicate functionality between image element factory,jenglish2006-12-097-264/+274
| | | | | | image element, and -image option processing. Image element factory now takes an imageSpec argument instead of a separate image name and -map option.
* * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
| | | | not needed - just call EventuallyRedrawRange. [Bug 1608046] (rezic)
* TIP#286 implementation. [Patch 1152376]dkf2006-12-041-19/+64
|
* TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-013-14/+75
|
* Dead code removal.jenglish2006-12-012-8/+2
|
* * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506jenglish2006-11-274-87/+75
| | | | | | | | * library/ttk/button.tcl, library/ttk/combobox.tcl, library/ttk/utils.tcl: Rename ttk::CopyBindings to ttk::copyBindings * generic/ttk/ttkTreeview.c, doc/ttk_treeview.n: -displaycolumns {} now means "no columns" instead of "all columns". Use -displaycolumns #all for "all columns" [Fixes #1547622].
* * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,jenglish2006-11-243-24/+29
| | | | | | | | | | library/ttk/defaults.tcl, library/ttk/winTheme.tcl, library/ttk/xpTheme.tcl: explicitly specify -anchor w on TMenubutton * tests/ttk/entry.test: Fixed font dependency; test entry-3.2 should work on all platforms now. * library/classicTheme.tcl: Don't define or use TkClassicDefaultFont. * generic/ttk/ttkTreeview.c, generic/ttk/ttkPanedwindow.c: Handle missing layouts.
* Add support for alternate/indeterminate checkbutton state.jenglish2006-11-211-5/+1
| | | | | Fix various spacing parameters [#1596020, patch from Tim Baker]. Remove unused uxtheme hooks.
* Fix off-by-one bug in tree indicator size computation [#1596021,jenglish2006-11-141-7/+7
| | | | patch from Tim Baker]. Increased default size from 7 to 9 pixels.
* *correct* fix for #1588251.jenglish2006-11-131-7/+9
|
* Reworked cleanup procedure -- "self-cancelling" idle call is not robust,jenglish2006-11-121-15/+12
| | | | | call Tcl_CancelIdleCall() in TtkFreeScrollHandle instead. [fixes #1588251]
* Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS:jenglish2006-11-074-17/+12
| | | | | | fix comments damaged by overzealous search-and-destroy; removed obsolete [style default] synonym for [ttk::style configure]; removed other dead code.