aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
* 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