Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* configure.in now defines HAVE_LIBCOLORBLIND (bug).mo827-gcompris-sergioSergio Durigan Junior2009-11-231-1/+1
|
* Adding verification of libcolorblind.Sergio Durigan Junior2009-11-232-1/+9
| | | | | | This commit adds the verification support of libcolorblind on configure.in and Makefile.am. When the lib is present, HAVE_LIBCOLORBLIND is defined.
* Added again the support for our goocanvas.Svg item on top ofgcomprixogooBruno Coudoin2009-11-153-0/+79
| | | | | the official pygoocanvas. This patch have to be apply on any new release comming from pygoocanvas.
* Comming from goocanvas 0.15, was missing there.Bruno Coudoin2009-11-111-0/+1
|
* Removed a considered offending sentence against proprietary software.Bruno Coudoin2009-11-111-2/+10
|
* po files taken from master branch.Bruno Coudoin2009-11-1117-15301/+24843
|
* Release 8.5PRE3Bruno Coudoin2009-11-111-1/+1
|
* Fixed moving flipped items towards the top left or right.Bruno Coudoin2009-11-111-9/+18
|
* removed unneeded test code.Bruno Coudoin2009-11-111-14/+0
|
* Added support for loading/saving z-order.Bruno Coudoin2009-11-113-21/+74
|
* Better support for non ascii keys in the text items.Bruno Coudoin2009-11-082-20/+1
|
* Class reog, there is now a Document class that holdsBruno Coudoin2009-11-082-42/+47
| | | | everything related to the animation document itself.
* The last touch on the animation.Bruno Coudoin2009-11-082-12/+26
| | | | We now have the load/save working with lines now that we have the latest goocanvas.
* Updated with upstream goocanvas 0.15 and pygoocanvas 0.14.1.Bruno Coudoin2009-11-0828-1238/+5502
| | | | (I patched pygoocanvas to make it compile with goocanvas 0.15).
* Now display 4 lines of file instead of 3.Bruno Coudoin2009-11-081-2/+1
|
* Now accept the double click to mark the time line end.Bruno Coudoin2009-11-081-3/+6
|
* Improved the saving of text items. Sadly it does not work becauseBruno Coudoin2009-11-082-7/+6
| | | | | it seems like my goocanvas version does not report the text items content properly when it has been updated.
* A nice implementation of the text item with a resize button.Bruno Coudoin2009-11-072-28/+124
| | | | Need to make the save/load of texts now.
* iniital support for text items.Bruno Coudoin2009-11-072-44/+132
|
* Fixed a bug where the old items where not deleted on a file load.Bruno Coudoin2009-11-021-1/+2
|
* added support for delete key shortcut when an item is selected.Bruno Coudoin2009-11-022-4/+13
|
* Properly hide the color selector in playing mode.Bruno Coudoin2009-11-012-1/+10
|
* Added support for load/save for images.Bruno Coudoin2009-11-012-15/+60
|
* Now save/restore works with rectangle. The last time line mark isBruno Coudoin2009-11-013-49/+48
| | | | | also saved / restored. Next step is to implement save/restore for other objects than rectangle.
* now the limit works in reverse also.Bruno Coudoin2009-10-311-1/+3
|
*