Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the API to get icon/description for objects.Marco Pesenti Gritti2007-10-162-5/+2
| | | | | | Get rid of the service for now, it's not necessary until we allow activities to extend the mime type -> generic type mapping (post 1.0)
* Fix retrieving the activities suitable for resuming a journal entryTomeu Vizoso2007-10-161-2/+3
|
* Fix warning.Tomeu Vizoso2007-10-161-3/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-162-9/+17
|\
| * Cast to string, looks like dbus strings confuse pygtkMarco Pesenti Gritti2007-10-161-1/+1
| | | | | | | | type checking here.
| * Do not use prgname for the bundle id because xulrunnerMarco Pesenti Gritti2007-10-161-2/+2
| | | | | | | | is messing with it. Some activity launch fixes.
| * Fallback to mime parents if the main one doesn't have matchesMarco Pesenti Gritti2007-10-161-6/+14
| |
* | Use double leading underscores for callback names to avoid name collisionsSimon Schampijer2007-10-161-41/+41
|/ | | | The double underscores invoke Python's name mangling algorithm
* Use gdk to get/set X11 propertiesMarco Pesenti Gritti2007-10-166-157/+15
|
* Fix distcheckMarco Pesenti Gritti2007-10-161-16/+6
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-1681-62/+9331
|
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-1529-4197/+50
|
* Added an entry that can have icons inside: IconEntry. From libsexy.Tomeu Vizoso2007-08-203-0/+1090
|
* Embed/unembed the menu on state changes, keeping it aroundMarco Pesenti Gritti2007-08-112-1/+14
| | | | | | cause some weird drawing issues. Redraw on palette size changes (patch by Benzea).
* Fix cflagsMarco Pesenti Gritti2007-08-111-2/+2
|
* First go at support of focusable widgets inside the palette.Marco Pesenti Gritti2007-08-082-45/+10
| | | | | Not enabled yet because focus confuses our deactivation logic but it seem to work otherwise.
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-311-7/+0
|
* Use menu->toplevel rather than getting the parent.Marco Pesenti Gritti2007-07-311-2/+2
|
* Split the UI part of sugarext out to his own module to avoidMarco Pesenti Gritti2007-07-2729-445/+66
| | | | dragging gtk inside services.
* Use selection grey for progress in the address entry.Marco Pesenti Gritti2007-07-191-1/+1
|
* Improve tooltips sizingMarco Pesenti Gritti2007-07-062-15/+39
|
* Lots of palette refactoring.Marco Pesenti Gritti2007-06-263-0/+126
|
* More LGPL headersMarco Pesenti Gritti2007-06-242-24/+26
|
* Fix copyright yearsMarco Pesenti Gritti2007-06-246-6/+6
|
* Check also C filesMarco Pesenti Gritti2007-06-241-0/+1
|
* Move SugarKeyGrabber in the lib. Keep it private.Marco Pesenti Gritti2007-06-207-0/+1109
| | | | We can't install libraries in datadir.
* Should actually use STRING atomMarco Pesenti Gritti2007-06-191-2/+2
|
* Use a string atomMarco Pesenti Gritti2007-06-191-7/+7
|
* Evil hack to keep the entry context menu working with ourMarco Pesenti Gritti2007-06-131-0/+17
| | | | title/address behavior.
* Improve address/title logicMarco Pesenti Gritti2007-06-131-1/+17
|
* Bindings to set activity_id and bundle_id hintsMarco Pesenti Gritti2007-06-013-1/+127
|
* Import xdgmime and start hooking it upMarco Pesenti Gritti2007-05-2317-1/+4528
|
* Add the AddressEntry object to sugarMarco Pesenti Gritti2007-05-213-0/+725
|
* Make browser a modules inside sugar libraryMarco Pesenti Gritti2007-04-0723-3781/+0
|
* Use gtk to detect dpi.Marco Pesenti Gritti2007-04-074-130/+1
|
* UnusedMarco Pesenti Gritti2007-04-061-0/+0
|
* Remove,unusedMarco Pesenti Gritti2007-04-062-791/+0
|
* Move private extensions out of the lib, inside the shell.Marco Pesenti Gritti2007-04-068-553/+2
|
* Remove the threadframe stuff which went unused.Marco Pesenti Gritti2007-04-069-288/+1
|
* Remove the unused push scroller code.Marco Pesenti Gritti2007-04-065-298/+0
|
* Move data in the lib to the toplevel dir.Marco Pesenti Gritti2007-04-064-104/+1
|
* Do not abort on X errorsMarco Pesenti Gritti2007-04-041-14/+14
|
* Add XSetErrorHandler for not crashing on X errors caused by Gecko plugins.Tomeu2007-04-031-0/+31
|
* Fix problem with back/forward and framesMarco Pesenti Gritti2007-03-311-0/+2
|
* Deactivate extension based type checking for Gecko 1.8.Tomeu2007-03-301-1/+3
|
*