aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-notebook.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-notebook: fix memory leakXan Lopez2013-03-261-1/+2
* Only load pages when their tab is switched to upon session restoreGustavo Noronha Silva2013-02-121-1/+3
* ephy-notebook: remove two useless forward declarationsXan Lopez2013-02-101-2/+0
* widgets: do not use deprecated GtkStyleContext APIDiego Escalante Urrelo2012-12-101-1/+4
* ephy-notebook: fix compiler warningXan Lopez2012-09-011-3/+0
* ephy-notebook: be more careful with event coordinates on right clickXan Lopez2012-08-311-9/+1
* ephy-notebook: do not assume the type of the child widget in 'remove'Xan Lopez2012-06-261-1/+2
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-241-0/+13
* ephy-notebook: fix the property enabling tabs visibilityClaudio Saavedra2012-06-201-14/+17
* ephy-notebook: disconnect settings signal handler on finalizeXan Lopez2012-04-161-0/+3
* Add an option to never show the tabs barXan Lopez2012-04-161-6/+6
* window-commands: switch pages using the EphyNotebook APIXan Lopez2012-04-161-1/+63
* Create a new 'tabs-bar-visibility-policy' settingXan Lopez2012-04-161-3/+6
* ephy-notebook: remove dnd-enabled propertyXan Lopez2012-01-271-27/+0
* Make EphyWindow responsible for its own destruction when the last tab is goneXan Lopez2012-01-241-6/+0
* ephy-notebook: remove full title tooltip on each tabXan Lopez2012-01-241-6/+0
* ephy-notebook: use symbolic icon for close buttonXan Lopez2012-01-171-1/+2
* ephy-notebook: remove unused methodXan Lopez2011-12-301-13/+0
* ephy-notebook: reorder includesXan Lopez2011-12-151-8/+8
* Don't ever show tabs when in application modeClaudio Saavedra2011-11-231-5/+8
* Remove some deprecated GTK+ callsClaudio Saavedra2011-11-221-4/+7
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-18/+0
* Use the generic marshaler throughoutXan Lopez2011-06-141-1/+0
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-1/+1
* Tweak style for close buttons in notebooks removing paddings and bordersMario Sanchez Prada2011-06-061-1/+5
* Use the new GTK_STATE_FLAG_NORMAL flagDiego Escalante Urrelo2011-01-111-1/+1
* Port to gtk+ master's GtkStyleContextDiego Escalante Urrelo2010-12-151-11/+17
* Spinner changesXan Lopez2010-10-241-5/+3
* Revert "Port to GtkSpinner"Xan Lopez2010-10-101-3/+5
* Port to GtkSpinnerXan Lopez2010-10-091-5/+3
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-12/+12
* ephy-notebook: use set_group_name instead of set_groupXan Lopez2010-10-041-2/+2
* Adapt to GtkNotebook signal signature changesDiego Escalante Urrelo2010-07-151-1/+1
* Random formatting fixesDiego Escalante Urrelo2010-02-171-4/+5
* Use accessor functions instead direct accessJavier Jardón2010-02-111-1/+1
* Miscellaneous nitpick fixesDiego Escalante Urrelo2010-01-121-1/+0
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-171-2/+2
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-181-0/+5
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-10/+17
* ephy-notebook.c: better yet, get rid of the test completelyXan Lopez2009-09-201-7/+2
* ephy-notebook.c: use public GtkNotebook API instead of accessing members of i...Xan Lopez2009-09-201-3/+3
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-251-1/+1
* ephy-notebook: remove old FIXMEDiego Escalante Urrelo2009-08-071-5/+0
* ephy-notebook.c: connect to embed-title, not to title.Xan Lopez2009-06-161-1/+1
* Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ...Xan Lopez2009-06-051-15/+21
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-131-11/+24
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-9/+1
* Fix cropped close button on tab labels with gnome-icon-theme 2.21.x.Cosimo Cecchi2008-01-151-4/+10
* Move EphyNotebook to G_DEFINE_TYPE.Xan Lopez2007-11-181-56/+19
* Can't use an interface type in signal registrationChristian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-35/+32
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-2/+2
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-5/+5
* Update version and API version to 2.21Christian Persch2007-09-131-2/+1
* Remove cruftChristian Persch2007-08-201-3/+0
* Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPEDiego Escalante Urrelo2007-07-261-2/+2
* Remove NULL-check here.Christian Persch2007-07-111-2/+0
* Port to new tooltips API.Christian Persch2007-07-101-97/+67
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-1/+7
* Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.Christian Persch2006-12-181-1/+10
* Remove redundant gtk_button_set_relief call. Fixes bug #372760.Ryan Lortie2006-11-121-1/+0
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-061-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-081-0/+8
* And revert it since it causes a gtk warning.Christian Persch2006-05-111-13/+1
* Allow text drags to notebook tab labels. Bug #339339, patch by MichaelChristian Persch2006-05-111-1/+13
* Use g_object_ref_sink().Christian Persch2006-03-291-2/+1
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-535/+129
* changed ephy_tab_get_title_composite to ephy_tab_get_title, so that nowthetroublemaker2006-01-081-1/+5
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-041-7/+9
* Mark strings in param specs as static.Christian Persch2005-11-081-2/+2
* Add another mime type.Christian Persch2005-10-231-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-20/+19
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-16/+10
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-1/+1
* Use the tab label's outer hbox for the size calculation instead of theChristian Persch2005-09-271-7/+7
* Update credits.Christian Persch2005-08-281-1/+1
* Fix pointer grab lockup when gecko pops up a dialogue.Christian Persch2005-08-281-87/+210
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-24/+7
* Fix URL dragging to other tabs.Christian Persch2005-07-161-1/+1
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+1
* Work around mozilla bugChristian Persch2005-05-311-0/+9
* More constification.Christian Persch2005-04-191-4/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-7/+93
* Set the tab label to single-line mode. Fixes bug #167657.Christian Persch2005-03-151-0/+1
* Use event time when grabbing the pointer. Appears to fix bug #167473.Christian Persch2005-02-201-14/+15
* Ungrab the pointer when moving tab between notebooks. Fixes bug #165797.Christian Persch2005-02-011-4/+14
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-1/+1
* A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h:Christian Persch2005-01-101-3/+0
* Prefix structs with _.Christian Persch2005-01-091-1/+1
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-061-0/+15
* Better fix for bug #119461, just use gtk_button_set_focus_on_click().Christian Persch2005-01-051-11/+2
* Grab focus on the active tab before removing a tab. Fixes bug #119461.Christian Persch2005-01-021-0/+12
* Use approximate_digit_width, and use a smaller number of chars. From bugChristian Persch2005-01-011-2/+2
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-18/+35
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* Revert the earlier patch: don't emit tabs-reordered when the tab-addedChristian Persch2004-11-281-12/+2
* If the signal handler for tab-added reordered the tabs, emit theChristian Persch2004-11-211-4/+14
* Remove unused variable.Christian Persch2004-11-141-3/+1
* Don't detach the tab when releasing the mouse button while still over theChristian Persch2004-11-081-30/+14
* 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-3/+0
* Move window destruction after tab-removed signal emission. Fixes bugChristian Persch2004-10-251-12/+7
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-1/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Use gtk_selection_data_get_uris().Christian Persch2004-10-231-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-20/+21
* Add tooltip on close button. Thanks to spark for the string review; fixesChristian Persch2004-10-221-0/+3
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-10/+7
* Get the position of the new tab after the tab_added signal was emitted, toChristian Persch2004-08-271-0/+3
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-081-5/+4
* Remove unused variable.Christian Persch2004-08-081-1/+0
* Include "ephy-string.h", fixes build with -Werror.Christian Persch2004-08-081-0/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-11/+10
* Support also GDK_ACTION_COPY. Fix #145254.Marco Pesenti Gritti2004-07-051-1/+1
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-031-25/+22
* Change tabs sizing again. Now we use a width of 20 (estimated) chars.Marco Pesenti Gritti2004-07-011-6/+4
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-241-49/+11
* Make tab labels 1/n-th of the window width (n = number of tabs), with aChristian Persch2004-06-201-63/+60
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-201-40/+5
* Set data for close-button on the tab label.Christian Persch2004-06-171-0/+1
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-201-0/+2
* Remove stray semicolon. Fixes bug #138902.Christian Persch2004-04-031-1/+1
* Fix crash when dragging a link to a tab label; I forgot to change thisChristian Persch2004-03-071-5/+4
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-82/+85
* Forgot thisChristian Persch2004-01-111-0/+2
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-0/+2
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-041-4/+21
* New API to get the EphyTab from an EphyEmbed. Port all users.Christian Persch2004-01-021-4/+4
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Remove unused types.Christian Persch2003-11-041-4/+4
* Allow dragging of tabs to a window even when the tabs bar is not shown.Christian Persch2003-10-061-21/+16
* Dave Bordoley <bordoley@msu.edu>Marco Pesenti Gritti2003-09-241-2/+2
* Enable dragging the tab from a single-tab window too.Christian Persch2003-09-161-35/+22
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-2/+2
* gtk+ now supports invisible event boxes. Remove our custom implementationChristian Persch2003-09-091-3/+13
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-10/+12
* Correct insertion order of new tabs.Christian Persch2003-08-061-1/+5
* Work around for a gtk issue. Do not assert if a click outside the notebookMarco Pesenti Gritti2003-08-031-2/+7
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-221-1/+2
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-1/+3
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-118/+133
* Ref the child before removing it, and unref it after emitting theChristian Persch2003-06-171-2/+9
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-147/+167
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-2/+0
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-2/+1
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-041-5/+0
* Revert embed dnd changes. They doesnt work properly.Marco Pesenti Gritti2003-05-231-14/+0
* Implement our own drag dest on the embed. Dnd of multiple urls on embedMarco Pesenti Gritti2003-05-221-0/+14
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-1/+1
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-1/+5
* Marco Pesenti Gritti <marco@it.gnome.org>David Bordoley2003-05-171-30/+49
* Show the full page title in tooltip on the tab label. Loosely based on aChristian Persch2003-05-111-15/+25
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-0/+118
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-291-0/+921