- Apr 08, 2013
-
-
Rene Saarsoo authored
Forces exiting with code 2 when warnings present. Fixes: #347
-
Rene Saarsoo authored
To force terminal colors on/off. Fixes: #348
-
- Mar 25, 2013
-
-
Rene Saarsoo authored
Temporarily patch the Ext.dom.Element#getAttribute method.
- Mar 22, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To easily insert current data and link to JSDuck homepage. Fixes: #343
-
Rene Saarsoo authored
This is to allow third-party packaging of JSDuck without the inconvenient dependency on therubyracer gem. Fixes: #339
-
Rene Saarsoo authored
Check if jsduck.json exists in current working dir, if yes, then read configuration from it. Fixes: #335
- Mar 19, 2013
-
-
Rene Saarsoo authored
Looks better IMHO. In the case of Touch examples, the separator is no more needed in this case.
-
Rene Saarsoo authored
Simply copy over the toolbar code from Touch example component and generalize the handler for the button.
-
Rene Saarsoo authored
Just to speed up creating these builds.
-
Timo Tijhof authored
Removed from anything that is wrapped by gem when installed by gem. Fixes #338.
-
- Feb 27, 2013
-
-
Rene Saarsoo authored
To allow for simpler way to supply the old version warning message.
-
Rene Saarsoo authored
Just a useful shorthand during development.
-
- Feb 26, 2013
-
-
Rene Saarsoo authored
Provide just the basic info and reference the wiki guide for details.
-
- Feb 25, 2013
-
- Feb 20, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Feb 18, 2013
-
-
Rene Saarsoo authored
The #open and #close methods of HtmlStack now take StringScanner as input and work at a higher level.
-
Rene Saarsoo authored
-
- Feb 08, 2013
-
-
Rene Saarsoo authored
This is currently the latest version.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Feb 07, 2013
-
-
Rene Saarsoo authored
For some reason the docs app had an hard-coded minimum with. This severely impacted the usability on iPad where the browser window width was smaller than our min-width, resulting in text going off the screen and there being no way to get to it.
-
- Jan 28, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For some reason I had always thought \Z is the end of string in Ruby, but it turns out \z is actually the end of string while \Z will match right before a newline at the end of string if there happens to be one. This little difference caused quite an unexpected behavior in one corner case where the code example is on just a line before the @tag.
-
- Jan 23, 2013
-
-
Rene Saarsoo authored
Splitting up the humongous Link class into more managable pieces. The DocFormatter constructor now takes two parameters - relations and options, instead of passing the relations in separately. It then instantiates LinkRenderer and passes it to Link and AutoLink constructors. The LinkRenderer is still too heavily coupled to Link and AutoLink, as these call all the methods of LinkRenderer, but the situation is much better overall.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously all auto-linked classnames had to begin with uppercase char, but that's not really needed as we only replace namespaced classnames anyway.
-
- Jan 22, 2013
-
-
Rene Saarsoo authored
Just an ordinary refactoring.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Both the ImagesDir and ImagesDirSet now have #report_unused method. No more is the unused images reporting part of #copy method. Also take care to ignore the icon.png and icon-lg.png files inside guides - these don't have to be reference by @img tag, but are used automatically.
-
- Jan 21, 2013
-
-
Rene Saarsoo authored
Include the Dimensions gem to retrieve image width/height meta-data. Additional %w an %h placeholders to --img-tpl template.
-
Rene Saarsoo authored
Achieving this required extensive refactoring of how the images get processed. Previously the existance of images was looked up after all the @img tag had been replaced. Now the check for existance is part of expanding the @img tag, so the check happens also for images in guides, for which the check didn't occour previously as there is no images copy step in there. The old Images class has been replaced with ImageDir and ImageDirSet.
-
- Jan 17, 2013
-
-
Rene Saarsoo authored