- Jun 29, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Jun 28, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
By doing the selection after expand, the tree scrolls the selected item to view.
-
Rene Saarsoo authored
This way all the methods are named similarly: - loadClass - loadGuide - loadIndex
-
Rene Saarsoo authored
The activeUrl was not set when switching to index page, so when one tried to switch back to the previously visited page, that page was still listed in activeUrl, and the switching was cancelled. Now all pages are switched through the Classes controller.
-
Rene Saarsoo authored
Well... before this there was no error message at all - just the load mask stayed on.
-
- Jun 27, 2011
-
-
Rene Saarsoo authored
Convert favorites saved in old format to new format.
-
Rene Saarsoo authored
Make history and favorites work with guides. Lots and lots of refactorings.
-
Rene Saarsoo authored
This allows us to specify a particular order for the guides listing. Additionally: the guides not listed will be excluded completely.
-
Rene Saarsoo authored
JSDuck creates HTML for the guides section, listing all the available guides specified with --guides option, and places the HTML in index.html inside a hidden div. Tweaked styles to automatically adjust to fit all the guides links to the Guides section at index page. Previously the column-widths were simply hard-coded. Additionally the guides section will now be completely turned off when no --guides option specified.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Store each icon alongside the guide itself in SDK. For guides without an icon, use the default icon: guide-icon.png
-
- Jun 23, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Jun 22, 2011
-
-
Rene Saarsoo authored
Moved test for xtype-begins-with after name-full-match. The same way they are ordered in results.
-
Rene Saarsoo authored
For example when searching for "store" the beginning of the search results list contained a lot of "store" config options and the "Store" classes were furthere below. Now the classes are always before members of similar match category.
-
Rene Saarsoo authored
It was rendered as a button before.
-
- Jun 21, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The toolbar now just fires events + performs the filtering of dropdown menus in toolbar.
-
Rene Saarsoo authored
-
- Jun 20, 2011
-
-
Rene Saarsoo authored
Actually for any singleton just say it has no static members, but if there are static members defined, print warning.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Broken by 4e7e4629
-
- Jun 18, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
- Jun 17, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead of preventing the selection from happening at the first place, which conflicted with drag-drop, allow the selection to happen, but after the fact re-select the currently selected item.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Favorites and Settings are force-loaded before viewport is created, so they can be used right away in all views. Also set up resize listener in listeners config, not in afterrender.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-