root / core / app / canvas / layer.py @ 40

View | Annotate | Download (4.3 KB)

# Date Author Comment
102 08/26/2009 08:39 am sharath.patali

Core: Modified Canvas to comply with new PyMT scatterwidget init_transform function signature

95 08/20/2009 09:34 pm sharath.patali

Core: Fixed many bugs with the layering, Added new Layer Highlighting on select, solved the double on_touch_down callback issue of Canvas class

94 08/20/2009 05:05 pm sharath.patali

Layering: Fixed some issues with layer ordering

92 08/20/2009 01:16 pm sharath.patali

Core [Enhacement]: set the brush image to original place after resize

90 08/17/2009 04:26 am sharath.patali

Core: Implemented Erase and Smudge GLSL Brushes, and Bug fixes all over

88 08/16/2009 06:13 pm sharath.patali

Layer: Provision for merging Layers

87 08/16/2009 02:34 pm sharath.patali

Core: Implemented cut copy paste. Fixed issue 2 (File Browser opening issue)

85 08/14/2009 09:52 pm sharath.patali

Bug fixes: Few more bug squating

84 08/14/2009 09:40 pm sharath.patali

Core: Fixed Issues in Layering and Copy Paste system(No draw over imagelayer issue)

83 08/14/2009 09:12 pm sharath.patali

Cut/Paste: Implement Cut/Paste in fullscreen mode

82 08/14/2009 08:48 pm txprog

canvas+layer: rework things to make saving & display work with layer & blending

79 08/14/2009 04:45 pm sharath.patali

Core: Major Structural Changes with new Observer Factory

77 08/14/2009 11:23 am sharath.patali

Brushes And Smudge: Fixes and Optimization

73 08/13/2009 08:39 pm sharath.patali

Layer: Fixed more more issues

72 08/13/2009 08:12 pm sharath.patali

Layer: Fixed bug in tranformations, thanks to Tommy for bug report

70 08/13/2009 06:47 pm sharath.patali

Windowing: Fixed issues with Canvas Sizes, Now provision is made for custom sized canvas

68 08/13/2009 02:34 pm sharath.patali

Smudge Algorithm: Implement preliminary smudge code using gaussian blur

67 08/11/2009 03:43 pm sharath.patali

windowing: Added Functionality to all the buttons of the Window Toolbar. Plus added two buttons for creation of new window and opening an existing image

65 08/11/2009 02:25 pm sharath.patali

TinyColorPicker: New module added for color picking, and some other changes to windowing

59 08/01/2009 12:15 pm sharath.patali

Core: Implemented Image loading capabilities

51 07/27/2009 01:38 pm sharath.patali

Core (Multi-user): Committed Initial Code for Multiuser interaction

50 07/27/2009 10:35 am sharath.patali

Core: Fixed bugs in Layering management(introduced by new changes in pymt core), removed color button from toolbar

49 07/21/2009 03:52 pm sharath.patali

Core: Fixed few more issues in porting

48 07/21/2009 06:47 am sharath.patali

Core: Modified all code comply with new PyMT's Unified Event Model

47 07/20/2009 04:54 pm sharath.patali

Canvas: Image Loadable into canvas

44 07/06/2009 06:56 am sharath.patali

Layering: Create new layer button added

43 07/05/2009 06:04 pm sharath.patali

New Layer List Initial Committ

42 07/04/2009 01:11 pm sharath.patali

Core: Appended the new Layered Canvas into the app, Rewrote the circular menu (Fixed Major Bug), Brushes can now be selected

41 07/03/2009 11:22 am sharath.patali

Canvas: A minor bug fix in the touch down event of the layer

40 07/01/2009 02:25 pm sharath.patali

Canvas: More Robust Layering code, Save Feature and Gestures for Layer Sorting(Double tapp to move layer one level up or hold one finger on a layer + double tapp with another moves layer one level down )

39 07/01/2009 07:51 am sharath.patali

Canvas: Layering Code, individual layers can be edited, transformed

38 07/01/2009 06:09 am sharath.patali

Canvas: Canvas, Layer Manager, Layer Architecture nascent code, based on Facade Pattern