aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-58/+45
* Install the statusbar .h file.Christian Persch2004-02-131-31/+12
* Use EPHY_STOCK_DOWNLOAD for the download link icon.David Bordoley2004-01-291-1/+1
* Add a hidden tools menu that extensions can use.David Bordoley2004-01-251-0/+1
* *** empty log message ***Marco Pesenti Gritti2004-01-221-2/+2
* Show help for menu items in the statusbar.Christian Persch2004-01-161-0/+66
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-3/+3
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-131-1/+6
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-111-1/+3
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-111-0/+52
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-5/+59
* Add "Download Link As" to the link context menu.Xan Lopez2004-01-101-0/+2
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-1/+17
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-091-1/+27
* Forgot this line.Chris Lahey2004-01-081-0/+1
* Don't save the file if disable_save_to_disk is on.82004-01-081-3/+36
* Daveb will hate me for this, but making the confirm dialogue onlyChristian Persch2004-01-051-11/+0
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-041-3/+143
* Show copy text menu item also for linksMichael Terry2004-01-041-23/+49
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-021-10/+11
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-6/+9
* Improve comment.Christian Persch2003-12-191-29/+33
* Use stock icon for print setup.Christian Persch2003-12-141-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-141-2/+14
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-0/+8
* Make ctrl-click equivalent of middle click on links. Make shift-click saveChristian Persch2003-12-081-2/+2
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-32/+20
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-99/+144
* Restore clipboard actions in input context menu. Show it only if mozillaMarco Pesenti Gritti2003-11-261-2/+12
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-221-3/+3
* Pass a source based on filename instead of pixbuf for our own icon set, soMarco Pesenti Gritti2003-11-211-4/+4
* Hide Open downloads pref. Since both behaviors are available maybe it'sMarco Pesenti Gritti2003-11-211-1/+1
* Fix unrefing of context menu eventMarco Pesenti Gritti2003-11-211-16/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+36
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-1/+0
* New extensions API.Christian Persch2003-11-111-18/+10
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-2/+2
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-5/+5
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-18/+14
* Fix sensitivity of Paste. Still not set for native entries, I cant reallyMarco Pesenti Gritti2003-11-041-1/+6
* Yet another sensitivity update strategy. Set sensitivity on menu show andMarco Pesenti Gritti2003-11-041-55/+87
* update undo/redo sensitivityMarco Pesenti Gritti2003-11-041-1/+19
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-17/+60
* Port to new gtk+ file chooser.Christian Persch2003-10-261-12/+9
* Get rid of the last vestige of ephy_window_update_control(), and make theChristian Persch2003-10-181-23/+0
* Show encoding menu also when empty, fix oddness when opening View menuMarco Pesenti Gritti2003-10-181-0/+3
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-21/+73
* Remove unused includes, they was causing warnings on solarisMarco Pesenti Gritti2003-09-271-3/+0
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-241-2/+4
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-10/+10
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-2/+7
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-12/+0
* Adapt to changed GtkActionGroup api.Christian Persch2003-09-171-12/+22
* *** empty log message ***Marco Pesenti Gritti2003-09-161-1/+1
* Activate the embed when necessary.Marco Pesenti Gritti2003-09-161-0/+11
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-2/+0
* Remove a double connect to signal.Christian Persch2003-09-101-4/+0
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-45/+20
* Use gtk_action_group_set_translation_domain() to restore menu and popupChristian Persch2003-09-061-0/+2
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-40/+37
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-8/+4
* *** empty log message ***Marco Pesenti Gritti2003-09-011-3/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-311-15/+23
* *** empty log message ***Marco Pesenti Gritti2003-08-311-65/+2
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-37/+27
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-192/+189
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-141-0/+6
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-061-2/+2
* 2003-08-02 Christian PerschChristian Persch2003-08-021-14/+17
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-43/+12
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-7/+12
* Fix up the tooltips.David Bordoley2003-07-111-10/+10
* Update spinner when a tab was removed. Fixes bug #116908.Christian Persch2003-07-081-1/+3
* Set a label for the find toolbar item so that it doesn't have elipses.David Bordoley2003-07-011-0/+2
* Correct usage of ellipses.Piers Cornwell2003-06-291-3/+3
* Do not sync tab visibility on tab creation, it's state is undefined atMarco Pesenti Gritti2003-06-261-1/+0
* Make sure there's only one print dialog per window. Fixes bug #115933.Christian Persch2003-06-261-9/+8
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-4/+47
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-17/+17
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-221-17/+23
* Fix print preview toolbarsMarco Pesenti Gritti2003-06-221-6/+5
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-19/+1
* Get rid of get/set _event, reformat the header.Marco Pesenti Gritti2003-06-201-1/+15
* Move the context popup menu to ephy-window.c. If there's no backgroundChristian Persch2003-06-201-0/+119
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-175/+198
* Remove unused variables.Piers Cornwell2003-06-191-1/+1
* Unify the "Copy Email Address" and "Copy Link Address" context menuChristian Persch2003-06-181-4/+2
* Some string fixes.Christian Persch2003-06-171-3/+3
* Make prev/next navigation capability an object property, and sync on embedChristian Persch2003-06-151-45/+34
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-141-2/+8
* Make visibility a tab GObject property.Christian Persch2003-06-141-33/+40
* Fix yet another mem leak.Christian Persch2003-06-141-3/+8
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-352/+469
* Update.Marco Pesenti Gritti2003-06-121-13/+5
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-1/+1
* Fixup context menu accesskeys. Use correct icon for Save As.Piers Cornwell2003-06-091-6/+9
* Fix mem leaks.Christian Persch2003-06-091-3/+15
* Do not save when fullscreenMarco Pesenti Gritti2003-06-061-7/+3
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-061-3/+104
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-0/+2
* Implement bookmarks menu, might need to be optimized later.Marco Pesenti Gritti2003-06-041-0/+4
* Add a bookmarks menu. (still not the tree)Marco Pesenti Gritti2003-06-041-6/+9
* Get rid of MAKE_GET_TYPE; make building the tabs menu a little faster.Christian Persch2003-05-291-4/+2
* Yet more new tab logic fixes.Xan Lopez2003-05-221-1/+4
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-14/+53
* Use gtk api for fullscreen, not wm directlyMarco Pesenti Gritti2003-05-171-53/+8
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+1
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-74/+56
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-141-1/+2
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-091-2/+2
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-3/+1
* ctrl+u view sourceMarco Pesenti Gritti2003-05-051-1/+1
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-1/+0
* src/ephy-window.c data/epiphany.schemas.inDavid Bordoley2003-04-301-29/+12
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-10/+10
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-17/+3
* Update from eggMarco Pesenti Gritti2003-04-251-9/+8
* Use gettext instead of gettext_noop call for g_object_set's thirdChristian Neumair2003-04-241-4/+4
* Revert the bookmarks toolbar implementation. We really need to integrateMarco Pesenti Gritti2003-04-221-5/+0
* UpdateMarco Pesenti Gritti2003-04-201-17/+29
* Update Tabs and Zoom menus sensitivityMarco Pesenti Gritti2003-04-201-0/+48
* Update Edit menu sensitivityMarco Pesenti Gritti2003-04-201-1/+61
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-45/+0
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-171-1/+0
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-5/+6
* Add a help menu and associated "Contents" and "About" menu entries. Add aDavid Bordoley2003-04-141-1/+10
* Rewrite sensitivity code. Should take in account focus now.Marco Pesenti Gritti2003-04-051-5/+0
* Have a decent size for popups that doesnt specify it. Do not allow to dragMarco Pesenti Gritti2003-04-051-1/+17
* Show favicons on tabsChristian Persch2003-04-011-14/+0
* Missing bits from old commit.Xan Lopez2003-03-251-2/+13
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-251-2/+2
* Cleanup: get active tab using the functionMarco Pesenti Gritti2003-03-221-2/+5
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-191-40/+5
* New toolbar action so that the "Go" button is always text only. RemovedDavid Bordoley2003-03-071-5/+0
* Translate menusMarco Pesenti Gritti2003-03-051-1/+1
* Typo.Xan Lopez2003-02-271-1/+1
* Revert unwanted checkinMarco Pesenti Gritti2003-02-231-5/+0
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-231-0/+5
* Dont have a separate context menu for copy, just put it inside theMarco Pesenti Gritti2003-02-201-2/+0
* src/ephy-window.c Fix mneumonic collision between back and bookmarks.Dave Bordoley2003-02-161-1/+1
* data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.inDave Bordoley2003-02-161-12/+12
* src/ephy-window.c src/window-commands.c src/window-commands.hDave Bordoley2003-02-151-1/+4
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-141-25/+25
* *** empty log message ***Dave Bordoley2003-02-141-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-131-1/+1
* Have just one Close menu item and make it behave like other gnome apps.Marco Pesenti Gritti2003-02-101-4/+1
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-081-0/+5
* *** empty log message ***Marco Pesenti Gritti2003-02-081-9/+9
* Fix back/forward accels. Add startup feedback.Marco Pesenti Gritti2003-02-051-3/+3
* Fix several menu accels I borked when porting to egg. Connect drag sourceMarco Pesenti Gritti2003-02-051-8/+8
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-031-3/+3
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-311-4/+5
* Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtkMarco Pesenti Gritti2003-01-291-7/+0
* *** empty log message ***Marco Pesenti Gritti2003-01-261-0/+7
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-231-13/+5
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-231-3/+23
* Fix chromesMarco Pesenti Gritti2003-01-221-6/+49
* Set stop button sensitivityMarco Pesenti Gritti2003-01-211-0/+2
* Fix a stupid mistake porting galeon changes, no more freeze.Marco Pesenti Gritti2003-01-211-0/+1
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-328/+339
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-8/+8
* correctly update window icon when the page doesnt specify any favicon url.Marco Pesenti Gritti2003-01-131-2/+2
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-3/+2
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-2/+2
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-0/+29
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-051-2/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+1428