Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-window: fix button-press callback return value | Diego Escalante Urrelo | 2010-02-26 | 1 | -8/+4 |
| | | | | | | | | Don't always return FALSE when is_middle_clickable or is_middle_click or middle_click_opens are FALSE. This can overwrite left_click + shift cases that are handled and hence should be TRUE. Bug #610844 | ||||
* | Correctly handle shit+click only in ephy-window | Diego Escalante Urrelo | 2010-02-26 | 1 | -0/+9 |
| | | | | | | | | | | | If we handle shift+click in EphyWebView default handler then we will be preventing WebKit from getting *any* shift+click event, this breaks shift+click for extending selection. Removing that however makes shift+click browse to links just as click would do. The solution is to prevent policy_decision_required_cb to browse to the clicked link when it includes the shift modifier. Bug #610844 | ||||
* | Always use i18n'd Desktop and Downloads dir names | Diego Escalante Urrelo | 2010-02-24 | 1 | -2/+5 |
| | | | | | | | | | | Otherwise preferences gets confused and also some other parts of our code put files where they shouldn't be. This was causing the default downloads destination to reset everytime the preferences dialog was opened and also causing some downloads (when "Open" is selected) to end up where they shouldn't. Bug #610721 | ||||
* | Change 'Enable Java' setting to 'Enable Plugins' | Xan Lopez | 2010-02-20 | 1 | -1/+1 |
| | | | | | There's really no way to completely disable Java support alone, and I think enabling/disabling plugins in general is much more useful. | ||||
* | ephy-tabs-menu: show favicons instead of radiobuttons in the tabs menu. | Olivier Tilloy | 2010-02-19 | 1 | -46/+29 |
| | | | | | | Bug #405505 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Open links in new windows with control+shift+click | Diego Escalante Urrelo | 2010-02-17 | 1 | -6/+24 |
| | | | | | | This should restore the old behaviour of modifiers completely. Bug #604950 | ||||
* | Random formatting fixes | Diego Escalante Urrelo | 2010-02-17 | 2 | -6/+8 |
| | | | | Too wide comments, some indentation. | ||||
* | Remove legacy ALLOW_FIXUP flags | Diego Escalante Urrelo | 2010-02-15 | 6 | -14/+8 |
| | | | | | | This were used by the gecko backend and nowadays are not used at all. Bug #608749 | ||||
* | Use accessor functions instead direct access | Javier Jardón | 2010-02-11 | 2 | -2/+2 |
| | | | | | | | Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED() GTK+ required version bumped to 2.19.5 https://bugzilla.gnome.org/show_bug.cgi?id=595791 | ||||
* | shift+control+click is not shift+click | Diego Escalante Urrelo | 2010-02-11 | 1 | -13/+18 |
| | | | | Bug #604950 | ||||
* | Implemented print preview | Jose Millan Soto | 2010-02-09 | 7 | -563/+8 |
| | | | | | | | | | | | | | | Created function ephy_web_view_show_print_preview, which replaces the old implementation of print preview, which was not working now. Preview is displayed in an external viewer, so print preview mode does no longer exist. All functions of the old implementation of print preview have been removed, PPViewToolbar was removed also. Also, as EphyWebView has no more a print preview mode, all functions which checked if a view was in print preview mode were modified. Bug #609021 | ||||
* | Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED | Diego Escalante Urrelo | 2010-02-02 | 4 | -6/+9 |
| | | | | | | | We now have ephy_embed_get_web_view, EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED plus EPHY_WEB_VIEW casts are useless. Bug #608749 | ||||
* | popup-commands: missing unref | Diego Escalante Urrelo | 2010-01-30 | 1 | -0/+1 |
| | | | | Bug #600987 | ||||
* | ephy-bookmarks-import: check for possible NULL deref | Xan Lopez | 2010-01-28 | 1 | -1/+1 |
| | | | | Spotted by Holger Freyther. | ||||
* | extensions-manager: remove legacy XML format support | Diego Escalante Urrelo | 2010-01-26 | 1 | -134/+2 |
| | | | | | | | This has been long gone and anything still using it probably doesn't work with the API changes in the last year anyway. Bug #607881 | ||||
* | extensions-manager: use GDir instead of dirent | Diego Escalante Urrelo | 2010-01-26 | 1 | -9/+16 |
| | | | | Bug #607881 | ||||
* | ephy-window: assume windows are not popups by default | Xan Lopez | 2010-01-25 | 1 | -1/+1 |
| | | | | | We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side. | ||||
* | Suggest Filename based on the mimetype and URI of the WebKitWebResource | Jorge Kalmbach | 2010-01-23 | 1 | -1/+30 |
| | | | | Bug #605479 | ||||
* | window-commands: remove an empty line from f007602 | Diego Escalante Urrelo | 2010-01-21 | 1 | -1/+1 |
| | | | | Just a nitpick in Jorge's patch. | ||||
* | Ask for confirmation when replacing files, in save as | Jorge Kalmbach | 2010-01-21 | 1 | -0/+2 |
| | | | | Bug #605480 | ||||
* | Make text search faster by delaying the actual search | Gustavo Noronha Silva | 2010-01-16 | 1 | -4/+31 |
| | | | | | | | This makes sure that we do not search for 1-2 characters when the user starts typing, making the search for longer words faster. Bug #598322 | ||||
* | 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 |
| | | | | | | Use the url of the page as its menu label if there's no title set. Bug #604491 | ||||
* | Remove uneeded default handlers for about dialog | Diego Escalante Urrelo | 2010-01-09 | 1 | -39/+0 |
| | | | | | | | Since 2.18 url and email hooks are not necessary, GTK+ includes default handlers. Bug #509207 | ||||
* | 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 |
| | | | | | | Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches. | ||||
* | Update the installation directory for .gir and .typelib files | Iain Nicol | 2009-12-28 | 1 | -2/+2 |
| | | | | Bug #605574 | ||||
* | 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 |
| | | | | | | | | We consider all windows opened by the web page without user intervention as popups, and allow them to be closed in the same way if the page so requests. Bug #599009 | ||||
* | 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 |
| | | | | | | | We were doing some ugly path searching for this. The correct method is to use gtk_show_uri. Bug #604024 | ||||
* | 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 |
| | | | | | We'll use them from embed/ for form password saving, and embed/ can't use code from src/ | ||||
* | Let web pages handle mouse clicks before doing our own handling | Gustavo Noronha Silva | 2009-12-14 | 1 | -1/+6 |
| | | | | | | | This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326 | ||||
* | ephy-navigation-action: reverse forward history list | Carl van Toder | 2009-12-09 | 1 | -2/+2 |
| | | | | | | | | Was reversed wrt epiphany/gecko Bug #601744 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-statusbar: avoid widget surgery hacks with newer GTK+s | Xan Lopez | 2009-12-08 | 1 | -1/+8 |
| | | | | Bug #602130 | ||||
* | 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 |
| | | | | | | Revert this commit since Xan is right about forgetting about deprecating API. Instead of hiding behind g_signal_emit() we should use modern API or file bugs to fill our need. | ||||
* | Don't use deprecated GtkButton API | Diego Escalante Urrelo | 2009-12-06 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | In 82a5da33 we removed usage of gtk_button_pressed and gtk_button_released however replacing those for g_signal_emit calls of button-press-event and button-release-event. This however caused a crash on middle clicking of elements in the toolbar. To fix this we use g_signal_emit with pressed and released signals, these two are deprecated signals, though. There doesn't seem to be a way to trigger button pressed/released animation without the pressed/released *deprecated* signals or functions, so this is our best solution for now. Bug #603450 | ||||
* | Revert "Do not use deprecated GtkButton APIs" | Xan Lopez | 2009-12-05 | 3 | -4/+4 |
| | | | | | | | This reverts commit 167e60123c1024d539dc02f4a16f7de994bd1c29. I misread the documentation about this, the signals do not do the same than the old functions. | ||||
* | Remove redundant parameters in location-set API | Diego Escalante Urrelo | 2009-12-05 | 6 | -30/+20 |
| | | | | | | | | | | | EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651 | ||||
* | docs: missing parameters in signals | Diego Escalante Urrelo | 2009-12-03 | 2 | -0/+5 |
| | | | | Bug #503852 | ||||
* | docs: ephy-location-action | Diego Escalante Urrelo | 2009-12-03 | 1 | -8/+79 |
| | | | | Bug #503852 | ||||
* | docs: ephy-toolbar | Diego Escalante Urrelo | 2009-12-03 | 2 | -3/+123 |
| | | | | Bug #503852 | ||||
* | docs: ephy-statusbar | Diego Escalante Urrelo | 2009-12-03 | 1 | -1/+15 |
| | | | | Bug #503852 | ||||
* | docs: ephy-window | Diego Escalante Urrelo | 2009-12-03 | 2 | -7/+9 |
| | | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852 | ||||
* | 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 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | | Fixes a crash in some situations, bug #572326 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 8 | -12/+100 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Provide the Inspect Element menu item again | Gustavo Noronha Silva | 2009-10-30 | 3 | -0/+33 |
| | | | | | | | WebKit now provides API to start the web inspector, so we can restore the menu item. Bug #599473 | ||||
* | ephy-seed-loader: ref count extensions like ephy-shlib-loader does | Iain Nicol | 2009-10-28 | 1 | -2/+1 |
| | | | | | | Bug #599838 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-seed-extension: don't assume the script returned an object | Iain Nicol | 2009-10-27 | 1 | -1/+1 |
| | | | | | | Bug #599714 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Correct "ReturnValue" to "Return value" in gtk-doc comments | Iain Nicol | 2009-10-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-seed-extension: don't crash when detaching multiple extensions | Iain Nicol | 2009-10-24 | 1 | -0/+1 |
| | | | | | | | | | Protect the seed object from being released by the garbage collector after the first extension is detached. Bug #599422 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Refactor EphyShell lifetime tracking | Xan Lopez | 2009-10-24 | 2 | -25/+10 |
| | | | | | | | | | Stop having each EphyWindow ref the shell, and instead have the shell track all the newly created EphyWindows. When the last one is gone, quit the GTK+ mainloop. This is simpler and avoids potential reference cycles (see bug #573551). Bug #599348 | ||||
* | Unref EphyShell on EphyWindow's dispose method | Xan Lopez | 2009-10-23 | 1 | -2/+10 |
| | | | | | | This way we can break ref cycles that can happen when using Seed extensions. Bug #573551 | ||||
* | Pass mailto: URI to gtk_show_uri() | Frédéric Péters | 2009-10-19 | 1 | -0/+8 |
| | | | | | | (Part of) Bug #584537 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Use the new syntax for seed imports | Iain Nicol | 2009-10-15 | 1 | -2/+2 |
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=598562 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | | | LOAD_FINISHED is notified before progress 100% completed, which makes it very hard to rely on those signals to figure out if a page is still loading or not when syncing progress in a tab. Try to workaround this as best as possible. | ||||
* | Prevents PDM from getting keyring passwords in a private session | Julian de Navascues | 2009-09-22 | 1 | -2/+15 |
| | | | | | | | | | | SoupSession will remember HTTP passwords during the private session but as we dont allow to delete them it doesnt make sense to show them in the dialog. Bug #591395 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 21 | -72/+112 |
| | | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | Since gtk_notebook_get_nth_page, used just after that, returns NULL for out-of-bounds pages. | ||||
* | ephy-notebook.c: use public GtkNotebook API instead of accessing members of ↵ | Xan Lopez | 2009-09-20 | 1 | -3/+3 |
| | | | | its struct | ||||
* | 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 |
| | | | | | | | | | | | | | There's a few items (like email link) and actions (like bookmark link) missing or not working because of missing information in the WebKitHitTestResult object, but most of the stuff is working. For some reason the g-ir-scanner is not picking up the correct type name for WebKitHitTestResult (it uses WebKitHitTestResult instead of WebKit.HitTestResult), so the introspection support is broken unless that error is fixed manually. Looking into that ... Bug #562617 | ||||
* | 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 |
| | | | | Uses the new WebKitHitTestResult APIs landed in WebKitGTK+ r48505. | ||||
* | Implement saving the page using the DataSource API | Gustavo Noronha Silva | 2009-09-15 | 1 | -14/+35 |
| | | | | Bug #562611 | ||||
* | ephy-profile-migration.c: repeat password migration when needed | Xan Lopez | 2009-09-14 | 1 | -2/+14 |
| | | | | | The previous version had some bugs in it, so run it again for users that had already migrated their profile. | ||||
* | Make the g-ir-scanner rule depend only on the header files | Xan Lopez | 2009-09-13 | 1 | -1/+1 |
| | | | | | If we depend on the binary epiphany file we'll rebuild things much more than needed. | ||||
* | ephy-nss-glue.c: ask for the NSS master password if needed | Xan Lopez | 2009-09-11 | 1 | -0/+46 |
| | | | | | | | It was possible to set a master password for NSS through the certificate manager extension, so we have to support this. Bug #594694 | ||||
* | ephy-nss-glue.c: ignore padLength error in the NSS glue code | Xan Lopez | 2009-09-11 | 1 | -1/+4 |
| | | | | It seems to be harmless, and if we ignore it we can still decrypt some passwords. | ||||
* | 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 |
| | | | | It was just another useless abstraction at this point. | ||||
* | ephy-location-action.c: unblock address sync on switch-page too | Xan Lopez | 2009-09-10 | 1 | -6/+46 |
| | | | | | | | | | | | We need to unblock the address syncing for the location on switch-page too, since it's not guaranteed that we'll receive a focus-out or activate event before we are interested in resyncing the URL entry again. For example, if the focus is on the entry and we switch tabs with the keyboard shortcut the entry will go out of sync, keeping the URL of the previous tab. Bug #594346 | ||||
* | ephy-profile-migration.c: fix crash when importing some profiles | Xan Lopez | 2009-09-10 | 1 | -2/+5 |
| | | | | | | Be more careful about not going over the end of the lines array. Bug #594717 | ||||
* | ephy-profile-migration: stript URIs from whitespace before validating | Xan Lopez | 2009-09-09 | 1 | -0/+1 |
| | | | | libsoup is unhappy with trailing whitespace in some situations. | ||||
* | Bug 594435: Bookmark properties topic improvements | Emilio Pozuelo Monfort | 2009-09-08 | 1 | -2/+3 |
| | | | | | | | | | | | | If a bookmark has "foo" and "bar" topics, show "foo, bar, " instead of "fo, bar, o". While at it, remove the trailing comma, so we display "foo, bar" rather than "foo, bar, ". http://bugzilla.gnome.org/show_bug.cgi?id=594435 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | | The whole thing just had one functionality at this point as far as I can see: prevent the typed address from being wiped out when a page is loading. Simplify the code to do just that. | ||||
* | window-commands: unref the stream when we are done with it | Xan Lopez | 2009-09-07 | 1 | -0/+1 |
| | | | | Per the documentation of 'g_file_replace_finish'. | ||||
* | window-commands: also ref the embed while the stream is processed | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
| | | | | Since it also could go away meanwhile otherwise. | ||||
* | window-commands: better strdup the URI webkit gives us | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
| | | | | | Since it's owned by the view, which might be dead by the time we fallback to viewing the source in another tab. | ||||
* | window-commands.c: fallback to view source inside the browser when launching ↵ | Xan Lopez | 2009-09-07 | 1 | -6/+37 |
| | | | | | | an external app fails Bug #594322 | ||||
* | ephy-window: make <ctrl>KP_0 an alias to <ctrl>0 | Diego Escalante Urrelo | 2009-09-05 | 1 | -0/+1 |
| | | | | Bug 573624 - Reset font size with ctrl+0 from num block | ||||
* | When the DataSource is empty, display empty file instead of crashing | Gustavo Noronha Silva | 2009-09-05 | 1 | -1/+4 |
| | | | | | This is so that we don't crash when trying to view source for about:blank, and friends. | ||||
* | ephy-session.c: fix opening an empty new epiphany window from command line | Xan Lopez | 2009-09-04 | 1 | -3/+4 |
| | | | | By not asking ephy to do silly things. | ||||
* | ephy-link-action.c: plug memory leak | Xan Lopez | 2009-09-03 | 1 | -3/+8 |
| | | | | Noticed by Dan Winship. | ||||
* | 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 |
| | | | | | | | This change requires WebKitGTK+ at revision 47965, because it uses the new DataSource API. Bug #503968 | ||||
* | Fixs the warning if using NULL url | Julian de Navascues | 2009-09-01 | 1 | -2/+8 |
| | | | | | | | | | | | | If ephy_shell_new_tab receives a NULL url it passes it to ephy_shell_new_tab_full instead of always building a request with the url Also, in ephy_shell_new_tab_full checks that if OPEN_PAGE flag is enabled, request must be non NULL. Bug #593701 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Reimplement "search keys" structure for the WebKit backend | Gustavo Noronha Silva | 2009-08-28 | 1 | -9/+4 |
| | | | | | This allows Epiphany itself, and extensions to treat keys that are not handled by the WebView for in-page search purposes. | ||||
* | ephy-session.c: save session more often to avoid data loss | Julian de Navascues | 2009-08-26 | 1 | -1/+7 |
| | | | | | | | | | | Session was being saved only when the web was fully loaded (WEBKIT_LOAD_FINISHED status reached), so there was no info (URLs) to restore webs that were loading when crashed. Bug #593149 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Import passwords from the ephy/gecko profile on first run. | Xan Lopez | 2009-08-26 | 4 | -3/+563 |
| | | | | | | This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported. | ||||
* | Rename ephy_web_view_get_load_status to ephy_web_view_is_loading | Xan Lopez | 2009-08-25 | 5 | -7/+7 |
| | | | | | Much more clear, and avoids confusions with the WebKitWebView function with similar name. | ||||
* | 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 ↵ | Julian de Navascues | 2009-08-24 | 1 | -4/+100 |
| | | | | | | | | session crashed Bug #583953 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 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 |
| | | | | | This should help with memory management/lifecycle woes, although it does not seem to fix bug #573551 | ||||
* | ephy-bookmark-action.c: always show images in bookmarks menu items | Xan Lopez | 2009-08-17 | 1 | -0/+2 |
| | | | | | Makes images re-appear after the changes that set icons off by default in menus for 2.28. Bug #588563 | ||||
* | Make the location action responsible of the model | Xan Lopez | 2009-08-15 | 1 | -0/+1 |
| | | | | | It does not make sense for the location entry to unref the model it gets as parameter. | ||||
* | 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 |
| | | | | | Try to keep the currently selected item selected, but if it doesn't match case, find the next match. | ||||
* | ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches() | Benjamin Otte | 2009-08-15 | 1 | -3/+3 |
| | | | | Renaming to accurately reflect, what the function does. | ||||
* | Don't pass the string to find to all functions | Benjamin Otte | 2009-08-15 | 1 | -31/+12 |
| | | | | | | | | The string to find is set in the private structure, so when it needs to be changed, change it there. Removes lots of unnecessary code, in particular when entering text, the marking code (that took lots of CPU) wasn't run twice. | ||||
* | Remove function set_string_and_highlight() | Benjamin Otte | 2009-08-15 | 1 | -11/+4 |
| | | | | | The function did the same thing as ephy_find_toolbar_set_properties(), so use that function always. | ||||
* | 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 + ↵ | Xan Lopez | 2009-08-11 | 1 | -2/+1 |
| | | | | set_use_underline | ||||
* | Mark an underline as mnemonic | Matthias Clasen | 2009-08-11 | 1 | -0/+1 |
| | | | | | This prevents a Cl_ear button to show up in the history window. Patch found in Ubuntu package... | ||||
* | 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 |
| | | | | | | | | EphyLink is called repeatedly when opening URLs, so normalizing the address there all the time is pointless. Also, we don't go through here in all cases, so we need to add the normalization in the ephy_web_view_load_request function too; this fixes opening URLs like "foo.com" from the command line, for example. | ||||
* | 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 |
| | | | | | | | | | We need some indication in the UI of network activity when there are no tabs opened and the progress bar hasn't appeared yet in the URL entry. Re-add the spinner for now, we'll think of a better solution later. Bug #585035 | ||||
* | 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 |
| | | | | | | | | | Patch by Holger Freyther, Prit Laes, with fixes from Xan López. Fetches the data from the GNOME keyring, which is where WebKit stores it (when compiled with keyring support). Bug #579217 | ||||
* | 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 |
| | | | | Bug #300190 | ||||
* | Comments "about:recover" functionality | Julian de Navascues | 2009-07-29 | 1 | -28/+8 |
| | | | | | | | | | | | | | Because "about:recover:" is not implemented yet, Epiphany cant recover tabs that were loading during a crash. So this patch avoids the attempts to recover these tabs and therefore blank tabs wont be opened. Tabs that were fully loaded are still opened and loaded succesfully. Bug #583953 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Revert "Move Epiphany to solely use GnomeKeyring for password management." | Priit Laes | 2009-07-29 | 4 | -351/+195 |
| | | | | This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c. | ||||
* | Revert "Set password column initially as hidden." | Priit Laes | 2009-07-29 | 1 | -2/+1 |
| | | | | This reverts commit 4e351b7594260829fa6b38762b3c69927e7d2dc3. | ||||
* | Revert "Use correct column from store for deletion." | Priit Laes | 2009-07-29 | 1 | -1/+1 |
| | | | | This reverts commit f64c5a8275701a2d9d22d9b9e75288c7fb161700. | ||||
* | Revert "Make pdm_dialog_fill_passwords_list asynchronous." | Priit Laes | 2009-07-29 | 1 | -21/+15 |
| | | | | This reverts commit 745f33e3fac9dd57b1da6be26c82a9101adf59cd. | ||||
* | Revert "Make password loading/showing asynchronous." | Priit Laes | 2009-07-29 | 1 | -72/+37 |
| | | | | This reverts commit dfbf90543edbb12a4c467db02f60214de3d07d83. | ||||
* | Revert "Make clear all functionality asynchronous." | Priit Laes | 2009-07-29 | 1 | -54/+21 |
| | | | | This reverts commit a75e0d2fc04d9f599edccf572afe78f2e48e2e44. | ||||
* | Revert "Password removal is now async :)" | Priit Laes | 2009-07-29 | 1 | -62/+42 |
| | | | | This reverts commit 689820485d8060c85760cd54d8b370f4e108d6dd. | ||||
* | Revert "Password adding is fully async now." | Priit Laes | 2009-07-29 | 1 | -83/+62 |
| | | | | This reverts commit fbccb4712593d16d8bc06ed4cb3d6e27c1053dee. | ||||
* | Password adding is fully async now. | Priit Laes | 2009-07-29 | 1 | -62/+83 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Password removal is now async :) | Priit Laes | 2009-07-29 | 1 | -42/+62 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make clear all functionality asynchronous. | Priit Laes | 2009-07-29 | 1 | -21/+54 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make password loading/showing asynchronous. | Priit Laes | 2009-07-29 | 1 | -37/+72 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make pdm_dialog_fill_passwords_list asynchronous. | Priit Laes | 2009-07-29 | 1 | -15/+21 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Use correct column from store for deletion. | Priit Laes | 2009-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Set password column initially as hidden. | Priit Laes | 2009-07-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Move Epiphany to solely use GnomeKeyring for password management. | Priit Laes | 2009-07-29 | 4 | -195/+351 |
| | | | | | | Based on patch by Holger Freyther. Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | 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 ↵ | Xan Lopez | 2009-07-22 | 1 | -2/+2 |
| | | | | back/forward | ||||
* | 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 |
| | | | | | | Need to handle properly the history copying either by using ephy_shell_new_tab or, in the case of forward history, by manually getting the forward URI. | ||||
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 1 | -4/+5 |
| | | | | | | Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. | ||||
* | ephy-navigation-action.c: fix middle-click on back/forward | Xan Lopez | 2009-07-21 | 1 | -0/+2 |
| | | | | | We were getting a new embed but not its web view, which is what we use to load the page. (bug #583440) | ||||
* | 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 |
| | | | | | - indent correctly - remove leftover unused variable | ||||
* | 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 |
| | | | | | | | This fixes two problems: 1) It improves performance a lot. 2) The regexp in use was not strict enough. It happily matched non-base addresses. (i.e. http://example.com/your-mom/ ) | ||||
* | ephy-window.c: can't use pspec to figure out if we should sync progress. | Xan Lopez | 2009-06-17 | 1 | -6/+5 |
| | | | | | Since it breaks syncing when switching between loading tabs. Need to do this properly and wait for webkit bug #26409. | ||||
* | ephy-notebook.c: connect to embed-title, not to title. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | | | | | embed-title is the poorly named wrapper over the WebKitWebView's title signal. | ||||
* | 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 |
| | | | | Progress from the WebView goes from 0.0 to 1.0 now. | ||||
* | 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 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-shell.c: do not set typed address when opening a new tab. | Xan Lopez | 2009-06-12 | 1 | -3/+0 |
| | | | | | Fixes missing URI before load-committed but gives weird problems with about:blank getting stuck, need to think this through. | ||||
* | ephy-shell.c: update for latest changes in WebKitNetworkRequest. | Xan Lopez | 2009-06-12 | 1 | -13/+7 |
| | | | | | | WebKitNetworkRequest objects won't fail to be constructed since WebKitGTK+ 1.1.9, worst case they'll have a bogus URI and trying to load them will fail. | ||||
* | 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 |
| | | | | | | Code was not updated to reflect latest refactorings. Bug #585139 | ||||
* | 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 |
| | | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed. | ||||
* | 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 |
| | | | | It's useless now, since there's only one backend. | ||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 17 | -212/+234 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | ephy-location-action.c: strip whitespace from URLs before loading. | Holger Hans Peter Freyther | 2009-06-03 | 1 | -1/+1 |
| | | | | Bug #584466 | ||||
* | ephy-shell.c: check that the network request is not NULL before unrefing it. | Xan Lopez | 2009-06-03 | 1 | -1/+2 |
| | | | | It won't be created with, for example, about:blank. | ||||
* | 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 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | 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 |
| | | | | | | They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization. | ||||
* | Move URL normalization out of embed, to a higher level | Gustavo Noronha Silva | 2009-05-30 | 1 | -1/+18 |
| | | | | | We need this because not all code that loads URLs goes through embed now. | ||||
* | Fix missing HTTP information when opening links in new tabs | Gustavo Noronha Silva | 2009-05-30 | 5 | -23/+33 |
| | | | | | | | | | | Bug #120341 This changeset reworks ephy_shell_new_tab_full (and its callers) to use a WebKitNetworkRequest instead of an URL when handling openning links in new tabs. This gains us the advantage of feeding the new WebView with the same WebKitNetworkRequest WebKit would use to navigate to the new address. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 1 | -0/+1 |
| | | | | | This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. | ||||
* | Preserve back/forward history when opening links in new tabs/windows. | Xan Lopez | 2009-05-28 | 1 | -5/+4 |
| | | | | Bug #583459. | ||||
* | Update Seed extension wrapper to Seed API changes | Tim Horton | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | ephy-window: declare variables only if needed. | Xan Lopez | 2009-04-24 | 1 | -8/+7 |
| | |||||
* | ephy-window: ignore chrome flags when opening new page in a tab. | Xan Lopez | 2009-04-24 | 1 | -24/+33 |
| | | | | | If we are forcing the creating of the new page in a tab ignore whatever chrome flags the new window would try to set. | ||||
* | ephy-find-toolbar: fix backwards search, forward search was hardcoded. | Xan Lopez | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | ephy-window: use new-window-policy-decision-requested signal. | Xan Lopez | 2009-03-25 | 1 | -10/+29 |
| | | | | | | | | | | | | | Patch by Alejandro G. Castro. Allows to open links with target=_blank in a new tab by clicking with the middle button. Requires WebKitGTK+ r41969. Fixes #573357. svn path=/trunk/; revision=8938 | ||||
* | ephy-topic-action: call gtk_activatable_get_related_action on the right widget. | Xan Lopez | 2009-03-21 | 1 | -1/+4 |
| | | | | | | | We set the action on the tool item, so fetch the action from there and not its child button. Fixes bug #571178. svn path=/trunk/; revision=8926 | ||||
* | ephy-window: try with a bigger z-index... | Xan Lopez | 2009-03-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8922 | ||||
* | ephy-window: nasty hack to try to get the link-message on top of everything. | Xan Lopez | 2009-03-19 | 1 | -0/+1 |
| | | | | | | Mmm, maybe I should use an actual GTK+ window after all :) svn path=/trunk/; revision=8921 | ||||
* | ephy-window: implement translucent link-message statusbar. | Xan Lopez | 2009-03-19 | 1 | -3/+100 |
| | | | | | | | | 'Inspired' from Chrome, will show the link-message in a translucent floating div on the bottom left corner of the web view if the normal statusbar is hidden. svn path=/trunk/; revision=8920 | ||||
* | ephy-profile-migration: and another. | Xan Lopez | 2009-03-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8885 | ||||
* | ephy-profile-migration: plug leak. | Xan Lopez | 2009-03-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8884 | ||||
* | Add profile migration. | Xan Lopez | 2009-03-13 | 4 | -2/+168 |
| | | | | | | | Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880 | ||||
* | detect NetworkManager using pkg-config | Benjamin Otte | 2009-03-12 | 2 | -1/+3 |
| | | | | svn path=/trunk/; revision=8873 | ||||
* | Remove ephy-download leftovers. | Xan Lopez | 2009-03-11 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8869 | ||||
* | ephy-net-monitor: remove unneeded includes, fix compiler warning. | Xan Lopez | 2009-03-07 | 1 | -6/+5 |
| | | | | svn path=/trunk/; revision=8855 | ||||
* | Update ephy-completion-model with some 2-26 things | Diego Escalante Urrelo | 2009-03-06 | 1 | -47/+16 |
| | | | | svn path=/trunk/; revision=8853 | ||||
* | Fix the RDF bookmark importer (bug #129852). | Vincent Untz | 2009-03-03 | 1 | -45/+77 |
| | | | | | | | Correctly handle translations (for title, but also for localized URL). Correctly handle bookmark topics. svn path=/trunk/; revision=8840 | ||||
* | Remove ephy_embed_has_automatic_encoding, it's unused now. | Xan Lopez | 2009-03-02 | 2 | -8/+0 |
| | | | | svn path=/trunk/; revision=8833 | ||||
* | Use new get_encoding API to properly figure out automatic vs override encoding. | Xan Lopez | 2009-03-02 | 2 | -8/+14 |
| | | | | svn path=/trunk/; revision=8832 | ||||
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 2 | -12/+1 |
| | | | | svn path=/trunk/; revision=8825 | ||||
* | Remove the {_get,_set}_encoding functions from the python bindings definition, | Cosimo Cecchi | 2009-02-27 | 1 | -15/+0 |
| | | | | | | so that we can compile cleanly with --enable-maintainer-mode. svn path=/trunk/; revision=8820 | ||||
* | Add FIXME about encodings. | Xan Lopez | 2009-02-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8818 | ||||
* | Remove embedding APIs for set/get encoding. | Xan Lopez | 2009-02-27 | 2 | -7/+22 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8817 | ||||
* | Implement get/set encoding for the embed. | Xan Lopez | 2009-02-27 | 2 | -6/+2 |
| | | | | | | Bug #525265 svn path=/trunk/; revision=8815 | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 5 | -201/+92 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | Use – (en dash , U+2013) in copyright years. Also fixup surrounding ↵ | Wouter Bolsterlee | 2009-02-23 | 1 | -10/+10 |
| | | | | | | whitespace. svn path=/trunk/; revision=8810 | ||||
* | Update year | Christian Persch | 2009-02-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8805 | ||||
* | ephy-window: do not make code conditional on Gecko version. | Xan Lopez | 2009-02-23 | 1 | -8/+4 |
| | | | | svn path=/trunk/; revision=8801 | ||||
* | ephy-bookmarks: guard zeroconf dependent function declaration. | Xan Lopez | 2009-02-21 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8797 | ||||
* | ephy-window: do not show progress for pages that load very quickly (eg, ↵ | Xan Lopez | 2009-02-19 | 1 | -1/+9 |
| | | | | | | about:blank). svn path=/trunk/; revision=8792 | ||||
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -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 | ||||
* | Add option to open new windows in tabs. | Xan Lopez | 2009-02-16 | 1 | -3/+19 |
| | | | | | | | | | | | Only available as a gconf key for now, /apps/epiphany/general/open_new_windows_in_tab. Patch by Alejandro G. Castro. Bug #571593 svn path=/trunk/; revision=8783 | ||||
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8778 | ||||
* | And some more style fixes, should now follow the new code guidelines. | Xan Lopez | 2009-02-08 | 4 | -61/+58 |
| | | | | svn path=/trunk/; revision=8777 | ||||
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
| | | | | svn path=/trunk/; revision=8776 | ||||
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8775 | ||||
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8774 | ||||
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8773 | ||||
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
| | | | | svn path=/trunk/; revision=8772 | ||||
* | Use gtk_activatable_get_related_action instead of the deprecated ↵ | Xan Lopez | 2009-02-08 | 4 | -10/+10 |
| | | | | | | gtk_widget_get_action. svn path=/trunk/; revision=8771 | ||||
* | Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our ↵ | Christian Persch | 2009-02-08 | 1 | -0/+1 |
| | | | | | | not-yet-installed pkg-config file svn path=/trunk/; revision=8769 | ||||
* | config.h must be the first include | Christian Persch | 2009-02-08 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8768 | ||||
* | Simply use g_irepository_get_option_group() | Christian Persch | 2009-02-08 | 1 | -17/+4 |
| | | | | svn path=/trunk/; revision=8767 | ||||
* | Add needed -I flags to build the Epiphany gir file. | Xan Lopez | 2009-02-08 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=8762 | ||||
* | Use epiphany_LDADD for Seed libraries. | Xan Lopez | 2009-02-07 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=8761 | ||||
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 6 | -0/+535 |
| | | | | svn path=/trunk/; revision=8756 | ||||
* | Add gobject introspection support; use --enable-introspection. | Christian Persch | 2009-02-07 | 2 | -1/+91 |
| | | | | svn path=/trunk/; revision=8755 | ||||
* | Only show the fixed toolbar when the leave-fullscreen button is to be shown. ↵ | Christian Persch | 2009-02-04 | 1 | -0/+3 |
| | | | | | | Shoudl fix bug #570349 svn path=/trunk/; revision=8749 | ||||
* | ephy-session: plug memory leak. | Xan Lopez | 2009-01-30 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=8745 | ||||
* | ephy-find-toolbar: remove unused variable. | Xan Lopez | 2009-01-28 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8737 | ||||
* | ephy-find-toolbar: do not search for the empty string or NULL. | Xan Lopez | 2009-01-28 | 1 | -0/+3 |
| | | | | | | Spews critical warnings on console and it's obviously useless. svn path=/trunk/; revision=8736 | ||||
* | Remove unused auto encoding stuff. | Xan Lopez | 2009-01-26 | 1 | -15/+0 |
| | | | | | | Silences a few warnings when opening the prefs dialog. svn path=/trunk/; revision=8735 | ||||
* | Remove unused function. | Xan Lopez | 2009-01-26 | 1 | -13/+0 |
| | | | | svn path=/trunk/; revision=8734 | ||||
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 1 | -95/+0 |
| | | | | svn path=/trunk/; revision=8731 | ||||
* | Do not use 'gtk-action' object data to get the associated GtkAction for a ↵ | Xan Lopez | 2009-01-24 | 3 | -9/+9 |
| | | | | | | | | widget. It's an implementation detail and will go away soon. Use documented APIs instead. svn path=/trunk/; revision=8723 |