Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Daniel Drake 2937a09ead Use g_timeout_add_seconds() for power efficiency
This attempts to align second-granularity wakeups across the system,
reducing CPU wakeups a little.

I considered all timeouts of duration 1 second or greater, and moved
the non-timing-critical ones to g_timeout_add_seconds(). (Actually,
I didn't find any that I felt were timing-critical)
2008-12-18 19:56:08 +00:00
m4 Enable maximum warnings. 2008-08-12 01:53:28 +02:00
po Update Spanish translations 2008-12-15 06:56:38 -05:00
src Use g_timeout_add_seconds() for power efficiency 2008-12-18 19:56:08 +00:00
tests Fix the testcase for ticket 2855. 2008-01-27 20:07:00 +01:00
.gitignore Add 'compile' to gitignore. 2008-06-25 15:29:23 +02:00
AUTHORS Add AUTHORS file 2007-09-25 15:49:52 +02:00
autogen.sh Call intltoolize before autoreconf 2008-04-24 13:52:09 +02:00
configure.ac Release 0.83.2 2008-11-21 13:42:12 +01:00
COPYING Make it distcheck. Fix license. 2008-02-06 16:43:10 +01:00
Makefile.am Use a src directory consistently with base and shell. 2008-04-29 14:58:34 +02:00
README Release 0.79.0 2008-02-06 17:03:51 +01:00

Sugar is the core of the OLPC Human Interface. The toolkit provides
a set of widgets to build HIG compliant applications and interfaces
to interact with system services like presence and the datastore.