]> gitweb.factorcode.org Git - factor.git/commit
Applied ui-tweaks patchset.
authorKeith Lazuka <klazuka@gmail.com>
Tue, 8 Sep 2009 16:43:47 +0000 (12:43 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Tue, 8 Sep 2009 17:30:30 +0000 (13:30 -0400)
commit3fb75247b2ea3f565542ecfc9dbc4168ae192d42
tree7ee69dd463c2ca4b097cda8d3194e40ea853f740
parent9f9b6bca013ff83c408182d3023ea5d56c1b7fe4
Applied ui-tweaks patchset.

- prettyprinter now does syntax highlighting of Factor code
- added a prettyprinter.stylesheet vocab
- text shadow character style for formatted streams
- text shadow for labels
- toolbar buttons display keyboard shortcut in status bar rather than in the button title
- changed some colors in help.stylesheet to match the colors in Factor's scrollbars and border-buttons
- changed status bar color to match the dark blue in Factor's scrollbars
- added some internal padding to the browser gadget to give the article content some breathing room

NOTE: I removed the "pane" slot from browser-gadget. The slot was never used (at least in my image), and now that the browser-gadget's help-pane is wrapped by a "border" gadget, the slot name would be misleading.
15 files changed:
basis/fonts/fonts.factor
basis/help/markup/markup.factor
basis/help/stylesheet/stylesheet.factor
basis/io/styles/styles-docs.factor
basis/io/styles/styles.factor
basis/prettyprint/backend/backend.factor
basis/prettyprint/stylesheet/stylesheet.factor [new file with mode: 0644]
basis/see/see.factor
basis/ui/gadgets/buttons/buttons-docs.factor
basis/ui/gadgets/buttons/buttons.factor
basis/ui/gadgets/labels/labels.factor
basis/ui/gadgets/panes/panes.factor
basis/ui/gadgets/status-bar/status-bar.factor
basis/ui/tools/browser/browser.factor
basis/vocabs/prettyprint/prettyprint.factor