summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not use deprecated GtkButton APIsXan Lopez2009-11-303-4/+4
* Add GObject introspection annotations to more functionsIain Nicol2009-11-231-2/+2
* ephy-net-monitor: and use && instead of ||Xan Lopez2009-11-191-1/+1
* ephy-net-monitor: logic of the NULL checks was invertedXan Lopez2009-11-191-1/+1
* Disconnect dbus callbacks when disposing of the monitor.Tom Parker2009-11-181-4/+20
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-188-12/+100
* Set program name to match the desktop fileGustavo Noronha Silva2009-11-121-0/+3
* Enable gtk-doc & g-ir-scanner support for our introspection annotationsIain Nicol2009-10-301-2/+38
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-293-0/+33
* ephy-seed-loader: ref count extensions like ephy-shlib-loader doesIain Nicol2009-10-271-2/+1
* ephy-seed-extension: don't assume the script returned an objectIain Nicol2009-10-271-1/+1
* Correct "ReturnValue" to "Return value" in gtk-doc commentsIain Nicol2009-10-261-3/+3
* ephy-seed-extension: don't crash when detaching multiple extensionsIain Nicol2009-10-241-0/+1
* Refactor EphyShell lifetime trackingXan Lopez2009-10-232-25/+10
* Unref EphyShell on EphyWindow's dispose methodXan Lopez2009-10-221-2/+10
* Pass mailto: URI to gtk_show_uri()Frédéric Péters2009-10-181-0/+8
* Use the new syntax for seed importsIain Nicol2009-10-151-2/+2
* src/Makefile.am: Fix parallel-build issue when introspection enabled.Priit Laes2009-09-271-1/+1
* ephy-window.c: workaround bug in WebKit progress notificationXan Lopez2009-09-241-4/+11
* Prevents PDM from getting keyring passwords in a private sessionJulian de Navascues2009-09-221-2/+15
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-2221-72/+112
* Add back support for the "direction up" navigation (GNOME bug 595653)Frédéric Péters2009-09-221-0/+2
* ephy-notebook.c: better yet, get rid of the test completelyXan Lopez2009-09-201-7/+2
* ephy-notebook.c: use public GtkNotebook API instead of accessing members of i...Xan Lopez2009-09-201-3/+3
* src/Makefile.am: add missing includeXan Lopez2009-09-201-0/+1
* Bring back epiphany context menuXan Lopez2009-09-203-101/+119
* ephy-window.c: do not leak hit test resultXan Lopez2009-09-191-0/+1
* ephy-window.c: reimplement middle-click clipboard to open linkXan Lopez2009-09-181-58/+26
* Implement saving the page using the DataSource APIGustavo Noronha Silva2009-09-141-14/+35
* ephy-profile-migration.c: repeat password migration when neededXan Lopez2009-09-141-2/+14
* Make the g-ir-scanner rule depend only on the header filesXan Lopez2009-09-131-1/+1
* ephy-nss-glue.c: ask for the NSS master password if neededXan Lopez2009-09-111-0/+46
* ephy-nss-glue.c: ignore padLength error in the NSS glue codeXan Lopez2009-09-101-1/+4
* Remove a couple of references to EphyCommandManagerXan Lopez2009-09-101-1/+0
* ephy-location-action.c: also disconnect the notebook signal on disconnect_proxyXan Lopez2009-09-101-1/+4
* Get rid of EphyCommandManagerXan Lopez2009-09-103-25/+17
* ephy-location-action.c: unblock address sync on switch-page tooXan Lopez2009-09-101-6/+46
* ephy-profile-migration.c: fix crash when importing some profilesXan Lopez2009-09-101-2/+5
* ephy-profile-migration: stript URIs from whitespace before validatingXan Lopez2009-09-091-0/+1
* Bug 594435: Bookmark properties topic improvementsEmilio Pozuelo Monfort2009-09-081-2/+3
* ephy-location-action: g_strdup is NULL safeXan Lopez2009-09-071-1/+1
* Simplify EXPIRE logic in ephy_web_view_set_typed_addressXan Lopez2009-09-073-6/+3
* window-commands: unref the stream when we are done with itXan Lopez2009-09-071-0/+1
* window-commands: also ref the embed while the stream is processedXan Lopez2009-09-071-3/+4
* window-commands: better strdup the URI webkit gives usXan Lopez2009-09-071-3/+4
* window-commands.c: fallback to view source inside the browser when launching ...Xan Lopez2009-09-061-6/+37
* ephy-window: make <ctrl>KP_0 an alias to <ctrl>0Diego Escalante Urrelo2009-09-041-0/+1
* When the DataSource is empty, display empty file instead of crashingGustavo Noronha Silva2009-09-041-1/+4
* ephy-session.c: fix opening an empty new epiphany window from command lineXan Lopez2009-09-031-3/+4
* ephy-link-action.c: plug memory leakXan Lopez2009-09-021-3/+8