Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a major bug resulting in garbled string in the advanced colorGCOMPRIS_8_3Bruno Coudoin2009-08-301-1/+4
| | | | | | activity. In this activity the color to search was garbled in American english and in case there is no translations available for the running locale.
* Create the ChangeLog automatically from git log.Bruno Coudoin2009-07-131-0/+12
|
* Added a demo case windows.Bruno Coudoin2009-07-131-4/+13
|
* Cleanup concerning WIN32 paltform. Removed redundant cases.Bruno Coudoin2009-07-131-30/+7
|
* This is an Empty ChageLog to be filled up with git logBruno Coudoin2009-07-131-0/+4
| | | | at make dist time.
* No more maintain the ChangeLog manually, use git log instead.Bruno Coudoin2009-07-131-0/+0
|
* Removed useless translations for the windows installer.Bruno Coudoin2009-07-1232-319/+31
|
* Updated windows compilation process.Bruno Coudoin2009-07-092-155/+25
|
* Sadly, I edited all day long the file Makefile.mingw instead ofBruno Coudoin2009-07-051-40/+27
| | | | | Makefile.mingw.in and lost all my work :/ Tryed there to get it back but it's not tested.
* Replaced intro message of the demo version by a less offensive one.Bruno Coudoin2009-07-053-2166/+1153
|
* Minor comment improvement.Bruno Coudoin2009-07-051-8/+2
|
* Fixed icon to match the one in master.Bruno Coudoin2009-07-051-0/+0
|
* Added missing sdl files, fixed audio.Bruno Coudoin2009-07-052-1/+3
|
* No more package gtk local's file as they are useless.Bruno Coudoin2009-07-051-1/+0
|
* Added support for making the installer from GNU/Linux.Bruno Coudoin2009-07-052-3/+3
|
* updated the windows compilation chain to work against the latestBruno Coudoin2009-07-056-15/+433
| | | | version of GTK.
* The version of chess that works on windows.Bruno Coudoin2009-07-051-0/+1158
|
* Cleanup, removed /gnuwin32 directoryBruno Coudoin2009-07-054-6/+135
|
* UpdatedBruno Coudoin2009-07-051-1/+0
|
* Better compilation process for windows.Bruno Coudoin2009-07-053-29/+26
| | | | Take care of internal gnomecanvas and libart_lgpl from now.
* Updated .gitignoreBruno Coudoin2009-07-051-0/+1
|
* Avoided a warning in calling gnome_canvas_point_free on a NULL item.Bruno Coudoin2009-07-051-2/+3
|
* Integrated gnomecanvas and libart_lgpl to make it easier to compile GComprisBruno Coudoin2009-07-04138-68/+37484
| | | | on different platforms. This is similar to the way GCompris 8.4.X is provided.
* Auto updated.Bruno Coudoin2009-07-041-123/+314
|
* Updated gitignore.Bruno Coudoin2009-07-043-0/+5
|
* removed uneeded fileBruno Coudoin2009-07-041-1011/+0
|
* Added .gitignoreBruno Coudoin2009-07-042-1/+5
|
* UpdatedBruno Coudoin2009-06-201-0/+35
|
* UpdatedBruno Coudoin2009-06-201-0/+15
|
* When shuffling the items for the left bar, the last item was skipped. As theWolfram Sang2009-06-191-1/+1
| | | | | upper limit for random-functions is exclusive, we have to pass the whole list_size, not list_size - 1. Also, simplify the code.
* Shapegames could crash if one tried to move an object while the bonus-objectWolfram Sang2009-06-191-0/+8
| | | | | (e.g. sad flower) was still shown. Fix this by ensuring that the object to move or drop is the same one that got dragged.
* Fix an off-by-one bug in the calculation of the amount of levels, which made itWolfram Sang2009-06-191-4/+2
| | | | possible to see the end-sequence just by clicking the dice.
*