| Commit message (Expand) | Author | Age | Files | Lines |
* | Plug g_file_new_for_path leaks | Xan Lopez | 2010-10-13 | 1 | -2/+6 |
* | ephy-bookmarks: plug leak | Xan Lopez | 2010-10-12 | 1 | -0/+1 |
* | ephy-extensions-manager: improve toggle load code | Diego Escalante Urrelo | 2010-10-11 | 1 | -10/+9 |
* | ephy-extensions-manager: remove an always-true check | Diego Escalante Urrelo | 2010-10-11 | 1 | -2/+1 |
* | ephy-session: plug memory leaks | Xan Lopez | 2010-10-10 | 1 | -0/+3 |
* | Revert "Port to GtkSpinner" | Xan Lopez | 2010-10-10 | 3 | -8/+13 |
* | ephy-extensions-manager: plug memory leak | Xan Lopez | 2010-10-10 | 1 | -0/+3 |
* | Port to GtkSpinner | Xan Lopez | 2010-10-09 | 3 | -13/+8 |
* | gsettings: port epiphany to gsettings | Diego Escalante Urrelo | 2010-10-08 | 23 | -1101/+823 |
* | Use gtk_widget_get_preferred_size instead of gtk_widget_size_request | Xan Lopez | 2010-10-05 | 1 | -1/+1 |
* | Use gobject-introspection 0.9.5 syntax | Xan Lopez | 2010-10-04 | 1 | -4/+6 |
* | ephy-notebook: use set_group_name instead of set_group | Xan Lopez | 2010-10-04 | 1 | -2/+2 |
* | Update for latest GTK+ 3.x release. | Xan Lopez | 2010-09-11 | 7 | -53/+53 |
* | pdm-dialog: do not crash when clearing the passwords from prefs dialog | Xan Lopez | 2010-09-05 | 1 | -44/+41 |
* | GtkDialog separators are gone in GTK+ 3.x | Xan Lopez | 2010-09-05 | 4 | -5/+1 |
* | pdm-dialog: use gtk_message_dialog_get_message_area instead of home-grown hack | Xan Lopez | 2010-09-01 | 1 | -18/+1 |
* | Adapt to GtkNotebook signal signature changes | Diego Escalante Urrelo | 2010-07-15 | 4 | -5/+5 |
* | Defaults to ALL FILES on save_as dialogs | Jorge Kalmbach | 2010-07-09 | 1 | -1/+1 |
* | Bump GTK+ dependency to GTK+ 3.x branch | Xan Lopez | 2010-06-27 | 1 | -2/+2 |
* | popup-commands: remove unneeded include | Xan Lopez | 2010-06-27 | 1 | -1/+0 |
* | pdm-dialog: plug leak | Xan Lopez | 2010-06-13 | 1 | -2/+4 |
* | pdm-dialog: nasty hack to compile with GSEAL enabled | Xan Lopez | 2010-06-13 | 1 | -2/+20 |
* | Do not access im_context GtkEntry element directly | Javier Jardón | 2010-06-02 | 1 | -0/+4 |
* | ephy-location-action: don't request EXTRA_COL | Diego Escalante Urrelo | 2010-05-29 | 1 | -2/+0 |
* | Remove obsolete include | Xan Lopez | 2010-05-19 | 1 | -1/+0 |
* | Update copyright string | Xan Lopez | 2010-05-19 | 1 | -1/+1 |
* | ephy-find-toolbar: highlight matches on find_again | Diego Escalante Urrelo | 2010-05-19 | 1 | -1/+10 |
* | ephy-find-toolbar: remove ephy_find_toolbar_find_again | Diego Escalante Urrelo | 2010-05-19 | 1 | -12/+1 |
* | ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResult | Diego Escalante Urrelo | 2010-05-19 | 1 | -18/+18 |
* | ephy-find-toolbar: simplify find next/prev functions | Diego Escalante Urrelo | 2010-05-19 | 1 | -35/+31 |
* | ephy-find-toolbar: remove useless ephy_find_toolbar_set_selection | Diego Escalante Urrelo | 2010-05-19 | 1 | -10/+2 |
* | Update the status message from within the EphyWebView | Xan Lopez | 2010-05-19 | 1 | -24/+0 |
* | Do not hardcode the statusbar context descriptions | Xan Lopez | 2010-05-19 | 1 | -2/+2 |
* | Avoid ending up with stuck URL-entry statusbar messages | Xan Lopez | 2010-05-19 | 1 | -1/+7 |
* | Use a chromium-like status bar by default | Xan Lopez | 2010-05-19 | 6 | -458/+33 |
* | Do not create statusbar messages for navigation actions | Xan Lopez | 2010-05-19 | 3 | -107/+1 |
* | Install introspection files in our own prefix, not g-i's | Dan Winship | 2010-05-18 | 1 | -2/+2 |
* | ephy-embed-single: remove add_sidebar signal | Diego Escalante Urrelo | 2010-05-14 | 1 | -41/+0 |
* | Remove popup state from the statusbar | Xan Lopez | 2010-05-13 | 3 | -116/+1 |
* | ephy-statusbar: remove caret browsing indicator | Xan Lopez | 2010-05-13 | 3 | -45/+0 |
* | Show a dialog when the user wants to enable caret browsing | Xan Lopez | 2010-05-13 | 1 | -0/+37 |
* | ephy-statusbar: remove lock-clicked signal | Xan Lopez | 2010-05-13 | 3 | -23/+0 |
* | Do not show the security status in the statusbar | Xan Lopez | 2010-05-12 | 3 | -54/+0 |
* | Remove smooth scrolling pref from the UI | Xan Lopez | 2010-05-12 | 1 | -2/+0 |
* | ephy-session: fix thinko when restoring a multiple-window session | Xan Lopez | 2010-05-04 | 1 | -7/+9 |
* | ephy-session: use an infobar to inform the user about session restoration | Xan Lopez | 2010-05-03 | 2 | -93/+196 |
* | Move homepage loading code to EphyWebView | Xan Lopez | 2010-05-03 | 1 | -25/+3 |
* | Move helper function into ephy-embed-utils.c | Xan Lopez | 2010-05-03 | 1 | -16/+2 |
* | Open URIs on new tab when middle-clicking on an history item | Mario Sanchez Prada | 2010-04-22 | 1 | -9/+100 |
* | Allow not copying history when creating a new embed | Mario Sanchez Prada | 2010-04-22 | 2 | -3/+6 |
* | Change sensitiveness for history buttons when clearing the history | Mario Sanchez Prada | 2010-04-20 | 3 | -5/+20 |
* | Split EphyNavigationAction in one abstract class and two subclasses | Mario Sanchez Prada | 2010-04-20 | 8 | -437/+825 |
* | Send 'Referer' on headers sent for context menu HTTP downloads | Mario Sanchez Prada | 2010-04-17 | 1 | -0/+1 |
* | ephy-toolbar: fix leave-fullscreen item visibility | Diego Escalante Urrelo | 2010-04-14 | 1 | -0/+1 |
* | Version the extensions dir with EPIPHANY_API_VERSION | Xan Lopez | 2010-04-08 | 1 | -1/+1 |
* | Duplicate strings to be used as url in the Up dropdown menu | Mario Sanchez Prada | 2010-04-07 | 1 | -1/+1 |
* | Improve page print implementation | Jose Millan Soto | 2010-04-07 | 1 | -1/+3 |
* | ephy-window: fix button-press callback return value | Diego Escalante Urrelo | 2010-02-26 | 1 | -8/+4 |
* | Correctly handle shit+click only in ephy-window | Diego Escalante Urrelo | 2010-02-26 | 1 | -0/+9 |
* | Always use i18n'd Desktop and Downloads dir names | Diego Escalante Urrelo | 2010-02-24 | 1 | -2/+5 |
* | Change 'Enable Java' setting to 'Enable Plugins' | Xan Lopez | 2010-02-20 | 1 | -1/+1 |
* | ephy-tabs-menu: show favicons instead of radiobuttons in the tabs menu. | Olivier Tilloy | 2010-02-19 | 1 | -46/+29 |
* | Open links in new windows with control+shift+click | Diego Escalante Urrelo | 2010-02-17 | 1 | -6/+24 |
* | Random formatting fixes | Diego Escalante Urrelo | 2010-02-17 | 2 | -6/+8 |
* | Remove legacy ALLOW_FIXUP flags | Diego Escalante Urrelo | 2010-02-15 | 6 | -14/+8 |
* | Use accessor functions instead direct access | Javier Jardón | 2010-02-11 | 2 | -2/+2 |
* | shift+control+click is not shift+click | Diego Escalante Urrelo | 2010-02-11 | 1 | -13/+18 |
* | Implemented print preview | Jose Millan Soto | 2010-02-09 | 7 | -563/+8 |
* | Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED | Diego Escalante Urrelo | 2010-02-02 | 4 | -6/+9 |
* | popup-commands: missing unref | Diego Escalante Urrelo | 2010-01-30 | 1 | -0/+1 |
* | ephy-bookmarks-import: check for possible NULL deref | Xan Lopez | 2010-01-28 | 1 | -1/+1 |
* | extensions-manager: remove legacy XML format support | Diego Escalante Urrelo | 2010-01-26 | 1 | -134/+2 |
* | extensions-manager: use GDir instead of dirent | Diego Escalante Urrelo | 2010-01-26 | 1 | -9/+16 |
* | ephy-window: assume windows are not popups by default | Xan Lopez | 2010-01-25 | 1 | -1/+1 |
* | Suggest Filename based on the mimetype and URI of the WebKitWebResource | Jorge Kalmbach | 2010-01-23 | 1 | -1/+30 |
* | window-commands: remove an empty line from f007602 | Diego Escalante Urrelo | 2010-01-21 | 1 | -1/+1 |
* | Ask for confirmation when replacing files, in save as | Jorge Kalmbach | 2010-01-21 | 1 | -0/+2 |
* | Make text search faster by delaying the actual search | Gustavo Noronha Silva | 2010-01-16 | 1 | -4/+31 |
* | Miscellaneous nitpick fixes | Diego Escalante Urrelo | 2010-01-12 | 3 | -22/+21 |
* | Avoid blank items in back/forward menus | Diego Escalante Urrelo | 2010-01-12 | 1 | -3/+10 |
* | Remove uneeded default handlers for about dialog | Diego Escalante Urrelo | 2010-01-09 | 1 | -39/+0 |
* | Rename EphyWebView::ge-new-window to EphyWebView::new-window | Xan Lopez | 2010-01-09 | 1 | -1/+1 |
* | Emit again EphyWebView::ge-new-window when required | Xan Lopez | 2010-01-09 | 1 | -8/+8 |
* | Do not dist .gir files | Xan Lopez | 2010-01-06 | 1 | -1/+0 |
* | Update the installation directory for .gir and .typelib files | Iain Nicol | 2009-12-28 | 1 | -2/+2 |
* | Use introspection.m4 file to detect introspection support | Xan Lopez | 2009-12-26 | 1 | -7/+7 |
* | Reimplement window.close | Xan Lopez | 2009-12-26 | 2 | -13/+12 |
* | ephy-bookmarks-editor: wrong cast | Diego Escalante Urrelo | 2009-12-20 | 1 | -1/+1 |
* | ephy_gui_help: use gtk_show_uri to open help | Diego Escalante Urrelo | 2009-12-19 | 8 | -15/+9 |
* | Restore download on shift-click functionality | Gustavo Noronha Silva | 2009-12-18 | 1 | -25/+20 |
* | Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow | Gustavo Noronha Silva | 2009-12-17 | 14 | -62/+63 |
* | ephy-statusbar: fix GTK+ version check, it was reversed | Xan Lopez | 2009-12-16 | 1 | -2/+2 |
* | Move profile migration tools from src/ to lib/ | Xan Lopez | 2009-12-15 | 5 | -788/+1 |
* | Let web pages handle mouse clicks before doing our own handling | Gustavo Noronha Silva | 2009-12-14 | 1 | -1/+6 |
* | ephy-navigation-action: reverse forward history list | Carl van Toder | 2009-12-09 | 1 | -2/+2 |
* | ephy-statusbar: avoid widget surgery hacks with newer GTK+s | Xan Lopez | 2009-12-08 | 1 | -1/+8 |
* | ephy-encoding-dialog: fix compiler warning (and bug!) | Xan Lopez | 2009-12-08 | 1 | -2/+1 |
* | Revert "Don't use deprecated GtkButton API" | Diego Escalante Urrelo | 2009-12-07 | 2 | -8/+8 |
* | Don't use deprecated GtkButton API | Diego Escalante Urrelo | 2009-12-06 | 2 | -8/+8 |
* | Revert "Do not use deprecated GtkButton APIs" | Xan Lopez | 2009-12-05 | 3 | -4/+4 |
* | Remove redundant parameters in location-set API | Diego Escalante Urrelo | 2009-12-05 | 6 | -30/+20 |
* | docs: missing parameters in signals | Diego Escalante Urrelo | 2009-12-03 | 2 | -0/+5 |
* | docs: ephy-location-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -8/+79 |
* | docs: ephy-toolbar | Diego Escalante Urrelo | 2009-12-03 | 2 | -3/+123 |
* | docs: ephy-statusbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -1/+15 |
* | docs: ephy-window | Diego Escalante Urrelo | 2009-12-03 | 2 | -7/+9 |
* | Do not use deprecated GtkButton APIs | Xan Lopez | 2009-11-30 | 3 | -4/+4 |
* | Add GObject introspection annotations to more functions | Iain Nicol | 2009-11-23 | 1 | -2/+2 |
* | ephy-net-monitor: and use && instead of || | Xan Lopez | 2009-11-19 | 1 | -1/+1 |
* | ephy-net-monitor: logic of the NULL checks was inverted | Xan Lopez | 2009-11-19 | 1 | -1/+1 |
* | Disconnect dbus callbacks when disposing of the monitor. | Tom Parker | 2009-11-18 | 1 | -4/+20 |
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 8 | -12/+100 |
* | Set program name to match the desktop file | Gustavo Noronha Silva | 2009-11-12 | 1 | -0/+3 |
* | Enable gtk-doc & g-ir-scanner support for our introspection annotations | Iain Nicol | 2009-10-30 | 1 | -2/+38 |
* | Provide the Inspect Element menu item again | Gustavo Noronha Silva | 2009-10-30 | 3 | -0/+33 |
* | ephy-seed-loader: ref count extensions like ephy-shlib-loader does | Iain Nicol | 2009-10-28 | 1 | -2/+1 |
* | ephy-seed-extension: don't assume the script returned an object | Iain Nicol | 2009-10-27 | 1 | -1/+1 |
* | Correct "ReturnValue" to "Return value" in gtk-doc comments | Iain Nicol | 2009-10-27 | 1 | -3/+3 |
* | ephy-seed-extension: don't crash when detaching multiple extensions | Iain Nicol | 2009-10-24 | 1 | -0/+1 |
* | Refactor EphyShell lifetime tracking | Xan Lopez | 2009-10-24 | 2 | -25/+10 |
* | Unref EphyShell on EphyWindow's dispose method | Xan Lopez | 2009-10-23 | 1 | -2/+10 |
* | Pass mailto: URI to gtk_show_uri() | Frédéric Péters | 2009-10-19 | 1 | -0/+8 |
* | Use the new syntax for seed imports | Iain Nicol | 2009-10-15 | 1 | -2/+2 |
* | src/Makefile.am: Fix parallel-build issue when introspection enabled. | Priit Laes | 2009-09-27 | 1 | -1/+1 |
* | ephy-window.c: workaround bug in WebKit progress notification | Xan Lopez | 2009-09-24 | 1 | -4/+11 |
* | Prevents PDM from getting keyring passwords in a private session | Julian de Navascues | 2009-09-22 | 1 | -2/+15 |
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 21 | -72/+112 |
* | Add back support for the "direction up" navigation (GNOME bug 595653) | Frédéric Péters | 2009-09-22 | 1 | -0/+2 |
* | ephy-notebook.c: better yet, get rid of the test completely | Xan Lopez | 2009-09-20 | 1 | -7/+2 |
* | ephy-notebook.c: use public GtkNotebook API instead of accessing members of i... | Xan Lopez | 2009-09-20 | 1 | -3/+3 |
* | src/Makefile.am: add missing include | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
* | Bring back epiphany context menu | Xan Lopez | 2009-09-20 | 3 | -101/+119 |
* | ephy-window.c: do not leak hit test result | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
* | ephy-window.c: reimplement middle-click clipboard to open link | Xan Lopez | 2009-09-19 | 1 | -58/+26 |
* | Implement saving the page using the DataSource API | Gustavo Noronha Silva | 2009-09-15 | 1 | -14/+35 |
* | ephy-profile-migration.c: repeat password migration when needed | Xan Lopez | 2009-09-14 | 1 | -2/+14 |
* | Make the g-ir-scanner rule depend only on the header files | Xan Lopez | 2009-09-13 | 1 | -1/+1 |
* | ephy-nss-glue.c: ask for the NSS master password if needed | Xan Lopez | 2009-09-11 | 1 | -0/+46 |
* | ephy-nss-glue.c: ignore padLength error in the NSS glue code | Xan Lopez | 2009-09-11 | 1 | -1/+4 |
* | Remove a couple of references to EphyCommandManager | Xan Lopez | 2009-09-11 | 1 | -1/+0 |
* | ephy-location-action.c: also disconnect the notebook signal on disconnect_proxy | Xan Lopez | 2009-09-10 | 1 | -1/+4 |
* | Get rid of EphyCommandManager | Xan Lopez | 2009-09-10 | 3 | -25/+17 |
* | ephy-location-action.c: unblock address sync on switch-page too | Xan Lopez | 2009-09-10 | 1 | -6/+46 |
* | ephy-profile-migration.c: fix crash when importing some profiles | Xan Lopez | 2009-09-10 | 1 | -2/+5 |
* | ephy-profile-migration: stript URIs from whitespace before validating | Xan Lopez | 2009-09-09 | 1 | -0/+1 |
* | Bug 594435: Bookmark properties topic improvements | Emilio Pozuelo Monfort | 2009-09-08 | 1 | -2/+3 |
* | ephy-location-action: g_strdup is NULL safe | Xan Lopez | 2009-09-07 | 1 | -1/+1 |
* | Simplify EXPIRE logic in ephy_web_view_set_typed_address | Xan Lopez | 2009-09-07 | 3 | -6/+3 |
* | window-commands: unref the stream when we are done with it | Xan Lopez | 2009-09-07 | 1 | -0/+1 |
* | window-commands: also ref the embed while the stream is processed | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
* | window-commands: better strdup the URI webkit gives us | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
* | window-commands.c: fallback to view source inside the browser when launching ... | Xan Lopez | 2009-09-07 | 1 | -6/+37 |
* | ephy-window: make <ctrl>KP_0 an alias to <ctrl>0 | Diego Escalante Urrelo | 2009-09-05 | 1 | -0/+1 |
* | When the DataSource is empty, display empty file instead of crashing | Gustavo Noronha Silva | 2009-09-05 | 1 | -1/+4 |
* | ephy-session.c: fix opening an empty new epiphany window from command line | Xan Lopez | 2009-09-04 | 1 | -3/+4 |
* | ephy-link-action.c: plug memory leak | Xan Lopez | 2009-09-03 | 1 | -3/+8 |
* | Removing unnecessary include | Gustavo Noronha Silva | 2009-09-02 | 1 | -1/+0 |
* | Use new DataSource API to provide view page source | Gustavo Noronha Silva | 2009-09-02 | 1 | -24/+105 |
* | Fixs the warning if using NULL url | Julian de Navascues | 2009-09-01 | 1 | -2/+8 |
* | Reimplement "search keys" structure for the WebKit backend | Gustavo Noronha Silva | 2009-08-28 | 1 | -9/+4 |
* | ephy-session.c: save session more often to avoid data loss | Julian de Navascues | 2009-08-26 | 1 | -1/+7 |
* | Import passwords from the ephy/gecko profile on first run. | Xan Lopez | 2009-08-26 | 4 | -3/+563 |
* | Rename ephy_web_view_get_load_status to ephy_web_view_is_loading | Xan Lopez | 2009-08-25 | 5 | -7/+7 |
* | ephy-session.c: whitespace fixes | Xan Lopez | 2009-08-25 | 1 | -56/+56 |
* | ephy-session.c: ask users before recovering page that was loading when sessio... | Julian de Navascues | 2009-08-24 | 1 | -4/+100 |
* | ephy-main.c: do not import gecko profile when running a private instance | Xan Lopez | 2009-08-24 | 1 | -2/+3 |
* | ephy-seed-extension: force a GC cycle after detachs. | Xan Lopez | 2009-08-21 | 1 | -0/+2 |
* | ephy-bookmark-action.c: always show images in bookmarks menu items | Xan Lopez | 2009-08-17 | 1 | -0/+2 |
* | Make the location action responsible of the model | Xan Lopez | 2009-08-15 | 1 | -0/+1 |
* | ephy-location-action.c: whitespace changes | Xan Lopez | 2009-08-15 | 1 | -32/+32 |
* | Update the currently selected item after a case sensitivity change | Benjamin Otte | 2009-08-15 | 1 | -0/+18 |
* | ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches() | Benjamin Otte | 2009-08-15 | 1 | -3/+3 |
* | Don't pass the string to find to all functions | Benjamin Otte | 2009-08-15 | 1 | -31/+12 |
* | Remove function set_string_and_highlight() | Benjamin Otte | 2009-08-15 | 1 | -11/+4 |
* | pdm-dialog.c: do not remove rows twice... | Xan Lopez | 2009-08-12 | 1 | -1/+0 |
* | Remove ephy-glib-compat.h, since we depend on a newer glib now | Xan Lopez | 2009-08-12 | 4 | -5/+0 |
* | ephy-session.c: sort headers | Xan Lopez | 2009-08-12 | 1 | -11/+10 |
* | ephy-session: move header from .h to .c | Xan Lopez | 2009-08-12 | 2 | -2/+1 |
* | ephy-history-window: use new_with_mnemonic instead of new_with_label + set_us... | Xan Lopez | 2009-08-11 | 1 | -2/+1 |
* | Mark an underline as mnemonic | Matthias Clasen | 2009-08-11 | 1 | -0/+1 |
* | And a few more | Xan Lopez | 2009-08-11 | 1 | -2/+2 |
* | Prefix noisy commands with AM_V_GEN | Xan Lopez | 2009-08-11 | 2 | -6/+6 |
* | Move address normalization to the EphyWebView functions. | Xan Lopez | 2009-08-10 | 1 | -6/+1 |
* | Move URL normalization into a utility function | Xan Lopez | 2009-08-10 | 1 | -16/+5 |
* | Remove ephy-password-manager leftovers | Xan Lopez | 2009-08-10 | 2 | -2/+0 |
* | Add again the spinner. | Xan Lopez | 2009-08-10 | 3 | -4/+60 |
* | Forgot to add ephy-password-info.[ch] in previous commit | Xan Lopez | 2009-08-09 | 2 | -0/+113 |
* | Re-implement PDM's password viewer. | Xan Lopez | 2009-08-09 | 2 | -132/+263 |
* | ephy-notebook: remove old FIXME | Diego Escalante Urrelo | 2009-08-07 | 1 | -5/+0 |
* | Use g_hash_table_remove_all() to remove all items | Benjamin Otte | 2009-07-31 | 1 | -7/+1 |
* | Move default bookmarks to separate rdf file instead of hard-coded values | Vincent Untz | 2009-07-30 | 2 | -22/+2 |
* | Comments "about:recover" functionality | Julian de Navascues | 2009-07-29 | 1 | -28/+8 |
* | Revert "Move Epiphany to solely use GnomeKeyring for password management." | Priit Laes | 2009-07-29 | 4 | -351/+195 |
* | Revert "Set password column initially as hidden." | Priit Laes | 2009-07-29 | 1 | -2/+1 |
* | Revert "Use correct column from store for deletion." | Priit Laes | 2009-07-29 | 1 | -1/+1 |
* | Revert "Make pdm_dialog_fill_passwords_list asynchronous." | Priit Laes | 2009-07-29 | 1 | -21/+15 |
* | Revert "Make password loading/showing asynchronous." | Priit Laes | 2009-07-29 | 1 | -72/+37 |
* | Revert "Make clear all functionality asynchronous." | Priit Laes | 2009-07-29 | 1 | -54/+21 |
* | Revert "Password removal is now async :)" | Priit Laes | 2009-07-29 | 1 | -62/+42 |
* | Revert "Password adding is fully async now." | Priit Laes | 2009-07-29 | 1 | -83/+62 |
* | Password adding is fully async now. | Priit Laes | 2009-07-29 | 1 | -62/+83 |
* | Password removal is now async :) | Priit Laes | 2009-07-29 | 1 | -42/+62 |
* | Make clear all functionality asynchronous. | Priit Laes | 2009-07-29 | 1 | -21/+54 |
* | Make password loading/showing asynchronous. | Priit Laes | 2009-07-29 | 1 | -37/+72 |
* | Make pdm_dialog_fill_passwords_list asynchronous. | Priit Laes | 2009-07-29 | 1 | -15/+21 |
* | Use correct column from store for deletion. | Priit Laes | 2009-07-29 | 1 | -1/+1 |
* | Set password column initially as hidden. | Priit Laes | 2009-07-29 | 1 | -1/+2 |
* | Move Epiphany to solely use GnomeKeyring for password management. | Priit Laes | 2009-07-29 | 4 | -195/+351 |
* | ephy-embed-prefs.h: remove duplicated define | Xan Lopez | 2009-07-25 | 2 | -3/+3 |
* | ephy-navigation-action.c: do not jump to new tab when middle-clicking on back... | Xan Lopez | 2009-07-22 | 1 | -2/+2 |
* | ephy-navigation-action.c: add copyright | Xan Lopez | 2009-07-21 | 1 | -0/+1 |
* | ephy-navigation-action.c: sort includes | Xan Lopez | 2009-07-21 | 1 | -7/+7 |
* | ephy-navigation-action.c: fixup for bug #583440 | Xan Lopez | 2009-07-21 | 1 | -10/+26 |
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 1 | -4/+5 |
* | ephy-navigation-action.c: fix middle-click on back/forward | Xan Lopez | 2009-07-21 | 1 | -0/+2 |
* | Fix gcc warnings by using GINT_TO_POINTER/GPOINTER_TO_INT | Benjamin Otte | 2009-07-20 | 1 | -2/+2 |
* | ephy-history-window.c: do not use deprecated function. | Xan Lopez | 2009-07-12 | 1 | -1/+1 |
* | style fixes for a464b7332c02f6b4e34c5a7a88b8b93198f3e9be | Benjamin Otte | 2009-07-08 | 1 | -5/+3 |
* | remove unused references to history | Benjamin Otte | 2009-07-06 | 1 | -5/+0 |
* | compute base address with strchr and without regexps | Benjamin Otte | 2009-07-06 | 1 | -8/+25 |
* | ephy-window.c: can't use pspec to figure out if we should sync progress. | Xan Lopez | 2009-06-17 | 1 | -6/+5 |
* | ephy-notebook.c: connect to embed-title, not to title. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 2 | -2/+2 |
* | ephy-window.c: remove debug message. | Xan Lopez | 2009-06-16 | 1 | -1/+0 |
* | ephy-window.c: adapt to API change in WebKitGTK+. | Xan Lopez | 2009-06-16 | 1 | -1/+2 |
* | ephy-window.c: remove unused variable. | Xan Lopez | 2009-06-14 | 1 | -2/+0 |
* | Use WebKitWebView::load-status instead of our own solution. | Xan Lopez | 2009-06-14 | 1 | -3/+6 |
* | ephy-window.c: a different hack to not show progress when loading about:blank. | Xan Lopez | 2009-06-14 | 1 | -1/+11 |
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 1 | -11/+3 |
* | ephy-shell.c: do not set typed address when opening a new tab. | Xan Lopez | 2009-06-12 | 1 | -3/+0 |
* | ephy-shell.c: update for latest changes in WebKitNetworkRequest. | Xan Lopez | 2009-06-12 | 1 | -13/+7 |
* | ephy-shell.c: set typed address when opening a page in a new tab too. | Xan Lopez | 2009-06-11 | 1 | -2/+5 |
* | ephy-tabs-menu.c: pass correct parameter to sync_tab_title function. | Xan Lopez | 2009-06-09 | 1 | -1/+1 |
* | ephy-tabs-menu.c: tab titles are not updated. | Xan Lopez | 2009-06-08 | 1 | -4/+4 |
* | epiphany.h.in: remove old includes. | Xan Lopez | 2009-06-06 | 1 | -2/+0 |
* | src/Makefile.am: remove webkit embed library, it does not exist anymore. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
* | Remove Python support. | Xan Lopez | 2009-06-06 | 11 | -4894/+0 |
* | Remove embedfactory library from Makefiles. | Xan Lopez | 2009-06-06 | 1 | -3/+0 |
* | ephy-window.c: silence warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 4 | -11/+7 |
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ... | Xan Lopez | 2009-06-05 | 17 | -212/+234 |
* | ephy-location-action.c: strip whitespace from URLs before loading. | Holger Hans Peter Freyther | 2009-06-03 | 1 | -1/+1 |
* | ephy-shell.c: check that the network request is not NULL before unrefing it. | Xan Lopez | 2009-06-03 | 1 | -1/+2 |
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 4 | -17/+7 |
* | ephy-shell.c: do not crash when loading about:blank ... | Xan Lopez | 2009-05-31 | 1 | -4/+7 |
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 3 | -22/+7 |
* | Include WebKit-1.0 in .gir creation | Diego Escalante Urrelo | 2009-05-30 | 1 | -0/+1 |
* | Remove LoadFlags | Gustavo Noronha Silva | 2009-05-30 | 2 | -22/+1 |
* | Move URL normalization out of embed, to a higher level | Gustavo Noronha Silva | 2009-05-30 | 1 | -1/+18 |
* | Fix missing HTTP information when opening links in new tabs | Gustavo Noronha Silva | 2009-05-30 | 5 | -23/+33 |