summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault on window closewip/gtkaction-to-gactionIulian Radu2016-07-281-3/+0
* ephy-window: Remove unnecessary GtkUIManagerIulian Radu2016-07-282-42/+2
* ephy-window: Use int/char instead of gint/gcharIulian Radu2016-07-281-15/+17
* Fix g_action_print_detailed_name leaksIulian Radu2016-07-282-4/+13
* lockdown: Remove unnecessary if-elseIulian Radu2016-07-281-17/+10
* Misc: coding style fixesIulian Radu2016-07-288-96/+31
* Add myself to copyright headerIulian Radu2016-07-281-0/+1
* toolbar: Fix leaks. Add dispose functionIulian Radu2016-07-181-15/+27
* toolbar: Don't store page menu button's modelIulian Radu2016-07-183-16/+10
* bookmarks-ui: Properly disconnect handlerIulian Radu2016-07-111-20/+3
* window: remove unused memberIulian Radu2016-07-111-1/+0
* window: Remove confusingly-named functionMichael Catanzaro2016-07-111-8/+1
* Move EphyLinkAction and EphyWindowAction to bookmarks directoryMichael Catanzaro2016-07-117-13/+5
* shortcuts-window: fix rebase problemIulian Radu2016-07-112-3/+3
* Remove text file added by mistakeIulian Radu2016-07-111-21/+0
* Disable unused topic menuIulian Radu2016-07-111-0/+5
* ephy-toolbar: Hide navigation box popup if button was releaseIulian Radu2016-07-111-0/+6
* Use GAction for 'home'Iulian Radu2016-07-118-202/+19
* Use GActions for context menuIulian Radu2016-07-118-566/+463
* Fix bug with 'win.fullscren' actionIulian Radu2016-07-111-4/+3
* Use a more suggestive name for 'browse-with-caret'Iulian Radu2016-07-113-154/+154
* Use default handler for boolean-stated actionsIulian Radu2016-07-111-14/+2
* Use GAction for 'Allow popup windows'Iulian Radu2016-07-111-47/+19
* Simplify names of GAction callbacksIulian Radu2016-07-113-129/+128
* Update function headerIulian Radu2016-07-112-25/+27
* Update function headers for app menu entriesIulian Radu2016-07-114-252/+280
* Use 'parameter' instead of 'value' for action activate functionsIulian Radu2016-07-112-63/+63
* Use GAction for 'Go Location'Iulian Radu2016-07-114-40/+20
* Use GAction for Send ToIulian Radu2016-07-113-72/+61
* Remove unused actionsIulian Radu2016-07-111-6/+0
* Use GAction for fullscreen toggleIulian Radu2016-07-114-32/+35
* Remove unused actionsIulian Radu2016-07-111-11/+0
* Restore the bookmarks submenu in the page menuIulian Radu2016-07-1112-146/+171
* Remove unused action group. Attach menu to tab instead of windowIulian Radu2016-07-111-12/+1
* Use GActions for tab context menuIulian Radu2016-07-116-234/+271
* ephy-window: remove redundant zoom codeIulian Radu2016-07-111-9/+0
* Use GAction for browse-with-caretIulian Radu2016-07-114-69/+92
* ephy-toolbar: remove reduntant codeIulian Radu2016-07-111-7/+4
* Use GAction for the combined stop/reload buttonIulian Radu2016-07-1110-350/+183
* Hide new tab button and page menu button in application modeIulian Radu2016-07-114-20/+20
* Remove unused signal handler id variableIulian Radu2016-07-111-7/+0
* Remove redundant app menu codeIulian Radu2016-07-113-78/+16
* Use GAction for back/forward buttonsIulian Radu2016-07-118-745/+621
* Group window actions in action groupIulian Radu2016-07-112-65/+111
* Port ToggleInspector to GActionIulian Radu2016-07-113-12/+11
* Port New Tab to GActionIulian Radu2016-07-116-25/+26
* Port Open to GActionIulian Radu2016-07-115-76/+76
* Port Encoding, Page Source and Close to GActionIulian Radu2016-07-115-83/+79
* Port Save As/Save As Application to GActionIulian Radu2016-07-116-160/+174
* Fix accels for proted actionsIulian Radu2016-07-111-7/+15