aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
* Make ephy_window_get_ui_manager return a GtkUIManager, not a GObjectXan Lopez2012-01-211-2/+2
* ephy-window: remove "add-widget" callback from GtkUIManagerXan Lopez2012-01-211-11/+0
* ephy-window: do not include <string.h> just for strcmpXan Lopez2012-01-201-2/+1
* ephy-window: and remove three more forward declarationsXan Lopez2012-01-201-183/+174
* ephy-window: remove unused includeXan Lopez2012-01-201-1/+0
* ephy-window: reorder a few methods to get rid of forward declarationsXan Lopez2012-01-201-142/+134
* ephy-window: remove duplicated methodXan Lopez2012-01-201-15/+2
* More private method cleanupsXan Lopez2012-01-201-10/+10
* Add a ephy-private.h headerXan Lopez2012-01-201-0/+1
* ephy-window: missing annotationXan Lopez2012-01-201-0/+8
* Rename EphyLocationAction -> EphyLocationControllerCosimo Cecchi2012-01-201-18/+17
* location-action: don't make this a GtkAction anymoreCosimo Cecchi2012-01-201-40/+24
* entry: make EphyLocationEntry a GtkEntryCosimo Cecchi2012-01-201-67/+7
* ephy-window: annotate return value of a methodXan Lopez2012-01-201-0/+9
* ephy-window: hide our titlebar when maximizedXan Lopez2012-01-191-0/+3
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-181-3/+0
* Remove Print Preview item from the super menuXan Lopez2012-01-181-5/+0
* ephy-window: fix binding for Find PreviousXan Lopez2012-01-171-1/+1
* Remove Find Next/Previous from page menuXan Lopez2012-01-171-0/+3
* Back/Forward actions do need to have a label setXan Lopez2012-01-171-0/+2
* ephy-window: forgot thisXan Lopez2012-01-171-1/+0
* ephy-window: add extra bindings for zoom in/outXan Lopez2012-01-171-1/+5
* Stop using GtkUIManager to create the toolbarXan Lopez2012-01-171-10/+20
* ephy-window: drop the PRIMARY_TOOLBAR styleXan Lopez2012-01-141-3/+0
* ephy-window: use the emblem icon for the page menuXan Lopez2012-01-141-1/+1
* ephy-window: make fullscreen an extra bindingXan Lopez2012-01-141-0/+2
* ephy-window: do not track application windows too muchXan Lopez2012-01-141-2/+0
* ephy-window: remove some dead codeXan Lopez2012-01-141-29/+1
* ephy-window: add temporary extra binding for PageMenuXan Lopez2012-01-141-0/+4
* ephy-window: simplify the chrome visibility logicXan Lopez2012-01-141-9/+3
* ephy-window: pass the application to the constructorXan Lopez2012-01-141-1/+4
* ephy-window: remove some memubar leftoversXan Lopez2012-01-141-52/+4
* Drop menubar and create an actions menu button in the toolbarXan Lopez2012-01-141-50/+22
* Use the new Shell global menu for global actionsXan Lopez2012-01-141-49/+2
* ephy-window: make sure to hide all chrome in application modeXan Lopez2012-01-111-1/+5
* ephy-window: remove GoHome action, it's not used (I hope!)Xan Lopez2012-01-021-18/+0
* Revert "Remove EphyHomeAction, it's unused"Xan Lopez2012-01-021-0/+1
* Remove EphyHomeAction, it's unusedXan Lopez2012-01-021-1/+0
* Remove EphyGoAction, it's unusedXan Lopez2012-01-021-1/+0
* ephy-window: set statusbar cid on notebook's page-addedXan Lopez2011-12-311-6/+6
* Remove option to hide toolbarsXan Lopez2011-12-201-72/+0
* Remove the "Hide menubar" optionXan Lopez2011-12-201-21/+0
* Remove NavigationUpXan Lopez2011-12-201-22/+0
* Use symbolic icons in the toolbarXan Lopez2011-12-201-3/+2
* Combine the Reload and Stop toolbar buttons into oneClaudio Saavedra2011-12-181-0/+14
* Remove ephy_window_get_toolbarXan Lopez2011-12-141-16/+0
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-141-64/+440
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-70/+0
* ephy-window: append new windows opened as tabs after current tabXan Lopez2011-12-121-3/+5
* ephy-window: remove superfluous headersXan Lopez2011-12-101-2/+0
* ephy-window: remove obsolete commentXan Lopez2011-12-051-2/+0
* ephy-window: add global bindings for GoHistory and GoLocationXan Lopez2011-12-051-0/+3
* Remove "Go" menuXan Lopez2011-12-051-1/+0
* Remove last traces of dummy certificate managerXan Lopez2011-12-051-15/+0
* ephy-window: fix accidentally reversed tab bindingsXan Lopez2011-12-051-4/+4
* ephy-window: remove the tabs menuXan Lopez2011-12-051-66/+7
* Remove toolbar editorXan Lopez2011-12-031-17/+0
* ephy-window: small cleanups, mostly code reorg.Xan Lopez2011-12-011-137/+129
* fix string formatFunda Wang2011-09-281-2/+2
* ephy-window: disable unwanted actions in application modeXan Lopez2011-09-091-3/+36
* ephy-window: hide some irrelevant context menu actions when in app modeXan Lopez2011-09-041-0/+12
* ephy-window: sort includesXan Lopez2011-09-041-28/+28
* EphyWindow: Fix location entry's load progressClaudio Saavedra2011-09-021-12/+24
* ephy-window: same hack to allow ephy to launch itself from app modeXan Lopez2011-08-301-0/+4
* ephy-window: sandbox app-mode instances to the app domainXan Lopez2011-08-291-0/+39
* Add basic support for Web ApplicationsXan Lopez2011-08-291-10/+18
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-0/+23
* ephy-window: clear finished downloads when closing the downloads barDiego Escalante Urrelo2011-07-171-0/+22
* ephy-window: remove unused resize idle handler idXan Lopez2011-07-051-7/+0
* ephy-window: do not set the app for the window twiceXan Lopez2011-06-301-2/+0
* Use GtkApplication's window tracking for EphyWindow tooXan Lopez2011-06-301-1/+1
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-301-1/+1
* ephy-window: do not assume there's always a location entryXan Lopez2011-06-291-3/+7
* ephy-window: the move tab actions should not depend on wrap-aroundXan Lopez2011-06-291-12/+9
* Respect gtk-keynav-wrap-around in the global change-page handlerXan Lopez2011-06-281-14/+25
* Implement GtkApplication based activation and uniquenessClaudio Saavedra2011-06-241-0/+2
* Tweak the "Hide Menubar" UI options slightly.Martin Robinson2011-06-141-7/+5
* ephy-window: do not do spell check for the empty stringXan Lopez2011-06-101-1/+1
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-3/+3
* ephy-window: fix warningXan Lopez2011-06-091-1/+1
* Add suggestions to correct misspellings to the context menuXan Lopez2011-06-091-3/+73
* Stop propagating the "secure" boolean to the location actionXan Lopez2011-05-221-2/+1
* Be smarter about tab groupingXan Lopez2011-05-011-1/+4
* Open new tabs to the right of the current one even for location entryDanilo Šegan2011-04-191-1/+1
* Add UI options to hide the menubarXan Lopez2011-04-181-1/+29
* Do not save state for popup windowsGustavo Noronha Silva2011-04-181-1/+5
* Mark windows with modified chrome as popups and only allow resizing for themGustavo Noronha Silva2011-04-181-5/+10
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-161-12/+14
* ephy-window: set visibility for fixed toolbar after setting the modelXan Lopez2011-03-101-2/+2
* ephy-window: hide fixed toolbar by defaultXan Lopez2011-03-101-0/+2
* ephy-window: retitle the show-downloads-bar itemDiego Escalante Urrelo2011-03-081-1/+1
* ephy-window: add new downloads UIDiego Escalante Urrelo2011-03-081-7/+175
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-1/+0
* ephy-window: make construct_confirm_close_dialog reusableDiego Escalante Urrelo2011-03-051-12/+16
* ephy-window: append new tabs after parent by defaultXan Lopez2011-02-121-1/+1
* ephy-window: missing g_list_freeDiego Escalante Urrelo2011-01-211-0/+1
* ephy-web-view: make defines friendlier with introspectionDiego Escalante Urrelo2010-12-091-2/+2
* Always enable Web InspectorXan Lopez2010-10-241-7/+0
* Spinner changesXan Lopez2010-10-241-9/+0
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-48/+41
* Update for latest GTK+ 3.x release.Xan Lopez2010-09-111-28/+28
* Adapt to GtkNotebook signal signature changesDiego Escalante Urrelo2010-07-151-2/+2
* Update the status message from within the EphyWebViewXan Lopez2010-05-191-24/+0
* Do not hardcode the statusbar context descriptionsXan Lopez2010-05-191-2/+2
* Avoid ending up with stuck URL-entry statusbar messagesXan Lopez2010-05-191-1/+7
* Use a chromium-like status bar by defaultXan Lopez2010-05-191-198/+33
* Remove popup state from the statusbarXan Lopez2010-05-131-21/+1
* ephy-statusbar: remove caret browsing indicatorXan Lopez2010-05-131-3/+0
* ephy-statusbar: remove lock-clicked signalXan Lopez2010-05-131-2/+0
* Do not show the security status in the statusbarXan Lopez2010-05-121-3/+0
* ephy-window: fix button-press callback return valueDiego Escalante Urrelo2010-02-261-8/+4
* Correctly handle shit+click only in ephy-windowDiego Escalante Urrelo2010-02-261-0/+9
* Open links in new windows with control+shift+clickDiego Escalante Urrelo2010-02-171-6/+24
* Random formatting fixesDiego Escalante Urrelo2010-02-171-2/+3
* Remove legacy ALLOW_FIXUP flagsDiego Escalante Urrelo2010-02-151-4/+0
* shift+control+click is not shift+clickDiego Escalante Urrelo2010-02-111-13/+18
* Implemented print previewJose Millan Soto2010-02-091-113/+4
* Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBEDDiego Escalante Urrelo2010-02-021-1/+1
* ephy-window: assume windows are not popups by defaultXan Lopez2010-01-251-1/+1
* Miscellaneous nitpick fixesDiego Escalante Urrelo2010-01-121-1/+1
* Rename EphyWebView::ge-new-window to EphyWebView::new-windowXan Lopez2010-01-091-1/+1
* Emit again EphyWebView::ge-new-window when requiredXan Lopez2010-01-091-8/+8
* Reimplement window.closeXan Lopez2009-12-261-12/+12
* Restore download on shift-click functionalityGustavo Noronha Silva2009-12-181-25/+20
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-16/+16
* Let web pages handle mouse clicks before doing our own handlingGustavo Noronha Silva2009-12-141-1/+6
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-051-4/+7
* docs: ephy-windowDiego Escalante Urrelo2009-12-031-2/+9
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-6/+6
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-301-0/+9
* Refactor EphyShell lifetime trackingXan Lopez2009-10-241-11/+1
* Unref EphyShell on EphyWindow's dispose methodXan Lopez2009-10-231-2/+10
* Pass mailto: URI to gtk_show_uri()Frédéric Péters2009-10-191-0/+8
* ephy-window.c: workaround bug in WebKit progress notificationXan Lopez2009-09-241-4/+11
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-5/+12
* Bring back epiphany context menuXan Lopez2009-09-201-52/+51
* ephy-window.c: do not leak hit test resultXan Lopez2009-09-201-0/+1
* ephy-window.c: reimplement middle-click clipboard to open linkXan Lopez2009-09-191-58/+26
* Get rid of EphyCommandManagerXan Lopez2009-09-101-11/+8
* ephy-window: make <ctrl>KP_0 an alias to <ctrl>0Diego Escalante Urrelo2009-09-051-0/+1
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-2/+2
* Add again the spinner.Xan Lopez2009-08-101-0/+2
* Use g_hash_table_remove_all() to remove all itemsBenjamin Otte2009-07-311-7/+1
* ephy-embed-prefs.h: remove duplicated defineXan Lopez2009-07-251-2/+2
* ephy-window.c: can't use pspec to figure out if we should sync progress.Xan Lopez2009-06-171-6/+5
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-161-1/+1
* ephy-window.c: remove debug message.Xan Lopez2009-06-161-1/+0
* ephy-window.c: adapt to API change in WebKitGTK+.Xan Lopez2009-06-161-1/+2
* ephy-window.c: remove unused variable.Xan Lopez2009-06-141-2/+0
* Use WebKitWebView::load-status instead of our own solution.Xan Lopez2009-06-141-3/+6
* ephy-window.c: a different hack to not show progress when loading about:blank.Xan Lopez2009-06-141-1/+11
* Get rid of redundant 'load-progress' property in EphyWebView.Xan Lopez2009-06-141-11/+3
* Remove Python support.Xan Lopez2009-06-061-8/+0
* ephy-window.c: silence warning.Xan Lopez2009-06-061-1/+1
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-2/+1
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-140/+146
* Move load_url method to EphyWebView.Xan Lopez2009-06-031-2/+2
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-311-5/+4
* Remove LoadFlagsGustavo Noronha Silva2009-05-301-11/+1
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-301-7/+7
* ephy-window: declare variables only if needed.Xan Lopez2009-04-241-8/+7
* ephy-window: ignore chrome flags when opening new page in a tab.Xan Lopez2009-04-241-24/+33
* ephy-window: use new-window-policy-decision-requested signal.Xan Lopez2009-03-251-10/+29
* ephy-window: try with a bigger z-index...Xan Lopez2009-03-191-1/+1
* ephy-window: nasty hack to try to get the link-message on top of everything.Xan Lopez2009-03-191-0/+1
* ephy-window: implement translucent link-message statusbar.Xan Lopez2009-03-191-3/+100
* ephy-window: do not make code conditional on Gecko version.Xan Lopez2009-02-231-8/+4
* ephy-window: do not show progress for pages that load very quickly (eg, about...Xan Lopez2009-02-191-1/+9
* Add option to open new windows in tabs.Xan Lopez2009-02-161-3/+19
* Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g...Xan Lopez2009-02-081-2/+2
* Do not use 'gtk-action' object data to get the associated GtkAction for a wid...Xan Lopez2009-01-241-2/+2
* ephy-window: do not set load progress on already loaded pages.Xan Lopez2009-01-211-2/+8
* ephy-window: remove entry clear timeout without chaining finalize.Xan Lopez2009-01-051-3/+3
* ephy-window: g_object_get takes a gpointer as first argument.Xan Lopez2009-01-041-7/+6
* ephy-window: also open in new tab for ctrl+click.Xan Lopez2009-01-041-1/+5
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-311-3/+0
* ephy-window: draw progress inside the location entry.Xan Lopez2008-12-311-0/+42
* Open links in new tab with middle click.Xan Lopez2008-12-211-0/+42
* Implement chrome visibility control in popupsDiego Escalante Urrelo2008-12-031-4/+32
* ephy-window: connect web view to web-view-ready signal when it's created.Xan Lopez2008-12-011-7/+7
* ephy-window: use new webkit API to create windows on request.Xan Lopez2008-11-301-0/+52
* window: zoom in/out with ctrl+scroll-{up,down}Xan Lopez2008-11-301-0/+30
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-1/+0
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-1/+1
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-011-2/+5
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-11/+25
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-12/+12
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-131-0/+42
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-6/+0
* Remove the ephy-spinner from the toolbar.c, there's enough feebackXan Lopez2008-03-281-2/+0
* Remove cruftChristian Persch2008-02-271-1/+1
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-151-3/+24
* GConf option to disable messagebox about unsubmitted form data. (#516170)Xan Lopez2008-02-151-6/+11
* HIG fixes for menu. Bug #483312, patch by Luca Ferretti.Cosimo Cecchi2008-01-291-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-9/+3
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-11/+11
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+5
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-74/+1
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+19
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-53/+50
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-23/+2
* Return the new tab's position.Christian Persch2007-11-171-4/+2
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-11/+9
* Unbreak the build...Xan Lopez2007-11-171-4/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-171-1/+3
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-161-5/+5
* Port EphyWindow to the new interface.Xan Lopez2007-11-161-203/+193
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
* Don't connect to destroy-browser, we do nothing in the cb and it's GtkMozEmbe...Xan Lopez2007-11-131-12/+0
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-051-20/+2
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-051-0/+205
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-176/+121
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-16/+13
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-1/+1
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+1
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-36/+37
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-17/+13
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-11/+11
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-10/+10
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-13/+13
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-14/+17
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-2/+0
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-10/+11
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-201-33/+0
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-101-0/+30
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-031-5/+0
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-3/+9
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-5/+5
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-15/+15
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+1
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-101-0/+5
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-2/+18
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-251-7/+3
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-101-1/+0
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-081-0/+4
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-081-2/+2