aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ephy-find-toolbar: make indentation homogenenous.Xan Lopez2009-01-231-37/+36
| | | | svn path=/trunk/; revision=8721
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-231-27/+23
| | | | svn path=/trunk/; revision=8720
* Remove EphyIconEntry leftovers.Xan Lopez2009-01-221-1/+0
| | | | svn path=/trunk/; revision=8715
* ephy-window: do not set load progress on already loaded pages.Xan Lopez2009-01-211-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 barGustavo Noronha Silva2009-01-201-7/+21
| | | | | | Bug #568101 svn path=/trunk/; revision=8706
* Use C_() instead of Q_() with context for translatable strings.Philip Withnall2009-01-203-36/+16
| | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705
* Remove useless LocationEntryAction structDiego Escalante Urrelo2009-01-191-23/+3
| | | | svn path=/trunk/; revision=8700
* Remove $Id$ marker from source files.Xan Lopez2009-01-16104-104/+0
| | | | svn path=/trunk/; revision=8695
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-162-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 barDiego Escalante Urrelo2009-01-161-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 Silva2009-01-141-1/+0
| | | | | | Bug #567601 svn path=/trunk/; revision=8682
* Port to use GtkBuilder.Xan Lopez2009-01-123-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 Lopez2009-01-081-9/+6
| | | | | | Bug #540781 svn path=/trunk/; revision=8674
* Remove leftover search_entry_clear_cb functionDiego Escalante Urrelo2009-01-051-19/+0
| | | | svn path=/trunk/; revision=8670
* Fix bookmark import of ff3 filesDiego Escalante Urrelo2009-01-051-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 Lopez2009-01-051-3/+3
| | | | svn path=/trunk/; revision=8666
* ephy-window: g_object_get takes a gpointer as first argument.Xan Lopez2009-01-041-7/+6
| | | | svn path=/trunk/; revision=8665
* ephy-window: also open in new tab for ctrl+click.Xan Lopez2009-01-041-1/+5
| | | | svn path=/trunk/; revision=8664
* Port EphySearchEntry to use GtkEntry.Xan Lopez2008-12-312-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 Lopez2008-12-314-65/+0
| | | | svn path=/trunk/; revision=8651
* ephy-window: draw progress inside the location entry.Xan Lopez2008-12-311-0/+42
| | | | svn path=/trunk/; revision=8650
* Web Inspector property missing from preferences enum.Gustavo Noronha Silva2008-12-241-0/+1
| | | | | | Bug #565485 svn path=/trunk/; revision=8641
* Check text_table for nullity before unrefing it in resolver_found_cb.Gustavo Noronha Silva2008-12-241-1/+4
| | | | | | Bug #565452 svn path=/trunk/; revision=8640
* Open links in new tab with middle click.Xan Lopez2008-12-211-0/+42
| | | | | | Bug #518338 svn path=/trunk/; revision=8639
* Enable Web Inspector.Xan Lopez2008-12-121-6/+7
| | | | | | Bug #562446 svn path=/trunk/; revision=8634
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-125-92/+199
| | | | svn path=/trunk/; revision=8633
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-125-199/+92
| | | | svn path=/trunk/; revision=8632
* window-commands: fix Send Link by Email for URLs with '&'Xan Lopez2008-12-121-20/+26
| | | | | | Bug #549357, patch by Susana Pereira with small modifications. svn path=/trunk/; revision=8631
* Implement chrome visibility control in popupsDiego Escalante Urrelo2008-12-031-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 Lopez2008-12-011-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 Lopez2008-11-301-0/+52
| | | | svn path=/trunk/; revision=8620
* window: zoom in/out with ctrl+scroll-{up,down}Xan Lopez2008-11-301-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 Lopez2008-11-301-16/+0
| | | | svn path=/trunk/; revision=8618
* Remove legacy ephy-history-item from epiphany.hDiego Escalante Urrelo2008-11-271-1/+0
| | | | | | It was breaking the build of things including epiphany.h svn path=/trunk/; revision=8617
* ephy-home-action: plug leak.Xan Lopez2008-10-271-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 andDiego Escalante Urrelo2008-10-161-2/+2
| | | | | | ephy_embed_get_title svn path=/trunk/; revision=8583
* Fix conflicting mnemonics in Clear All Personal DataDiego Escalante Urrelo2008-10-131-3/+12
| | | | | | Reuse existing strings, closes: bug #549892. Patch by Juan Percy Rojas Cruz. svn path=/trunk/; revision=8579
* Sync comment parameters with actual parametersDiego Escalante Urrelo2008-09-292-6/+6
| | | | svn path=/trunk/; revision=8561
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-293-5/+5
| | | | svn path=/trunk/; revision=8560
* Print version to stdout, not stderr.Christian Persch2008-09-271-1/+1
| | | | svn path=/trunk/; revision=8547
* Readd --version which was lost when removing libgnome usage.Christian Persch2008-09-271-1/+15
| | | | svn path=/trunk/; revision=8546
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵Christian Persch2008-09-2510-117/+141
| | | | | | GnomeClient. svn path=/trunk/; revision=8541
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-051-1/+0
| | | | | | Bug #550883. svn path=/trunk/; revision=8457
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-151-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 Urrelo2008-08-142-3/+3
| | | | | | | Just a minor reordering of *_col variables, no code changed. svn path=/trunk/; revision=8414
* Move libnotify initialization to ephy-mainDiego Escalante Urrelo2008-08-041-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 Urrelo2008-08-041-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-clickingCosimo Cecchi2008-08-041-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 Cecchi2008-08-011-0/+3
| | | | svn path=/trunk/; revision=8372
* Fix a typo in src/ephy-main.c and remove a FIXME.Diego Escalante Urrelo2008-07-311-2/+2
| | | | | | | Patch by Bruce Cowan, closes: #545614. FIXME removed by me. svn path=/trunk/; revision=8370
* Update yearChristian Persch2008-07-071-1/+1
| | | | svn path=/trunk/; revision=8335
* embed: remove ephy_embed_close.Xan Lopez2008-07-032-7/+1
| | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-012-17/+5
| | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-11/+25
| | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326
* Bug 529634 – ga_client_start() called twiceChristian Persch2008-07-011-9/+16
| | | | svn path=/trunk/; revision=8317
* embed: remove history item abstraction from embed.Xan Lopez2008-06-301-1/+0
| | | | | | Not needed anymore. svn path=/trunk/; revision=8314
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-301-3/+3
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-12/+12
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-19/+46
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311
* misc: add reference to webkit bug about reload_bypass_cacheXan Lopez2008-06-301-0/+1
| | | | svn path=/trunk/; revision=8310
* embed: remove ephy_embed_print.Xan Lopez2008-06-302-7/+1
| | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-6/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-6/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-302-7/+1
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-302-8/+5
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304
* embed: remove ephy_embed_reload.Xan Lopez2008-06-302-10/+5
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-302-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 Lopez2008-06-301-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 Lopez2008-06-281-17/+17
| | | | svn path=/trunk/; revision=8300
* ephy-find-toolbar: remove obsolete comment.Xan Lopez2008-06-281-1/+0
| | | | svn path=/trunk/; revision=8299
* ephy-find-toolbar: copy over embed scroll functionality.Xan Lopez2008-06-281-11/+46
| | | | | | Only used here. svn path=/trunk/; revision=8298
* ephy-find-toolbar: remove $Id$ from license comment.Xan Lopez2008-06-281-1/+0
| | | | | | CVS is long gone... svn path=/trunk/; revision=8297
* ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_*Xan Lopez2008-06-281-19/+19
| | | | svn path=/trunk/; revision=8296
* ephy-find-toolbar: M-x tabifyXan Lopez2008-06-281-28/+28
| | | | svn path=/trunk/; revision=8295
* ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted.Xan Lopez2008-06-281-0/+1
| | | | svn path=/trunk/; revision=8294
* ephy-find-toolbar: remove _EMBED_ from find results enum.Xan Lopez2008-06-281-9/+9
| | | | svn path=/trunk/; revision=8293
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-281-1/+0
| | | | svn path=/trunk/; revision=8292
* ephy-find-toolbar: port to use webkit API directly.Xan Lopez2008-06-282-45/+129
| | | | | | Copy the code from embeb/webkit mostly verbatim for now. svn path=/trunk/; revision=8291
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-134-11/+93
| | | | svn path=/trunk/; revision=8278
* Do not do single includes in src/bookmarks/, bug #536090Diego Escalante Urrelo2008-06-0426-88/+22
| | | | svn path=/trunk/; revision=8270
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-0439-195/+37
| | | | svn path=/trunk/; revision=8265
* Make the bookmarks editor search in urls and titles, closes: #328489.Diego Escalante Urrelo2008-05-311-0/+5
| | | | svn path=/trunk/; revision=8263
* Plug a mem leak.Christian Persch2008-05-261-0/+1
| | | | svn path=/trunk/; revision=8254
* Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986.Diego Escalante Urrelo2008-05-241-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. ThisDiego Escalante Urrelo2008-05-201-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 Cecchi2008-05-201-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 (removalDiego Escalante Urrelo2008-05-171-1/+0
| | | | | | of Pango checks). svn path=/trunk/; revision=8222
* Add epiphany.h. Only allow including epiphany/epiphany.h; all otherChristian Persch2008-04-1254-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 Persch2008-04-071-17/+0
| | | | svn path=/trunk/; revision=8192
* Remove detailed font prefs, they're obsolete on webkit.Christian Persch2008-04-071-322/+1
| | | | | | Remove the epiphany-pango schemas file, same reason. svn path=/trunk/; revision=8191
* Exorcise gecko configure & build stuffChristian Persch2008-04-043-196/+144
| | | | svn path=/trunk/; revision=8183
* Remove the ephy-spinner from the toolbar.c, there's enough feebackXan Lopez2008-03-283-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 Urrelo2008-03-171-12/+0
| | | | svn path=/trunk/; revision=8113
* Fix multiple crashers in the zeroconf bookmarks. Bug #516008; partially ↵Christian Persch2008-03-131-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 #503657Christian Persch2008-03-111-0/+15
| | | | svn path=/trunk/; revision=8094
* Remove cruftChristian Persch2008-02-275-567/+3
| | | | svn path=/trunk/; revision=7990
* Connect the signal before unreffing the action, just to be absolutely safe.Christian Persch2008-02-261-3/+3
| | | | svn path=/trunk/; revision=7985
* Remove duplicate bookmarks property update, which is superflous since it was ↵Christian Persch2008-02-261-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 changeChristian Persch2008-02-263-5/+5
| | | | svn path=/trunk/; revision=7981
* Add EPHY_CHECK_VERSION (#513128)Xan Lopez2008-02-182-0/+36
| | | | svn path=/trunk/; revision=7958
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-152-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 Lopez2008-02-151-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 Lopez2008-02-141-224/+0
| | | | svn path=/trunk/; revision=7938
* Use G_DEFINE_TYPE* macros in src/bookmarks/ when possible. (#516138)Xan Lopez2008-02-139-307/+59
| | | | svn path=/trunk/; revision=7932
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-1128-1096/+243
| | | | svn path=/trunk/; revision=7927
* Do not use history API if we only want to go back or forward, only use itXan Lopez2008-02-101-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 Cecchi2008-02-051-15/+19
| | | | | | Bug #513803. svn path=/trunk/; revision=7917
* Make middle clicking on Back/Forward toolbar buttons open again inCosimo Cecchi2008-02-011-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 Cecchi2008-01-291-1/+1
| | | | | | | HIG fixes for menu. Bug #483312, patch by Luca Ferretti. svn path=/trunk/; revision=7897
* Better fix for bug #511759.Cosimo Cecchi2008-01-251-2/+7
| | | | svn path=/trunk/; revision=7888
* Fix compilation when debug is enabled. Patch by Joseph Sacco (#509541)Xan Lopez2008-01-151-1/+1
| | | | svn path=/trunk/; revision=7869
* Fix cropped close button on tab labels with gnome-icon-theme 2.21.x.Cosimo Cecchi2008-01-151-4/+10
| | | | | | Bug #499983. svn path=/trunk/; revision=7865
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+1
| | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864
* Add #ifdef for Avahi includes in ephy-bookmarks.c.Cosimo Cecchi2008-01-151-0/+3
| | | | | | Bug #509325. svn path=/trunk/; revision=7863
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1413-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 Cecchi2008-01-115-14/+38
| | | | | | Fix bug #499613. svn path=/trunk/; revision=7856
* Don't use net-stop signal, it's gone. Switch to notify::load-statusXan Lopez2008-01-091-3/+6
| | | | svn path=/trunk/; revision=7855
* Fix typo when building the back/forward history menuJan Michael C. Alonzo2007-12-311-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 Lopez2007-12-303-98/+11
| | | | | | Closes bug #506005 svn path=/trunk/; revision=7836
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-301-4/+7
| | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-301-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 Urrelo2007-12-271-9/+10
| | | | | | | Fixes bug #505777. svn path=/trunk/; revision=7828
* Have the completion func also check the bookmark URLs for matches as it doesDiego Escalante Urrelo2007-12-271-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 Urrelo2007-12-271-0/+24
| | | | | | | | completion popup. Fixes bug #392979. svn path=/trunk/; revision=7826
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
| | | | svn path=/trunk/; revision=7822
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-261-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 Urrelo2007-12-241-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 Urrelo2007-12-241-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 helpCosimo Cecchi2007-12-213-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 pageCosimo Cecchi2007-12-202-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 Cecchi2007-12-191-0/+11
| | | | | | Bug #163762. svn path=/trunk/; revision=7789
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+5
| | | | | | Bug #332968. svn path=/trunk/; revision=7786
* Indentation fix for previous commit.Cosimo Cecchi2007-12-191-2/+2
| | | | svn path=/trunk/; revision=7785
* Add middle-click-paste for smart bookmarks, as it is for new tab/windowCosimo Cecchi2007-12-191-0/+69
| | | | | | buttons. Close bug #378165. svn path=/trunk/; revision=7784
* Don't store the tabs menu accels in the accel map file.Christian Persch2007-12-161-1/+3
| | | | svn path=/trunk/; revision=7774
* Add secondary text in confirmation dialogs for "Remove All" items in the PDM.Cosimo Cecchi2007-12-081-6/+12
| | | | | | Fix bug #499074. svn path=/trunk/; revision=7761
* Squashed commit of the following:Jan Michael C. Alonzo2007-12-022-0/+7
| | | | | | | | | | | | commit 8ee24f8e307d08d90a7caedf570831c1cab9f708 Author: Jan Michael Alonzo <jmalonzo@unpluggable.com> Date: Sun Dec 2 06:19:44 2007 +1100 wrap EphyEmbedContainer interface - http://bugzilla.gnome.org/show_bug.cgi?id=500729 svn path=/trunk/; revision=7744
* Fix empty line on bookmark tooltip when bookmark has no title.Cosimo Cecchi2007-11-251-5/+21
| | | | | | Close bug #499226. svn path=/trunk/; revision=7730
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: unbreak the build. Use g_strdup_printf. svn path=/trunk/; revision=7725
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: reword tooltip. Followup to http://bugzilla.gnome.org/show_bug.cgi?id=492695 svn path=/trunk/; revision=7724
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-192-4/+9
| | | | | | | bookmarks editor views use it to display address and title columns. Fix bug #132808. svn path=/trunk/; revision=7719
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-192-5/+15
| | | | | | | | as resizable; thanks to Kristian Rietveld for finding out the cause. Make history window columns resizable and bookmarks editor columns resizable and sortable. Part of bug #132808. svn path=/trunk/; revision=7718
* Move EphyNotebook to G_DEFINE_TYPE.Xan Lopez2007-11-181-56/+19
| | | | svn path=/trunk/; revision=7717
* Use go_back and go_forward methods for navigation.Xan Lopez2007-11-181-5/+2
| | | | | | | Instead of jumping to -1 and +1 in the history. Less code, and it even works in WebKit :) svn path=/trunk/; revision=7716
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-74/+1
| | | | | | Last part of bug #490672 svn path=/trunk/; revision=7713
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+19
| | | | svn path=/trunk/; revision=7712
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
| | | | | | | Do not use the ephy_window prefix for them, it's confusing. Also, save the function call for get_active_child. svn path=/trunk/; revision=7710
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-175-65/+53
| | | | | | | | Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-23/+2
| | | | svn path=/trunk/; revision=7706
* Do not change session saving format ;)Xan Lopez2007-11-171-2/+2
| | | | svn path=/trunk/; revision=7705
* Return the new tab's position.Christian Persch2007-11-171-4/+2
| | | | svn path=/trunk/; revision=7704
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-174-17/+15
| | | | | | | Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. svn path=/trunk/; revision=7703
* Unbreak the build...Xan Lopez2007-11-171-4/+4
| | | | svn path=/trunk/; revision=7702
* Use right GtkPaned API to pack history window vbox.Cosimo Cecchi2007-11-171-2/+2
| | | | | | Fix bug #422947. svn path=/trunk/; revision=7701
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-171-1/+3
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-163-8/+8
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings.Xan Lopez2007-11-161-20/+0
| | | | svn path=/trunk/; revision=7697
* And port all the callers in src/Xan Lopez2007-11-1614-61/+113
| | | | svn path=/trunk/; revision=7695
* Change epiphany.defsXan Lopez2007-11-161-47/+53
| | | | svn path=/trunk/; revision=7694
* Port EphyWindow to the new interface.Xan Lopez2007-11-162-220/+193
| | | | svn path=/trunk/; revision=7693
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
| | | | svn path=/trunk/; revision=7691
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-141-0/+11
| | | | | | Use it to update the bookmarks icon, as it was done in EphyTab before. svn path=/trunk/; revision=7687
* Remove last remainings of EphyTab.Xan Lopez2007-11-132-426/+0
| | | | svn path=/trunk/; revision=7684
* Use load-status instead of net-stop in EphySession.Xan Lopez2007-11-131-23/+30
| | | | | | Also added a type check in ephy_session_save for the session object. svn path=/trunk/; revision=7680
* Don't connect to destroy-browser, we do nothing in the cb and it's ↵Xan Lopez2007-11-131-12/+0
| | | | | | GtkMozEmbed specific. svn path=/trunk/; revision=7679
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-121-0/+2
| | | | | | | the call to gtk_widget_show() in editable toolbar's create_item_from_action() conditional. Fixes bug #394795. svn path=/trunk/; revision=7663
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-113-10/+9
| | | | | | | calls to gtk_entry_set_editable, gtk_menu_item_remove_submenu, and gtk_tool_item_set_tooltip to the appropriate replacements in Gtk 2.12. svn path=/trunk/; revision=7659
* Add a checkbox to enable case-sensitive search (disabled by default). No longerCyril Brulebois2007-11-101-8/+84
| | | | | | rely on the presence of uppercase characters to activate case-sensitive search. svn path=/trunk/; revision=7653
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-091-0/+170
| | | | | | the passwords. A confirmation dialogue is used. Addresses bug #148314. svn path=/trunk/; revision=7652
* Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes ↵Cyril Brulebois2007-11-081-11/+3
| | | | | | bug #310811 svn path=/trunk/; revision=7648
* Adds a NULL check to avoid passing illegal values to strtol in ephy-session.Cosimo Cecchi2007-11-071-0/+2
| | | | | | Patch by Ed Catmur. Fix bug #493148. svn path=/trunk/; revision=7644
* Make the password dialog use ephy-time-helpers instead of stock strftime.Cosimo Cecchi2007-11-071-5/+2
| | | | | | Fix bug #494158. svn path=/trunk/; revision=7642
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-071-59/+131
| | | | | | | | visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-051-20/+2
| | | | svn path=/trunk/; revision=7622
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-052-175/+205
| | | | | | This also makes Modifiers+Click shortcuts work again. svn path=/trunk/; revision=7621
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
| | | | | | | of the whole javascript code when bookmarking a scriptlet. Fix bug #492695. svn path=/trunk/; revision=7616
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7609
* Can't use an interface type in signal registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7608
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7607
* Can't use an interface type in signal registrationChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7606
* Remove EphyTabChristian Persch2007-10-282-85/+12
| | | | svn path=/trunk/; revision=7605
* Remove EphyTabChristian Persch2007-10-281-11/+10
| | | | svn path=/trunk/; revision=7604
* Remove EphyTabChristian Persch2007-10-281-34/+22
| | | | svn path=/trunk/; revision=7603
* Remove EphyTabChristian Persch2007-10-281-7/+7
| | | | svn path=/trunk/; revision=7602
* Remove EphyTabChristian Persch2007-10-281-4/+5
| | | | svn path=/trunk/; revision=7601
* Remove EphyTabChristian Persch2007-10-281-11/+11
| | | | svn path=/trunk/; revision=7600
* Remove EphyTabChristian Persch2007-10-281-20/+19
| | | | svn path=/trunk/; revision=7599
* Remove EPhyTab.Christian Persch2007-10-281-16/+8
| | | | svn path=/trunk/; revision=7598
* Remove EphyTab.Christian Persch2007-10-281-7/+3
| | | | svn path=/trunk/; revision=7597
* Remove EphyTab.Christian Persch2007-10-281-7/+6
| | | | svn path=/trunk/; revision=7596
* Remove EphyTab.Christian Persch2007-10-281-3/+3
| | | | svn path=/trunk/; revision=7595
* Remove EphyTab.Christian Persch2007-10-282-2/+1
| | | | svn path=/trunk/; revision=7594
* Remove Ephytab.Christian Persch2007-10-281-3/+3
| | | | svn path=/trunk/; revision=7593
* Remove EphyTab.Christian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7592
* Remove EPhyTab.Christian Persch2007-10-281-5/+5
| | | | svn path=/trunk/; revision=7591
* Remove EphyTab.Christian Persch2007-10-281-176/+121
| | | | svn path=/trunk/; revision=7590
* Remove EphyTab.Christian Persch2007-10-281-3/+0
| | | | svn path=/trunk/; revision=7589
* Remove EphyTab.Christian Persch2007-10-281-4/+4
| | | | svn path=/trunk/; revision=7588
* Remove EphyTab.Christian Persch2007-10-282-39/+36
| | | | svn path=/trunk/; revision=7587
* Remove EphYTab.Christian Persch2007-10-282-17/+18
| | | | svn path=/trunk/; revision=7586
* Remove EphyTab.Christian Persch2007-10-281-26/+26
| | | | svn path=/trunk/; revision=7585
* Renamed ephy_tab_get_active_embed to _tab.Christian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7584
* Remove EphyTab.Christian Persch2007-10-281-11/+11
| | | | svn path=/trunk/; revision=7583
* Remove EphyTab.Christian Persch2007-10-281-6/+3
| | | | svn path=/trunk/; revision=7582
* Remove EphyTab.Christian Persch2007-10-282-8/+8
| | | | svn path=/trunk/; revision=7581
* Remove EphyTab use.Christian Persch2007-10-282-32/+25
| | | | svn path=/trunk/; revision=7580
* Remove ephy-tab.h. This breaks the build; we'll fix it step by step.Christian Persch2007-10-281-73/+0
| | | | svn path=/trunk/; revision=7579
* Move tab ID from EphyTab to EphyTabsMenu which is the only user of it.Christian Persch2007-10-283-69/+89
| | | | svn path=/trunk/; revision=7578
* Use G_DEFINE_TYPE.Christian Persch2007-10-282-30/+3
| | | | svn path=/trunk/; revision=7577
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-272-430/+13
| | | | | | Popup management is non-working now, see bug #490672 svn path=/trunk/; revision=7575
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-1/+1
| | | | | | | | | | Fix double free in link_message property. Fix title by connecting to embed and not to tab in EphyWindow. Fix progress by passing the correct parameter to update_embed_from_net_state. Also use the link_message parsing function in utils. svn path=/trunk/; revision=7566
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+1
| | | | | | | | Implement get_icon and get_icon_address. Fix status-message canonical name. Properly assign private pointer in MozillaEmbed (...) svn path=/trunk/; revision=7565
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-269-128/+50
| | | | svn path=/trunk/; revision=7564
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-261-2/+0
| | | | svn path=/trunk/; revision=7563
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-64/+0
| | | | | | Also refactor some common code in ephy-embed-utils.c svn path=/trunk/; revision=7562
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-164/+0
| | | | | | | | | | | | There's a snippet that needs to be moved elsewhere I think: eb = ephy_shell_get_bookmarks (ephy_shell); ephy_bookmarks_set_icon (eb, priv->address, priv->icon_address); It's done in mozilla_embed_set_icon_address. svn path=/trunk/; revision=7561
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-362/+0
| | | | | | Create a property for link-message in EphyEmbed too. svn path=/trunk/; revision=7560
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-268-15/+7
| | | | | | Also replace all ephy_tab_get_title by ephy_embed_get_title. svn path=/trunk/; revision=7559
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-354/+4
| | | | | | EphyTab still borken. svn path=/trunk/; revision=7558
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-266-190/+23
| | | | | | ephy-tab.c is totally broken now, will fix in next patches. svn path=/trunk/; revision=7557
* Adds a check for NULL pointer in ephy-session.c, fixing wrong behaviour whenCosimo Cecchi2007-10-241-9/+13
| | | | | | | restoring Epiphany in some cases. Fix for bug #488718, patch by Leonardo Boshell. svn path=/trunk/; revision=7553
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-224-112/+32
| | | | svn path=/trunk/; revision=7549
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-225-77/+36
| | | | svn path=/trunk/; revision=7547
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-223-74/+13
| | | | svn path=/trunk/; revision=7544
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-213-139/+14
| | | | svn path=/trunk/; revision=7542
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-214-70/+17
| | | | svn path=/trunk/; revision=7541
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-2/+0
| | | | | | Also, remove one extra ephy_tab_get_embed from EphyWindow. svn path=/trunk/; revision=7540
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-10/+11
| | | | svn path=/trunk/; revision=7539
* Remove security data from EphyTab.Xan Lopez2007-10-212-61/+0
| | | | svn path=/trunk/; revision=7538
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-204-95/+0
| | | | svn path=/trunk/; revision=7537
* Updates to new NetworkManager API signals for status monitoring.Cosimo Cecchi2007-10-191-12/+2
| | | | | | Patch by Matthias Clasen, fix for bug #486881. svn path=/trunk/; revision=7535
* Makes the Go button behaviour consistent with the "Enter" behaviour. BothDiego Escalante Urrelo2007-10-071-2/+10
| | | | | | | | | * window-commands.c: Makes the Go button behaviour consistent with the "Enter" behaviour. Both actions search for keywords or load the url. Fixes #484178. svn path=/trunk/; revision=7521
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
| | | | | | | further user interaction to complete. Fix for bug #483312. One-liner by Michael Monreal. svn path=/trunk/; revision=7516
* Fixes wrong use of EphySearchEntry in the history window. Bug #483150. ↵Cosimo Cecchi2007-10-041-5/+15
| | | | | | Initial patch by Diego Escalante Urrelo. svn path=/trunk/; revision=7515
* Make "Up" button dropdown menu show titles instead of URLs for already ↵Cosimo Cecchi2007-10-021-1/+14
| | | | | | | | visited pages. Fix for bug #323764. svn path=/trunk/; revision=7511
* Change the "Powered by" name in the About dialog according to the usedCosimo Cecchi2007-10-011-2/+2
| | | | | | backend. Patch by Nicholas E. Manley. Fix for bug #478196. svn path=/trunk/; revision=7510
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-1/+4
| | | | | | | | | | | width of the popup. Also make the extracell (titles of history entries) align to the left so it's less messy and easier to browse a lot of entries with similar titles. Almost-fixes bug #419475. svn path=/trunk/; revision=7508
* Implement size_request for EphyTab. Fixes bug #476120Xan Lopez2007-09-301-0/+19
| | | | svn path=/trunk/; revision=7507
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-291-1/+1
| | | | | | | | | instances of Epiphany remove the profile dir on exit. Note that the profile dir won't be deleted if it's a custom path. Fixes bug #329680. svn path=/trunk/; revision=7506
* Use g_idle to call embed_find_find_again, to give the time to the embed toCosimo Cecchi2007-09-281-10/+64
| | | | | | | sync with the size change due to toolbar being shown. Fixes bug #415074 and part of bug #333661. svn path=/trunk/; revision=7500
* Change the hint of the bookmarking properties dialog to DIALOG, insteadCosimo Cecchi2007-09-241-1/+1
| | | | | | | | of NORMAL. Make bookmarking work in fullscreen mode and does not put bookmark properties windows in the taskbar. Fixes bug #478928. svn path=/trunk/; revision=7482
* Use friendly display for mailto: links; shows a nice text in status barCosimo Cecchi2007-09-161-1/+40
| | | | | | | | when hovering a mailto: link. Initial patch by Diego Escalante Urrelo, fixes bug #339161. svn path=/trunk/; revision=7452
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-151-1/+1
| | | | | | what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-141-1/+3
| | | | svn path=/trunk/; revision=7433
* More build fixes for the xulrunner backend.Christian Persch2007-09-131-2/+7
| | | | svn path=/trunk/; revision=7421
* More xulrunner build fixesChristian Persch2007-09-131-1/+1
| | | | svn path=/trunk/; revision=7404
* Update version and API version to 2.21Christian Persch2007-09-131-2/+1
| | | | svn path=/trunk/; revision=7398
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-131-1/+35
| | | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-session.c: (write_active_tab), (write_ephy_window), (ephy_session_load): Make session recovery focus work properly and remember the active tab. Fixes bug #317272. svn path=/trunk/; revision=7393
* Fix disable_toolbar_editing lockdown not respected for Remove and MoveCosimo Cecchi2007-09-121-8/+19
| | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-lockdown.c: (update_window): Fix disable_toolbar_editing lockdown not respected for Remove and Move actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois. svn path=/trunk/; revision=7392
* Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds aCosimo Cecchi2007-09-121-2/+38
| | | | | | | | | | | | | | 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> * src/ephy-history-window.c: (search_entry_clear_cb), (build_search_box): Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds a cleaner button in its search entry, like in Bookmarks Editor. Fixes bug #476179. svn path=/trunk/; revision=7391