Unnamed Fossil Project

Timeline
Login

Timeline

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

32 check-ins using file generic/frame.c version 3caa219e6a

2008-11-09
21:29
Remove unnecessary casts. check-in: adf5f138b8 user: jenglish tags: master, trunk
2008-11-08
21:22
More CONSTipation from JN (backport from core CVS) check-in: 9b27f29f39 user: jenglish tags: master, trunk
2008-10-30
20:48
(forgot to include in last commit) check-in: b84aa0202d user: jenglish tags: master, trunk
00:00
Temporary workaround for #2207435. check-in: 49b73fa4bd user: jenglish tags: master, trunk
2008-10-28
19:47
Tk doesn't support '-cursor none' on Windows. check-in: 48a046fa00 user: jenglish tags: master, trunk
19:38
Add correct platform-specific cursors for OSX. Expanded set of symbolic cursors. Use correct cursor for ttk::entry and ttk::combobox widgets. check-in: 6600cf46f6 user: jenglish tags: master, trunk
2008-10-24
20:20
Use different AssocData key so that tile extension can be loaded into 8.5+ interps [#2175411]. check-in: 14f365828e user: jenglish tags: master, trunk
2008-10-17
16:32
library/scale.tcl: Implemented keyboard bindings for ttk::scale (Backport Tk change 2008-10-17 Pat Thoyts) check-in: af6af91091 user: jenglish tags: master, trunk
2008-08-27
22:36
Wrap [package require]ments for Tile-only packages in [catch] blocks, so demo.tcl can be [source]d into an 8.5+ wish. check-in: 7316200c50 user: jenglish tags: master, trunk
2008-08-19
14:50
Don't use sprintf "%g" to format floating point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0". check-in: cfd71bc6c7 user: jenglish tags: master, trunk
2008-07-24
15:05
fix [2021443] inconsistant "wrong # args" messages (for Tk) (Backport Tk change 2007-02-24 Jan Nijtmans) check-in: 5b37f6d74c user: jenglish tags: master, trunk
2008-07-06
20:49
[ttk::style theme use] without an argument now returns the current theme name (backport from core patch 2008-05-27 Pat Thoyts). check-in: 2670ef38c3 user: jenglish tags: master, trunk
2008-07-04
19:04
Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, in case of erroneous style specifications [#2009213]. check-in: b959ae0fa5 user: jenglish tags: master, trunk
2008-05-23
20:32
CONSTipation. check-in: 891973f3eb user: jenglish tags: master, trunk
20:19
Update ChangeLog and manpage. check-in: f3b12262f7 user: jenglish tags: master, trunk
20:05
Treeview tag and rendering improvements: Separate "Item", "Row", and "Cell" styles no longer needed, item styles taken from base "Treeview" style. Dynamic settings from style now override tag settings, so e.g., [$tv tag configure -background ...] no longer overrides selection feedback. Added [$tv tag has] subcommand. check-in: 3149ce2cfe user: jenglish tags: master, trunk
20:03
treeview 'identify' enhancements: added 'identify region', 'identify element', and 'identify item' submethods. check-in: e39a7ad15d user: jenglish tags: master, trunk
20:02
(whitespace fixes). check-in: 0ce82364c9 user: jenglish tags: master, trunk
17:54
Avoid passing width or height <= 0 to Tk_RedrawImage, as this leads to a panic on Windows [#1967576] check-in: 1ed0269846 user: jenglish tags: master, trunk
2008-05-04
16:57
Aqua theme: "default" and "focus" adornments should not be disjoint [#1942785] check-in: 4bba8548cc user: jenglish tags: master, trunk
2008-04-25
19:11
BUGFIX: [$tv selection] takes a list of items, not a single item [#1951733; see also #1448421] check-in: de427ff250 user: jenglish tags: master, trunk
2008-04-16
14:27
* library/sizegrip.tcl: Don't resize if the toplevel is not resizable or the sizegrip has been disabled. (backport from core patch 2008-04-04 Pat Thoyts) * library/xpTheme.tcl: fix the colour of labelframe in xp (backport from core patch 2008-04-03 Pat Thoyts) check-in: b5aca75681 user: jenglish tags: master, trunk
2008-03-07
13:51
Added a Visual Styles API element engine so that elements can be created using _any_ of the MS provided parts. check-in: 5e337b58cf user: patthoyts tags: master, trunk
2008-03-06
16:23
Moved "TAB IDENTIFIERS" section before "WIDGET COMMAND" section [#1882011] check-in: 32a041cb8f user: jenglish tags: master, trunk
15:17
Updated win32 build files check-in: 6470fcabbb user: patthoyts tags: master, trunk
2008-02-28
01:21
* win/xpTheme.c: fix naming of TtkXPTheme_Init forward decl check-in: ff451144e7 user: hobbs tags: master, trunk
2008-02-24
15:11
Need 'package require ttk::dialog'. Testing: tile::harmonize check-in: 9f5232d873 user: jenglish tags: master, trunk
2008-02-23
18:38
Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, as intended [#1890211]. Clarified documentation. check-in: 6052e9baf6 user: jenglish tags: master, trunk
17:31
Don't enforce MIN_SASH_THICKNESS = 5 pixels, just use 5 as a default [#1898288] check-in: 7504e84884 user: jenglish tags: master, trunk
2008-01-30
05:34
library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding (error if no current focus item; reported on c.l.t.) check-in: b14b26083d user: jenglish tags: master, trunk
2008-01-28
00:34
Make sure to schedule a redisplay when adding and/or hiding tabs [#1878298]. check-in: 7c649b8584 user: jenglish tags: master, trunk
2008-01-08
19:59
BUGFIX: Register generic "Label" sublayout instead of specific "TLabelframe.Label" sublayout; otherwise [ttk::labelframe]s with different -styles don't work [#1867122]. Check for NULL labelLayout where necessary in case something else goes wrong. check-in: e204285493 user: jenglish tags: master, trunk