Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* presence: use RoomConfig1 to configure channel properties (#3629)Daniel Drake2012-07-041-8/+53
* Icon: remove documentation that has not much of a valueSimon Schampijer2012-06-211-70/+0
* EventIcon: Have a default create_palette methodSimon Schampijer2012-06-211-0/+3
* EventIcon: all the events go directly to the event boxSimon Schampijer2012-06-211-0/+1
* EventIcon: Make the child window of the event box invisibleSimon Schampijer2012-06-211-0/+2
* Make sure we have a widget before attaching an invoker, SL #3460Simon Schampijer2012-06-061-1/+2
* Replacing set_data/get_data with a python attributeSimon Schampijer2012-06-064-9/+8
* Move the translation initialisation to an earlier stage, SL #3654Simon Schampijer2012-06-052-16/+1
* Activity Toolbar Description input field wrap text, SL #3586Simon Schampijer2012-06-011-0/+1
* ToolButton: add 'icon_name' as a GObject property SL #3658Manuel QuiƱones2012-06-011-0/+2
* Display spinner cursor when saving after closing the activity, OLPC #11691Simon Schampijer2012-05-301-0/+1
* Object Chooser: update for GDK3 get_xid()Daniel Drake2012-05-221-2/+2
* Tray: set a minimum size in the viewport so that it allows scrollingCarlos Garnacho2012-05-041-2/+4
* Draw accelerator in Palette SL #3459Simon Schampijer2012-04-192-16/+13
* Draw border for palette all the time SL #3383Simon Schampijer2012-04-191-2/+2
* Use json as included in Python SL #3142Simon Schampijer2012-03-221-3/+3
* Remove the workaround for missing gobject-introspection bindings of RsvgSimon Schampijer2012-03-224-237/+5
* Mimic the behaviour and style of the Sugar GTK+ 2 toolbutton palettes in GTK+ 3Simon Schampijer2012-03-153-60/+87
* Mimic the behaviour and style of the sugar GTK+ 2 sub-toolbars in GTK+ 3Gonzalo Odiard2012-03-151-30/+36
* Port get_preview method to cairoSimon Schampijer2012-03-141-19/+48
* s/Descriptions/Description fixup of d9e1a72fcd8657bb2e5d18cc6777c6756e0cd967Simon Schampijer2012-02-091-1/+1
* Window: fixup of wrong conversion introduced by pygi-convert.shSimon Schampijer2012-02-021-1/+1
* Remove the Naming AlertSimon Schampijer2012-02-023-319/+5
* Add DescriptionEntry to the activity sub-toolbarSimon Schampijer2012-02-021-0/+73
* Remove support for the old deprecated toolbarSimon Schampijer2012-01-243-57/+1
* Datastore: remove deprecated APISimon Schampijer2012-01-241-41/+0
* ObjectChooser: remove deprecated parametersSimon Schampijer2012-01-241-10/+1
* Bundlebuilder: remove deprecated bundle_name argumentSimon Schampijer2012-01-241-4/+1
* Activity: remove deprecated _shared_activity memberSimon Schampijer2012-01-241-4/+1
* ActivityBundle: clean from deprecated codeSimon Schampijer2012-01-241-12/+1
* Finally remove the keep button completelySimon Schampijer2012-01-241-25/+0
* Set the sugar theme name in gsettings according the scaleGonzalo Odiard2011-12-201-1/+6
* Reimplement Palettes for GTK3Daniel Drake2011-12-207-416/+508
* SugarExt: make SugarGrid introspectableDaniel Drake2011-12-201-0/+2
* Trivial GTK3 porting fixesDaniel Drake2011-12-2014-39/+59
* Add EventIcon/CursorInvoker similar to CanvasIcon/CanvasInvokerDaniel Drake2011-12-203-1/+133
* SugarExt: drop pygobject2 initialisationDaniel Drake2011-12-201-2/+0
* activity.py: Apply sugar GTK3 theme and icon themeDaniel Drake2011-12-131-0/+2
* SugarExt: fix compile without pygtkDaniel Drake2011-12-131-1/+1
* sugar-activity: import and make independent of sugar-toolkit GTK versionsDaniel Drake2011-12-133-161/+21
* Port key handling code to GTK3Raul Gutierrez Segales2011-12-133-19/+22
* Import sugar-base into sugar-toolkitDaniel Drake2011-12-1326-3/+5356
* Use rsvg wrapper while rsvg gains introspection supportRaul Gutierrez Segales2011-12-131-9/+6
* Add wrapper for rsvgRaul Gutierrez Segales2011-12-133-1/+232
* Add GdkWrapper to access non-introspectable Gdk APIRaul Gutierrez Segales2011-12-134-3/+105
* _TimeoutIcon: use markup instead of Pango for bold textSimon Schampijer2011-12-131-5/+2
* Replace "expose-event" signal by a new "draw" signalSimon Schampijer2011-12-132-11/+10
* Tray: replace deprecated get_child_requisition() invocationDaniel Drake2011-12-131-3/+3
* Replace deprecated gdk_set_sm_client_id() invocationRaul Gutierrez Segales2011-12-131-1/+1
* Use GObject constructor for Gtk.AlignmentSimon Schampijer2011-12-135-6/+6