aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-tab.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-11/+1
* Add translator commentChristian Persch2005-07-241-0/+1
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-100/+277
* Fix build with -Werror.Christian Persch2005-07-111-1/+132
* Use the document's URL as tab address, not the info from the locationChristian Persch2005-05-071-2/+7
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-1/+1
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-60/+93
* Make the signal RUN_LAST.Christian Persch2005-02-241-6/+18
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-90/+25
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-22/+5
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-14/+14
* Check for broken context event button.Christian Persch2005-01-231-7/+6
* Rename "visible" property.Christian Persch2005-01-231-2/+2
* Don't store more than 5 hidden popups. Fixes bug #160863.Adam Hooper2005-01-091-1/+21
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-38/+2
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-44/+44
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-20/+20
* Use new enum and flags types.Christian Persch2005-01-041-11/+8
* Add some more types for enums and flagsCrispin Flowerday2005-01-041-0/+38
* Another enum type.Christian Persch2005-01-041-6/+5
* Add types for some enums and flags.Christian Persch2005-01-041-4/+6
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-021-0/+9
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-5/+6
* Remove stray g_printChristian Persch2004-12-191-1/+1
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-0/+48
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-6/+2
* Fix generic 'site' hostname fallback. Fixes bug #155442.Christian Persch2004-11-211-45/+30
* Size-allocate the embed if it's not mapped but has never beenChristian Persch2004-11-131-3/+12
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-9/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* No circular dependencies anymore.Christian Persch2004-10-091-1/+1
* Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191.Christian Persch2004-10-051-2/+23
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-11/+4
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-081-1/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-1/+1
* Rename property to "popups-allowed" consistently. Move page changeAdam Hooper2004-08-011-14/+15
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-011-0/+324
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-201-1/+1
* Put proper property IDs on propertiesAdam Hooper2004-06-121-2/+2
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-1/+8
* Elimiate indeterminate progress, fixes bugs #142303 and #142305.Christian Persch2004-05-211-9/+5
* Statusbar re-design: Move lock icon to left; hide progress bar when noChristian Persch2004-05-111-2/+2
* Add debug output.Christian Persch2004-04-141-0/+9
* Documented EphyNodeDbAdam Hooper2004-04-051-1/+1
* Documented EphyEmbedAdam Hooper2004-03-261-3/+3
* Tiny doc fixes.Christian Persch2004-03-241-3/+1
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-241-78/+23
* Fix the build, bad noda :PChristian Persch2004-03-241-1/+1
* Documented EphyTabAdam Hooper2004-03-241-14/+199
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-3/+11
* Don't use ephy_tab_get_embed(), instead use the pointer provided when weChristian Persch2004-03-051-20/+18
* Do not show the unsubmitted dialog for js closeMarco Pesenti Gritti2004-03-031-1/+6
* Do not show about:blank to the user, an empty address bar will do better.Marco Pesenti Gritti2004-02-261-2/+15
* Change this back to simply do g_idle_add(), accidentally forgot to revertChristian Persch2004-02-251-13/+3
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-60/+78
* Do not use gnome vfs to check the scheme because it can handle onlyMarco Pesenti Gritti2004-02-241-17/+9
* Do not load js urls when middle clicked.Marco Pesenti Gritti2004-02-121-7/+5
* Fix the fix for the epiphany equivalent of bug #133633. Don't convert theChristian Persch2004-02-101-5/+38
* Make middle-click paste work with urls with IDN domain names. Fixes theChristian Persch2004-02-071-1/+2
* Obvious typo fixAdam Hooper2004-01-311-1/+1
* Double underscores, since otherwise the menu entry will display them asChristian Persch2004-01-251-2/+4
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-241-1/+1
* data: urls can be opened in new tabs too.Christian Persch2004-01-231-0/+1
* about: can be opened in new tab too.Christian Persch2004-01-211-0/+1
* Use g_signal_connect_object to connect the embed signals, that way they'reChristian Persch2004-01-171-42/+42
* Forgot to commit those.Christian Persch2004-01-131-1/+2
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-2/+3
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-021-1/+13
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-7/+9
* Improve comment.Christian Persch2003-12-191-2/+5
* Don't try to save the submit button image instead of submitting the form.Christian Persch2003-12-181-6/+8
* Convert control chars to blanks.Christian Persch2003-12-141-9/+1
* *** empty log message ***Marco Pesenti Gritti2003-12-141-17/+16
* *** empty log message ***Marco Pesenti Gritti2003-12-141-10/+13
* Make ctrl-click equivalent of middle click on links. Make shift-click saveChristian Persch2003-12-081-16/+75
* Misc cleanups. Remove a duplicated signal from EphyEmbed.Christian Persch2003-12-061-13/+0
* Marco Pesenti Gritti <marco@gnome.org>Chris Lahey2003-11-301-3/+1
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-5/+3
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-6/+5
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-6/+1
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-101-4/+4
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-12/+4
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-15/+16
* Add public function to get a host node from a page url.Christian Persch2003-10-301-15/+91
* don't pollute the statusbar with a "Done." message.David Bordoley2003-10-251-1/+1
* Simplify and solve bugs by using a checkbox with radio appeareance. ThatMarco Pesenti Gritti2003-09-241-2/+3
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-3/+9
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-1/+2
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-43/+39
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-1/+2
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-3/+3
* Clamp the values to 0/100, mozilla sometimes report more done requestsMarco Pesenti Gritti2003-08-081-4/+12
* Add httpsMarco Pesenti Gritti2003-07-231-0/+1
* Try to use more friendly description for cache prefs.Marco Pesenti Gritti2003-07-231-6/+42
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-231-2/+1
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-171-3/+5
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-4/+8
* Fix progress update logic.Christian Persch2003-07-081-1/+1
* Remove some unused codeMarco Pesenti Gritti2003-07-011-5/+0
* Fix callbacks for new signature of ge_location embed signal.Christian Persch2003-06-301-3/+3
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-281-5/+1
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-221-2/+6
* Set address as title only when there is no title, on the second page loadMarco Pesenti Gritti2003-06-221-4/+8
* Set a title on NET_START (nicified url).Marco Pesenti Gritti2003-06-211-2/+14
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-17/+36
* Get rid of get/set _event, reformat the header.Marco Pesenti Gritti2003-06-201-24/+0
* Move the context popup menu to ephy-window.c. If there's no backgroundChristian Persch2003-06-201-99/+1
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-8/+8
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-6/+24
* Make visibility a tab GObject property.Christian Persch2003-06-141-5/+15
* Fix statusbar message and tab label.Christian Persch2003-06-141-2/+9
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-215/+126
* Fix mistake from previous checkin; strcmp cannot take NULL.Christian Persch2003-06-101-1/+2
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-218/+484
* Install some object properties for later use.Christian Persch2003-06-071-1/+77
* Fix according to new tab logic.Xan Lopez2003-05-221-1/+2
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-1/+1
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-14/+2
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-153/+123
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-1/+1
* Use uri as title when the page is untitled.Christian Persch2003-05-051-1/+21
* Implement clear history. Put favicons near sites names.Marco Pesenti Gritti2003-04-191-0/+5
* Dont set icon on bookmarks when the url is NULL ! Fix a bad crasher.Marco Pesenti Gritti2003-04-161-7/+8
* Hidden pref for middle click open url. Default off.Marco Pesenti Gritti2003-04-151-19/+5
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-1/+1
* Fix leaks. Dont truncate utf8 strings.Marco Pesenti Gritti2003-04-141-15/+14
* Marco-is-silly-patch. Update to latest version of the favicons patch.Christian Persch2003-04-021-1/+4
* Show favicons on tabsChristian Persch2003-04-011-7/+64
* Fix embed dialog to pass a good EphyEmbed when the initial one has beenMarco Pesenti Gritti2003-03-011-0/+5
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-011-6/+1
* Dont have a separate context menu for copy, just put it inside theMarco Pesenti Gritti2003-02-201-7/+0
* Implement a selected text context menu.Marco Pesenti Gritti2003-02-151-1/+11
* *** empty log message ***Marco Pesenti Gritti2003-02-061-4/+5
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-241-2/+4
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-9/+68
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-1/+1
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-131-0/+5
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-11/+3
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-0/+37
* Reset link message when changing page.Marco Pesenti Gritti2003-01-091-0/+1
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-061-26/+6
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-2/+3
* *** empty log message ***Marco Pesenti Gritti2003-01-021-1/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+945