aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-35/+26
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-2812-278/+252
* Make it build with mozilla cvs. Remove only pages on history clear, theMarco Pesenti Gritti2003-05-282-6/+8
* Fix the compiler warning from my previous checkin.Christian Persch2003-05-281-1/+1
* g_list_prepend is faster than g_list_append.Christian Persch2003-05-281-7/+7
* Refactored the charset and language groups strings.Christian Persch2003-05-275-241/+172
* Fix mem leak.Christian Persch2003-05-271-1/+6
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-262-17/+46
* Fix crash on pause.Xan Lopez2003-05-262-3/+24
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-252-8/+120
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-242-120/+8
* Disable Blink and Marquee, cuz they are annoying and non-standard. Don'tDavid Bordoley2003-05-231-0/+21
* s/g_object_unref/ephy_node_unref/Xan Lopez2003-05-221-2/+2
* Add gettext call to l10nize string displayed in remaining column whenChristian Neumair2003-05-211-1/+1
* data/glade/epiphany.glade data/glade/prefs-dialog.gladeChristian Neumair2003-05-212-35/+13
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-0/+2
* Mark time format strings for translation.Christian Neumair2003-05-211-2/+4
* Make find dialog unresizable.Xan Lopez2003-05-211-17/+0
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-203-18/+19
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-207-287/+115
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-201-3/+7
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-202-42/+54
* Remove fine grain color settings. Always use the system theme colors inDavid Bordoley2003-05-193-10/+3
* 0.6.1Marco Pesenti Gritti2003-05-191-3/+4
* Do not allow to resize the dialog vertically, fixes #112727. Remove unusedXan Lopez2003-05-172-2/+20
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-177-9/+20
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-141-3/+3
* Use new gnome vfs show_url api.Marco Pesenti Gritti2003-05-133-4/+11
* Fix Open, typo.Marco Pesenti Gritti2003-05-111-1/+1
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-112-2/+3
* Use sys language as defaultMarco Pesenti Gritti2003-05-111-27/+47
* Implement security page. Remove some useless hidden prefs in the process.Marco Pesenti Gritti2003-05-102-43/+9
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-38/+21
* Check for NULL PresContext.Christian Persch2003-05-061-1/+1
* Remove proxy prefs initialization. Now we call the gconf notifier onMarco Pesenti Gritti2003-05-062-90/+20
* Initialize mozilla prefs on startup every time. That is necessary ifMarco Pesenti Gritti2003-05-053-107/+66
* Do not assert on corrupted xml, just warn. Put back views shadows for now.Marco Pesenti Gritti2003-05-031-1/+1
* Workaround to not act on every download, ongoing or finished, when weXan Lopez2003-05-024-147/+74
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-1/+0
* We dont need a _remove api, unrefing the node will work better. Try toMarco Pesenti Gritti2003-04-302-35/+16
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-285-14/+8
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-282-2/+2
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-248-66/+13
* Assume Pause/Resume is available for every channel, "fixes" resume forXan Lopez2003-04-194-28/+5
* from galeon. Don't assume sizeof(gsize) == sizeof(guint) makes epiphanyMarco Pesenti Gritti2003-04-191-4/+4
* Implement clear history. Put favicons near sites names.Marco Pesenti Gritti2003-04-192-5/+31
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-181-32/+1
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-182-1/+22
* Moved the new_window_orphan signal to EphyEmbedSingle.Dave Camp2003-04-174-16/+24
* Remove some obsolete factory codeMarco Pesenti Gritti2003-04-161-3/+0
* Use home:, have titles.Marco Pesenti Gritti2003-04-152-2/+2
* Fix leaks. Dont truncate utf8 strings.Marco Pesenti Gritti2003-04-141-9/+3
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-131-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-04-1220-526/+311
* Use mozilla-config.h instead of hacks.Marco Pesenti Gritti2003-04-051-4/+1
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-252-0/+27
* Set and icon for the download windowDavid Bordoley2003-03-241-0/+8
* Cleanup filepicker api behavior. Put pdm buttons in a size group, to makeMarco Pesenti Gritti2003-03-172-3/+1
* Keep a ref on EmbedPersist while save is in progress.Marco Pesenti Gritti2003-03-164-5/+32
* Fix leak and a double freeChristian Persch2003-03-151-0/+1
* Remove our custom prompt implementation. Gtkmozembed provides and HIGMarco Pesenti Gritti2003-03-154-821/+0
* Reload embed when changing charsetMarco Pesenti Gritti2003-03-154-9/+8
* revert to revision 1.2 to fix crash, per Marco's advice. Fixes: 108198.Andrew Sobala2003-03-151-21/+11
* weak ref the dialog (from galeon)Marco Pesenti Gritti2003-03-111-11/+21
* Better user agent string (from galeon)Marco Pesenti Gritti2003-03-071-1/+1
* about: world cominationXan Lopez2003-03-073-1/+11
* Translate menusMarco Pesenti Gritti2003-03-054-0/+10
* *** empty log message ***Marco Pesenti Gritti2003-03-042-0/+197
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-042-1/+18
* Fix embed dialog to pass a good EphyEmbed when the initial one has beenMarco Pesenti Gritti2003-03-011-1/+16
* Adapt to API change in CVS mozilla.James Willcox2003-02-231-9/+0
* fix casting on big-endian, from galeon.Marco Pesenti Gritti2003-02-161-1/+6
* *** empty log message ***Marco Pesenti Gritti2003-02-151-51/+46
* Fix mozilla bookmarks import.Xan Lopez2003-02-091-1/+1
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-2/+16
* Fix #105184Marco Pesenti Gritti2003-02-061-11/+16
* Split mozilla related calls out of EmbedShell. Load default mozilla prefsMarco Pesenti Gritti2003-02-063-0/+542
* *** empty log message ***Marco Pesenti Gritti2003-02-0620-633/+252
* Dont crash when going to a not existent page.Marco Pesenti Gritti2003-02-051-0/+1
* *** empty log message ***Marco Pesenti Gritti2003-02-031-1/+0
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-031-1/+0
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-302-1/+3
* dont leak signals, ported from galeonMarco Pesenti Gritti2003-01-281-1/+2
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-231-1/+1
* Dont crash when url is NULLMarco Pesenti Gritti2003-01-221-1/+2
* Api changes.Marco Pesenti Gritti2003-01-215-17/+23
* Fix a stupid mistake porting galeon changes, no more freeze.Marco Pesenti Gritti2003-01-211-3/+0
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-205-23/+41
* Don't leak history xml every 5 minutesLee Willis2003-01-171-0/+1
* fix incorrect figures on small filesRob Clews2003-01-172-1/+13
* Dont crash when schemas installed incorrectlyMarco Pesenti Gritti2003-01-141-0/+1
* s/Galeon/Epiphany/Alex Duggan2003-01-1410-13/+13
* Use the title also for hosts in history. Cleanup hosts matching code aMarco Pesenti Gritti2003-01-141-54/+121
* Use favicons in bookmarks. Use titles for session history when possible.Marco Pesenti Gritti2003-01-131-0/+2
* 0.4.2 Release. Switch configure.in to 0.5.0.Marco Pesenti Gritti2003-01-123-5/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-124-25/+15
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-122-11/+4
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-129-860/+326
* left this outMarco Pesenti Gritti2003-01-111-2/+4
* Implement a cancel api. Fix refcount to really destroy the WebPersistMarco Pesenti Gritti2003-01-114-6/+48
* Download favicon only when it's not already on disk. As side effect avoidMarco Pesenti Gritti2003-01-101-2/+4
* Fix schemas build.Marco Pesenti Gritti2003-01-101-1/+1
* Destroy "Invalid path dialog" correctlyLee Willis2003-01-101-0/+1
* Rehash link context menu order to be hig compliant. Set a desktop icon.Marco Pesenti Gritti2003-01-101-0/+21
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-092-4/+10
* More start here page work, importing bookmarks from mozilla now shouldMarco Pesenti Gritti2003-01-093-1/+34
* revertMarco Pesenti Gritti2003-01-081-35/+0
* More work on the start here page.Marco Pesenti Gritti2003-01-082-7/+50
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-071-14/+38
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-063-34/+29
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-057-49/+35
* Really update favicon when switching tab.Marco Pesenti Gritti2003-01-051-5/+16
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-052-4/+2
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-0213-993/+51
* Rewrite ephy node multiple removals to actually work.Marco Pesenti Gritti2003-01-011-8/+12
* *** empty log message ***Marco Pesenti Gritti2003-01-012-1/+106
* Resync with galeon.Marco Pesenti Gritti2002-12-313-46/+46
* Remove hidden filtering page.Marco Pesenti Gritti2002-12-311-12/+47
* Initial revisionMarco Pesenti Gritti2002-12-3190-0/+20998