Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file win/makefile.vc version 9fdbc19cbb
|
2004-09-06
| ||
| 10:21 | * generic/clamTheme.c: Added workarounds for the off-by-one bug in Tk's implementation of XDrawLine. This only affects the clam theme. Win32 clam now matches X11 clam look. This hack can be disabled by #defining WIN32_XDRAWLINE_HACK 0. check-in: 5fb5f0679b user: patthoyts tags: master, trunk | |
|
2004-09-04
| ||
| 15:54 | Update comments. check-in: 957f748936 user: jenglish tags: master, trunk | |
| 15:49 | Automatically select the appropriate platform-specific theme (xpnative, winnative, aqua, or alt) so application code doesn't need to worry about this anymore. check-in: b33807e9cf user: jenglish tags: master, trunk | |
|
2004-09-03
| ||
| 04:39 | * library/fonts.tcl: simplify font creation code, remove bold weighting for x11 font default. check-in: 4474e24896 user: hobbs tags: master, trunk | |
| 00:58 | Refactoring: added TTK_LayoutNodeInternalPadding, use where appropriate. check-in: c99d72357c user: jenglish tags: master, trunk | |
| 00:51 | Added. check-in: ab8cc5d9c3 user: jenglish tags: master, trunk | |
| 00:50 | * doc/scrollbar.n: Added. Decision: "-command" is a script prefix, not a command prefix (see tktable-tile-dev archives). * library/scrollbar.tcl: Treat "-command" as a string, not a list. * generic/scrollbar.c: Minor formatting cleanups. check-in: 0ab600b05d user: jenglish tags: master, trunk | |
| 00:21 | * generic/altTheme.c (TabElementDraw): account for off-by-one * generic/notebook.c (TabElementDraw): drawing difference for XDrawLines on Windows check-in: 556445a823 user: hobbs tags: master, trunk | |
| 00:21 | readd SystemButtonFace as default bg check-in: da64ebb5b1 user: hobbs tags: master, trunk | |
|
2004-09-02
| ||
| 22:40 | Fix "buried focus" problem; selecting a tab could leave the keyboard focus on an unmapped window. (For the record: I think the earlier behavior, always set focus to the notebook widget itself, is more correct regardless of what Windows does :-) check-in: 9adf5547f0 user: jenglish tags: master, trunk | |
| 21:20 | Fix color glitch in active notebook tab border (spotted by dkf). check-in: d1837acb10 user: jenglish tags: master, trunk | |
| 19:36 | * library/notebook.tcl (tile::notebook::MnemonicActivation): (tile::notebook::CycleTab, tile::notebook::Select): only focus into tab on second <1>, and only generate NotebookTabChanged when we are changing tabs. check-in: 933403861b user: hobbs tags: master, trunk | |
|
2004-09-01
| ||
| 20:05 | Fix memory leaks: generic/widget.c: corePtr->layout generic/tkTheme.c: TTK_Style defaultsTable check-in: 9c8d1f8e9b user: jenglish tags: master, trunk | |
| 19:49 | Refactoring: build LayoutTemplate from LayoutSpec instead of the other way around. check-in: d740c34006 user: jenglish tags: master, trunk | |
| 19:20 | (FrameMargins): Tweak: use TTK_AddPadding instead of inline code. check-in: 9a48ef0c6b user: jenglish tags: master, trunk | |
|
2004-08-31
| ||
| 21:40 | Removed unused DEFAULT_* #defines DEFAULT_BORDERWIDTH is theme-specific. Remove #ifdeffery: Use TIP 145 symbolic name for DEFAULT_FONT; use classic X11 default for DEFAULT_BACKGROUND and DEFAULT_FOREGROUND (platform themes will override this anyway). check-in: bc0b83d6cb user: jenglish tags: master, trunk | |
| 18:59 | Regenerated configure scripts. check-in: 4fd771c457 user: jenglish tags: master, trunk | |
| 18:58 | Bumped version number to 0.5 check-in: 94a4a0ea15 user: jenglish tags: master, trunk | |