| Commit message (Expand) | Author | Age | Files | Lines |
* | Update credits. | Christian Persch | 2005-08-28 | 1 | -1/+1 |
* | Fix pointer grab lockup when gecko pops up a dialogue. | Christian Persch | 2005-08-28 | 1 | -87/+210 |
* | Add a ::icon property to EphyTab, and use that everywhere instead of | Christian Persch | 2005-08-01 | 1 | -24/+7 |
* | Fix URL dragging to other tabs. | Christian Persch | 2005-07-16 | 1 | -1/+1 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 1 | -1/+1 |
* | Work around mozilla bug | Christian Persch | 2005-05-31 | 1 | -0/+9 |
* | More constification. | Christian Persch | 2005-04-19 | 1 | -4/+3 |
* | Rework popup windows. Introduce "is-popup" property on EphyWindow to | Christian Persch | 2005-04-18 | 1 | -7/+93 |
* | Set the tab label to single-line mode. Fixes bug #167657. | Christian Persch | 2005-03-15 | 1 | -0/+1 |
* | Use event time when grabbing the pointer. Appears to fix bug #167473. | Christian Persch | 2005-02-20 | 1 | -14/+15 |
* | Ungrab the pointer when moving tab between notebooks. Fixes bug #165797. | Christian Persch | 2005-02-01 | 1 | -4/+14 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 1 | -1/+1 |
* | A src/ephy-toolbar-editor.c: A src/ephy-toolbar-editor.h: | Christian Persch | 2005-01-10 | 1 | -3/+0 |
* | Prefix structs with _. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Add context menu on notebook. Fixes bug #132989. | Christian Persch | 2005-01-06 | 1 | -0/+15 |
* | Better fix for bug #119461, just use gtk_button_set_focus_on_click(). | Christian Persch | 2005-01-05 | 1 | -11/+2 |
* | Grab focus on the active tab before removing a tab. Fixes bug #119461. | Christian Persch | 2005-01-02 | 1 | -0/+12 |
* | Use approximate_digit_width, and use a smaller number of chars. From bug | Christian Persch | 2005-01-01 | 1 | -2/+2 |
* | Remove obsolete ephy_window_load_in_tabs() and use generic link opening | Christian Persch | 2004-12-24 | 1 | -18/+35 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -1/+0 |
* | Revert the earlier patch: don't emit tabs-reordered when the tab-added | Christian Persch | 2004-11-28 | 1 | -12/+2 |
* | If the signal handler for tab-added reordered the tabs, emit the | Christian Persch | 2004-11-21 | 1 | -4/+14 |
* | Remove unused variable. | Christian Persch | 2004-11-14 | 1 | -3/+1 |
* | Don't detach the tab when releasing the mouse button while still over the | Christian Persch | 2004-11-08 | 1 | -30/+14 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -3/+0 |
* | Move window destruction after tab-removed signal emission. Fixes bug | Christian Persch | 2004-10-25 | 1 | -12/+7 |
* | Use gtk_icon_size_lookup_for_settings() here. | Christian Persch | 2004-10-25 | 1 | -1/+2 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | Use gtk_selection_data_get_uris(). | Christian Persch | 2004-10-23 | 1 | -1/+1 |
* | Remove ephy_string_parse_uri_list, and use new glib function | Christian Persch | 2004-10-23 | 1 | -20/+21 |
* | Add tooltip on close button. Thanks to spark for the string review; fixes | Christian Persch | 2004-10-22 | 1 | -0/+3 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -10/+7 |
* | Get the position of the new tab after the tab_added signal was emitted, to | Christian Persch | 2004-08-27 | 1 | -0/+3 |
* | R lib/widgets/ephy-ellipsizing-label.c: R | Christian Persch | 2004-08-08 | 1 | -5/+4 |
* | Remove unused variable. | Christian Persch | 2004-08-08 | 1 | -1/+0 |
* | Include "ephy-string.h", fixes build with -Werror. | Christian Persch | 2004-08-08 | 1 | -0/+1 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -11/+10 |
* | Support also GDK_ACTION_COPY. Fix #145254. | Marco Pesenti Gritti | 2004-07-05 | 1 | -1/+1 |
* | R data/art/epiphany-tab-loading.gif: | Christian Persch | 2004-07-03 | 1 | -25/+22 |
* | Change tabs sizing again. Now we use a width of 20 (estimated) chars. | Marco Pesenti Gritti | 2004-07-01 | 1 | -6/+4 |
* | Add EphyWindow API to open multiple uris in tabs, use it for dnd on the | Marco Pesenti Gritti | 2004-06-24 | 1 | -49/+11 |
* | Make tab labels 1/n-th of the window width (n = number of tabs), with a | Christian Persch | 2004-06-20 | 1 | -63/+60 |
* | Append tabs at the end instead of grouping them near the current one. | Marco Pesenti Gritti | 2004-06-20 | 1 | -40/+5 |
* | Set data for close-button on the tab label. | Christian Persch | 2004-06-17 | 1 | -0/+1 |
* | Emit the "tab_removed" signal also for the window's last tab. Part of bug | Christian Persch | 2004-05-20 | 1 | -0/+2 |
* | Remove stray semicolon. Fixes bug #138902. | Christian Persch | 2004-04-03 | 1 | -1/+1 |
* | Fix crash when dragging a link to a tab label; I forgot to change this | Christian Persch | 2004-03-07 | 1 | -5/+4 |
* | Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child. | Christian Persch | 2004-02-25 | 1 | -82/+85 |
* | Forgot this | Christian Persch | 2004-01-11 | 1 | -0/+2 |
* | Added disable_arbitrary_url, disable_toolbar_editing, and disable_history | Christopher James Lahey | 2004-01-10 | 1 | -0/+2 |
* | Add API to check if an EphyEmbed has forms with user input in them. | Christian Persch | 2004-01-04 | 1 | -4/+21 |
* | New API to get the EphyTab from an EphyEmbed. Port all users. | Christian Persch | 2004-01-02 | 1 | -4/+4 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Remove unused types. | Christian Persch | 2003-11-04 | 1 | -4/+4 |
* | Allow dragging of tabs to a window even when the tabs bar is not shown. | Christian Persch | 2003-10-06 | 1 | -21/+16 |
* | Dave Bordoley <bordoley@msu.edu> | Marco Pesenti Gritti | 2003-09-24 | 1 | -2/+2 |
* | Enable dragging the tab from a single-tab window too. | Christian Persch | 2003-09-16 | 1 | -35/+22 |
* | Make spinner status per tab. Remove the default to tab pref, use tab by | Marco Pesenti Gritti | 2003-09-10 | 1 | -2/+2 |
* | gtk+ now supports invisible event boxes. Remove our custom implementation | Christian Persch | 2003-09-09 | 1 | -3/+13 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -10/+12 |
* | Correct insertion order of new tabs. | Christian Persch | 2003-08-06 | 1 | -1/+5 |
* | Work around for a gtk issue. Do not assert if a click outside the notebook | Marco Pesenti Gritti | 2003-08-03 | 1 | -2/+7 |
* | An input-only window event box, copied from eel's ell-input-event-box. | Christian Persch | 2003-07-22 | 1 | -1/+2 |
* | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-13 | 1 | -1/+3 |
* | Remove some unused headers. | Marco Pesenti Gritti | 2003-06-23 | 1 | -118/+133 |
* | Ref the child before removing it, and unref it after emitting the | Christian Persch | 2003-06-17 | 1 | -2/+9 |
* | The Friday the 13th Mega Patch. Beware! | Christian Persch | 2003-06-13 | 1 | -147/+167 |
* | Do not emit the TABS_CHANGED signal; the tab's egg action will itself take | Christian Persch | 2003-06-10 | 1 | -2/+0 |
* | Make sure to rebuild on add bookmark and on topic removal. Update on idle, | Marco Pesenti Gritti | 2003-06-04 | 1 | -2/+1 |
* | Get rid of the leftovers of the jump-to-tab pref. | Christian Persch | 2003-06-04 | 1 | -5/+0 |
* | Revert embed dnd changes. They doesnt work properly. | Marco Pesenti Gritti | 2003-05-23 | 1 | -14/+0 |
* | Implement our own drag dest on the embed. Dnd of multiple urls on embed | Marco Pesenti Gritti | 2003-05-22 | 1 | -0/+14 |
* | Cleanup new tab logic, and ever use window for new instances. | Marco Pesenti Gritti | 2003-05-21 | 1 | -1/+1 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+5 |
* | Marco Pesenti Gritti <marco@it.gnome.org> | David Bordoley | 2003-05-17 | 1 | -30/+49 |
* | Show the full page title in tooltip on the tab label. Loosely based on a | Christian Persch | 2003-05-11 | 1 | -15/+25 |
* | Implement the EPHY_NEW_TAB_APPEND_AFTER flag. | Christian Persch | 2003-05-06 | 1 | -0/+118 |
* | Move notebook in src/. An abstract notebook is an overkill. | Marco Pesenti Gritti | 2003-04-29 | 1 | -0/+921 |