Sugar Learning Environment, Activity Toolkit, GTK 3.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Simon Schampijer f91cfbfc8a Cursor tracker: only display the cursor in mouse/trackpad mode
Listen on RawEvents: listen for raw events on the root
window and decide whether the cursor is shown or not. A
touch begin event will hide the cursor a motion or button
press event will show it.

There is no API in XFixes to know whether a cursor is shown
or not so we keep track of the current state. Furthermore
we trap X errors if any bad access should happen.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Reviewed-by: Carlos Garnacho <carlos@lanedo.com>
Acked-by: Manuel Quiñones <manuq@laptop.org>
12 years ago
bin Set default python encoding to utf-8 12 years ago
examples Add examples for Alert, Animator, ComboBox, IconEntry and Notebook 13 years ago
m4 Add simple toolbars example 15 years ago
po Commit from Sugar Labs: Translation System by user cjl.: 40 of 40 messages translated (0 fuzzy). 12 years ago
src Cursor tracker: only display the cursor in mouse/trackpad mode 12 years ago
tests Update toolbar buttons testcase with API change for the icon name 12 years ago
.gitignore Switch sugarext to be an introspectable library 13 years ago
AUTHORS Add AUTHORS file 17 years ago
COPYING Make it distcheck. Fix license. 16 years ago
MAINTAINERS Add MAINTAINERS file 13 years ago
Makefile.am sugar-activity: import and make independent of sugar-toolkit GTK versions 13 years ago
README Release 0.79.0 16 years ago
autogen.sh Allow to build outside source directory 12 years ago
configure.ac Release 0.97.6 12 years ago

README

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.