Unnamed Fossil Project

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

57 check-ins using file configure.in version 4ffa8a3558

2006-10-03
17:19
Try to get $TK_LIB_SPEC into link line on Windows if --disable-private-headers specified (untested). check-in: eee2d0ac51 user: jenglish tags: master, trunk
2006-10-02
22:48
TYPO: can't declare 'HDC hdc = ...' in the middle of a block in C89 check-in: 4ab8a2faf0 user: jenglish tags: master, trunk
2006-09-30
17:53
Revert to revision 1.1 -- previous commit was a mistake -- oops. check-in: 00a920f2ae user: jenglish tags: master, trunk
17:51
Added FilledFocus element, fixes appearance of readonly comboboxes [#1567923]. Also hide selection if combobox does not have focus. check-in: 295e47b6d4 user: jenglish tags: master, trunk
2006-09-29
14:18
Minor mod to test cvs commit notifications check-in: d1e24c6270 user: patthoyts tags: master, trunk
2006-09-26
12:45
ScrollbarFractionCommand: Avoid division by zero and negative return values when scrollbar is too small. check-in: bc206ae3be user: jenglish tags: master, trunk
2006-09-21
18:22
Added treeview item tags (first cut) check-in: 9df203660a user: jenglish tags: master, trunk
2006-09-20
23:57
Tcl_AppendResult audit. BUGFIX in generic/image.c (missing NULL terminator). check-in: 335cbbf482 user: jenglish tags: master, trunk
15:04
Minor documentation updates: describe [style map], 'readonly' state. check-in: b1da57fd24 user: jenglish tags: master, trunk
14:39
Replace WidgetIdentifyCommand (which only looks at the base layout) with new NotebookIdentifyCommand() (which examines tabs). check-in: 4e8a9b9281 user: jenglish tags: master, trunk
2006-09-19
23:12
... fixed ... check-in: e75003f774 user: jenglish tags: master, trunk
23:07
Excavated old panedwindow interactive test script from the archives. check-in: f7dd161504 user: jenglish tags: master, trunk
20:40
s/style default/style configure check-in: 974789c9ed user: jenglish tags: master, trunk
2006-09-13
14:05
BUGFIX: ttk::dialog -parent option didn't work [#1551500]. (Never fully tested fix for #1283014). check-in: 72b46b8a13 user: jenglish tags: master, trunk
2006-09-12
22:02
Ttk_NewBoxObj, ScrollbarGetCommand: Revised implementation that doesn't incrementally grow the list (suggestion from Andreas Kupries). check-in: bd0fb8b7ec user: jenglish tags: master, trunk
2006-08-27
21:22
combobox.test: clean up at end (so 'make vgtest' works) check-in: 2abf6131c6 user: jenglish tags: master, trunk
16:01
BUGFIX(UpdateScrollbar): Missing Tcl_Preserve/Tcl_Release on h->corePtr (caught by valgrind/entry-5.1) check-in: 653ba65295 user: jenglish tags: master, trunk
2006-08-26
23:06
* treeview.c, layout.c ttk.decls: Moved Ttk_NewBoxObj(), made public. * ttkDecls.h, ttkStubInit.c: Regenerated. * entry.c(EntryBBoxCommand): Use Ttk_NewBoxObj() check-in: 9458a9e07c user: jenglish tags: master, trunk
16:59
Removed some out-of-date information about themes. check-in: a3715c03f5 user: jenglish tags: master, trunk
2006-08-25
14:53
Don't need TSizegrip layout definition, it's built-in. check-in: 833a773dcc user: jenglish tags: master, trunk
2006-08-24
19:54
Attempted to clarify BUGS section -- negative x or y coordinates aren't the problem, it's West or South gravity that's the problem. check-in: 9eb7ec2728 user: jenglish tags: master, trunk
05:27
Revert previous change -- it crashes on OSX (probably due to buggy Xlib emulation layer on that platform). check-in: a6fd192540 user: jenglish tags: master, trunk
2006-08-21
20:07
IndicatorElementDraw: Use XCreateImage() instead of XGetImage() check-in: 31cbe310f1 user: jenglish tags: master, trunk
19:01
Don't use "active" feedback for notebook tabs, only "selected" [#1353612] check-in: f0f6fe1f5d user: jenglish tags: master, trunk
18:54
Notebook layout algorithm can now (almost) handle -tabposition [swe]* as well as n* [#1470246]. check-in: 3d4f772ee6 user: jenglish tags: master, trunk
17:52
Changed Shift-click selection behavior to match common conventions [#1389202]. Also added preliminary support for future '-selectmode' option. check-in: 2d2d356874 user: jenglish tags: master, trunk
2006-08-20
19:40
Buttons et. al: Don't set 'active' state if widget is disabled. This is the right thing more often than not. check-in: f2d76339ca user: jenglish tags: master, trunk
19:00
"About" box: show Tile library directory too. check-in: 33323fa01b user: jenglish tags: master, trunk
17:27
Add (semipublic) tile::defineImage procedure. check-in: c0d5cee0bc user: jenglish tags: master, trunk
01:17
BIG BUGFIX: Most callers of GetTabIndex() neglected to check for "not found" condition, leading to all sorts of fun and exciting ways to crash the notebook widget. check-in: d6da786deb user: jenglish tags: master, trunk
2006-08-19
23:24
ttk::dialog: Add support for "no icon" [#1542785]. Make WM_DELETE_WINDOW invoke cancel button as documented. check-in: be942be785 user: jenglish tags: master, trunk
23:17
helpDialog: explicitly specify "-icon info", since that's no longer the default. Show "package ifneeded" script in addition to version. check-in: fe182bd47a user: jenglish tags: master, trunk
00:12
Properly initialize root item [Fixes #1541739 "crash in treeview widget 'see' method'] check-in: 84ff37c846 user: jenglish tags: master, trunk
2006-08-16
17:40
BUGFIX: don't sort list of [source] commands alphabetically, there are dependencies between them [#1541094]. check-in: d2df69627c user: jenglish tags: master, trunk
2006-08-05
23:18
Added tests/sgtest.tcl, interactive test driver for ttk::sizegrip widget check-in: 95abfd4483 user: jenglish tags: master, trunk
05:59
Added sizegrip widget. check-in: da90c14b65 user: jenglish tags: master, trunk
04:27
Add sizegrip element to default theme. check-in: 4684ca37dc user: jenglish tags: master, trunk
2006-08-04
23:22
Added identify command to all widgets. check-in: 430aa94a27 user: patthoyts tags: master, trunk
23:19
Silence cast warning check-in: b9453be250 user: patthoyts tags: master, trunk
19:37
Shamefully admit that this manpage is woefully incomplete, and add a pointer to some documentation that might actually be useful. check-in: fc755f07dc user: jenglish tags: master, trunk
12:05
Added new elements (tabs,sash,sizegrip) to blue theme and fixed the progressbar element name. check-in: b85d72e3b9 user: patthoyts tags: master, trunk
05:04
Use "ttk::" namespace prefix in the NAME section of all widget manpages. check-in: f7faf7c3d7 user: jenglish tags: master, trunk
05:00
Moved description of '-xscrollcommand' and '-yscrollcommand' into their own section; these are not "supported by all Tile widgets" as the manpage claimed. check-in: 4ebbdbcfd7 user: jenglish tags: master, trunk
2006-08-02
14:30
Stubs lib to be called ttkstub.lib check-in: ab576d1c23 user: patthoyts tags: master, trunk
2006-07-30
18:16
Cast to avoid warning check-in: 997a7149fe user: patthoyts tags: master, trunk
14:57
Build the stubs lib in the msvc makefile. Added a version resource. check-in: 47dba2dc86 user: patthoyts tags: master, trunk
2006-07-29
21:27
Added 'sizegrip' element. check-in: fb24da8500 user: jenglish tags: master, trunk
2006-07-22
16:37
winnative theme: added sizegrip element Updated cursors.tcl check-in: 02fff17a0c user: jenglish tags: master, trunk
2006-07-14
05:04
Markup fix: .IP instead of .TP for check-in: 3f0fe226ea user: jenglish tags: master, trunk
2006-07-11
21:36
Fixed the generated pkgIndex to be safe in the face of paths with spaces. check-in: 1349834441 user: patthoyts tags: master, trunk
2006-07-09
18:59
Removed 'style map . -underline {{} -1}' hack, since it doesn't work anymore. check-in: a353a2bd9c user: jenglish tags: master, trunk
18:28
Change precedence order for element options: widget options now take precedence over [style map ...] settings [See #1517110]. check-in: 616b298d06 user: jenglish tags: master, trunk
2006-07-04
18:32
TransferGrab: Use [tk_popup] instead of explicit [grab -global] call [Fixes #1486417] check-in: 7efe22346b user: jenglish tags: master, trunk
17:21
library/utils.tcl: Check [winfo viewable $w] in tile::takefocus, since tk_focusNext/tk::FocusOK require this behavior [Fixes #1516479]. Merged [tile::wantsFocus] and [tile::takesFocus], since there's no easy way to distinguish these two conditions any more (see also 2006-04-07 ChangeLog entry). library/notebook.tcl: Adjust for the above changes. check-in: 974643d243 user: jenglish tags: master, trunk
2006-07-03
18:30
test treeview-9.0 - comment that "-yscrollcommand only invoked if widget is visible" inoperative. check-in: 5d3fabcd06 user: jenglish tags: master, trunk
2006-06-03
15:51
Regenerated configure scripts check-in: 5ca754c74e user: jenglish tags: master, trunk
15:49
Bumped version number to 0.7.7 check-in: 84756c8176 user: jenglish tags: master, trunk