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 |
| | |||
* | Remove byte order markers (BOM) | Kris Kowal | 2012-07-06 |
| | |||
* | Remove trailing spaces | Kris Kowal | 2012-07-06 |
| | |||
* | Remove trailing spaces | Kris Kowal | 2012-07-06 |
| | |||
* | Expand tabs | Kris Kowal | 2012-07-06 |
| | |||
* | Update copyright boilerplate | Kris Kowal | 2012-07-06 |
| | |||
* | Fixing chips updating with alpha change | Jose Antonio Marquez | 2012-06-28 |
| | |||
* | Fixing init alpha issue | Jose Antonio Marquez | 2012-06-28 |
| | |||
* | Fixing color panel sliders updating | Jose Antonio Marquez | 2012-06-28 |
| | |||
* | Fixing history bug | Jose Antonio Marquez | 2012-06-27 |
| | |||
* | Fixing minor color history bug | Jose Antonio Marquez | 2012-06-27 |
| | |||
* | Adding a dismiss step when switching popups | Jose Antonio Marquez | 2012-06-27 |
| | | | | This is needed to allow for model to change during draw routines | ||
* | Fixing palette reference bug | Jose Antonio Marquez | 2012-06-27 |
| | |||
* | Adding no color support to popup in chips | Jose Antonio Marquez | 2012-06-27 |
| | |||
* | Fixing alpha hottext input bug | Jose Antonio Marquez | 2012-06-27 |
| | |||
* | Fix to remember gradient from chip input | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing losing focus when switch wheels from popups (nested) | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing toggle modes losing value | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing hiding gradient popups | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing gradient/solid color toggle | Jose Antonio Marquez | 2012-06-26 |
| | | | | Also added a null value setter fix for no color hex | ||
* | Adding support for no color init on hex input popup | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing hex value syncing in popups | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Hiding panel popup if opened when chip popup is opened | Jose Antonio Marquez | 2012-06-26 |
| | |||
* | Fixing alpha memory bug on reopen | Jose Antonio Marquez | 2012-06-26 |
| | | | | This is for the color chip | ||
* | Partially fixing alpha issues on gradient stops | Jose Antonio Marquez | 2012-06-25 |
| | | | | Still need to implement getting value on retrieve while opening | ||
* | Fixing alpha bugs on color chips | Jose Antonio Marquez | 2012-06-25 |
| | | | | Getting the right value of alpha on reopening color chips. | ||
* | Adding default values to chip | Jose Antonio Marquez | 2012-06-25 |
| | | | | This is a fallback is null and alpha is changed. | ||
* | Fixing alpha slider for chip popups | Jose Antonio Marquez | 2012-06-25 |
| | |||
* | Fixing alpha binding bug | Jose Antonio Marquez | 2012-06-25 |
| | | | | The chip popup alpha sliders were binding to the panel when they shouldn't, so added a check. | ||
* | Fixing bottom hit test for popup | Jose Antonio Marquez | 2012-06-25 |
| | | | | This address clicking outside (below) and closing the popup. The wrong value was being used. | ||
* | Cleaning up events | Jose Antonio Marquez | 2012-06-25 |
| | | | | Adding/Removing events when only needed by color popups. | ||
* | Color Popup Test Candidate | Jose Antonio Marquez | 2012-06-25 |
| | | | | Preliminary check in for testing to commence on new color popup functionality. | ||
* | Adding support for gradients on chips | Jose Antonio Marquez | 2012-06-23 |
| | | | | Need to handle other color modes, currently only handling HSV and gradients. Working on getting other modes supported. Also, will need clean up color popup manager after completion. | ||
* | Fixing logic for popup value bubbling | Jose Antonio Marquez | 2012-06-23 |
| | | | | Only working for HSV, need to implement HEX and gradient | ||
* | Deleting obsolete files | Jose Antonio Marquez | 2012-06-23 |
| | |||
* | Added third gradient chip popup | Jose Antonio Marquez | 2012-06-22 |
| | | | | Need to add support for gradient events dispatching from standalone chips. Just need to hook up relays for events besides HSV to bubble up. | ||
* | Fix closing logic and init color on chip | Jose Antonio Marquez | 2012-06-22 |
| | | | | Added improved logic to handle toggling from button the color popup. Also added an init color method for the chip to initialize color in it's popup. | ||
* | Replacing temp color chip pop | Jose Antonio Marquez | 2012-06-21 |
| | | | | This replaces the temporary color chip popup with a main popup used universally throughout the app. There are still outstanding issues to be addressed, this is just the initial set up before debugging issues. | ||
* | Fixing logic to close color panel popup | Jose Antonio Marquez | 2012-06-19 |
| | | | | This resolves closing the color panel popup when a user make a click outside the popup area or resizes the Ninja window. This should be tested prior to merging. | ||
* | Fixing binding of alpha slider/hottext in popup with panel | Jose Antonio Marquez | 2012-06-18 |
| | |||
* | More cleaning up | Jose Antonio Marquez | 2012-06-16 |
| | | | | Controller will need a review and refactoring. | ||
* | Fixed slider/hottext bindings | Jose Antonio Marquez | 2012-06-16 |
| | | | | Also cleaning up, however, needs much refactoring. | ||
* | Fixing apply 'no color' | Jose Antonio Marquez | 2012-06-15 |
| | | | | This should fix canvas and standard DOM elements including the root (body or template wrapper). | ||
* | Cleaning up references | Jose Antonio Marquez | 2012-06-14 |
| | | | | Still need to do more cleaning up. | ||
* | Fix: IKNINJA-1608 | Jose Antonio Marquez | 2012-06-13 |
| | | | | Changing icon, seems low res and improper size, should be hi-res PNG for future reference, using negative space offset to better display. | ||
* | Clean up | Jose Antonio Marquez | 2012-06-13 |
| | |||
* | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | John Mayhew | 2012-05-07 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WorkingBranch Conflicts: js/components/layout/tools-list.reel/tools-list.html js/components/layout/tools-properties.reel/tools-properties.html js/components/tools-properties/brush-properties.reel/brush-properties.html js/components/tools-properties/fill-properties.reel/fill-properties.html js/components/tools-properties/pen-properties.reel/pen-properties.html js/components/tools-properties/pencil-properties.reel/pencil-properties.html js/components/tools-properties/selection-properties.reel/selection-properties.html js/components/tools-properties/shape-properties.reel/shape-properties.html js/components/tools-properties/tag-properties.reel/tag-properties.html js/components/tools-properties/text-properties.reel/text-properties.html |