Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop unused SnowflakeLayoutHEADmasterMarco Pesenti Gritti2011-09-142-112/+0
|
* Drop unused SpreadLayoutMarco Pesenti Gritti2011-09-142-86/+0
|
* Drop unused CanvasEntry importMarco Pesenti Gritti2011-09-141-1/+0
|
* Refactor common container code into ViewContainerremove-hippo-from-simonRaul Gutierrez Segales2011-09-125-104/+86
|
* Journal details view: fix text box appearance/behaviourDaniel Drake2011-09-121-0/+2
|
* Journal details view fixesDaniel Drake2011-09-121-7/+11
|
* Group View: call show() on iconsRaul Gutierrez Segales2011-09-121-0/+1
|
* MeshBox: a few fixes here and thereRaul Gutierrez Segales2011-09-121-3/+7
|
* Intro screen fixesDaniel Drake2011-09-122-43/+27
|
* Fix search in the home viewSimon Schampijer2011-09-121-1/+1
|
* Got clipboard frame panel workingRaul Gutierrez Segales2011-09-123-2/+3
|
* Journal: nohippo fixesDaniel Drake2011-09-124-50/+32
|
* Fixed upper frame so it looks rightRaul Gutierrez Segales2011-09-122-4/+14
|
* Keep icon: CanvasIcon doesn't have box_width parameterDaniel Drake2011-09-121-1/+0
| | | | | Don't think this is a new issue - box_width was never a CanvasIcon param as far as I can see. Or maybe it was a hippo thing?
* Make Mesh View work without Hippo and with the new IconRaul Gutierrez Segales2011-09-121-1/+10
| | | | | | | | | | I've added a couple of calls to show here and there. This should be cleaned up and done in ordered fashion. Also, the whole dance with desktop.Grid passing in icons to get them positioned is kinda confusing because width/height is converted on its way to the Grid and on its way out: very error prone stuff.
* Make transition box actually work without HippoRaul Gutierrez Segales2011-09-121-2/+2
| | | | | | | | This is to be squashed with 981cbff97ee555b77d27eb0c4731c0d4c0389e2d Note: the Transition Box is my favorite piece of code in Sugar. Please, please, please: don't ever remove it. I just /love/ the 1 pixel bug it has, best thing ever!
* GroupBox: show icon and correctly call size_allocateRaul Gutierrez Segales2011-09-121-1/+8
|
* MeshBox: use size_allocate and size_requestRaul Gutierrez Segales2011-09-121-3/+3
|
* FavoriteView: Do a size_allocate instead of emit_request_changedRaul Gutierrez Segales2011-09-121-1/+2
|
* Remove Hippo from the frameRaul Gutierrez Segales2011-09-123-59/+50
|
* Remove Hippo from the Intro window/colorpickerRaul Gutierrez Segales2011-09-122-63/+77
|
* Remove Hippo from MeshBoxRaul Gutierrez Segales2011-09-121-34/+94
|
* Remove Hippo from FriendViewRaul Gutierrez Segales2011-09-121-5/+7
|
* Remove Hippo from GroupBoxRaul Gutierrez Segales2011-09-121-17/+68
|
* HomeBox parent constructor is VBox.__init__Raul Gutierrez Segales2011-09-121-1/+1
|
* Remove Hippo from TransitionBoxRaul Gutierrez Segales2011-09-121-38/+6
|
* Add Grid#get_childrenRaul Gutierrez Segales2011-09-121-0/+3
|
* Remove Hippo from the JournalWalter Bender2011-09-124-235/+202
|
* Remove Hippo from FavoritesViewWalter Bender2011-09-122-159/+218
|
*