aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-history-view.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-view: add row-middle-clicked signalClaudio Saavedra2012-03-131-0/+69
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671635
* ephy-history-view: remove unneeded unselect_all()Claudio Saavedra2012-03-081-2/+1
| | | | | This breaks selection in _BROWSE mode, and we don't really need it anyway.
* ephy-history-view: properly handle button-press-eventClaudio Saavedra2012-03-071-8/+6
| | | | | So that it doesn't trigger a double-click in the first press. Use a handler instead of connecting to the signal.
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-071-0/+131
Since that's their natural place. Also create a base class to hold the common code they share.