aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-071-182/+0
| | | | | Since that's their natural place. Also create a base class to hold the common code they share.
* ephy-history-view: ellypsize the title and url columnsClaudio Saavedra2012-03-071-2/+6
|
* Add a new view for the pages historyClaudio Saavedra2012-03-071-0/+178
The current view is based in EphyNode, so it's not useful. GtkTreeView and GtkListStore subclasses are added for this purpose.