Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-page-menu: set a style class when our menu is visible | Xan Lopez | 2012-01-17 | 1 | -4/+7 |
| | | | | To aid with styling. | ||||
* | Refactor GtkActions with attached EphyWindows | Xan Lopez | 2012-01-17 | 1 | -3/+3 |
| | | | | | Make a GtkAction subclass that only holds an EphyWindow and nothing else, and use it throughout. Allows us to kill some duplicated code. | ||||
* | Drop menubar and create an actions menu button in the toolbar | Xan Lopez | 2012-01-14 | 1 | -0/+52 |
Similar to Chrome's wrench menu, but used only (in the future) for page-related actions. For now we have mechanically moved most stuff there, now we need to start removing them one by one when appropriate. |