- Oct 17, 2011
-
-
Rene Saarsoo authored
Filenames in both warnings and log messages are converted to windows style if platform is Windows. Warnings begin again with "Warning: ".
-
Rene Saarsoo authored
It just made the code harder to read without adding any real value. Plus it's better to measure the performance using system 'time' command anyway.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Internally UNIX style filenames are always used, but for printing out it makes sense to use the platform-specific notation. Added small helper class to detect OS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Fixes scanning directories for .js files in Windows.
- Oct 15, 2011
-
-
Rene Saarsoo authored
-
- Oct 14, 2011
-
-
Rene Saarsoo authored
-
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
-