Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ephy-find-toolbar: make indentation homogenenous. | Xan Lopez | 2009-01-23 | 1 | -37/+36 |
| | | | | svn path=/trunk/; revision=8721 | ||||
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 1 | -27/+23 |
| | | | | svn path=/trunk/; revision=8720 | ||||
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8715 | ||||
* | ephy-window: do not set load progress on already loaded pages. | Xan Lopez | 2009-01-21 | 1 | -2/+8 |
| | | | | | | Avoids setting the load progress to 100% when switching tabs. svn path=/trunk/; revision=8712 | ||||
* | Implement multiple keyword-based AND-search for the location bar | Gustavo Noronha Silva | 2009-01-20 | 1 | -7/+21 |
| | | | | | | Bug #568101 svn path=/trunk/; revision=8706 | ||||
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 3 | -36/+16 |
| | | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705 | ||||
* | Remove useless LocationEntryAction struct | Diego Escalante Urrelo | 2009-01-19 | 1 | -23/+3 |
| | | | | svn path=/trunk/; revision=8700 | ||||
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 104 | -104/+0 |
| | | | | svn path=/trunk/; revision=8695 | ||||
* | Include a bookmark indication in the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 2 | -7/+5 |
| | | | | | | | If the result shown in the row is a bookmark, the epiphany bookmark icon will be drawn to the right of it. svn path=/trunk/; revision=8693 | ||||
* | Turn the location bar into the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 1 | -15/+4 |
| | | | | | | | | Enhance the completion popup by showing a two line cell containing the favicon, the title of the page and the url. On top of this, there's a bookmark indication patch. svn path=/trunk/; revision=8692 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 1 | -1/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 3 | -4/+4 |
| | | | | | | | | | | Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678 | ||||
* | Allow to reload bypassing cache. | Xan Lopez | 2009-01-08 | 1 | -9/+6 |
| | | | | | | Bug #540781 svn path=/trunk/; revision=8674 | ||||
* | Remove leftover search_entry_clear_cb function | Diego Escalante Urrelo | 2009-01-05 | 1 | -19/+0 |
| | | | | svn path=/trunk/; revision=8670 | ||||
* | Fix bookmark import of ff3 files | Diego Escalante Urrelo | 2009-01-05 | 1 | -3/+4 |
| | | | | | | | | ff3 now has some extra stuff in their .html files, so the importer is not always working, the regexp has been improved to fix this. Patch by Wouter Bolsterlee. Fixes bug #552997. svn path=/trunk/; revision=8668 | ||||
* | ephy-window: remove entry clear timeout without chaining finalize. | Xan Lopez | 2009-01-05 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8666 | ||||
* | ephy-window: g_object_get takes a gpointer as first argument. | Xan Lopez | 2009-01-04 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=8665 | ||||
* | ephy-window: also open in new tab for ctrl+click. | Xan Lopez | 2009-01-04 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=8664 | ||||
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 2 | -54/+1 |
| | | | | | | | Also fold into the widget the 'clear' icon instead of creating it twice outside. svn path=/trunk/; revision=8653 | ||||
* | Remove progress from statusbar now that we show it in the location entry. | Xan Lopez | 2008-12-31 | 4 | -65/+0 |
| | | | | svn path=/trunk/; revision=8651 | ||||
* | ephy-window: draw progress inside the location entry. | Xan Lopez | 2008-12-31 | 1 | -0/+42 |
| | | | | svn path=/trunk/; revision=8650 | ||||
* | Web Inspector property missing from preferences enum. | Gustavo Noronha Silva | 2008-12-24 | 1 | -0/+1 |
| | | | | | | Bug #565485 svn path=/trunk/; revision=8641 | ||||
* | Check text_table for nullity before unrefing it in resolver_found_cb. | Gustavo Noronha Silva | 2008-12-24 | 1 | -1/+4 |
| | | | | | | Bug #565452 svn path=/trunk/; revision=8640 | ||||
* | Open links in new tab with middle click. | Xan Lopez | 2008-12-21 | 1 | -0/+42 |
| | | | | | | Bug #518338 svn path=/trunk/; revision=8639 | ||||
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 1 | -6/+7 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 5 | -92/+199 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 5 | -199/+92 |
| | | | | svn path=/trunk/; revision=8632 | ||||
* | window-commands: fix Send Link by Email for URLs with '&' | Xan Lopez | 2008-12-12 | 1 | -20/+26 |
| | | | | | | Bug #549357, patch by Susana Pereira with small modifications. svn path=/trunk/; revision=8631 | ||||
* | Implement chrome visibility control in popups | Diego Escalante Urrelo | 2008-12-03 | 1 | -4/+32 |
| | | | | | | | | Fixes bug #562714. Fullscreen, scrollbar and location bar left out for security/usability. Location bar might be enabled later with something ala-firefox. svn path=/trunk/; revision=8629 | ||||
* | ephy-window: connect web view to web-view-ready signal when it's created. | Xan Lopez | 2008-12-01 | 1 | -7/+7 |
| | | | | | | | | Otherwise we rely on the view to be in the active tab in order for us to be listening to the signal. That's the case right now, but could change if we implement "always open in new tab" functionality. svn path=/trunk/; revision=8628 | ||||
* | ephy-window: use new webkit API to create windows on request. | Xan Lopez | 2008-11-30 | 1 | -0/+52 |
| | | | | svn path=/trunk/; revision=8620 | ||||
* | window: zoom in/out with ctrl+scroll-{up,down} | Xan Lopez | 2008-11-30 | 1 | -0/+30 |
| | | | | | | | | | We connect to the scroll-event of the view directly because GtkScrolledWindow eats all the GdkEventScroll it gets without checking the modifier keys mask, making it impossible to set-up our own handler for scroll-event. svn path=/trunk/; revision=8619 | ||||
* | ephy-toolbar: remove useless realize/unrealize methods. | Xan Lopez | 2008-11-30 | 1 | -16/+0 |
| | | | | svn path=/trunk/; revision=8618 | ||||
* | Remove legacy ephy-history-item from epiphany.h | Diego Escalante Urrelo | 2008-11-27 | 1 | -1/+0 |
| | | | | | | It was breaking the build of things including epiphany.h svn path=/trunk/; revision=8617 | ||||
* | ephy-home-action: plug leak. | Xan Lopez | 2008-10-27 | 1 | -2/+2 |
| | | | | | | | Use gtk_action_get_name instead of g_object_get to get the action name so the string isn't duped. svn path=/trunk/; revision=8599 | ||||
* | Use the correct return type for ephy_embed_get_link_message and | Diego Escalante Urrelo | 2008-10-16 | 1 | -2/+2 |
| | | | | | | ephy_embed_get_title svn path=/trunk/; revision=8583 | ||||
* | Fix conflicting mnemonics in Clear All Personal Data | Diego Escalante Urrelo | 2008-10-13 | 1 | -3/+12 |
| | | | | | | Reuse existing strings, closes: bug #549892. Patch by Juan Percy Rojas Cruz. svn path=/trunk/; revision=8579 | ||||
* | Sync comment parameters with actual parameters | Diego Escalante Urrelo | 2008-09-29 | 2 | -6/+6 |
| | | | | svn path=/trunk/; revision=8561 | ||||
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 3 | -5/+5 |
| | | | | svn path=/trunk/; revision=8560 | ||||
* | Print version to stdout, not stderr. | Christian Persch | 2008-09-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8547 | ||||
* | Readd --version which was lost when removing libgnome usage. | Christian Persch | 2008-09-27 | 1 | -1/+15 |
| | | | | svn path=/trunk/; revision=8546 | ||||
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵ | Christian Persch | 2008-09-25 | 10 | -117/+141 |
| | | | | | | GnomeClient. svn path=/trunk/; revision=8541 | ||||
* | Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext. | Cosimo Cecchi | 2008-09-05 | 1 | -1/+0 |
| | | | | | | Bug #550883. svn path=/trunk/; revision=8457 | ||||
* | Port the location bar to use GRegex. | Diego Escalante Urrelo | 2008-08-15 | 1 | -94/+41 |
| | | | | | | | | | | | | | | Use a simple regex matching the input text, implements the same behaviour of the current bar, plus: - substring suggestions (closes: #151932) - unicode support (closes: #343906) - diacritics in topic keywords (closes: #328162) - completion on history items titles (closes: #534218) Also, of course, closes: #517960 - port the url bar to GRegex. svn path=/trunk/; revision=8419 | ||||
* | Make the order in which we name the cols consistent. | Diego Escalante Urrelo | 2008-08-14 | 2 | -3/+3 |
| | | | | | | | Just a minor reordering of *_col variables, no code changed. svn path=/trunk/; revision=8414 | ||||
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 1 | -0/+13 |
| | | | | | | | This should fix the crash when libnotify was uninit before the notification was actually shown. Fix suggested by Colin Walters, closes: #536768. svn path=/trunk/; revision=8380 | ||||
* | Fix the keyword search for tabs/windows created from toolbar. | Diego Escalante Urrelo | 2008-08-04 | 1 | -4/+4 |
| | | | | | | | | Add EPHY_LINK_ALLOW_FIXUP to the flags when openning new tabs and windows from their toolbar buttons so the text is not always treated as an url, closes: #523296. svn path=/trunk/; revision=8379 | ||||
* | Bug #378165: do not activate the smart bookmark entry after middle-clicking | Cosimo Cecchi | 2008-08-04 | 1 | -2/+0 |
| | | | | | | paste text into it. svn path=/trunk/; revision=8377 | ||||
* | Bug #328710. Re-focus the "Remove" button after the selection has been deleted. | Cosimo Cecchi | 2008-08-01 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=8372 | ||||
* | Fix a typo in src/ephy-main.c and remove a FIXME. | Diego Escalante Urrelo | 2008-07-31 | 1 | -2/+2 |
| | | | | | | | Patch by Bruce Cowan, closes: #545614. FIXME removed by me. svn path=/trunk/; revision=8370 | ||||
* | Update year | Christian Persch | 2008-07-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8335 | ||||
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 2 | -7/+1 |
| | | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 2 | -17/+5 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 1 | -11/+25 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | Bug 529634 – ga_client_start() called twice | Christian Persch | 2008-07-01 | 1 | -9/+16 |
| | | | | svn path=/trunk/; revision=8317 | ||||
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 1 | -1/+0 |
| | | | | | | Not needed anymore. svn path=/trunk/; revision=8314 | ||||
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 1 | -3/+3 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313 | ||||
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 1 | -12/+12 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312 | ||||
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 1 | -19/+46 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311 | ||||
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8310 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 2 | -7/+1 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 2 | -7/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 2 | -8/+5 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 2 | -10/+5 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 2 | -7/+2 |
| | | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302 | ||||
* | ephy-embed-utils: add macro to get webkitwebview from embed. | Xan Lopez | 2008-06-30 | 1 | -2/+1 |
| | | | | | | Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301 | ||||
* | ephy-find-toolbar: remove trailing whitespace. | Xan Lopez | 2008-06-28 | 1 | -17/+17 |
| | | | | svn path=/trunk/; revision=8300 | ||||
* | ephy-find-toolbar: remove obsolete comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8299 | ||||
* | ephy-find-toolbar: copy over embed scroll functionality. | Xan Lopez | 2008-06-28 | 1 | -11/+46 |
| | | | | | | Only used here. svn path=/trunk/; revision=8298 | ||||
* | ephy-find-toolbar: remove $Id$ from license comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
| | | | | | | CVS is long gone... svn path=/trunk/; revision=8297 | ||||
* | ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_* | Xan Lopez | 2008-06-28 | 1 | -19/+19 |
| | | | | svn path=/trunk/; revision=8296 | ||||
* | ephy-find-toolbar: M-x tabify | Xan Lopez | 2008-06-28 | 1 | -28/+28 |
| | | | | svn path=/trunk/; revision=8295 | ||||
* | ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted. | Xan Lopez | 2008-06-28 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8294 | ||||
* | ephy-find-toolbar: remove _EMBED_ from find results enum. | Xan Lopez | 2008-06-28 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=8293 | ||||
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8292 | ||||
* | ephy-find-toolbar: port to use webkit API directly. | Xan Lopez | 2008-06-28 | 2 | -45/+129 |
| | | | | | | Copy the code from embeb/webkit mostly verbatim for now. svn path=/trunk/; revision=8291 | ||||
* | Reimplement tabs detaching and tabs DND. | Christian Persch | 2008-06-13 | 4 | -11/+93 |
| | | | | svn path=/trunk/; revision=8278 | ||||
* | Do not do single includes in src/bookmarks/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 26 | -88/+22 |
| | | | | svn path=/trunk/; revision=8270 | ||||
* | Do not do single includes for GTK+, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 39 | -195/+37 |
| | | | | svn path=/trunk/; revision=8265 | ||||
* | Make the bookmarks editor search in urls and titles, closes: #328489. | Diego Escalante Urrelo | 2008-05-31 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8263 | ||||
* | Plug a mem leak. | Christian Persch | 2008-05-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8254 | ||||
* | Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986. | Diego Escalante Urrelo | 2008-05-24 | 1 | -56/+74 |
| | | | | | | Testing in trunk before committing to 2.22 branch. svn path=/trunk/; revision=8249 | ||||
* | Don't free file_info too soon or the pointer to file_type will be lost. This | Diego Escalante Urrelo | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | fixes bookmark imports not working (note that HTML import is not working, only RDF). Patch by Sebastian Keller, closes: #523414. svn path=/trunk/; revision=8241 | ||||
* | Block updates of the location entry while it is keyboard-focused. | Cosimo Cecchi | 2008-05-20 | 1 | -2/+51 |
| | | | | | | | This is to avoid deletion of the text while the user is typing. Close bug #488680. svn path=/trunk/; revision=8239 | ||||
* | Remove a forgotten env var in ephy-main.c, it was a leftover of r8192 (removal | Diego Escalante Urrelo | 2008-05-17 | 1 | -1/+0 |
| | | | | | | of Pango checks). svn path=/trunk/; revision=8222 | ||||
* | Add epiphany.h. Only allow including epiphany/epiphany.h; all other | Christian Persch | 2008-04-12 | 54 | -36/+281 |
| | | | | | | | Add epiphany.h. Only allow including epiphany/epiphany.h; all other headers are internal. svn path=/trunk/; revision=8210 | ||||
* | Remove MOZ_DISABLE_PANGO checks. | Christian Persch | 2008-04-07 | 1 | -17/+0 |
| | | | | svn path=/trunk/; revision=8192 | ||||
* | Remove detailed font prefs, they're obsolete on webkit. | Christian Persch | 2008-04-07 | 1 | -322/+1 |
| | | | | | | Remove the epiphany-pango schemas file, same reason. svn path=/trunk/; revision=8191 | ||||
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 3 | -196/+144 |
| | | | | svn path=/trunk/; revision=8183 | ||||
* | Remove the ephy-spinner from the toolbar.c, there's enough feeback | Xan Lopez | 2008-03-28 | 3 | -58/+0 |
| | | | | | | with the spinners in the tabs and the progress bar. (#524809) svn path=/trunk/; revision=8166 | ||||
* | Revert the history/bookmark no-dup patch. It was slowing ephy. | Diego Escalante Urrelo | 2008-03-17 | 1 | -12/+0 |
| | | | | svn path=/trunk/; revision=8113 | ||||
* | Fix multiple crashers in the zeroconf bookmarks. Bug #516008; partially ↵ | Christian Persch | 2008-03-13 | 1 | -179/+151 |
| | | | | | | based on a patch by Cosimo Cecchi. svn path=/trunk/; revision=8102 | ||||
* | Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 | Christian Persch | 2008-03-11 | 1 | -0/+15 |
| | | | | svn path=/trunk/; revision=8094 | ||||
* | Remove cruft | Christian Persch | 2008-02-27 | 5 | -567/+3 |
| | | | | svn path=/trunk/; revision=7990 | ||||
* | Connect the signal before unreffing the action, just to be absolutely safe. | Christian Persch | 2008-02-26 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=7985 | ||||
* | Remove duplicate bookmarks property update, which is superflous since it was ↵ | Christian Persch | 2008-02-26 | 1 | -2/+0 |
| | | | | | | already updated when the node was set into the action on construction. Might fix bug #516008, where for unknown reasons the action seems to be finalised when we get here. svn path=/trunk/; revision=7983 | ||||
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 3 | -5/+5 |
| | | | | svn path=/trunk/; revision=7981 | ||||
* | Add EPHY_CHECK_VERSION (#513128) | Xan Lopez | 2008-02-18 | 2 | -0/+36 |
| | | | | svn path=/trunk/; revision=7958 | ||||
* | Add Undo/Redo commands to the location entry, both in the context menu | Cosimo Cecchi | 2008-02-15 | 2 | -14/+53 |
| | | | | | | and linked to the main window commands. Bug #171179. svn path=/trunk/; revision=7945 | ||||
* | GConf option to disable messagebox about unsubmitted form data. (#516170) | Xan Lopez | 2008-02-15 | 1 | -6/+11 |
| | | | | | | | | | Left undocumented on schema because we are in string freeze, will document for 2.24. Patch by Jake Nelson svn path=/trunk/; revision=7944 | ||||
* | Update dependencies in epiphany.pc.in, remove bonobo leftovers. | Xan Lopez | 2008-02-14 | 1 | -224/+0 |
| | | | | svn path=/trunk/; revision=7938 | ||||
* | Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138) | Xan Lopez | 2008-02-13 | 9 | -307/+59 |
| | | | | svn path=/trunk/; revision=7932 | ||||
* | Use G_DEFINE_TYPE* when possible in src/ (#515601) | Xan Lopez | 2008-02-11 | 28 | -1096/+243 |
| | | | | svn path=/trunk/; revision=7927 | ||||
* | Do not use history API if we only want to go back or forward, only use it | Xan Lopez | 2008-02-10 | 1 | -14/+2 |
| | | | | | | | | when necessary (ie, when we want to open item in new tab). Bug #515554 svn path=/trunk/; revision=7926 | ||||
* | Fix back button looping through history. | Cosimo Cecchi | 2008-02-05 | 1 | -15/+19 |
| | | | | | | Bug #513803. svn path=/trunk/; revision=7917 | ||||
* | Make middle clicking on Back/Forward toolbar buttons open again in | Cosimo Cecchi | 2008-02-01 | 1 | -3/+29 |
| | | | | | | a new tab, as it was in 2.20. Bug #513029. svn path=/trunk/; revision=7903 | ||||
* | HIG fixes for menu. Bug #483312, patch by Luca Ferretti. | Cosimo Cecchi | 2008-01-29 | 1 | -1/+1 |
| | | | | | | | HIG fixes for menu. Bug #483312, patch by Luca Ferretti. svn path=/trunk/; revision=7897 | ||||
* | Better fix for bug #511759. | Cosimo Cecchi | 2008-01-25 | 1 | -2/+7 |
| | | | | svn path=/trunk/; revision=7888 | ||||
* | Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541) | Xan Lopez | 2008-01-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7869 | ||||
* | Fix cropped close button on tab labels with gnome-icon-theme 2.21.x. | Cosimo Cecchi | 2008-01-15 | 1 | -4/+10 |
| | | | | | | Bug #499983. svn path=/trunk/; revision=7865 | ||||
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -1/+1 |
| | | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864 | ||||
* | Add #ifdef for Avahi includes in ephy-bookmarks.c. | Cosimo Cecchi | 2008-01-15 | 1 | -0/+3 |
| | | | | | | Bug #509325. svn path=/trunk/; revision=7863 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 13 | -309/+541 |
| | | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858 | ||||
* | Open externally opened link in current tab if it is blank. | Cosimo Cecchi | 2008-01-11 | 5 | -14/+38 |
| | | | | | | Fix bug #499613. svn path=/trunk/; revision=7856 | ||||
* | Don't use net-stop signal, it's gone. Switch to notify::load-status | Xan Lopez | 2008-01-09 | 1 | -3/+6 |
| | | | | svn path=/trunk/; revision=7855 | ||||
* | Fix typo when building the back/forward history menu | Jan Michael C. Alonzo | 2007-12-31 | 1 | -1/+1 |
| | | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=506563 modified: src/ephy-navigation-action.c svn path=/trunk/; revision=7840 | ||||
* | Port ephy-window.c to the new API, remove old API. | Xan Lopez | 2007-12-30 | 3 | -98/+11 |
| | | | | | | Closes bug #506005 svn path=/trunk/; revision=7836 | ||||
* | Make MozillaHistoryItem create url and title on demand. | Xan Lopez | 2007-12-30 | 1 | -4/+7 |
| | | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835 | ||||
* | Use the new interfaces for backward/forward menus. | Xan Lopez | 2007-12-30 | 1 | -54/+37 |
| | | | | | | | | | | | Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 svn path=/trunk/; revision=7834 | ||||
* | Catch bookmarks and history in EphyLocationActionPrivate, it's smarter. | Diego Escalante Urrelo | 2007-12-27 | 1 | -9/+10 |
| | | | | | | | Fixes bug #505777. svn path=/trunk/; revision=7828 | ||||
* | Have the completion func also check the bookmark URLs for matches as it does | Diego Escalante Urrelo | 2007-12-27 | 1 | -3/+14 |
| | | | | | | | | with history items. Fixes bug #505683. svn path=/trunk/; revision=7827 | ||||
* | Avoid duplicated history and bookmark entries for the same url in the | Diego Escalante Urrelo | 2007-12-27 | 1 | -0/+24 |
| | | | | | | | | completion popup. Fixes bug #392979. svn path=/trunk/; revision=7826 | ||||
* | Remove a trailing whitespace. | Diego Escalante Urrelo | 2007-12-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7822 | ||||
* | Moves the completion_func from lib/widgets/ephy-location-entry.c to | Diego Escalante Urrelo | 2007-12-26 | 1 | -0/+105 |
| | | | | | | | | | | | src/ephy-location-action.c. Adds a function to set the completion_func in lib/widgets/ephy-location-entry.c|h. Part of bug #392979. svn path=/trunk/; revision=7821 | ||||
* | Quick fix for a warning produced by my previous update to epiphany.defs, | Diego Escalante Urrelo | 2007-12-24 | 1 | -1/+1 |
| | | | | | | | ephy_embed_get_loading_title is actually const-char* not char*. svn path=/trunk/; revision=7814 | ||||
* | Add extra methods to EphyEmbed object: | Diego Escalante Urrelo | 2007-12-24 | 1 | -27/+94 |
| | | | | | | | | | | | | | | | | | | | | | get_go_up_list get_security_level get_zoom get_document_type get_load_percent get_load_status get_navigation_flags get_typed_address get_address get_status_message get_icon get_icon_address get_is_blank get_loading_title get_encoding svn path=/trunk/; revision=7813 | ||||
* | Adds a "Clear All" dialog to clear all the privacy information, and a help | Cosimo Cecchi | 2007-12-21 | 3 | -181/+295 |
| | | | | | | section explaining its usage. Close bug #148314. svn path=/trunk/; revision=7793 | ||||
* | Middle click on entries in History Window and Bookmark Editor opens the page | Cosimo Cecchi | 2007-12-20 | 2 | -0/+46 |
| | | | | | | in a new tab. Close bug #385037. svn path=/trunk/; revision=7791 | ||||
* | Hide the Toolbar Editor, if active, when switching to Fullscreen mode. | Cosimo Cecchi | 2007-12-19 | 1 | -0/+11 |
| | | | | | | Bug #163762. svn path=/trunk/; revision=7789 | ||||
* | Readd "Add to Bookmark" entry to the document context menu. | Cosimo Cecchi | 2007-12-19 | 1 | -0/+5 |
| | | | | | | Bug #332968. svn path=/trunk/; revision=7786 | ||||
* | Indentation fix for previous commit. | Cosimo Cecchi | 2007-12-19 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=7785 |