- Oct 14, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
--meta-tags option can now accept either a path to file or directory. And one can use the option multiple times to name several files one-by-one.
-
Rene Saarsoo authored
More accurate, as it's not only Markdown. If one desires doing Markdown-only, then he can include RDiscount by himself and do whatever he wants.
-
Rene Saarsoo authored
Previously it was either builtin ones or user-define ones. Now one can have a combination of the two.
-
Rene Saarsoo authored
Each meta-tag class is now responsible for rendering a block of all meta-tags of same type, complete with title and everything. The transform method has been replaced with to_html method that converts array of meta-tag contents into output HTML. No more are there @title and @hidden attributes.
-
Rene Saarsoo authored
When there's more than one file, pop up a menu with all files.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Oct 13, 2011
-
-
Rene Saarsoo authored
One can now write: @param {Object} [scope=this] And the default value will be `this`.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Instead printing out a warning.
-
- Oct 12, 2011
-
-
Rene Saarsoo authored
-
- Oct 11, 2011
-
-
Rene Saarsoo authored
-
Ed Spencer authored
-
Ed Spencer authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 10, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
Avoid fatal crash - instead print out warning.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously the overflow rule was together with font-size:79.8%, but that was only applied to Tablet examples.
-
Rene Saarsoo authored
Wrap all icons in index pages inside div. For touch examples, add extra touch-examples-ui class to examples index page and adjust the styling a little in CSS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Modified origin commit by Nick Poulden by wrapping ExtJS welcome page inside <div id="extjs-welcome"> similarly to Touch welcome page inside <div id="touch-welcome">. This way they're both nicely wrapped and ExtJS welcome page doesn't get screwed up.
-
Ed Spencer authored
-
Ed Spencer authored
-
Rene Saarsoo authored
Previously we relied on builtin maxHeight of container, but that also limited the height of the live preview which we wanted to be larger. Not doing our own bounds-checking.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The happened when the welcome page was first loaded and then one switched to API tab. It happened because the class tree was activated while it was hidden, so height calculations couldn't be performed correctly. Fixed by adding an empty item to trees container that's activated first instead of the class tree.
-
Rene Saarsoo authored
Previusly only the guides tree was expanded, which looked strange (like a bug) compared to others.
-
Rene Saarsoo authored
-
- Oct 09, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The default 'landscape' now default to a view where the phone is in portrait orientation, but because the screen is cut in half, the resolution is actually a landscape. Most importantly it allows us to simply write @example miniphone, instead of having to write @example miniphone portrait - the default landscape orientation is now the thing that one needs 99% of time.
-