Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jam
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixes in Block.pyHEADmasterGonzalo Odiard2013-04-231-249/+277
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve draw of keys (letters) in loop & drums and the highlight of themGonzalo Odiard2013-04-233-62/+67
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Draw loops using lines with rounded caps instead of rectangles.Gonzalo Odiard2013-04-231-24/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove old code and image used to mask loops and instrumentsGonzalo Odiard2013-04-231-57/+0
| | | | | | Now is done with cairo paths Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Draw instruments in the Picker using the right border shapesGonzalo Odiard2013-04-231-22/+10
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve draw of loops and drumsGonzalo Odiard2013-04-233-170/+33
| | | | | | | Use cairo to draw to border around the loop, the drums path is modified to contain better the instrument images Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port drawing operations to cairoGonzalo Odiard2013-01-256-299/+475
| | | | | | | | | | | 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-252-11/+11
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix pack in containers in Jam/Popup.pyGonzalo Odiard2013-01-231-65/+119
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace set_icon_nameGonzalo Odiard2013-01-231-4/+4
| | | | 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-228-304/+288
| | | | | | 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-062-11/+13
|
*