Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
* Embed/unembed the menu on state changes, keeping it aroundMarco Pesenti Gritti2007-08-112-4/+15
* Separate libsugar and libsugarui ld flags to notMarco Pesenti Gritti2007-08-101-10/+14
* Fixed a typo in the palette gap calculation code.Benjamin Berg2007-08-101-1/+1
* Ignore grab_notify in the palette menu so that eg. scales work.Benjamin Berg2007-08-101-0/+4
* Don't draw the invoker rectangle for tooltips.Benjamin Berg2007-08-103-3/+3
* Draw an invoker rectangle that looks connected to the main palette.Benjamin Berg2007-08-104-1/+171
* Complete move to external bundle registry.Tomeu Vizoso2007-08-092-9/+23
* Correctly include .mo files in bundles.Tomeu Vizoso2007-08-092-4/+6
* Notice when (non-sugar) activity factories fail to launch. #1975Dan Winship2007-08-081-2/+5
* Make activity icons in frame outline-only. #2668Dan Winship2007-08-083-5/+12
* Move the activity register to the clipboard service.Tomeu Vizoso2007-08-081-5/+7
* Fix objectchooser, replace frame with canvasroundbox moduleEduardo Silva2007-08-081-3/+3
* Ignore only INFERIOR enter/leave events.Marco Pesenti Gritti2007-08-081-2/+2
* Override menu shell deactivate to go through the palette.Marco Pesenti Gritti2007-08-081-0/+3
* Expose palette.action_barMarco Pesenti Gritti2007-08-081-7/+15
* Expose palette.menu rather than wrapping methods.Marco Pesenti Gritti2007-08-081-32/+38
* Call embed after the widget hierarchy is setup so thatMarco Pesenti Gritti2007-08-081-3/+3
* Enable focus when there is content. Remove the focusMarco Pesenti Gritti2007-08-081-15/+9
* First go at support of focusable widgets inside the palette.Marco Pesenti Gritti2007-08-083-108/+72
* Icon(): Add scaled icon support (SVG) with editable fill and stroke colorsEduardo Silva2007-08-021-13/+96
* Do a dict.copy() so we don't overwrite the original.Tomeu Vizoso2007-08-011-0/+3
* Remove Frame, rename RoundBox to CanvasRoundBoxMarco Pesenti Gritti2007-07-313-32/+5
* Finally drop obsolete units.Marco Pesenti Gritti2007-07-313-98/+0
* Move from scaling to sizes in CanvasIcon.Marco Pesenti Gritti2007-07-313-58/+38
* Fix all the units except icon scales.Marco Pesenti Gritti2007-07-312-1/+1
* Do not use unitsMarco Pesenti Gritti2007-07-311-1/+1
* More units cleanupsMarco Pesenti Gritti2007-07-314-13/+11
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-315-19/+11
* Remove obsolete sugar.graphics.color.Marco Pesenti Gritti2007-07-318-143/+22
* #2475 Retrieve correctly the file path for files in removable devices.Tomeu Vizoso2007-07-301-7/+1
* Start intro if config is absent or corrupted.Marco Pesenti Gritti2007-07-301-11/+21
* Fix centering of items in the spread boxMarco Pesenti Gritti2007-07-301-17/+21
* Do not traceback if bundle version is not integer.Marco Pesenti Gritti2007-07-301-1/+5
* Cleanup mo packaging.Marco Pesenti Gritti2007-07-291-36/+40
* #2564: use the activity service name as the base name for translation files.Tomeu Vizoso2007-07-291-1/+5
* Allow specifying a concrete activity when resuming a journal object.Tomeu Vizoso2007-07-281-2/+3
* Allow passing a complete file path when creating a sugar.graphics.IconTomeu Vizoso2007-07-281-0/+6
* Fix clipboard support for text from Browse.Tomeu Vizoso2007-07-281-2/+6
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-07-2711-131/+204
|\
| * Do not import _sugarext inside graphics initMarco Pesenti Gritti2007-07-271-2/+0
| * Fix importMarco Pesenti Gritti2007-07-271-3/+3
| * Split the UI part of sugarext out to his own module to avoidMarco Pesenti Gritti2007-07-2712-133/+208
* | add a missing "self", noticed by nelhageDan Winship2007-07-271-1/+1
|/
* Merge branch 'master' of git+ssh://danw@dev.laptop.org/git/sugarDan Winship2007-07-271-0/+2
|\
| * #2511 Fix journal entries background in the object chooser.Tomeu Vizoso2007-07-261-0/+2
* | Add get/set for backup info, and set_serverDan Winship2007-07-261-19/+38
* | x86_64 fix: don't use sys.maxint (which is really maxlong) for int gpropertiesDan Winship2007-07-261-1/+1
|/
* Make sure the handle dict values are string. LooksMarco Pesenti Gritti2007-07-261-4/+6
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-07-263-4/+15
|\
| * Add timeout arg to sugar.datastore.Datastore.Tomeu Vizoso2007-07-262-4/+6