aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets
Commit message (Collapse)AuthorAge
* fixed incorrect capitalization for DOCTYPE htmlJohn Mayhew2012-07-09
|
* Normalize HTML DOCTYPEKris Kowal2012-07-09
| | | | | | | Was lower-case. Now upper-case. Also fixed BOMs, trailing white-space, DOS line terminators. Did not expand tabs to spaces.
* BSD LicenseKris Kowal2012-07-09
|
* Normalize HTML doctypeKris Kowal2012-07-06
|
* Remove byte order markers (BOM)Kris Kowal2012-07-06
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* first iteration of adding serializable to ninja plus other changes to run ↵Valerio Virgillito2012-06-06
| | | | | | the latest montage Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Removing unused components referencesValerio Virgillito2012-05-03
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* finishing to replace all id with data-montage-idValerio Virgillito2012-05-03
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'master' of https://github.com/mayhewinator/ninja-internal into ↵Valerio Virgillito2012-04-26
|\ | | | | | | serialization
| * Removing all "module" declarations and replaced with "prototype" in ↵John Mayhew2012-04-26
| | | | | | | | preparation for montage converting to the new "prototype" format fully
* | We don't currently support perspective values on individual elements, so ↵Nivesh Rajbhandari2012-04-26
|/ | | | | | removing perspective values from the animation presets. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Merge branch 'refs/heads/master' into PresetsPIEric Guzman2012-04-04
|\ | | | | | | | | Conflicts: js/controllers/presets-controller.js
| * Squashed commit of Preparing for the montage undo-manager: Architecture changesValerio Virgillito2012-04-04
| | | | | | | | | | | | | | | | | | Reworked the add and remove elements into 1 function which can take 1 or more elements. Removed the _element from the selection array Many other changes related to those 2 changes Undo/Redo shortcuts are now using montage undo/redo manager. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | Presets - Remove style transition when transition doesn't start. Also added ↵Eric Guzman2012-03-29
|/ | | | temporary fix for aggregating animations (from timeline/presets)
* Merge branch 'refs/heads/master' into PresetsPIEric Guzman2012-03-27
|\
| * Presets - fixed preset group name ("2D")Eric Guzman2012-03-23
| |
| * Presets Panel - Add slide/fade out animationEric Guzman2012-03-23
| |
| * Merge branch 'master' of github.com:francoisfrisch/ninja-internal into ↵Valerio Virgillito2012-03-21
| |\ | | | | | | | | | montage-integration
| | * Presets Panel - Add Font style presetEric Guzman2012-03-21
| | |
| * | Merge branch 'master' of github.com:francoisfrisch/ninja-internal into ↵Valerio Virgillito2012-03-20
| |\| | | | | | | | | | montage-integration
| | * Presets - Animation updateEric Guzman2012-03-20
| | |
| | * Merge pull request #124 from ericguzman/AddAnimationsLibraryValerio Virgillito2012-03-16
| | |\ | | | | | | | | Presets Panel - Adding Animations Tab
| | * | Presets Panel: Added Scale Up and Down to transitions list. According to eric G.Armen Kesablyan2012-03-15
| | | | | | | | | | | | | | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* | | | Presets Panel - Adding presets controller and removing functionality from ↵Eric Guzman2012-03-22
|/ / / | | | | | | | | | panel code
* | | Presets Panel - Fix conflict with default transition presetsEric Guzman2012-03-17
| | |
* | | Presets Panel - Change Tab labels, Add Un-3d presetEric Guzman2012-03-16
| |/ |/|
* | Presets Panel - Adding Animations TabEric Guzman2012-03-16
|/
* Presets Panel - Re-add dbl-click activationEric Guzman2012-03-13
|
* Presets Panel - Adding single-click activationEric Guzman2012-03-13
|
* Presets Panel - Adding hover state to ninja-leafEric Guzman2012-03-13
|
* Presets Panel - Fix single-click activation, and transition cut-off bug.Eric Guzman2012-03-02
| | | | Use double-click as the activation event for transition presets. Also fixed the bug when applying a style preset before the transition preset, which disabled transitions after the first one.
* prefixing the local storage and using the new local-storage object.Valerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Adding some missing copyrightsValerio Virgillito2012-02-24
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Presets - Minor CSS text-shadow work-around for Windows ChromeEric Guzman2012-02-16
|
* Presets - Get/set active tab from local storage + other improvementsEric Guzman2012-02-15
|
* Presets - Modify application of preset classes for new json structureEric Guzman2012-02-15
|
* Presets - Modify structure of preset dataEric Guzman2012-02-15
|
* Presets - Add external json file with transition dataEric Guzman2012-02-15
|
* Style Presets - Separate out the style preset data to new fileEric Guzman2012-02-13
|
* Presets - Committing half-baked drag and dropEric Guzman2012-02-13
|
* Presets - fixed some object naming and css for presets treeEric Guzman2012-02-08
|
* Presets Panel - Initial commit with panel contentEric Guzman2012-02-07