Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
...
* Fix aligment of menu iconsMarco Pesenti Gritti2007-03-051-2/+2
* Make action-id in MenuItem be object, not int.Tomeu Vizoso2007-03-042-3/+3
* Added object update to the datastore.Tomeu Vizoso2007-03-041-4/+8
* Added create_with_object_id() func.Tomeu Vizoso2007-03-021-0/+6
* TypoMarco Pesenti Gritti2007-03-021-1/+1
* Add object_idMarco Pesenti Gritti2007-03-021-0/+5
* Hack Dan's DataStore for doing what we need for 6th March demo.Tomeu Vizoso2007-03-022-5/+94
* Set font to 7 points. Tweak zoom levels.Marco Pesenti Gritti2007-03-012-4/+4
* Remove TODOMarco Pesenti Gritti2007-03-011-1/+0
* Use the dropdown icon. Quite an hack to get the icon size right,Marco Pesenti Gritti2007-03-011-1/+2
* Convert points correctly to device. Tweak zoom factor logic a bitMarco Pesenti Gritti2007-02-282-4/+7
* Icon and Button fixes.Tomeu Vizoso2007-02-283-44/+33
* Fix points_to_pixels implMarco Pesenti Gritti2007-02-281-2/+3
* Button fixes and fix launching activities from the clipboard.Tomeu Vizoso2007-02-281-13/+12
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-281-15/+23
|\
| * Entry fixes.Tomeu Vizoso2007-02-281-15/+23
* | More work on devices, getting thereMarco Pesenti Gritti2007-02-282-1/+17
|/
* Specify font size in pixels, not in points.Tomeu Vizoso2007-02-281-2/+2
* Pass the X dpi to Xephyr. Default to a minimum of 96, some distros appear to ...Marco Pesenti Gritti2007-02-281-3/+7
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-272-5/+4
|\
| * IconButton hover fix.Tomeu Vizoso2007-02-271-2/+0
| * Fix stroke/fill on ZoomBox icons.Tomeu Vizoso2007-02-271-3/+4
* | TypoMarco Pesenti Gritti2007-02-271-1/+1
|/
* properly manage the registered field in the config fileGuillaume Desmottes2007-02-271-1/+3
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-271-0/+27
|\
| * Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugarGuillaume Desmottes2007-02-271-1/+1
| |\
| * | Add a Server section in the config file and use it to register only when neededGuillaume Desmottes2007-02-271-0/+27
* | | Use a custom style to get rid of the damned window backgroundMarco Pesenti Gritti2007-02-271-5/+11
| |/ |/|
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-271-1/+3
|\ \ | |/
| * Button fixes.Tomeu Vizoso2007-02-271-1/+3
* | Fix some bugs with frame animation and enable itMarco Pesenti Gritti2007-02-271-1/+1
|/
* Use Window, add a compatibility hack to not break APIMarco Pesenti Gritti2007-02-271-3/+11
* Make the canvas window background transparentMarco Pesenti Gritti2007-02-271-0/+4
* Add a window class to graphics, it contains a canvas.Marco Pesenti Gritti2007-02-272-0/+15
* Added Button control.Tomeu Vizoso2007-02-264-7/+135
* Some control fixes.Tomeu Vizoso2007-02-263-3/+11
* Ensure correctly formatted colorDan Williams2007-02-261-1/+1
* MergeDan Williams2007-02-2610-37/+96
|\
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-251-8/+14
| |\
| | * First try at menu sizing in OptionMenu.Tomeu Vizoso2007-02-251-8/+14
| * | Fix strength propagationMarco Pesenti Gritti2007-02-251-6/+6
| |/
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-243-2/+16
| |\
| | * Make OptionMenu grab the pointer on popup.Tomeu Vizoso2007-02-243-2/+16
| * | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-02-241-2/+2
| |\ \ | | |/
| | * Make the default icon scale depend on the screen resolution.Tomeu Vizoso2007-02-241-2/+2
| * | Don't present from inside the Activity constructorMarco Pesenti Gritti2007-02-242-2/+1
| |/
| * Add hovering to MenuItem.Tomeu Vizoso2007-02-242-0/+10
| * Adjusted rounded box radius.Tomeu Vizoso2007-02-241-1/+1
| * Add hover to BuddyIcon in the Frame.Tomeu Vizoso2007-02-241-1/+1
| * Highlight buttons and change menu background to black.Tomeu Vizoso2007-02-233-18/+48