summaryrefslogtreecommitdiff
path: root/src/ephy-shell.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Marco Pesenti Gritti2003-11-161-4/+12
* Move gnome session code in the shell.Marco Pesenti Gritti2003-11-161-0/+67
* Use an unique factory for both interfaces.Marco Pesenti Gritti2003-11-141-68/+102
* Looks like we need to unregister factory since we initialized it byMarco Pesenti Gritti2003-11-131-0/+3
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-131-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-101-95/+34
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-091-46/+39
* More headers fixup.Marco Pesenti Gritti2003-11-061-1/+1
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-051-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-111-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-241-8/+1
* Refactor initialization/automation code. Now all the code used by theMarco Pesenti Gritti2003-09-231-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-011-15/+11
* Correct insertion order of new tabs.Christian Persch2003-08-061-3/+4
* Fix blank page loading.Christian Persch2003-08-051-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-121-0/+1
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-091-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-081-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-031-2/+0
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-261-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-191-3/+2
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-191-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-291-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-251-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