Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
Commit message (Collapse)AuthorAgeFilesLines
* #8285: Try to use queue_draw_area() instead of queue_draw()Sayamindu Dasgupta2008-09-091-1/+9
|
* Make pencil tool use the brush (partial workaround for #8285)Sayamindu Dasgupta2008-09-091-16/+0
|
* Updated POT file (using 'setup.py genpot')Alexandre Antonino Gonçalves Martinazzo2007-11-011-0/+9
| | | | Corrections in file Headers
* Changes from André:Alexandre Antonino Gonçalves Martinazzo2007-11-011-2/+11
| | | | | | | Bug #3709 fixed; Right click only works with 'selection' and 'free polygon' Fixed bug with free polygon Bug #3703 fixed; 'Crtl+A' select all and 'Crtl+D' deselect, without buttons for now Bug #3702 fixed; 'Erase' delete selection, 'return' confirm the selection
* Merging repositoriesAlexandre Antonino Gonçalves Martinazzo2007-10-191-145/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Sugar's Object Chooser to "Import Image" dialog box; user imports images from Journal. Palettes' layout changed (see ticket #4231). Image Toolbar buttons active only when there is a selection. Clear button now works with selected areas. From SVN: r116 | barbolo | 2007-10-16 15:57:10 -0200 (Ter, 16 Out 2007) | 14 lines Freeform polygon tool. Eben has suggested a new way of drawing freeform polygon and it's been implemented in this version. Now, it's possible to draw polygons with freeform lines. Modified functions: Desenho.polygon All the new algorithm has been written. Area.mousedown Area.mousemove Area.mouseup It's changed the way of calling Desenho.polygon function. ------------------------------------------------------------------------ r115 | andremossinato | 2007-10-09 14:38:51 -0300 (Ter, 09 Out 2007) | 4 lines now effects can be used in selection fixed bug in "insert image" added rotate
* Fitting canvas to usable area (See ticket #3689)Alexandre Antonino Gonçalves Martinazzo2007-10-081-11/+11
|
* Squashed commit of the following:Alexandre Antonino Gonçalves Martinazzo2007-09-191-29/+47
| | | | | | | | | | commit f270152cd942d4d48f0c7efe13150f4416d1a888 Author: barbolo <barbolo@e2fb0b9f-bc32-0410-ab74-19e9d00b4e58> Date: Wed Sep 19 18:52:11 2007 +0000 Resizeing fixed! Toolbox done! git-svn-id: https://oficina.googlecode.com/svn/trunk@113 e2fb0b9f-bc32-0410-ab74-19e9d00b4e58
*