summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ephy-overview: remove dead code and clean some warningsoverviewClaudio Saavedra2012-08-201-42/+2
* ephy-web-view: take a snapshot if needed when the page load finishesClaudio Saavedra2012-08-201-0/+9
* ephy-window: get rid of overview-mode propertyClaudio Saavedra2012-08-204-100/+14
* ephy-window: handle open-link for the overview in the active tabClaudio Saavedra2012-08-201-0/+20
* ephy-window: show the overview instead of the homepageClaudio Saavedra2012-08-201-0/+3
* ephy-window: sync window's overview state with embed's overview modeClaudio Saavedra2012-08-201-34/+52
* ephy-window: sync icon and address taking into account the overviewClaudio Saavedra2012-08-201-6/+7
* ephy-overview: set the shadow type to NONEClaudio Saavedra2012-08-201-0/+2
* ephy-overview: take the frecent store from the shellClaudio Saavedra2012-08-201-1/+2
* ephy-notebook: sync the icon taking into account the overview modeClaudio Saavedra2012-08-201-1/+18
* ephy-notebook.c: sync label with the embed title instead of the webview oneClaudio Saavedra2012-08-201-4/+4
* ephy-embed: add title propertyClaudio Saavedra2012-08-202-5/+68
* ephy-embed: add the overview and a overview-mode propertyClaudio Saavedra2012-08-202-0/+109
* ephy-frecent-store: plug reference leakClaudio Saavedra2012-08-201-0/+1
* ephy-embed-shell: add a frecent store to the shellClaudio Saavedra2012-08-203-0/+25
* ephy-overview: add "open-link" signalClaudio Saavedra2012-08-201-0/+9
* ephy-overview: remove active storeClaudio Saavedra2012-08-203-31/+16
* ephy-frecent-store: make the length of the history a propertyClaudio Saavedra2012-08-202-4/+102
* Move overview related sources to new locationsClaudio Saavedra2012-08-207-4/+4
* ephy-snapshot-service: safeguard a g_object_unref()Claudio Saavedra2012-08-191-1/+2
* ephy-overview-store: add a method to set a snapshot for a rowClaudio Saavedra2012-08-192-0/+40
* ephy-overview-store: add a private method for small refactoringClaudio Saavedra2012-08-191-6/+17
* ephy-overview-store: add API to find a url in the modelClaudio Saavedra2012-08-192-0/+33
* ephy-snapshot-service: add a public method to save a snapshotClaudio Saavedra2012-08-192-0/+35
* ephy-snapshot-service: make the code to crop a snapshot publicClaudio Saavedra2012-08-192-40/+51
* Revert "ephy-window: open links in a new tab when typed in the overview"Claudio Saavedra2012-08-161-7/+1
* Revert "ephy-window: disable "close tab" while in the overview"Claudio Saavedra2012-08-151-1/+1
* Revert "ephy-window: replace "new tab" with "new page""Claudio Saavedra2012-08-158-14/+157
* ephy-overview-store: correctly set the cancellable to NULLClaudio Saavedra2012-08-141-15/+20
* ephy-frecent-store: load missing snapshots when updating the modelClaudio Saavedra2012-08-131-7/+12
* ephy-overview-store: add ephy_overview_store_needs_snapshot()Claudio Saavedra2012-08-132-8/+38
* ephy-overview-store: set snapshot cancellable to NULL when doneClaudio Saavedra2012-08-131-5/+10
* ephy-overview: mark frecent pages as hidden on "item-deleted"Claudio Saavedra2012-08-121-1/+19
* ephy-frecent-store: add a method to mark a row as hiddenClaudio Saavedra2012-08-122-1/+38
* ephy-frecent-store: do not show urls marked as hiddenClaudio Saavedra2012-08-121-3/+11
* ephy-history-service: add a method to set/unset a row hiddenClaudio Saavedra2012-08-122-0/+46
* ephy-history-service: add backend bits to support the new hidden columnClaudio Saavedra2012-08-123-5/+16
* ephy-history-service-urls-table: add new rows to the tableClaudio Saavedra2012-08-121-1/+3
* ephy-profile-migrator: New migrator for history backend changesClaudio Saavedra2012-08-122-2/+47
* ephy-frecent-store: update the title when the url changesClaudio Saavedra2012-08-101-0/+1
* ephy-frecent-store: Use -1 instead of G_MAXINT when appending items to the storeClaudio Saavedra2012-08-101-1/+1
* ephy-frecent-store: keep track of history items deletionClaudio Saavedra2012-08-101-0/+73
* ephy-history-service: add "host-deleted" signalClaudio Saavedra2012-08-101-0/+12
* ephy-history-service: add "url-deleted" signalClaudio Saavedra2012-08-101-0/+12
* ephy-overview-store: remove obsolete checks on snapshot retrievalClaudio Saavedra2012-08-101-14/+5
* ephy-snapshot-service: don't use the progress estimation to know if the page ...Claudio Saavedra2012-08-101-1/+1
* ephy-overview-store: add a cancellable for the snapshot operation to the modelClaudio Saavedra2012-08-104-3/+45
* ephy-removable-pixbuf-renderer: use a symbolic icon for the close buttonClaudio Saavedra2012-08-101-20/+27
* ephy-frecent-store: use "url-title-changed" to update page titlesClaudio Saavedra2012-08-091-1/+29
* ephy-history-service: add "url-title-changed" signalClaudio Saavedra2012-08-091-0/+13