Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util
Commit message (Collapse)AuthorAgeFilesLines
* --message=Documentationjared2013-04-301-0/+14
|
* Added Jared's new drum kitsDan Fuhry2013-04-231-24/+25
|
* Added a drum kit.Jared Stroud2013-04-111-0/+31
|
* Partial port drawing operations to cairoGonzalo Odiard2013-01-252-21/+48
| | | | | | | | | | | 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>
* Pep 8 fixes in ThemeWidgets.pyGonzalo Odiard2013-01-221-320/+481
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Draw the ImageToggleButton centeredGonzalo Odiard2013-01-211-17/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix ImageButton paint backgroundGonzalo Odiard2013-01-211-9/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix ImageVScale drawingGonzalo Odiard2013-01-211-30/+10
| | | | | | This is the custom slider used in TamTamMini Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port of TamTamMiniGonzalo Odiard2013-01-181-222/+45
| | | | | | | | With this commit, the activity starts, but not all the functionality is working. A massive amount of unneded or overcomplicated code was removed. More work is needed in the ThemeWidgets classes. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* More changes to port TamTamMini to gtk3Gonzalo Odiard2013-01-183-165/+168
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Ported TamTamEdit toolbars to Gtk3. Fixed some bugsGonzalo Odiard2013-01-181-31/+44
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Ported some TamTamEdit toolbars to Gtk3. Fixed part of the TrackInterfaceGonzalo Odiard2013-01-181-32/+35
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Porting TamTamEdit to Gtk3Gonzalo Odiard2013-01-183-145/+174
| | | | Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
* Use down scaled images if one of screen dimensions is 800 or lessAleksey Lim2012-06-061-1/+0
|
*