- Nov 04, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Use it in all places -webkit-transition is used.
-
- Nov 03, 2011
-
-
Rene Saarsoo authored
Don't render the defined-in classname as link if the class is current class.
-
Rene Saarsoo authored
Generated accessors were missing meta tags and therefore crashed the HTML-generation of meta-tags section.
-
Rene Saarsoo authored
Accordingly refactor Rakefile to link those resources from opt/. Also move comments enabling and relative paths application to separate methods.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Simple @inheritdoc tag without any parameters will inherit docs from parent class member of the same name.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
At the same time keep allow @alias to be used as @inheritdoc. This will be treated as class alias: @alias foo.bar While '#' in alias will signify that it's inheritdoc definition: @alias foo.bar#baz
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Nov 02, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Formerly meta-tags only worked inside class comment.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Each warning is now signed a type, and using the new --warnings option one can turn specific warnings on or off. For example to show only warnings about global members: --warnings=-all,+global
-
Rene Saarsoo authored
Increase editorHeight by toolbar height after checking if editor gave us height - otherwise the check will always succeed. Fixes inline examples height in ExtJS examples.
-
Rene Saarsoo authored
Most importantly this fixes the current white background of header in Opera and IE.
-
Rene Saarsoo authored
The footer styles had been nested under #treecontainer, but the #footer div was not actually there.
-
Nick Poulden authored
-
Nick Poulden authored
-
- Nov 01, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Now the expansion happens only when there's just one expandable item at root level. Basically this means that when we have two namespaces like Ext and Blah, then neither gets expanded by default, but if there's just Blah, it will be expanded.
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 30, 2011
-
-
Rene Saarsoo authored
When we see @class Foo, but Foo is also defined as alternateClassName, then merge Foo into the class that defined Foo as its alternate name.
-
Rene Saarsoo authored
Use signature class for base styles and combine other classes with it for additional styles. Move the colors definition to mixin so it can be shared between toolbar and class overview page.
-
Rene Saarsoo authored
Remove all the unused sprites. Reorder others so that each one is 40px from previous. Remove unused 3px from one side.
-
Rene Saarsoo authored
They really don't fit there well. And by removing them, the comments system stays a bit more separate from the rest.
-
Rene Saarsoo authored
Combine configs icon with sprite inside icons.png. Throw others just away as they already exist inside icons.png.
-
Rene Saarsoo authored
All sections now have class members-section instead of type-specific id-s. This also simplifies the code to loop over all sections. Comments are now in separate comments-section.
-
Rene Saarsoo authored
Instead of using separate image files for each of the icons there. This allows us to get rid of class-sm.png file. Also adjust the config icon offset by a pixel so it's not clipped.
-
Rene Saarsoo authored
Include icons to tree, toolbar, tabs. But not at root level. Also remove !important.
-