aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-1/+2
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-021-1/+5
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-20/+0
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-301-2/+2
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-1/+1
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-145/+149
* pass the shell to the callbacks as expected. Fix warnings.Marco Pesenti Gritti2003-12-021-2/+2
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-0/+22
* Make PDM dialogue a singleton.Christian Persch2003-11-271-0/+23
* *** empty log message ***Marco Pesenti Gritti2003-11-171-4/+12
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-171-0/+67
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-151-68/+102
* Looks like we need to unregister factory since we initialized it byMarco Pesenti Gritti2003-11-141-0/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-75/+23
* ChangeLogMarco Pesenti Gritti2003-11-131-46/+163
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-24/+0
* New extensions API.Christian Persch2003-11-111-95/+34
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-46/+39
* More headers fixup.Marco Pesenti Gritti2003-11-071-1/+1
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-12/+23
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-1/+23
* Merge completion branchMarco Pesenti Gritti2003-10-121-33/+0
* Simpler implementation.Marco Pesenti Gritti2003-09-271-1/+1
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-10/+15
* Don't destroy the session when all windows are closed.Christian Persch2003-09-251-8/+1
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-241-0/+32
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-9/+34
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-3/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-15/+11
* Correct insertion order of new tabs.Christian Persch2003-08-061-3/+4
* Fix blank page loading.Christian Persch2003-08-061-5/+10
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-7/+11
* Very simple plugin framework, unused for now. We will start makingMarco Pesenti Gritti2003-07-121-0/+42
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-32/+0
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-6/+24
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-1/+1
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-2/+2
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-16/+3
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-0/+1
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-1/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-83/+0
* Explicitly create pointer to avoid strict aliasing warnings with gcc 3.3.Jeremy Katz2003-06-091-1/+2
* Make sure to rebuild on add bookmark and on topic removal. Update on idle,Marco Pesenti Gritti2003-06-041-72/+23
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-041-2/+0
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-1/+7
* Cleanup new tab logic, and ever use window for new instances.Marco Pesenti Gritti2003-05-211-34/+32
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-3/+2
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-201-2/+0
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-14/+2
* Implement the EPHY_NEW_TAB_APPEND_AFTER flag.Christian Persch2003-05-061-2/+15
* Respect all the new_tab used flags, drop unused ones. Patch by ChristianXan Lopez2003-04-301-0/+3
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-301-2/+10
* Actually pass a parent to history/bookmarks window, where to open the url.Marco Pesenti Gritti2003-04-281-2/+16
* updateMarco Pesenti Gritti2003-04-271-1/+21
* Hookup to the response signal instead of using gtk_dialog_run. Prevents usDavid Bordoley2003-04-261-42/+30
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-2/+19
* Update from eggMarco Pesenti Gritti2003-04-251-0/+15
* Open view source and copy page next to the current tab, not at the endXan Lopez2003-04-191-3/+9
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-1/+41
* Moved the new_window_orphan signal to EphyEmbedSingle.Dave Camp2003-04-171-1/+1
* Remove some api that was just silly wrappers. Return GtkTreeViewColumn onMarco Pesenti Gritti2003-04-151-1/+2
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-1/+1
* Allow to launch the BME alone, rework some CORBA code, add a .desktop fileXan Lopez2003-04-091-0/+40
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-191-0/+2
* Translate menusMarco Pesenti Gritti2003-03-051-0/+6
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-041-0/+1
* Remove an hack used to work around a fixed combo problemMarco Pesenti Gritti2003-02-261-1/+1
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-231-4/+9
* Make nautilus view actually workMarco Pesenti Gritti2003-02-101-1/+5
* Error handling in moz bookmarks import.Xan Lopez2003-02-091-8/+18
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-1/+49
* *** empty log message ***Marco Pesenti Gritti2003-02-061-4/+9
* hmmmMarco Pesenti Gritti2003-01-211-1/+0
* Api changes.Marco Pesenti Gritti2003-01-211-7/+3
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-1/+2
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-1/+1
* Use the title also for hosts in history. Cleanup hosts matching code aMarco Pesenti Gritti2003-01-141-0/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-6/+2
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-121-0/+2
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-091-0/+39
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-33/+9
* *** empty log message ***Marco Pesenti Gritti2003-01-021-1/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+525