Unnamed Fossil Project

Timeline
Login

Timeline

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

50 check-ins occurring around 2004-01-06 21:41:01.

2004-01-10
21:53
XP Theme fixes. check-in: 3eedbad5af user: patthoyts tags: master, trunk
19:25
Shadow colors for indicators. check-in: 3dd1973323 user: jenglish tags: master, trunk
19:11
Refactored BorderElementSpec check-in: b6142b988e user: jenglish tags: master, trunk
14:07
Merged the vtrough/htrough elements. check-in: 41fcdc2e44 user: patthoyts tags: master, trunk
12:27
Added a tprogress widget. Needs work in the additional themes. check-in: 8f98a8806c user: patthoyts tags: master, trunk
10:31
Added demo code for progress widget check-in: 59d807cb6a user: patthoyts tags: master, trunk
10:26
Added repeat detection to the scale. check-in: 75320c0372 user: patthoyts tags: master, trunk
10:06
Fixed slider breakage and thumb orientation. check-in: b3bf41d22c user: patthoyts tags: master, trunk
02:31
Marked stuff [done] that's already done. check-in: 7f6edc386f user: jenglish tags: master, trunk
02:17
Added postConfigureProc widget hook, for post-configuration operations that need to reenter the interpreter. -variable and -textvariable options now work properly (read when configured, not just when variable changes). check-in: 29871a34f6 user: jenglish tags: master, trunk
01:19
Set attached -variable and invoke -command in [scale set] (where it's safe) instead of in the Display callback (where it isn't). check-in: 6cbbfd60d2 user: jenglish tags: master, trunk
2004-01-09
22:29
Merged hslider/vslider and hthumb/vthumb elements. check-in: d3dd0389a4 user: jenglish tags: master, trunk
21:56
BUGFIX: InitializeElementRecord() now ensures that widget options have a valid objOffset. check-in: 1d0dc7b5d0 user: jenglish tags: master, trunk
20:00
Rename "label" element => "text" check-in: 8250ebb36a user: jenglish tags: master, trunk
19:43
Rename TK_WIDGET_STATE_* => TTK_STATE_* check-in: d5e39db605 user: jenglish tags: master, trunk
13:24
Included new notebook and trace files. check-in: e19b729573 user: patthoyts tags: master, trunk
03:14
Split tracing utilities out into new file trace.c check-in: de933c0bf1 user: jenglish tags: master, trunk
02:42
* generic/notebook.c, library/notebook.tcl, tests/notebook.test, library/tile.tcl, demos/demo.tcl: Added an ugly but functional Notebook widget. * generic/layout.c, generic/tkTheme.h, generic/widget.c: Expose some TTK_Box-related layout functions needed by the above. check-in: 8e956ae316 user: jenglish tags: master, trunk
02:39
[style elementconfigure] -- leave error message if element not found check-in: afad75bf68 user: jenglish tags: master, trunk
2004-01-07
11:59
Implemented XP unthemed fallback and per-theme engine cleanup procedure. check-in: 39256e99a5 user: patthoyts tags: master, trunk
02:06
Add invisible monitoring window for Windows. check-in: 0174bad24d user: patthoyts tags: master, trunk
2004-01-06
23:48
Oops. Reset the step theme scale. check-in: 495d0721ee user: patthoyts tags: master, trunk
23:29
Further improvements to the scale trough. check-in: e492d8f3b8 user: patthoyts tags: master, trunk
22:05
various bugfixes; first version didn't work properly when mouse cursor dragged away from "pressed" element and then released. check-in: e9081e1793 user: jenglish tags: master, trunk
22:03
Factored out ScrollbarLayout; added comments. check-in: 7dee9614ed user: jenglish tags: master, trunk
21:41
New utility, TrackElementState Updated TScrollbar to use TrackElementState; [$scrollbar elementstate] widget method no longer needed. Scrollbar finally displays "active" state properly! check-in: 89d96acfd8 user: jenglish tags: master, trunk
21:14
Cleared some warnings from gcc. check-in: a1047b9ac9 user: patthoyts tags: master, trunk
19:45
Fix element lookup for more than 2 names. check-in: abcf300179 user: patthoyts tags: master, trunk
16:43
Improvements to the scale widget and slider element. check-in: a56b2dd80a user: patthoyts tags: master, trunk
01:26
Removed -first and -last resources (no longer needed after thumb element simplified.) Removed -troughcolor resource. check-in: 1bdacf1830 user: jenglish tags: master, trunk
01:18
Change element lookup scheme check-in: 35b8a53ef4 user: patthoyts tags: master, trunk
00:46
Took "-bg", "-bd" TK_OPTION_SYNONYM resources back out (these were omitted on purpose). check-in: ad8c0d5945 user: jenglish tags: master, trunk
2004-01-05
22:34
BUGFIX: failed to clean up -textvariable variable trace, leading to a crash. Added test case for above. check-in: aa2de1d837 user: jenglish tags: master, trunk
21:57
Added scale widget (incomplete) check-in: e30e7a07a0 user: patthoyts tags: master, trunk
01:24
* generic/scrollbar.c, library/scrollbar.tcl, generic/tkElements.c, generic/altTheme.c, generic/stepTheme.c, win/xpTheme.c: Move scrollbar thumb geometry calculations entirely into the scrollbar widget; thumb element implementations don't need to worry about first / last anymore. Minimum thumb size now works. * generic/layout.c, generic/tkTheme.h: Additional utilities needed to support the above. check-in: a422ff8020 user: jenglish tags: master, trunk
00:41
BUGFIX: Button-2 scanning didn't work when scrollbar was attached to a real widget ('$cmd moveto $fraction' may update the scrollbar in an idle handler). check-in: 574581e1ac user: jenglish tags: master, trunk
2004-01-04
23:26
Added a few more utility targets. check-in: fd1b705bf8 user: jenglish tags: master, trunk
2004-01-02
19:13
Replace a few [style elementconfigure] calls w/[style configure] check-in: 44ce6ce751 user: jenglish tags: master, trunk
18:57
* demos/demo.tcl: Added compound checkbuttons to toolbars; demonstrating a conceptual error in the layout engine. * generic/altTheme.c: Workaround for above error. check-in: 7f70cf86e3 user: jenglish tags: master, trunk
01:16
* generic/layout.c: Themes may register new elements without * generic/tkTheme.h: registering new styles. So the element lookup * generic/tkTheme.c: (TTK_GetElement) must be given a starting theme and cannot just use the style's recorded theme. This error caused the xp theme to always use 'alt' elements. So by passing the current theme and style, we can find the correct element to use. check-in: 81395f8a27 user: patthoyts tags: master, trunk
01:15
* generic/altTheme.c: Added a subpackage declaration to enable introspection of the available themes. * win/xpTheme.c: Added local elements for the tile widget for testing purposes. check-in: ce191e68fd user: patthoyts tags: master, trunk
01:14
* demos/demo.tcl: Added a scrolled text widget to the client frames as I think this shows off the scrollbars more clearly to people unfamiliar with the code. Also hooked in a theme menu and the tile widget. check-in: dff7db773a user: patthoyts tags: master, trunk
2003-12-31
03:26
Fix display of "active" and "pressed" states for check & radiobuttons. check-in: abd2b33b5b user: jenglish tags: master, trunk
03:17
Changed element resource lookup algorithm again; now examines settings from style. This is still not right, but getting closer to something sensible. check-in: 4e988a4855 user: jenglish tags: master, trunk
2003-12-30
21:32
Add WorldChanged ClassProc, so font changes are recognized. check-in: ff00da1f50 user: jenglish tags: master, trunk
21:26
Regenerated. check-in: 87ded2d39b user: jenglish tags: master, trunk
21:26
Don't subst TCL_PKGPATH in configure script. check-in: 503f20385a user: jenglish tags: master, trunk
2003-12-29
00:02
library/tile.tcl, library/button.tcl: moved bindings for Button, Checkbutton, and Radiobuttons into separate file. check-in: 6817a1ee94 user: jenglish tags: master, trunk
2003-12-28
23:57
*** empty log message *** check-in: e47f998845 user: jenglish tags: master, trunk
23:56
Fix compiler warnings (signed vs. unsigned). check-in: e89154811f user: jenglish tags: master, trunk