aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-seed-extension.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Seed extension wrapper to Seed API changesTim Horton2009-05-111-1/+2
|
* Fix finding extensions in system dir.Xan Lopez2009-02-181-5/+7
| | | | | | | | | | Also use g_build_filename to build paths and plug a leak. Based on a patch by Diego Escalante Urrelo. Bug #571379 svn path=/trunk/; revision=8791
* And some more style fixes, should now follow the new code guidelines.Xan Lopez2009-02-081-23/+18
| | | | svn path=/trunk/; revision=8777
* ephy-seed-extension: untabify, delete-trailing-whitespace, ...Xan Lopez2009-02-081-39/+40
| | | | svn path=/trunk/; revision=8776
* ephy-seed-extension: free this here.Xan Lopez2009-02-081-3/+3
| | | | svn path=/trunk/; revision=8775
* ephy-seed-extension: do not return const pointer as char*.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8774
* ephy-seed-extension: add trailing NULL to g_strconcat.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8773
* ephy-seed-extensions: fix coding style.Xan Lopez2009-02-081-34/+34
| | | | svn path=/trunk/; revision=8772
* config.h must be the first includeChristian Persch2009-02-081-2/+2
| | | | svn path=/trunk/; revision=8768
* Add seed support; use --enable-seed to check it out. Patch by Robert Carr.Christian Persch2009-02-071-0/+274
svn path=/trunk/; revision=8756