Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jam/JamMain.py
Commit message (Collapse)AuthorAgeFilesLines
* Partial port drawing operations to cairoGonzalo Odiard2013-01-251-97/+115
| | | | | | | | | | | The activity starts but the canvas draw is wrong. The old code used bitmap masks to define non rectangular areas, like in the drum instruments or the loops. Part of this is implemented with cairo, but is not finished. As a final note, this is a too big patch, more work is needed, and probably part of the code can be refactored. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix TamTamJam ToolbarsGonzalo Odiard2013-01-251-8/+7
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Start porting drawing operations to cairoGonzalo Odiard2013-01-221-127/+106
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Start port of TamTamJam to Gtk3Gonzalo Odiard2013-01-221-56/+55
| | | | | | Using pygi-convert.sh, sugar-convert.sh and a few manual fixes. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use down scaled images if one of screen dimensions is 800 or lessAleksey Lim2012-06-061-1/+2
|
*