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