Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | - using clipboard data directly to avoid using setTimeout | Ananya Sen | 2012-03-30 | |
| * | | | | | | | detect paste from context menu for new file and save as dialog | Ananya Sen | 2012-03-28 | |
| * | | | | | | | IKNINJA-719 - removed Zoom In/Zoom Out under View menu in the Main menu | Ananya Sen | 2012-03-28 | |
| | |/ / / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #151 from ericguzman/CSSPanel_AnimationDurationFix | Valerio Virgillito | 2012-03-30 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | CSS Panel - Fix animation duration value updates from "infinite" to integer. | Eric Guzman | 2012-03-29 | |
|/ / / / / / | ||||
| | * | | | | Animation Presets - Only combine animations if pre-existing animations exist | Eric Guzman | 2012-04-02 | |
| | * | | | | Presets Controller - Remove unused method call | Eric Guzman | 2012-03-30 | |
| | * | | | | Merge branch 'refs/heads/master' into PresetsPI | Eric Guzman | 2012-03-29 | |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||
* | | | | | | Merge pull request #147 from pushkarjoshi/brushtool | Valerio Virgillito | 2012-03-29 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-28 | |
| |\ \ \ \ \ | ||||
| * | | | | | | turn off changing the left and top of the brush stroke canvas | Pushkar Joshi | 2012-03-28 | |
| * | | | | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-27 | |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | File IO for the brush stroke AND changing the data type of brush stroke from ... | Pushkar Joshi | 2012-03-27 | |
| * | | | | | | | add a setfillcolor to brush stroke so the default fillcolor handler does not ... | Pushkar Joshi | 2012-03-27 | |
| * | | | | | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-27 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||
| * | | | | | | | correctly update the brush stroke canvas size and position when the stroke pa... | Pushkar Joshi | 2012-03-26 | |
| * | | | | | | | correctly update the brush stroke canvas size and position when the stroke si... | Pushkar Joshi | 2012-03-23 | |
| * | | | | | | | Almost working version of brush tool that uses only local coordinates to stor... | Pushkar Joshi | 2012-03-23 | |
| * | | | | | | | revert to using the angle without flipping its sign...fixing some minor bugs ... | Pushkar Joshi | 2012-03-20 | |
| * | | | | | | | draw the brush stroke in realtime | Pushkar Joshi | 2012-03-19 | |
| * | | | | | | | first pass for file IO of brush strokes | Pushkar Joshi | 2012-03-19 | |
| * | | | | | | | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-16 | |
| |\ \ \ \ \ \ \ | ||||
| * | | | | | | | | update values in the PI from values of the selected brush stroke or pen tool ... | Pushkar Joshi | 2012-03-15 | |
| * | | | | | | | | Merge branch 'master' into pentool | Pushkar Joshi | 2012-03-14 | |
| |\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | PI for pen and brush strokes | Pushkar Joshi | 2012-03-14 | |
| * | | | | | | | | | Merge branch 'pentool' into brushtool | Pushkar Joshi | 2012-03-13 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Add a smoothing amount parameter, and hide options based on checkboxes | Pushkar Joshi | 2012-03-13 | |
* | | | | | | | | | | | Merge pull request #131 from ananyasen/integration-candidate | Valerio Virgillito | 2012-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | fixed logical error in triggering menu item | Ananya Sen | 2012-03-26 | |
| * | | | | | | | | | | disable more menus if the active document is not in design view | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | - removed menu-data boundObj path support for now | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | KNINJA-1302 : refactored fixed as per request | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1302 : close on ESC even if text field is focussed | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1367 - if filename contains #, then encode # so that the create URI p... | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1361: autofocus and auto-select file name on open of new file and sav... | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1364 : fixed css so that white spaces are not collapsed while rendering | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1302 : more fix | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | file picker - added size unit | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1266 : restrict tab size for long file names and resize tabs on windo... | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | IKNINJA-1302 : For File>New and File>SaveAll dialogs, 'ESC' key now triggers... | Ananya Sen | 2012-03-22 | |
| * | | | | | | | | | | - enable/disable save, saveAs, saveAll, close, closeAll as per documents open | Ananya Sen | 2012-03-22 | |
* | | | | | | | | | | | Merge pull request #145 from ericguzman/PresetsPI | Valerio Virgillito | 2012-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #139 from dhg637/ResizersRefactoring | Valerio Virgillito | 2012-03-28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | minor glitch in calculations in snap code | Armen Kesablyan | 2012-03-23 | |
| * | | | | | | | | | | | Removing old code | Armen Kesablyan | 2012-03-23 | |
| * | | | | | | | | | | | Resizers updated | Armen Kesablyan | 2012-03-23 | |
| * | | | | | | | | | | | Merge branch 'refs/heads/master' into DataBinding | Armen Kesablyan | 2012-03-22 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | Updated Resizers for Panels and timeline | Armen Kesablyan | 2012-03-22 | |
| * | | | | | | | | | | | Merge branch 'refs/heads/master' into DataBinding | Armen Kesablyan | 2012-03-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | Initial Data Binding Mediator | Armen Kesablyan | 2012-03-15 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | |