| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TEST | Xan Lopez | 2012-06-14 | 2 | -4/+8 |
* | ephy-session: add a method to load a session from a string | Xan Lopez | 2012-06-14 | 2 | -20/+77 |
* | ephy-completion-model: use a cancellable with the history service | Claudio Saavedra | 2012-06-13 | 1 | -1/+14 |
* | ephy-history-window: cancel history operations during dispose | Claudio Saavedra | 2012-06-13 | 1 | -4/+12 |
* | ephy-session: fix memory leak in write_tab() | Pavel Vasin | 2012-06-12 | 1 | -2/+4 |
* | ephy-bookmarks-editor: fix GList leaks | Pavel Vasin | 2012-06-12 | 1 | -4/+2 |
* | ephy-bookmarks-editor: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -1/+14 |
* | ephy-completion-model: fix GList of EphyHistoryURL leak | Pavel Vasin | 2012-06-12 | 1 | -1/+1 |
* | ephy-bookmarks: fix memory leaks | Pavel Vasin | 2012-06-12 | 1 | -2/+4 |
* | ephy-bookmark-action: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -0/+2 |
* | ephy-window: simplify window_state_event() chain-up | Claudio Saavedra | 2012-06-11 | 1 | -4/+2 |
* | ephy-location-controller: add missing default case in set/get_property methods | Claudio Saavedra | 2012-06-05 | 1 | -4/+4 |
* | ephy-location-controller: use GBinding to sync properties with the entry | Claudio Saavedra | 2012-06-05 | 1 | -55/+15 |
* | ephy-session: simplify code to handle session resume | Xan Lopez | 2012-05-28 | 1 | -5/+6 |
* | ephy-session: format comments a bit better | Xan Lopez | 2012-05-28 | 1 | -11/+8 |
* | ephy-session: missing space before '(' | Xan Lopez | 2012-05-28 | 1 | -1/+1 |
* | ephy-session: remove a couple of redundant includes | Xan Lopez | 2012-05-28 | 1 | -2/+0 |
* | ephy-shell: fix a comment typo | Diego Escalante Urrelo | 2012-05-27 | 1 | -1/+1 |
* | popup-commands: committed this by mistake | Xan Lopez | 2012-05-25 | 1 | -1/+0 |
* | configure.ac: require GTK+ 3.5.2 for OSD style class | Xan Lopez | 2012-05-25 | 1 | -0/+1 |
* | embed: remove custom CSS styling for the overlay progressbar | Cosimo Cecchi | 2012-05-24 | 1 | -29/+0 |
* | Always close bookmarks file | Lubomír Sedlář | 2012-05-21 | 1 | -7/+11 |
* | Prevent use of unitialized memory | Lubomír Sedlář | 2012-05-21 | 1 | -1/+1 |
* | preferences: fix 'Add language' dialog layout | Xan Lopez | 2012-05-19 | 1 | -2/+2 |
* | prefs: expose the Do Not Track setting in the preferences UI | Xan Lopez | 2012-05-19 | 2 | -25/+57 |
* | ephy-main: fix typo in message | Xan Lopez | 2012-05-19 | 1 | -1/+1 |
* | Remove a few more egg leftovers | Xan Lopez | 2012-05-10 | 1 | -1/+0 |
* | tests: test that trying to run an invalid migration step fails | Xan Lopez | 2012-05-10 | 1 | -1/+1 |
* | ephy-window: no need to cast the return value of g_object_new | Xan Lopez | 2012-05-10 | 1 | -8/+8 |
* | Allow for more fine-grained file helpers init | Xan Lopez | 2012-05-08 | 1 | -3/+10 |
* | ephy-profile-utils: split profile migration from EphyShell | Xan Lopez | 2012-05-08 | 2 | -20/+4 |
* | Drop the use of GTK accel maps | William Jon McCann | 2012-05-08 | 1 | -3/+0 |
* | ephy-navigation-history-action: restore menus | Diego Escalante Urrelo | 2012-05-02 | 1 | -0/+396 |
* | ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realize | Diego Escalante Urrelo | 2012-04-22 | 1 | -1/+1 |
* | ephy-window: remove additional spacing in the downloads bar | Sebastian Keller | 2012-04-17 | 1 | -2/+0 |
* | ephy-notebook: disconnect settings signal handler on finalize | Xan Lopez | 2012-04-16 | 1 | -0/+3 |
* | Add an option to never show the tabs bar | Xan Lopez | 2012-04-16 | 1 | -6/+6 |
* | window-commands: switch pages using the EphyNotebook API | Xan Lopez | 2012-04-16 | 3 | -9/+73 |
* | Create a new 'tabs-bar-visibility-policy' setting | Xan Lopez | 2012-04-16 | 1 | -3/+6 |
* | Move resources to its own directory inside src/ | Xan Lopez | 2012-04-16 | 8 | -9/+9 |
* | Move a few EphyShell methods to ephy-private.h | Xan Lopez | 2012-04-14 | 5 | -19/+25 |
* | Remove Help buttons | Xan Lopez | 2012-04-13 | 4 | -33/+37 |
* | Remove Epiphany manual | Xan Lopez | 2012-04-13 | 2 | -14/+0 |
* | Add a setting to control whether the session is automatically restored | Xan Lopez | 2012-04-12 | 2 | -52/+21 |
* | ephy-session: remove unused variable | Xan Lopez | 2012-04-12 | 1 | -2/+0 |
* | ephy-shell: respect the lockdown quit setting | Rudolfs | 2012-04-11 | 1 | -2/+5 |
* | ephy-embed-single: do not handle ephy-embed-prefs | Diego Escalante Urrelo | 2012-04-11 | 1 | -0/+3 |
* | ephy-completion-model: normalize NULL strings to "" in should_add_bookmark_to... | Xan Lopez | 2012-04-03 | 1 | -4/+4 |
* | ephy-shell: fix whitespace | Xan Lopez | 2012-04-02 | 1 | -3/+3 |
* | ephy-shell: whitespace nitpick in cast | Diego Escalante Urrelo | 2012-04-01 | 1 | -2/+2 |
* | e-web-app-utils: add ephy_web_application_exists | Alexandre Mazari | 2012-03-31 | 1 | -8/+1 |
* | window-commands: get app name only once | Alexandre Mazari | 2012-03-31 | 1 | -7/+8 |
* | ephy-toolbar: fix stop/reload button alignment | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+10 |
* | Makefile: silence epiphany resources generation | Xan Lopez | 2012-03-31 | 1 | -2/+2 |
* | ephy-encoding-dialog: reorder includes | Xan Lopez | 2012-03-31 | 1 | -9/+8 |
* | ephy-window: listen to org.gnome.Epiphany.ui.show-toolbars | Xan Lopez | 2012-03-30 | 1 | -0/+30 |
* | ephy-session: use g_slice_new for SessionCommand structure | Xan Lopez | 2012-03-30 | 1 | -3/+2 |
* | ephy-window: save the session when the last window is closed manually | Xan Lopez | 2012-03-30 | 1 | -1/+16 |
* | Fix compilation warning | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
* | ephy-web-app-utils: do not use the webview in the web app creation method | Alexandre Mazari | 2012-03-29 | 1 | -1/+1 |
* | ephy-shell: save the session state on Quit | Xan Lopez | 2012-03-29 | 1 | -0/+1 |
* | ephy-session: remove unused variable | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
* | ephy-session: rename session_crashed.xml to session_state.xml | Xan Lopez | 2012-03-29 | 1 | -13/+13 |
* | ephy-session: it's not really possible to close while restoring anymore | Xan Lopez | 2012-03-29 | 1 | -11/+0 |
* | ephy-session: always auto-resume session on crash | Xan Lopez | 2012-03-29 | 1 | -178/+7 |
* | ephy-session: fix gtk-doc syntax | Xan Lopez | 2012-03-29 | 1 | -1/+1 |
* | Rip out the EggSMClient code | Xan Lopez | 2012-03-28 | 2 | -244/+0 |
* | resources: strip blanks from all XML files | Xan Lopez | 2012-03-28 | 1 | -6/+6 |
* | Make the resources depend on the actual UI files | Xan Lopez | 2012-03-28 | 8 | -4/+2344 |
* | Use glib resources to bundle our UI files | Xan Lopez | 2012-03-28 | 9 | -28/+80 |
* | epiphany.h.in: remove ephy-history mention | Diego Escalante Urrelo | 2012-03-27 | 1 | -1/+0 |
* | ephy-completion-model: minor cleanup | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
* | ephy-completion-model: fix a few leaks | Claudio Saavedra | 2012-03-21 | 1 | -2/+6 |
* | ephy-history-window: fix callback for new signal signature | Xan Lopez | 2012-03-20 | 1 | -0/+1 |
* | Remove EphyHistory from the repository. It's unused now. | Xan Lopez | 2012-03-20 | 3 | -6/+0 |
* | bookmarks: use the new favicon database | Xan Lopez | 2012-03-20 | 1 | -12/+13 |
* | Replace EphyFaviconCache by WebKit's icon database cache | Sergio Villar Senin | 2012-03-20 | 8 | -65/+117 |
* | Fix bookmarklet's titles when they are created | Xan Lopez | 2012-03-16 | 1 | -31/+37 |
* | The security certificate code is a no-op, remove it | Xan Lopez | 2012-03-15 | 2 | -15/+0 |
* | window-commands: forcing offline mode has been a no-op for a while | Xan Lopez | 2012-03-14 | 1 | -0/+3 |
* | Don't go to EphyEmbedSingle just to get the network status | Xan Lopez | 2012-03-14 | 2 | -29/+3 |
* | history: remember visit types | Xan Lopez | 2012-03-14 | 5 | -3/+18 |
* | ephy-private: add missing header | Xan Lopez | 2012-03-13 | 1 | -0/+1 |
* | ephy-history-service: make the async API cancellable | Claudio Saavedra | 2012-03-13 | 3 | -7/+7 |
* | ephy-history-view: open pages in a new tab on middle click | Claudio Saavedra | 2012-03-13 | 1 | -11/+11 |
* | ephy-main: run app mode only with a existing dir | Diego Escalante Urrelo | 2012-03-11 | 1 | -0/+5 |
* | ephy-history-window: init hosts to NULL | Diego Escalante Urrelo | 2012-03-11 | 1 | -1/+1 |
* | ephy-history-window: filter hosts with time range as well | Claudio Saavedra | 2012-03-08 | 1 | -2/+3 |
* | ephy-hosts-view: ensure "all hosts" is selected by default | Claudio Saavedra | 2012-03-08 | 1 | -5/+3 |
* | ephy-host-store: add a clear() method | Claudio Saavedra | 2012-03-08 | 1 | -1/+1 |
* | Annotate correctly the fact that FileNewTab now always opens the homepage | Xan Lopez | 2012-03-08 | 3 | -3/+8 |
* | ephy-bookmarks: remove update on redirect | Xan Lopez | 2012-03-08 | 1 | -87/+0 |
* | ephy-history-window: update the list of hosts after a url is deleted | Claudio Saavedra | 2012-03-08 | 1 | -2/+8 |
* | ephy-history-window: use the constructed method | Xan Lopez | 2012-03-07 | 1 | -3/+7 |
* | ephy-history-window: style fixes | Xan Lopez | 2012-03-07 | 1 | -91/+94 |
* | ephy-history-window: correct asserts and g_return_if_fail | Xan Lopez | 2012-03-07 | 1 | -11/+5 |
* | ephy-history-window: change string for full history option | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | ephy-bookmarks: remove the "Most visited" category | Xan Lopez | 2012-03-07 | 2 | -187/+0 |
* | ephy-history-window: and also handle "Ever" now that we have infinite history... | Xan Lopez | 2012-03-07 | 1 | -0/+2 |
* | ephy-history-window: correctly handle 2 and 10 days of history | Xan Lopez | 2012-03-07 | 1 | -2/+6 |
* | ephy-bookmarks-ui: remove unneeded include | Xan Lopez | 2012-03-07 | 1 | -1/+0 |
* | ephy-bookmarks: actually connect to the new service | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | ephy-bookmarks: use the new history service when possible | Xan Lopez | 2012-03-07 | 2 | -3/+10 |
* | ephy-bookmarks: reorder includes | Xan Lopez | 2012-03-07 | 1 | -9/+9 |
* | pdm-dialog: use the new history service | Xan Lopez | 2012-03-07 | 1 | -4/+4 |
* | ephy-navigation-history-action: use the new history service | Xan Lopez | 2012-03-07 | 1 | -9/+4 |
* | ephy-history-window: sort headers, remove duplicates | Xan Lopez | 2012-03-07 | 1 | -19/+18 |
* | ephy-history-view: use the new hosts and urls views | Xan Lopez | 2012-03-07 | 3 | -365/+311 |
* | Allow ephy_history_service_find_urls() to filter host specific urls | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Set the history service during history window instantiation | Claudio Saavedra | 2012-03-07 | 3 | -3/+10 |
* | Add a EphyHistoryService property to EphyHistoryWindow | Claudio Saavedra | 2012-03-07 | 1 | -1/+16 |
* | Get rid of EphyBrowseHistory | Xan Lopez | 2012-03-07 | 1 | -9/+9 |
* | ephy-completion-model: fix warning when a bookmark has no keywords | Xan Lopez | 2012-03-07 | 1 | -3/+3 |
* | ephy-completion-model: remove stale include | Xan Lopez | 2012-03-07 | 1 | -1/+0 |
* | ephy-location-controller: smoother redraw of the completion popup | Xan Lopez | 2012-03-07 | 1 | -1/+13 |
* | Hook the new history to the URL entry | Xan Lopez | 2012-03-07 | 4 | -602/+422 |
* | ephy-completion-model: reorder includes | Xan Lopez | 2012-03-07 | 1 | -4/+4 |
* | src: Reorder LDADD arguments properly | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-07 | 1 | -0/+1 |
* | Enable keyboard accelerator for the create button | Jiro Matsuzawa | 2012-03-05 | 1 | -1/+1 |
* | ephy-window: add a Extensions menu | Diego Escalante Urrelo | 2012-02-26 | 1 | -0/+1 |
* | ephy-bookmarks-ui: fix typo in activate_bookmarks_menu | Diego Escalante Urrelo | 2012-02-26 | 1 | -1/+1 |
* | ephy-shell: use the new g_application_quit to quit | Xan Lopez | 2012-02-23 | 1 | -12/+1 |
* | ephy-window: show an error if we fail to open a non-web URI with gtk_show_uri | Xan Lopez | 2012-02-23 | 1 | -2/+4 |
* | ephy-web-view: remove close-requested signal | Diego Escalante Urrelo | 2012-02-22 | 1 | -94/+0 |
* | ephy-window: use tab-close-request to avoid code duplication | Diego Escalante Urrelo | 2012-02-11 | 1 | -16/+3 |
* | ephy-shell: install global menu for private mode too | Xan Lopez | 2012-02-09 | 1 | -3/+9 |
* | ephy-shell: load home page in new windows | Diego Escalante Urrelo | 2012-02-09 | 1 | -1/+1 |
* | ephy-main: always set a default icon for windows | Diego Escalante Urrelo | 2012-02-09 | 1 | -0/+9 |
* | Convert app names to the proper encoding before using them as filenames | Claudio Saavedra | 2012-02-08 | 1 | -0/+2 |
* | ephy-window: restore alt+# accels to switch tabs | Diego Escalante Urrelo | 2012-02-01 | 1 | -0/+84 |
* | ephy-window: do not duplicate tons of code in sync_tab_is_blank | Xan Lopez | 2012-01-30 | 1 | -59/+13 |
* | ephy-window: correct thinko in action sensitivity handling | Xan Lopez | 2012-01-28 | 1 | -1/+6 |
* | ephy-window: simplify handling of back/forward sensitivity | Xan Lopez | 2012-01-28 | 1 | -30/+6 |
* | ephy-notebook: remove dnd-enabled property | Xan Lopez | 2012-01-27 | 3 | -31/+0 |
* | ephy-main: tidy up indentation | Xan Lopez | 2012-01-27 | 1 | -1/+2 |
* | Get rid of EPHY_STOCK_EPHY | Xan Lopez | 2012-01-27 | 9 | -21/+2 |
* | And remove the last stock icon, bookmarks | Xan Lopez | 2012-01-27 | 2 | -3/+0 |
* | Remove the history stock icon | Xan Lopez | 2012-01-27 | 1 | -1/+0 |
* | Remove EPHY_STOCK_BOOKMARK | Xan Lopez | 2012-01-27 | 1 | -2/+0 |
* | ephy-window: remove stock icons from two more GtkActions | Xan Lopez | 2012-01-27 | 1 | -2/+0 |
* | Also remove stock icons in the history and bookmarks editors | Xan Lopez | 2012-01-27 | 2 | -24/+24 |
* | ephy-window: do not define stock icons for the GtkActions | Xan Lopez | 2012-01-27 | 1 | -27/+27 |
* | Make EphyWindow responsible for its own destruction when the last tab is gone | Xan Lopez | 2012-01-24 | 2 | -6/+7 |
* | ephy-notebook: remove full title tooltip on each tab | Xan Lopez | 2012-01-24 | 1 | -6/+0 |
* | ephy-location-controller: lose lock tooltip property | Xan Lopez | 2012-01-24 | 1 | -37/+0 |
* | ephy-window: lose security state tooltips | Xan Lopez | 2012-01-24 | 1 | -29/+4 |
* | ephy-window: we don't do tooltips anymore, remove support code for that | Xan Lopez | 2012-01-24 | 1 | -212/+40 |
* | ephy-window: remove toplevel actions that do not exist anymore | Xan Lopez | 2012-01-24 | 1 | -5/+0 |
* | Make the user visible name Web in more places | Jon McCann | 2012-01-24 | 1 | -5/+5 |
* | ephy-window: remove unneeded include | Xan Lopez | 2012-01-24 | 1 | -1/+0 |
* | ephy-window: call sync_tab_is_blank on new tabs | Diego Escalante Urrelo | 2012-01-24 | 1 | -0/+1 |
* | ephy-window: sync page actions with is-blank property | Diego Escalante Urrelo | 2012-01-24 | 1 | -1/+97 |
* | ephy-window: pass non-web schemas to gtk_show_uri | Diego Escalante Urrelo | 2012-01-24 | 1 | -2/+15 |
* | ephy-action-helper: document flags API | Diego Escalante Urrelo | 2012-01-24 | 1 | -0/+14 |
* | ephy-window: remove leftover from the editable toolbar ancient past | Xan Lopez | 2012-01-23 | 1 | -6/+0 |
* | ephy-window: remove leftovers from when EphyWindow managed the progress bar | Xan Lopez | 2012-01-23 | 1 | -4/+0 |
* | Remove the "Open Frame" functionality | Xan Lopez | 2012-01-23 | 3 | -39/+3 |
* | ephy-window: remove unused code | Xan Lopez | 2012-01-22 | 1 | -4/+0 |
* | ephy-window: also remove the statusbar tips for tool items | Xan Lopez | 2012-01-22 | 1 | -135/+0 |
* | ephy-window: remove menu statusbar helper messages | Xan Lopez | 2012-01-22 | 1 | -45/+2 |
* | Remove mailto: specific menus | Xan Lopez | 2012-01-22 | 2 | -43/+0 |
* | ephy-window: we don't have a menu anymore, so the menudock widget is not needed | Xan Lopez | 2012-01-22 | 1 | -8/+1 |
* | ephy-window: update comments a bit in window actions | Xan Lopez | 2012-01-22 | 1 | -15/+15 |
* | window-commands.h: remove duplicate and obsolete stuff, reformat a bit | Xan Lopez | 2012-01-22 | 1 | -113/+81 |
* | ephy-window: make ephy_window_get_find_toolbar private | Xan Lopez | 2012-01-21 | 3 | -2/+3 |
* | Make ephy_window_get_ui_manager return a GtkUIManager, not a GObject | Xan Lopez | 2012-01-21 | 5 | -15/+15 |
* | ephy-window: remove "add-widget" callback from GtkUIManager | Xan Lopez | 2012-01-21 | 1 | -11/+0 |
* | ephy-window: make ephy_window_set_location private | Xan Lopez | 2012-01-21 | 2 | -3/+4 |
* | Be a bit more strict about header includes | Xan Lopez | 2012-01-20 | 4 | -1/+4 |
* | ephy-window: do not include <string.h> just for strcmp | Xan Lopez | 2012-01-20 | 1 | -2/+1 |
* | ephy-window: and remove three more forward declarations | Xan Lopez | 2012-01-20 | 1 | -183/+174 |
* | ephy-window: remove unused include | Xan Lopez | 2012-01-20 | 1 | -1/+0 |
* | ephy-window: reorder a few methods to get rid of forward declarations | Xan Lopez | 2012-01-20 | 1 | -142/+134 |
* | ephy-window: remove duplicated method | Xan Lopez | 2012-01-20 | 1 | -15/+2 |
* | More private method cleanups | Xan Lopez | 2012-01-20 | 4 | -21/+19 |
* | Add a ephy-private.h header | Xan Lopez | 2012-01-20 | 6 | -9/+48 |
* | ephy-window: remove redundant includes | Xan Lopez | 2012-01-20 | 1 | -2/+0 |
* | ephy-window: missing annotation | Xan Lopez | 2012-01-20 | 2 | -0/+9 |
* | location-controller: remove references to "proxy" | Cosimo Cecchi | 2012-01-20 | 1 | -7/+7 |
* | location-controller: use the right signal data to unblock signal | Cosimo Cecchi | 2012-01-20 | 1 | -2/+1 |
* | ephy-shell: pass active window to the about dialog | Diego Escalante Urrelo | 2012-01-20 | 1 | -1/+7 |
* | Rename EphyLocationAction -> EphyLocationController | Cosimo Cecchi | 2012-01-20 | 7 | -264/+263 |
* | location-action: don't make this a GtkAction anymore | Cosimo Cecchi | 2012-01-20 | 6 | -212/+201 |
* | entry: make EphyLocationEntry a GtkEntry | Cosimo Cecchi | 2012-01-20 | 4 | -106/+36 |
* | ephy-window: annotate return value of a method | Xan Lopez | 2012-01-20 | 1 | -0/+9 |
* | ephy-toolbar: set the MENUBAR style class | Xan Lopez | 2012-01-19 | 1 | -0/+5 |
* | ephy-window: hide our titlebar when maximized | Xan Lopez | 2012-01-19 | 1 | -0/+3 |
* | Remove Print Setup item from the super menu and embed it into print dialog | Carlos Garcia Campos | 2012-01-18 | 4 | -34/+0 |
* | ephy-home-action: remove a lot of unused code | Xan Lopez | 2012-01-18 | 1 | -148/+9 |
* | Remove Print Preview item from the super menu | Xan Lopez | 2012-01-18 | 4 | -22/+0 |
* | ephy-page-menu-action: do not query the action proxies during dispose | Xan Lopez | 2012-01-18 | 1 | -9/+5 |
* | ephy-find-toolbar: reorder includes | Xan Lopez | 2012-01-17 | 1 | -3/+3 |
* | ephy-window: fix binding for Find Previous | Xan Lopez | 2012-01-17 | 1 | -1/+1 |
* | Remove Find Next/Previous from page menu | Xan Lopez | 2012-01-17 | 1 | -0/+3 |
* | ephy-page-menu-action: disconnect the visible handler on dispose | Xan Lopez | 2012-01-17 | 1 | -0/+10 |
* | ephy-page-menu-action: set the DROPDOWN type hint on the page menu | Cosimo Cecchi | 2012-01-17 | 1 | -0/+4 |
* | ephy-page-menu-action: set the style class in the button, not the menu | Xan Lopez | 2012-01-17 | 1 | -12/+12 |
* | ephy-page-menu-action: hang on to our menu | Xan Lopez | 2012-01-17 | 1 | -2/+14 |
* | ephy-page-menu: set a style class when our menu is visible | Xan Lopez | 2012-01-17 | 3 | -29/+61 |
* | ephy-toolbar: set a name for the page menu button | Xan Lopez | 2012-01-17 | 1 | -0/+1 |
* | Move the nautilus floating bar to lib/widgets | Xan Lopez | 2012-01-17 | 3 | -466/+0 |
* | floating-bar: import NautilisFloatingBar into Epiphany | Cosimo Cecchi | 2012-01-17 | 3 | -0/+466 |
* | ephy-notebook: use symbolic icon for close button | Xan Lopez | 2012-01-17 | 1 | -1/+2 |
* | ephy-page-menu: fix warning | Xan Lopez | 2012-01-17 | 1 | -1/+1 |
* | ephy-combined-stop-reload-action: object orientation is hard, let's go shopping | Xan Lopez | 2012-01-17 | 2 | -5/+5 |
* | ephy-page-menu: activate on button press | Xan Lopez | 2012-01-17 | 1 | -16/+41 |
* | Back/Forward actions do need to have a label set | Xan Lopez | 2012-01-17 | 2 | -0/+4 |
* | ephy-window: forgot this | Xan Lopez | 2012-01-17 | 1 | -1/+0 |
* | Refactor GtkActions with attached EphyWindows | Xan Lopez | 2012-01-17 | 13 | -215/+190 |
* | ephy-window: add extra bindings for zoom in/out | Xan Lopez | 2012-01-17 | 1 | -1/+5 |
* | ephy-navigation-history-action: make sure embed is focused after navigation | Xan Lopez | 2012-01-17 | 1 | -0/+2 |
* | ephy-toolbar: set a style class to the location+reload combo | Xan Lopez | 2012-01-17 | 1 | -0/+2 |
* | ephy-toolbar: use normal GtkButtons for the toolbar | Xan Lopez | 2012-01-17 | 2 | -20/+25 |
* | Stop using GtkUIManager to create the toolbar | Xan Lopez | 2012-01-17 | 7 | -13/+289 |
* | window-commands: update copyright year | Xan Lopez | 2012-01-15 | 1 | -1/+1 |
* | Make the visible name of the application 'Web' | Xan Lopez | 2012-01-14 | 1 | -4/+4 |
* | ephy-window: drop the PRIMARY_TOOLBAR style | Xan Lopez | 2012-01-14 | 1 | -3/+0 |
* | ephy-window: use the emblem icon for the page menu | Xan Lopez | 2012-01-14 | 1 | -1/+1 |
* | ephy-window: make fullscreen an extra binding | Xan Lopez | 2012-01-14 | 1 | -0/+2 |
* | ephy-window: do not track application windows too much | Xan Lopez | 2012-01-14 | 1 | -2/+0 |
* | ephy-window: remove some dead code | Xan Lopez | 2012-01-14 | 1 | -29/+1 |
* | ephy-window: add temporary extra binding for PageMenu | Xan Lopez | 2012-01-14 | 1 | -0/+4 |
* | ephy-window: simplify the chrome visibility logic | Xan Lopez | 2012-01-14 | 1 | -9/+3 |
* | ephy-page-menu-action: try to use the actual activate event when possible | Xan Lopez | 2012-01-14 | 1 | -1/+12 |
* | ephy-window: pass the application to the constructor | Xan Lopez | 2012-01-14 | 1 | -1/+4 |
* | ephy-window: remove some memubar leftovers | Xan Lopez | 2012-01-14 | 1 | -52/+4 |
* | Drop menubar and create an actions menu button in the toolbar | Xan Lopez | 2012-01-14 | 6 | -54/+170 |
* | Use the new Shell global menu for global actions | Xan Lopez | 2012-01-14 | 6 | -149/+140 |
* | ephy-window: make sure to hide all chrome in application mode | Xan Lopez | 2012-01-11 | 1 | -1/+5 |
* | Add mnemonics for password/recovery infobars | Jiro Matsuzawa | 2012-01-06 | 1 | -2/+2 |
* | ephy-navigation-history-action: remove some dead code | Xan Lopez | 2012-01-03 | 1 | -7/+0 |
* | make g_setenv() calls early enough during startup | Claudio Saavedra | 2012-01-02 | 1 | -12/+12 |
* | ephy-home-action: remove dead code | Xan Lopez | 2012-01-02 | 1 | -7/+0 |
* | ephy-window: remove GoHome action, it's not used (I hope!) | Xan Lopez | 2012-01-02 | 1 | -18/+0 |
* | Revert "Remove EphyHomeAction, it's unused" | Xan Lopez | 2012-01-02 | 4 | -0/+341 |
* | Remove EphyHomeAction, it's unused | Xan Lopez | 2012-01-02 | 4 | -341/+0 |
* | Remove EphyGoAction, it's unused | Xan Lopez | 2012-01-02 | 4 | -154/+0 |
* | Fake middle clicks without gtk_button_{press,release}, which are deprecated | Xan Lopez | 2012-01-02 | 4 | -33/+49 |
* | ephy-link-action: we don't have menu tool buttons that need to react to middl... | Xan Lopez | 2012-01-01 | 1 | -16/+2 |
* | ephy-session: use GTK's method to get the content area | Xan Lopez | 2012-01-01 | 1 | -1/+1 |
* | ephy-combined-stop-reload-action: add type checks | Xan Lopez | 2011-12-31 | 1 | -1/+5 |
* | ephy-combined-stop-reload-action: make sure we always set the initial state | Xan Lopez | 2011-12-31 | 1 | -7/+8 |
* | ephy-window: set statusbar cid on notebook's page-added | Xan Lopez | 2011-12-31 | 1 | -6/+6 |
* | ephy-notebook: remove unused method | Xan Lopez | 2011-12-30 | 2 | -15/+0 |
* | ephy-location-action: reorder includes | Xan Lopez | 2011-12-23 | 1 | -5/+4 |
* | Remove option to hide toolbars | Xan Lopez | 2011-12-20 | 2 | -77/+0 |
* | Remove the "Hide menubar" option | Xan Lopez | 2011-12-20 | 1 | -21/+0 |
* | Remove NavigationUp | Xan Lopez | 2011-12-20 | 5 | -160/+0 |
* | Use symbolic icons in the toolbar | Xan Lopez | 2011-12-20 | 2 | -6/+5 |