aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Small cleanupsMarco Pesenti Gritti2003-11-072-9/+0
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-068-13/+7
* Correct download dir default.Marco Pesenti Gritti2003-11-063-9/+108
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-067-7/+7
* Only allow choosing "Selection" if there really is one.Christian Persch2003-11-051-37/+71
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-053-10/+12
* Migrate font family tooMarco Pesenti Gritti2003-11-052-1/+30
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-0519-1244/+851
* Better names for new font size keysMarco Pesenti Gritti2003-11-051-3/+3
* Resync with eel.Marco Pesenti Gritti2003-11-052-9/+116
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-053-3/+0
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-052-350/+37
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-045-33/+34
* Remove unused types.Christian Persch2003-11-041-13/+13
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-033-56/+36
* Adjust return value so that mozilla doesn't erreonously put up a failureChristian Persch2003-11-031-1/+1
* Don't unref the print dialogue twice when shown from mozilla.Christian Persch2003-11-032-9/+41
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Only save history db if there have been changes. Fixes bug #125973.Christian Persch2003-11-011-1/+48
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-3/+9
* Correctly set the embed for the print dialogue.Christian Persch2003-10-313-4/+20
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-5/+6
* Yet another mozilla API change.Christian Persch2003-10-311-1/+6
* Do not require a parent windowMarco Pesenti Gritti2003-10-311-4/+5
* Add public function to get a host node from a page url.Christian Persch2003-10-302-5/+18
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-293-16/+5
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-293-8/+9
* Implement smart selection in the downloader view.Xan Lopez2003-10-293-12/+80
* Add sanity check.Christian Persch2003-10-281-2/+5
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-2812-89/+28
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-281-8/+8
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-281-9/+12
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-282-16/+79
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-283-53/+15
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-288-114/+144
* *** empty log message ***Marco Pesenti Gritti2003-10-283-133/+97
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-277-278/+58
* Port to new gtk+ file chooser.Christian Persch2003-10-2619-1249/+738
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-259-253/+242
* Remove a debug print, don't do anything on wm delete event.Xan Lopez2003-10-251-3/+1
* Resync with galeon.Marco Pesenti Gritti2003-10-256-76/+1774
* Remove open button, autclose when there are no downloads left.Xan Lopez2003-10-251-40/+15
* Use translatable title for untitled pages.Christian Persch2003-10-241-2/+8
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-246-119/+207
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-234-18/+60
* Encoding menu improvements, Episode V: MPT strikes back.Christian Persch2003-10-212-69/+1
* unref the model once it's set in the viewMarco Pesenti Gritti2003-10-201-0/+1
* We cant remove while iterating childrens, build a list and remove later.Marco Pesenti Gritti2003-10-191-8/+14
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-195-155/+200
* do not try to remove All nodeMarco Pesenti Gritti2003-10-191-1/+4
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-191-27/+32
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-181-12/+3
* initialize cur/total sizeMarco Pesenti Gritti2003-10-181-0/+2
* fixup styleMarco Pesenti Gritti2003-10-182-194/+188
* Add nsIAuthPrompt implementation, necessary to make downloads onMarco Pesenti Gritti2003-10-182-2/+48
* Fix string for old mozilla versions.Marco Pesenti Gritti2003-10-181-8/+10
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-1814-119/+841
* Fix Save As, we need ever to pass the url now. Now hope chpe stop to bugMarco Pesenti Gritti2003-10-171-13/+19
* I suck ... files forgotMarco Pesenti Gritti2003-10-172-3/+5
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-1725-2493/+1249
* Include config.h.Christian Persch2003-10-161-1/+7
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-145-299/+28
* Return "en" when in C locale.Christian Persch2003-10-131-1/+1
* Include config.h.Christian Persch2003-10-121-0/+4
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-123-10/+20
* Merge completion branchMarco Pesenti Gritti2003-10-121-77/+0
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-125-4/+62
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-113-59/+3
* Add new files.Xan Lopez2003-10-074-0/+1212
* More granular filtering updateMarco Pesenti Gritti2003-10-061-4/+70
* Don't pass NULL to gnome_vfs_expand_initial_tilde.Christian Persch2003-09-301-1/+10
* More accurate description for Ever filter. Keep the backend as is, so weMarco Pesenti Gritti2003-09-301-0/+1
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-2/+5
* API sync, from galeon.Xan Lopez2003-09-271-8/+8
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-2/+4
* Fix #123176. Use response instead of connecting 210 callbacks.Marco Pesenti Gritti2003-09-251-20/+25
* Use gconf_client_notify. Fixed bug #112882.Christian Persch2003-09-201-10/+1
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-202-16/+18
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-1/+0
* embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cppChristian Persch2003-09-194-0/+494
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-182-50/+8
* Re-revert, use new gnome vfs show_url api.Christian Persch2003-09-181-3/+3
* Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile.Patanjali Somayaji2003-09-144-6/+6
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-104-23/+7
* *** empty log message ***Marco Pesenti Gritti2003-09-081-53/+26
* Set wrap around prop in mozilla interfaceMarco Pesenti Gritti2003-09-071-0/+1
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-0232-409/+298
* Add extra bogosity check, ported from galeon.Christian Persch2003-08-241-0/+1
* Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.Marco Pesenti Gritti2003-08-241-1/+1
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-7/+8
* Do not try to remove completed downloads, fixes a crash.Marco Pesenti Gritti2003-08-201-2/+5
* Add activate api.Marco Pesenti Gritti2003-08-193-0/+21
* *** empty log message ***Marco Pesenti Gritti2003-08-172-19/+0
* Fix bug #119818.Christian Persch2003-08-151-1/+14
* Expand initial ~ in file name to print to.Christian Persch2003-08-151-1/+2
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-1/+1
* Remove an unused progress listener. Looks like galeon 1 code ?!Marco Pesenti Gritti2003-08-144-159/+1
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-122-1/+46
* Sync with Moz HEAD.Xan Lopez2003-08-111-2/+5
* Fix mem leak.Christian Persch2003-08-091-3/+4
* Fix mem leaks.Christian Persch2003-08-091-21/+42
* Fix mem leak.Christian Persch2003-08-091-0/+4
* s/KB/kB/Xan Lopez2003-08-081-4/+4
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+4
* *** empty log message ***Marco Pesenti Gritti2003-08-071-61/+55
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-052-1/+85
* Compare the scheme to "file", not the entire url.Christian Persch2003-08-041-3/+5
* 0.8.2. Drop mozilla 1.3 compatibility.Release082Marco Pesenti Gritti2003-08-031-16/+0
* revert last commitMarco Pesenti Gritti2003-08-031-0/+3
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-021-3/+0
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-023-10/+29
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-3/+9
* coughXan Lopez2003-07-241-1/+1
* Add history include dir, needed for Mozilla 1.5bXan Lopez2003-07-231-0/+2
* Do not emit warning when language pack is not installed.Marco Pesenti Gritti2003-07-201-7/+1
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-208-344/+167
* I forgot to commit the Makefile.am changes needed for the previous patch.Christian Persch2003-07-201-0/+2
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-191-0/+66
* Do not enable smooth scroll and image autoresize.Marco Pesenti Gritti2003-07-181-8/+0
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-172-0/+22
* Fix compiler warning.Christian Persch2003-07-151-1/+1
* 0.8.0. Make it distcheck.Marco Pesenti Gritti2003-07-151-1/+1
* List all mozilla fonts and not only the language specific, otherwise weMarco Pesenti Gritti2003-07-151-37/+17
* Fix mem leaks; thanks to Xan for pointing this out.Christian Persch2003-07-141-0/+5
* UpdateMarco Pesenti Gritti2003-07-143-14/+30
* Fix mem leaks.Christian Persch2003-07-141-9/+27
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-137-30/+40
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-3/+10
* Merge external protocols in one file (implementation is just one macro).Marco Pesenti Gritti2003-07-079-217/+147
* *** empty log message ***Marco Pesenti Gritti2003-07-061-7/+2
* Fix mem leak.Christian Persch2003-07-061-0/+1
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-062-6/+10
* Remove the persist object from the hash table before emitting the changedChristian Persch2003-07-041-3/+5
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-0410-99/+102
* Sync with Moz Head, small cleanup.Xan Lopez2003-07-042-5/+4
* s/Caches/CacheMarco Pesenti Gritti2003-07-021-1/+0
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-021-38/+0
* Use normal google search for keywordsMarco Pesenti Gritti2003-07-021-1/+1
* Remove some unused codeMarco Pesenti Gritti2003-07-014-55/+2
* Remember the directory when saving files. Fixes #115603.James Willcox2003-06-301-22/+30
* Fix callbacks for new signature of ge_location embed signal.Christian Persch2003-06-301-1/+1
* Emit the changed signal before unrefing the persist object. The changedMarco Pesenti Gritti2003-06-291-5/+8
* Don't show -1 KB before download starts.Piers Cornwell2003-06-291-1/+1
* removed unused header, fixes compilation with mozilla headChristophe Fergeau2003-06-291-1/+0
* Set done size to total size on download completedMarco Pesenti Gritti2003-06-281-6/+10
* Fix mem leaks.Christian Persch2003-06-281-2/+10
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-283-6/+13
* Add two new encodings, and change access keys to be unique.Christian Persch2003-06-261-3/+7
* Check dom_event, emit warning and return if it is NULL.Christian Persch2003-06-261-1/+19
* Grab focus after the old text has been restored.Marco Pesenti Gritti2003-06-251-6/+6
* Api changeMarco Pesenti Gritti2003-06-241-0/+7
* Remove some unused headers.Marco Pesenti Gritti2003-06-232-7/+1
* *** empty log message ***Marco Pesenti Gritti2003-06-231-7/+2
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-1/+1
* Use nsDependentCString instead of NS_LITERAL_CSTRING. Fixes bug 115739.Christian Persch2003-06-231-3/+3
* Fix add bookmark from linkMarco Pesenti Gritti2003-06-231-0/+4
* Drop encodings from our list which are not meant to be used in a browser.Christian Persch2003-06-221-13/+0
* Add two missing font language groups, and reorder encodings list.Christian Persch2003-06-221-20/+18
* *** empty log message ***Marco Pesenti Gritti2003-06-221-1/+1
* Pass elapsed times in seconds, more consistent and avoid overflow.Marco Pesenti Gritti2003-06-221-1/+1
* Misc i18n fixes: mark default encoding and encoding autodetector in theChristian Persch2003-06-221-1/+15
* Mozilla api change, pfffffMarco Pesenti Gritti2003-06-201-0/+4
* Fix compilation.Xan Lopez2003-06-202-1/+1
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-2/+1
* More cleanups, fix memleaks.Xan Lopez2003-06-194-54/+46
* Drop some useless code.Xan Lopez2003-06-181-7/+0
* As first thing when a download stop, report it to the view.Marco Pesenti Gritti2003-06-181-10/+9
* Re-enable the next/prev buttons on page change.Christian Persch2003-06-181-2/+52
* All cleanup and fixes and no play makes Xan a dull boy All cleanup andXan Lopez2003-06-182-29/+22
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-6/+6
* Fix use document colorsMarco Pesenti Gritti2003-06-171-2/+4
* Fix potential crash.Christian Persch2003-06-161-2/+5
* *** empty log message ***Marco Pesenti Gritti2003-06-162-718/+0
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-164-93/+620
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-1610-312/+73
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-168-2/+158
* Remove unneeded includes which mozilla cvs no longer provides.Christian Persch2003-06-151-2/+0
* TypoMarco Pesenti Gritti2003-06-151-1/+1
* Use new INIT macros (from galeon).Marco Pesenti Gritti2003-06-155-81/+63
* Removed it because it's unnecessary.Christian Persch2003-06-151-91/+0
* *** empty log message ***Marco Pesenti Gritti2003-06-152-22/+31
* Convert dialog to metric units and default paper to A4. Fixes #112619Christian Persch2003-06-153-18/+24
* Fix mem leaks.Christian Persch2003-06-151-6/+7
* ), (EventContext::SetStringProperty (const char*, const nsACString&)):Christian Persch2003-06-152-3/+6
* Make prev/next navigation capability an object property, and sync on embedChristian Persch2003-06-154-103/+134
* Use g_list_prepend instead of g_list_append, and fix mem leaks along theChristian Persch2003-06-141-10/+9
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-142-10/+11
* TypoMarco Pesenti Gritti2003-06-141-1/+1
* Add support for string enums.Marco Pesenti Gritti2003-06-136-147/+153
* embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,Christian Neumair2003-06-132-0/+8
* Dont try to use class members after the class has been deleted.Marco Pesenti Gritti2003-06-132-2/+4
* Do not use c++ new to allocate priv struct of the objectMarco Pesenti Gritti2003-06-131-1/+1
* Sigh. Fix some more mem leaks.Christian Persch2003-06-133-3/+7
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-121-0/+4
* remove unused stuffMarco Pesenti Gritti2003-06-092-236/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-093-29/+0
* Remove some leftovers.Marco Pesenti Gritti2003-06-081-18/+0
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-075-29/+28
* We used to have two mnemonics for Shift_JS. Fix it and tell translatorsChristian Neumair2003-06-071-1/+3
* Fixup a mistake in my previous patch for encoding accesskeys.Piers Cornwell2003-06-071-1/+1
* Add accels on the encoding menus.Piers Cornwell2003-06-061-102/+102
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-054-33/+30
* Move the bookmarks menu after go. There is a slight inconsistency in theDavid Bordoley2003-06-051-3/+83
* Remove custom notifiers, the generic string notifier works just fine forChristian Persch2003-06-011-49/+3
* Do not unref the db before cleaning the nodes.Marco Pesenti Gritti2003-06-011-2/+2
* 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