- Oct 15, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 14, 2011
-
-
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.
-
- Oct 12, 2011
-
-
Nick Poulden authored
-
- Oct 11, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden 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
-
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
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
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.
-
- Oct 09, 2011
-
-
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.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Only `@example preview` will now switch automatically to preview mode. The default is code-editor mode. This also means the Touch examples aren't switched to preview mode by default. Because code-editor mode can now be startup mode for Touch examples, fix the initial height calculation on that case. Overall recalculate the example height when switching between modes.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also document the options object.
-
Rene Saarsoo authored
Miniphone is rendered as half of iPhone. So one would typically use: @example miniphone portrait The landscape mode is probably useless, but it's there for completeness's sake.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also allow more then one dot (".") in the name of an alias.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The height of the whole editor collapsed to 0px.
-
Rene Saarsoo authored
-
- Oct 08, 2011
-
-
Rene Saarsoo authored
The leaf property happened to have three possible values: true, false, undefined. But it was assumed there's only two. Eliminated the undefined case.
-
Rene Saarsoo authored
For now I'm just turning it on for Touch 2. But I'm thinking of making it the default overall.
-