Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
*