aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.Christian Persch2004-01-101-1/+2
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-140/+121
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-105-36/+64
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-20/+30
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-171/+146
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-47/+55
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-101-8/+6
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-102-9/+14
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-092-0/+2
* Don't save the file if disable_save_to_disk is on.82004-01-081-1/+2
* Add a comment for translators.Christian Persch2004-01-061-0/+3
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-062-58/+104
* Remove debug output leftover.Christian Persch2004-01-061-1/+0
* Ensure that if the nsIDOMWindow provided is a frame inside an embed, weChristian Persch2004-01-062-10/+19
* Fix parent for help window.Christian Persch2004-01-051-1/+1
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-052-7/+38
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-045-1/+153
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-0216-193/+207
* Remove default font notifier, it's been obsoleted by the fonts rewrite.Christian Persch2004-01-022-13/+11
* Set socks prefs from gconf too.Christian Persch2004-01-021-0/+2
* Fix mem leaks.Christian Persch2004-01-012-4/+6
* Adjust includes to make it compile with mozila 1.4.Christian Persch2003-12-312-1/+2
* Add API to EphyEmbedSingle to clear the HTTP authentication cache.Christian Persch2003-12-313-1/+30
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-306-57/+54
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* Fix mem leak. (Found by Crispin.)Christian Persch2003-12-221-0/+1
* Correctly cancel the download instead of just cancelling the request.Marco Pesenti Gritti2003-12-222-18/+14
* Sync with galeon.Christian Persch2003-12-211-6/+6
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-214-6/+24
* Get rid of about:options.Christian Persch2003-12-211-1/+0
* EphyFileChooser now destroys with parent, don't set the flag again here.Christian Persch2003-12-201-2/+0
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-19/+43
* Factor out the common encoding is_automatic check.Christian Persch2003-12-182-0/+11
* *** empty log message ***Marco Pesenti Gritti2003-12-173-52/+0
* Use stock icon for print setup.Christian Persch2003-12-141-1/+2
* Fix permission return types.Christian Persch2003-12-134-29/+47
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-108-182/+187
* Lockdown: set some buttons insensitive when their pref key is notChristian Persch2003-12-091-1/+6
* Don't use g_return_if_fail for run-time error conditions.Christian Persch2003-12-081-2/+10
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-074-424/+262
* Fix a mem leak (ported from galeon).Christian Persch2003-12-061-1/+1
* Misc cleanups. Remove a duplicated signal from EphyEmbed.Christian Persch2003-12-064-218/+180
* Remove unused variable.Christian Persch2003-12-061-1/+0
* Remove unneccessary _() call.Christian Persch2003-12-061-1/+1
* Add some missing NULL checks.Christian Persch2003-12-051-3/+3
* Epiphany is now 100% fat-free.... err... free of deprecated widgets. AddChristian Persch2003-12-041-1/+1
* Port from optionmenu to new GtkComboBox.Christian Persch2003-12-041-2/+89
* Fix strftime(3) usage.Christian Persch2003-12-041-2/+5
* Add /system/http_proxy to list of directories to monitor.Christian Persch2003-12-021-0/+5
* Handle case of get_location on an unrealized widgetMarco Pesenti Gritti2003-12-021-0/+2
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-1/+1
* Forgot another oneChristian Persch2003-11-301-1/+1
* Forgot even moreChristian Persch2003-11-302-18/+4
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-303-96/+109
* Show total downloads and time in the tray icon tooltipMarco Pesenti Gritti2003-11-291-1/+40
* Do not blindly overwrite when downloading a file with the same name than aXan Lopez2003-11-284-79/+76
* Implement disabling unsafe protocols for lock-down mode.Christian Persch2003-11-274-1/+186
* Mark parameters "const" where appropriate.Christian Persch2003-11-267-10/+10
* Try out a different layout for downloads rows. Make the file columnMarco Pesenti Gritti2003-11-261-42/+39
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-264-46/+47
* Fix marshaller type.Christian Persch2003-11-251-1/+1
* Make it compile with mozilla < 1.5.Christian Persch2003-11-251-1/+3
* Use gnome_vfs_format_file_size_for_display to display size, put UnknownXan Lopez2003-11-251-9/+13
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-256-77/+402
* Re-sync with mozilla.Christian Persch2003-11-252-2/+6
* Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not beenChristian Persch2003-11-259-32/+7
* No need to handle mailto registration separately.Marco Pesenti Gritti2003-11-242-58/+8
* Remove.Marco Pesenti Gritti2003-11-248-306/+210
* Do not build our externla protocol service with mozilla 1.6. It has hisMarco Pesenti Gritti2003-11-242-0/+9
* Make it compile with mozilla 1.4 and 1.4.1 again.Christian Persch2003-11-231-21/+29
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-232-1/+34
* Add a tip on how to clean docs.Marco Pesenti Gritti2003-11-221-0/+14
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-2214-38/+154
* Fix cookie deletion; use do_GetService instead of do_CreateInstance.Christian Persch2003-11-221-11/+11
* Added API documentation.Christian Persch2003-11-221-3/+44
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-2212-382/+1527
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-215-6/+55
* Not necessary to store signal id in an array for interfaces.Marco Pesenti Gritti2003-11-213-61/+11
* If it's not possible to go up fails do not assert, just fail silently.Marco Pesenti Gritti2003-11-211-4/+5
* Reverting accidentally commited local workaroundChristian Persch2003-11-201-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2018-49/+82
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-3/+0
* Forgot to remove signal IDs from enum when I removed the signals.Christian Persch2003-11-191-2/+0
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-193-54/+33
* Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - useChristian Persch2003-11-184-0/+293
* Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetchMarco Pesenti Gritti2003-11-171-4/+6
* Resync with galeon.Marco Pesenti Gritti2003-11-173-24/+56
* *** empty log message ***Marco Pesenti Gritti2003-11-152-12/+11
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-143-33/+34
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+6
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-132-2/+2
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-116-69/+54
* Deja-vu.Xan Lopez2003-11-111-1/+0
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-2/+0
* Do not disable conversion. Some pages was saved as gz compressed.Marco Pesenti Gritti2003-11-101-2/+1
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-103-107/+8
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-0/+5
* Do not save All nodeMarco Pesenti Gritti2003-11-091-1/+2
* Remove decls from the topMarco Pesenti Gritti2003-11-093-266/+163
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-082-75/+22
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-072-6/+14
* 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