Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Icon rendering fixesDaniel Drake2011-10-301-16/+14
|
* pack_start/pack_end fixesDaniel Drake2011-10-305-20/+18
|
* A lot of small changes for GTK+ 3 support. This removes menu support.Benjamin Berg2011-10-305-155/+72
|
* More introspection fixes for SugarExtSimon Schampijer2011-10-302-4/+18
| | | | | | - only giving the source files we are interested in to the scanner - add VolumeAlsa (used in the shell)
* Tray gtk3 fixesDaniel Drake2011-10-301-17/+17
|
* Use gdk_x11_set_sm_client_id instead of the deprecated oneerikos-gtk3Raul Gutierrez Segales2011-10-301-1/+1
|
* wm.py: use the right Gdk enum value for propertiesRaul Gutierrez Segales2011-10-301-2/+2
|
* more fixesDaniel Drake2011-10-302-2/+2
|
* Add missing importsDaniel Drake2011-10-3011-24/+11
|
* .get_parent() fixesDaniel Drake2011-10-302-7/+9
|
* get_window() fixesDaniel Drake2011-10-305-15/+15
|
* Fix/workaround some GTK+ 3.x issues, to get the toolbar loading.Benjamin Berg2011-10-301-45/+45
|
* Gtk.Orientation fixupsDaniel Drake2011-10-302-9/+9
|
* graphics.tray gtk3 fixesDaniel Drake2011-10-301-5/+5
|
* Fix the XSMP client introspectionSimon Schampijer2011-10-291-1/+1
|
* activity.py: set icon theme tooDaniel Drake2011-10-291-0/+1
|
* Import mime stuff from sugar-toolkitDaniel Drake2011-10-2919-2/+4599
| | | | Probably needs cleaning up a bit. And we use pygtk-codegen, ugh...
*