Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2003-10-21 00:53:56.
|
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 | |
|
2003-12-13
| ||
| 01:29 | * generic/altTheme.c: Make the focus ring a bit more like the windows focus ring. check-in: 08432b23dc user: patthoyts tags: master, trunk | |
|
2003-12-10
| ||
| 22:39 | * generic/stepTheme.c: Implemented OPENSTEP style checkbutton * library/tile.tcl: and radiobutton indicators. check-in: fdd0044c7e user: patthoyts tags: master, trunk | |
| 22:17 | Fix the shading in the vertical thumb when pressed. Make xpnative a child of the alt theme. This makes the focus highlight more nearly correct and if themeing is disabled we should revert to the alt style anyway. check-in: 99cf3e9792 user: patthoyts tags: master, trunk | |
|
2003-11-29
| ||
| 01:55 | Support vtrough and htrough in stepTheme check-in: b2a17ee3ed user: patthoyts tags: master, trunk | |
| 01:49 | * generic/tkElements.c: Replaced Scrollbar.trough with .vtrough and * win/xpTheme.c: .htrough as gradient fills are drawn differently for each orientation. Used in xpTheme so XP scrollbars now appear correct. * win/Makefile.vc: Added user.lib for DrawFocusRect. check-in: c8ad89a5f6 user: patthoyts tags: master, trunk | |
|
2003-11-27
| ||
| 01:19 | Made TTK_LayoutNode struct opaque. check-in: a472145e3e user: jenglish tags: master, trunk | |
| 00:17 | HighlightElement: only draw focus ring if widget has keyboard focus. check-in: 8bdde97650 user: jenglish tags: master, trunk | |
|
2003-11-25
| ||
| 02:45 | [$label configure -textvariable foo] does not update -text check-in: 5444fe328d user: jenglish tags: master, trunk | |
|
2003-11-23
| ||
| 18:48 | * library/tile.tcl: Scrollbars should not take keyboard focus. * library/scrollbar.tcl: set thumb state to pressed on ButtonPresss-2 check-in: bdd55eedb7 user: jenglish tags: master, trunk | |
| 18:46 | Scrollbars should not take focus by default check-in: 748889ff0a user: jenglish tags: master, trunk | |
| 18:45 | Set thumb state to "pressed" on Button2-Press. check-in: 1321041ebe user: jenglish tags: master, trunk | |
|
2003-10-26
| ||
| 19:00 | Draw focus ring (in the wrong place) check-in: 9b8b16da2c user: jenglish tags: master, trunk | |
|
2003-10-22
| ||
| 19:41 | Autorepeat when pressing in scrollbar trough check-in: 023bdfa95d user: jenglish tags: master, trunk | |
| 02:13 | Added -textvariable option. check-in: 36668cf86a user: jenglish tags: master, trunk | |
|
2003-10-21
| ||
| 16:30 | generic/altTheme.c: scrollbar display tweaks. library/scrollbar.tcl: clicking in trough scrolls by pages. check-in: 31b67a3ccb user: jenglish tags: master, trunk | |
| 06:46 | Minor appearance tweaks for XP check-in: aa23175415 user: jenglish tags: master, trunk | |
| 02:13 | Added [scrollbar elementstate] command; "pressed / !pressed" feedback for individual scrollbar elements. check-in: bc2de21276 user: jenglish tags: master, trunk | |
| 00:53 | generic/layout.c: Changed layout specification internals. check-in: d99a640db0 user: jenglish tags: master, trunk | |
|
2003-10-20
| ||
| 22:34 | * generic/altTheme.c: Implemented a Highlight element to allow * generic/tkElements.c: placing the highlight in different parts * library/tile.tcl: of the layout. check-in: 74052e64ce user: patthoyts tags: master, trunk | |
| 21:28 | * generic/widget.h: Avoid XP code if the headers do not * win/xpTheme.c: support themeing. check-in: d1b35a1a6f user: patthoyts tags: master, trunk | |
| 20:33 | Quick and dirty hack to layout engine to overcome fundamental design flaws. More comprehensive fix forthcoming... check-in: dccd8efa33 user: jenglish tags: master, trunk | |
| 14:39 | * win/makefile.vc: Added a working install target for win32. check-in: ff12ea344f user: patthoyts tags: master, trunk | |
| 14:38 | Added some menu items. check-in: a41db9daeb user: patthoyts tags: master, trunk | |
| 14:37 | * demos/demo.tcl: Added some menu items as we'll want to look into this at some point. Included a 'console' item for win32. check-in: 3ca6a3b348 user: patthoyts tags: master, trunk | |
| 02:57 | Build on Win32 under MSYS check-in: ee97df55f0 user: jenglish tags: master, trunk | |
|
2003-10-19
| ||
| 18:36 | Great Renaming: A "StyleEngine" is now called a "Theme". check-in: 609645c188 user: jenglish tags: master, trunk | |
| 18:13 | * Added TTK_GetDefaultTheme(), TTK_GetCurrentTheme(). * Added [style settheme $theme] command. Widget -style resource currently unused except to trigger a theme change; need to figure out what to do with this later. check-in: 347823311d user: jenglish tags: master, trunk | |
|
2003-10-18
| ||
| 02:07 | CHECKPOINT: halfway through implementing new data structures. check-in: 489e2711f5 user: jenglish tags: master, trunk | |
|
2003-10-17
| ||
| 22:38 | Refactoring in progress: introduced "TTK_Style" data structure, layout table now part of TTK_Style. tkTheme.c: moved change log in file header comments to doc/history.txt check-in: b9223e1a62 user: jenglish tags: master, trunk | |
| 21:59 | Moved layouts from tile.c into theme-specific files. check-in: 1edcc2efe2 user: jenglish tags: master, trunk | |
| 15:38 | BUGFIX: recompute geometry when -compound, -text, and other geometry-influencing resources change. check-in: 675ee8c0cc user: jenglish tags: master, trunk | |
| 15:14 | Added 'install' target check-in: d7effefb0d user: jenglish tags: master, trunk | |
| 02:26 | layout.h: merged into tkTheme.h (all): Use 'TTK_' prefix for all style engine-related public symbols check-in: abd5944c20 user: jenglish tags: master, trunk | |
| 01:01 | * tile.c(TileOptionSpecs): remove unneeded -highlightthickness, -highlightcolor resources. * demo/demo.tcl: remove dead code check-in: 3a2acf57e4 user: jenglish tags: master, trunk | |
|
2003-10-16
| ||
| 23:47 | Refactoring: consolidate common code into WidgetGeometry(), WidgetDisplay(). Removed TkDrawLayout(), TkLayoutGeometry() (no longer used). Added TTK_FreeLayout(), fixed memory leak. Added numerous subtle bugs. check-in: b26a29af03 user: jenglish tags: master, trunk | |
| 22:40 | Added XP theme scrollbar elements. check-in: 2059716e01 user: patthoyts tags: master, trunk | |
| 20:43 | *** empty log message *** check-in: 32bf2afd1c user: jenglish tags: master, trunk | |
| 19:33 | Reverted -anchor w fix as this was by intent. check-in: b3c9ddf172 user: patthoyts tags: master, trunk | |
| 19:29 | Check for package not os version check-in: bc06f34848 user: patthoyts tags: master, trunk | |
| 19:21 | Added some step-style options. check-in: c23b948a99 user: patthoyts tags: master, trunk | |
| 19:20 | Added XP styled thumb. check-in: 73fc0bc6a5 user: patthoyts tags: master, trunk | |
| 19:16 | Stupid error check-in: 0e26d53ef7 user: patthoyts tags: master, trunk | |