| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ephy-combined-stop-reload-action: include fixes | Xan Lopez | 2011-12-20 | 1 | -2/+1 |
* | Combine the Reload and Stop toolbar buttons into one | Claudio Saavedra | 2011-12-18 | 4 | -0/+239 |
* | ephy-session: do not store "ephy-about" URIs | Xan Lopez | 2011-12-15 | 1 | -0/+7 |
* | ephy-session: reorder includes | Xan Lopez | 2011-12-15 | 1 | -7/+4 |
* | window-commands: reorder includes | Xan Lopez | 2011-12-15 | 1 | -21/+21 |
* | ephy-notebook: reorder includes | Xan Lopez | 2011-12-15 | 1 | -8/+8 |
* | ephy-shell: correct bogus logic in warning message | Xan Lopez | 2011-12-15 | 1 | -7/+9 |
* | ephy-topic-action: another tiny leftover | Xan Lopez | 2011-12-15 | 1 | -1/+0 |
* | ephy-bookmark-action: kill unused code related to toolbar items | Xan Lopez | 2011-12-15 | 1 | -385/+19 |
* | ephy-topic-action: kill unused code related to toolbar items | Xan Lopez | 2011-12-15 | 1 | -228/+2 |
* | ephy-link-action: small cleanups | Xan Lopez | 2011-12-15 | 1 | -13/+12 |
* | ephy-related-action: remove, it's unused | Xan Lopez | 2011-12-15 | 4 | -226/+0 |
* | Remove last traces of the EggToolbar code | Xan Lopez | 2011-12-15 | 6 | -450/+4 |
* | ephy-bookmark-action: remove unused includes | Xan Lopez | 2011-12-15 | 1 | -7/+5 |
* | Remove the topic/bookmark factory actions | Xan Lopez | 2011-12-15 | 6 | -723/+0 |
* | Remove code to support bookmark/topic toolbar | Xan Lopez | 2011-12-15 | 4 | -538/+45 |
* | Remove ephy_window_get_toolbar | Xan Lopez | 2011-12-14 | 3 | -21/+0 |
* | Remove custom EphyToolbar in favor of a vanilla GtkToolbar | Xan Lopez | 2011-12-14 | 9 | -955/+459 |
* | Use an overlay progress bar for the loading progress. | Claudio Saavedra | 2011-12-14 | 1 | -70/+0 |
* | ephy-shell: add warning message about incorrect usage of ephy_shell_new_tab_full | Xan Lopez | 2011-12-12 | 1 | -1/+2 |
* | ephy-shell: fix weird spacing in LOG messages | Xan Lopez | 2011-12-12 | 1 | -5/+5 |
* | ephy-window: append new windows opened as tabs after current tab | Xan Lopez | 2011-12-12 | 1 | -3/+5 |
* | ephy-window: remove superfluous headers | Xan Lopez | 2011-12-10 | 1 | -2/+0 |
* | ephy-toolbar: reorder headers | Xan Lopez | 2011-12-06 | 1 | -8/+8 |
* | ephy-window: remove obsolete comment | Xan Lopez | 2011-12-05 | 1 | -2/+0 |
* | ephy-window: add global bindings for GoHistory and GoLocation | Xan Lopez | 2011-12-05 | 1 | -0/+3 |
* | Remove "Go" menu | Xan Lopez | 2011-12-05 | 1 | -1/+0 |
* | Remove last traces of dummy certificate manager | Xan Lopez | 2011-12-05 | 3 | -26/+0 |
* | ephy-window: fix accidentally reversed tab bindings | Xan Lopez | 2011-12-05 | 1 | -4/+4 |
* | ephy-window: remove the tabs menu | Xan Lopez | 2011-12-05 | 4 | -615/+7 |
* | Remove history dropdown menus from action buttons | Xan Lopez | 2011-12-05 | 5 | -430/+2 |
* | prefs-dialog: fix compiler warnings | Xan Lopez | 2011-12-04 | 1 | -1/+1 |
* | Remove homepage preference from GSettings | Xan Lopez | 2011-12-04 | 2 | -7/+3 |
* | Remove UI to define a homepage | Xan Lopez | 2011-12-04 | 1 | -64/+11 |
* | Remove toolbar editor | Xan Lopez | 2011-12-03 | 6 | -474/+0 |
* | ephy-window: small cleanups, mostly code reorg. | Xan Lopez | 2011-12-01 | 1 | -137/+129 |
* | Don't ever show tabs when in application mode | Claudio Saavedra | 2011-11-23 | 1 | -5/+8 |
* | Remove some deprecated GTK+ calls | Claudio Saavedra | 2011-11-22 | 1 | -4/+7 |
* | Use GNetworkMonitor to monitor network status | Xan Lopez | 2011-11-16 | 2 | -38/+14 |
* | Remove g_thread_init calls | Xan Lopez | 2011-11-06 | 1 | -3/+0 |
* | Show Webkit version | Juan A. Suarez Romero | 2011-11-02 | 1 | -1/+4 |
* | e-bookmark-properties: port to GtkGrid | Diego Escalante Urrelo | 2011-10-11 | 1 | -15/+19 |
* | pdm-dialog: port cookie properties to GtkGrid | Diego Escalante Urrelo | 2011-10-11 | 1 | -91/+36 |
* | Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_button | Jiro Matsuzawa | 2011-10-07 | 1 | -0/+1 |
* | fix string format | Funda Wang | 2011-09-28 | 1 | -2/+2 |
* | Don't crash when network manager is not available | Ionut Biru | 2011-09-27 | 1 | -4/+5 |
* | ephy-shell: chain to parent ::startup method | Xan Lopez | 2011-09-17 | 1 | -0/+2 |
* | ephy-shell: remove unused includes | Xan Lopez | 2011-09-11 | 1 | -4/+0 |
* | ephy-shell: do not resume session in web app mode | Xan Lopez | 2011-09-11 | 1 | -5/+6 |
* | ephy-shell: sort includes and remove duplicates | Xan Lopez | 2011-09-11 | 1 | -29/+26 |
* | ephy-main: sort includes (and remove duplicates!) | Xan Lopez | 2011-09-11 | 1 | -14/+9 |
* | ephy-window: disable unwanted actions in application mode | Xan Lopez | 2011-09-09 | 1 | -3/+36 |
* | ephy-toolbar: undo this hack | Xan Lopez | 2011-09-09 | 1 | -7/+4 |
* | Display a notification if the web application saving fails | Claudio Saavedra | 2011-09-06 | 1 | -9/+13 |
* | Ask the user for confirmation before overwriting web applications | Claudio Saavedra | 2011-09-06 | 1 | -35/+87 |
* | Use EphyFileChooser filters usefully | Diego Escalante Urrelo | 2011-09-05 | 2 | -2/+2 |
* | ephy-window: hide some irrelevant context menu actions when in app mode | Xan Lopez | 2011-09-04 | 1 | -0/+12 |
* | ephy-bookmarks-ui: we need to include the EphyNode header | Xan Lopez | 2011-09-04 | 1 | -1/+2 |
* | ephy-window: sort includes | Xan Lopez | 2011-09-04 | 1 | -28/+28 |
* | ephy-web-app-utils: move the web app creation code here | Xan Lopez | 2011-09-04 | 1 | -3/+4 |
* | ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio... | Xan Lopez | 2011-09-03 | 1 | -1/+1 |
* | Add --delete--application command line option to delete WebApps | Xan Lopez | 2011-09-02 | 1 | -0/+16 |
* | EphyWindow: Fix location entry's load progress | Claudio Saavedra | 2011-09-02 | 1 | -12/+24 |
* | ephy-window: same hack to allow ephy to launch itself from app mode | Xan Lopez | 2011-08-30 | 1 | -0/+4 |
* | window-commands: make 'Enter' activate the default response | Xan Lopez | 2011-08-30 | 1 | -0/+1 |
* | Show a notification when the newly created web-app is ready to be used | Xan Lopez | 2011-08-29 | 2 | -2/+39 |
* | ephy-window: sandbox app-mode instances to the app domain | Xan Lopez | 2011-08-29 | 1 | -0/+39 |
* | ephy-main: more parameter sanity check | Xan Lopez | 2011-08-29 | 1 | -0/+5 |
* | ephy-toolbar: disable New Window and New Tab actions | Xan Lopez | 2011-08-29 | 1 | -4/+11 |
* | Add basic support for Web Applications | Xan Lopez | 2011-08-29 | 5 | -26/+241 |
* | Use line-wrap in GtkInfoBar labels | Diego Escalante Urrelo | 2011-08-13 | 1 | -0/+1 |
* | e-bookmarks-editor: don't set directory | Diego Escalante Urrelo | 2011-08-12 | 1 | -3/+0 |
* | e-window: use a css file for widget styling | Alexandre Mazari | 2011-07-30 | 2 | -18/+23 |
* | Don't use g_list_length() to check for empty lists | Claudio Saavedra | 2011-07-23 | 2 | -2/+2 |
* | Fixed a typo | Priit Laes | 2011-07-18 | 1 | -1/+1 |
* | Remove leftover from Gecko era | Priit Laes | 2011-07-18 | 1 | -1/+0 |
* | ephy-window: clear finished downloads when closing the downloads bar | Diego Escalante Urrelo | 2011-07-17 | 1 | -0/+22 |
* | src: clean leftover NetworkManager vars | Diego Escalante Urrelo | 2011-07-17 | 1 | -2/+0 |
* | Don't bypass g-ir-scanner's --pkg, especially when that's already passed. | Jasper Lievisse Adriaanse | 2011-07-14 | 1 | -1/+0 |
* | window-commands: make get_suggested_title a separate function | Xan Lopez | 2011-07-05 | 1 | -21/+29 |
* | ephy-window: remove unused resize idle handler id | Xan Lopez | 2011-07-05 | 1 | -7/+0 |
* | Open a new window in the primary instance when remoting without URIs | Claudio Saavedra | 2011-07-01 | 1 | -3/+13 |
* | Delete trailing whitespaces in ephy-shell.c | Claudio Saavedra | 2011-07-01 | 1 | -63/+63 |
* | ephy-shell: use new HACKING style | Xan Lopez | 2011-06-30 | 2 | -832/+770 |
* | Add an --application-mode flag and global mode | Xan Lopez | 2011-06-30 | 2 | -7/+23 |
* | Use an enum for the global mode of the application | Xan Lopez | 2011-06-30 | 4 | -7/+9 |
* | ephy-window: do not set the app for the window twice | Xan Lopez | 2011-06-30 | 1 | -2/+0 |
* | ephy-shell: set GApplication flags in constructed vmethod | Xan Lopez | 2011-06-30 | 1 | -6/+17 |
* | ephy-shell: do not ref the shell more than needed | Xan Lopez | 2011-06-30 | 1 | -2/+0 |
* | Use GtkApplication's window tracking for EphyWindow too | Xan Lopez | 2011-06-30 | 1 | -1/+1 |
* | Always use the EphyEmbedShell to know if we are a private instance | Xan Lopez | 2011-06-30 | 1 | -1/+1 |
* | Merge EphyApplication into Ephy(Embed)Shell | Xan Lopez | 2011-06-30 | 8 | -598/+363 |
* | ephy-application: use our private instance property | Xan Lopez | 2011-06-29 | 2 | -2/+18 |
* | ephy-application: set G_APPLICATION_NON_UNIQUE inside the object | Xan Lopez | 2011-06-29 | 2 | -9/+6 |
* | ephy-application: add a private-instance property | Xan Lopez | 2011-06-29 | 4 | -4/+62 |
* | ephy-window: do not assume there's always a location entry | Xan Lopez | 2011-06-29 | 1 | -3/+7 |
* | Require an EphyApplication parameter when creating an EphyShell | Xan Lopez | 2011-06-29 | 3 | -6/+10 |
* | ephy-main: use new indentation style | Xan Lopez | 2011-06-29 | 1 | -336/+321 |
* | ephy-application: format prototypes | Xan Lopez | 2011-06-29 | 1 | -11/+11 |
* | ephy-window: the move tab actions should not depend on wrap-around | Xan Lopez | 2011-06-29 | 1 | -12/+9 |
* | Added ephy-application.h to the list of exported headers. | Sergio Villar Senin | 2011-06-28 | 1 | -1/+1 |
* | Respect gtk-keynav-wrap-around in the global change-page handler | Xan Lopez | 2011-06-28 | 2 | -30/+29 |
* | Silent a warning | Claudio Saavedra | 2011-06-28 | 1 | -1/+1 |
* | Mark string parameters in ephy_session_queue_command() as const | Claudio Saavedra | 2011-06-27 | 3 | -5/+5 |
* | Ensure startup_context is not NULL before freeing it | Claudio Saavedra | 2011-06-27 | 1 | -1/+4 |
* | Drop all dbus-glib code | Claudio Saavedra | 2011-06-27 | 5 | -825/+3 |
* | popup-commands: make 'Use picture as background' work again | Xan Lopez | 2011-06-25 | 1 | -22/+7 |
* | Use NM_STATE_CONNECTED_GLOBAL instead of the compat #define | Xan Lopez | 2011-06-24 | 1 | -1/+1 |
* | Copy&paste a few NM defines/enums we need at compile time | Xan Lopez | 2011-06-24 | 1 | -1/+1 |
* | Require NetworkManager | Xan Lopez | 2011-06-24 | 2 | -30/+6 |
* | Implement GtkApplication based activation and uniqueness | Claudio Saavedra | 2011-06-24 | 8 | -250/+537 |
* | Use a gdbus-codegen generated GDBusProxy to monitor NM state | Claudio Saavedra | 2011-06-24 | 4 | -463/+41 |
* | Use the generic marshaler throughout | Xan Lopez | 2011-06-14 | 5 | -9/+4 |
* | Tweak the "Hide Menubar" UI options slightly. | Martin Robinson | 2011-06-14 | 1 | -7/+5 |
* | ephy-window: do not do spell check for the empty string | Xan Lopez | 2011-06-10 | 1 | -1/+1 |
* | Use GtkOrientable interface instead of deprecated V/H widgets | Claudio Saavedra | 2011-06-09 | 11 | -21/+21 |
* | ephy-window: fix warning | Xan Lopez | 2011-06-09 | 1 | -1/+1 |
* | Add suggestions to correct misspellings to the context menu | Xan Lopez | 2011-06-09 | 3 | -3/+104 |
* | Move the save/load accelerators methods to the ephy file utilities | Claudio Saavedra | 2011-06-09 | 1 | -39/+2 |
* | Add ephy_string_commandline_args_to_uris() to ephy string utilities | Claudio Saavedra | 2011-06-09 | 1 | -56/+12 |