Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 145v145Manuel Quiñones2012-10-251-1/+1
|
* Improve styling of the autocomplete list - SL #4049Manuel Quiñones2012-10-251-5/+44
| | | | | | | | | - add background to the entry to match the drop down list - make the list styleable - set the list minimun height to match four entries Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove gap between the web entry and the autocomplete listManuel Quiñones2012-10-251-1/+3
| | | | | | | | This is a regression from the gecko to webkit port, see commit d50001dc . Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* New escape behavior when in fullscreen mode, SL #1434Simon Schampijer2012-10-251-26/+0
| | | | | | | | | | This is a followup of SL #1434. The behavior is now that pressing escape in fullscreen mode will exit the fullscreen mode. Pressing a second time escape will stop loading the page. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Revert "Touch: Get out of activity fullscreen mode SL #4013"Manuel Quiñones2012-10-231-18/+0
| | | | | | This is in toolkit now, commit 20ef2975 . This reverts commit c9975a7c356b6c7d81473560cd7d5d611c82bfcb.
* Make the autocomplete list touch-friendly - SL #4049Manuel Quiñones2012-10-222-1/+4
| | | | | | | | | | | | - limit the number of matches so the list doesn't interfere with the OSK - enlarge the rows height to the size of an icon of standard size, so the rows are as touchable as Sugar icons - make the list of alternate colors to distinguish the clickable/touchable area Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Touch: Get out of activity fullscreen mode SL #4013Manuel Kaufmann2012-10-201-0/+18
| | | | | | | | Show the Unfullscreen button (with a timeout to hide it) when the user clicks over the canvas. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
*