Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed incorrect capitalization for DOCTYPE html | John Mayhew | 2012-07-09 |
| | |||
* | Normalize HTML DOCTYPE | Kris Kowal | 2012-07-09 |
| | | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces. | ||
* | BSD License | Kris Kowal | 2012-07-09 |
| | |||
* | Normalize HTML doctype | Kris Kowal | 2012-07-06 |
| | |||
* | Update copyright boilerplate | Kris Kowal | 2012-07-06 |
| | |||
* | adding more missing properties to the serialization | Valerio Virgillito | 2012-06-12 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | first iteration of adding serializable to ninja plus other changes to run ↵ | Valerio Virgillito | 2012-06-06 |
| | | | | | | the latest montage Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | CSS Panel - Prevent Animation on New Style | Eric Guzman | 2012-05-27 |
| | |||
* | CSS Panel - Update components to use new serialization format | Eric Guzman | 2012-05-22 |
| | |||
* | CSS Style Declaration - Improve shorthand filtering | Eric Guzman | 2012-05-22 |
| | |||
* | CSS Style Declaration - Improved style item interaction | Eric Guzman | 2012-05-21 |
| | |||
* | Style Declaration - Handle removing styles | Eric Guzman | 2012-05-18 |
| | | | | Removed sorting and had to put a null check in the style component because the valueText was being set to undefined and causing an error. Check with montage on why that is happening. | ||
* | Style Declaration - Fix update method to prevent duplicate styles in list | Eric Guzman | 2012-05-18 |
| | |||
* | Minor fix - Prevent montage binding warning | Eric Guzman | 2012-05-18 |
| | |||
* | CSS Panel - Fix style declaration interaction | Eric Guzman | 2012-05-17 |
| | |||
* | CSS Panel - delcaration - remove auto sort | Eric Guzman | 2012-05-17 |
| | |||
* | CSS Panel - declaration - sort objects when flag is set | Eric Guzman | 2012-05-17 |
| | |||
* | Style Declaration - fix property name in addStyle() | Eric Guzman | 2012-05-16 |
| | |||
* | CSS Panel - Added flag to draw method to improve perceived loading time | Eric Guzman | 2012-05-16 |
| | |||
* | Style Declaration - Fix update/add/addNew methods | Eric Guzman | 2012-05-16 |
| | |||
* | Style Declaration - Improved updating of styles using binding. | Eric Guzman | 2012-05-10 |
| | |||
* | CSS Panel - Create non-tree declaration (optimized). And add updating ↵ | Eric Guzman | 2012-05-08 |
functionality. |