| Commit message (Expand) | Author | Age | Files | Lines |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 31 | -931/+1023 |
* | Don't return a value in void function, part of bug #141319. | Christian Persch | 2004-05-29 | 1 | -1/+1 |
* | Fix for mozilla API change (ported from galeon). | Christian Persch | 2004-05-29 | 1 | -1/+15 |
* | Include "config.h". | Christian Persch | 2004-05-29 | 1 | -0/+4 |
* | Always include "config.h" ! | Christian Persch | 2004-05-29 | 1 | -0/+4 |
* | Fix snapshot check for mozilla >= 1.7rc2 . | Christian Persch | 2004-05-29 | 1 | -1/+1 |
* | Remove unused field in struct | Xan Lopez | 2004-05-25 | 3 | -1/+4 |
* | Fix some headers fallouts with mozilla head | Marco Pesenti Gritti | 2004-05-23 | 3 | -1/+9 |
* | Fix stupid bug. | Christian Persch | 2004-05-21 | 1 | -2/+2 |
* | Fix typo | Christian Persch | 2004-05-20 | 1 | -1/+0 |
* | Fix a MOZILLA_SNAPSHOT check for 1.7 branch. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | Fix capitalisation. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | Fix observer topic check for cookie "cleared" notification. | Christian Persch | 2004-05-17 | 1 | -1/+1 |
* | Fix refcount leak. | Christian Persch | 2004-05-16 | 1 | -0/+3 |
* | Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher. | Christian Persch | 2004-05-16 | 1 | -6/+8 |
* | *** empty log message *** | Christian Persch | 2004-05-15 | 1 | -7/+0 |
* | Yet another mozilla API change. | Christian Persch | 2004-05-15 | 1 | -13/+61 |
* | One more NS_ENSURE_TRUE. | Christian Persch | 2004-05-11 | 1 | -1/+1 |
* | Changed back to NS_ENSURE_TRUE as per discussion in bug #142184. | Christian Persch | 2004-05-11 | 1 | -23/+23 |
* | Remove unused variable. | Christian Persch | 2004-05-11 | 1 | -1/+0 |
* | Destroy the EphyBrowser in destroy handler, but delete it only on | Christian Persch | 2004-05-11 | 2 | -45/+78 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 4 | -71/+39 |
* | Forward nsIAuthPrompt interface to the single sign-on prompt | Christian Persch | 2004-05-08 | 2 | -35/+11 |
* | Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels. | Christian Persch | 2004-05-07 | 3 | -27/+27 |
* | Check for nsIPassword.h | Christian Persch | 2004-05-06 | 1 | -5/+10 |
* | Adapt to mozilla API change. | Christian Persch | 2004-05-06 | 1 | -0/+5 |
* | Whenever we have one, pass the cache key to the persist object. That way | Christian Persch | 2004-05-04 | 1 | -3/+8 |
* | Fix a mem leak; thanks to Crispin for spotting it. | Christian Persch | 2004-05-03 | 1 | -1/+1 |
* | Remove unused variable | Christian Persch | 2004-05-03 | 1 | -3/+0 |
* | Clean up encoding handling. | Christian Persch | 2004-05-02 | 8 | -109/+88 |
* | fix build bustage | Marco Pesenti Gritti | 2004-04-30 | 3 | -0/+18 |
* | fix build bustage | Marco Pesenti Gritti | 2004-04-30 | 1 | -1/+5 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-04-30 | 1 | -4/+4 |
* | Complete headers defines | Marco Pesenti Gritti | 2004-04-30 | 5 | -38/+65 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 26 | -172/+174 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-04-29 | 1 | -0/+2 |
* | Add defines for private mozilla api usage. It will make easier to track | Marco Pesenti Gritti | 2004-04-29 | 2 | -49/+41 |
* | Ensure we have a DOM window before trying to get his url. The check was | Marco Pesenti Gritti | 2004-04-29 | 2 | -2/+2 |
* | Nice mess of defines to support 1.8a. Damn. | Marco Pesenti Gritti | 2004-04-27 | 9 | -22/+222 |
* | Fix encoding of saved content; fixes bug #141050. | Marco Pesenti Gritti | 2004-04-27 | 1 | -34/+23 |
* | Fix chrome for new windows opened from _blank target. Fixes bug #139512. | Marco Pesenti Gritti | 2004-04-18 | 3 | -7/+9 |
* | s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/ | Adam Hooper | 2004-04-18 | 1 | -1/+1 |
* | Do not uncompress when the type is not html. | Marco Pesenti Gritti | 2004-04-18 | 1 | -0/+5 |
* | Fix saving of linked content. Don't create the directory; mozilla will do | Christian Persch | 2004-04-17 | 1 | -11/+8 |
* | Don't quit the filechooser when selecting "No" from the confirm- overwrite | Christian Persch | 2004-04-10 | 2 | -26/+25 |
* | Change initial refcound of EphyNode to 1, not 0 | Adam Hooper | 2004-04-10 | 3 | -7/+0 |
* | Make warning message selectable. | Piers Cornwell | 2004-04-09 | 1 | -0/+1 |
* | Eliminate ExternalProtocolHandlers in favor of setting prefs to make | Christian Biesinger | 2004-04-07 | 7 | -500/+17 |
* | Fix bookmarks toolbar visibility in fullscreen and print preview mode, as | Christian Persch | 2004-04-01 | 3 | -7/+10 |
* | Don't allow a font size less than 1. | Piers Cornwell | 2004-03-31 | 1 | -1/+1 |
* | Documented EphyEmbedFactory | Adam Hooper | 2004-03-30 | 1 | -8/+2 |
* | Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code. | Christian Persch | 2004-03-30 | 1 | -67/+1 |
* | Removed the nautilus view. | Christian Persch | 2004-03-30 | 3 | -779/+0 |
* | Documented EphyCommandManager | Adam Hooper | 2004-03-30 | 2 | -3/+28 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 4 | -11/+10 |
* | Don't assume every anchor has a href attribute. Fixes bug #138200. | Christian Persch | 2004-03-29 | 1 | -14/+5 |
* | Tiny cleanup. | Xan Lopez | 2004-03-28 | 1 | -4/+1 |
* | EphyEmbedPersist documentation | Adam Hooper | 2004-03-28 | 2 | -7/+196 |
* | Register our stock icons. | Christian Persch | 2004-03-27 | 1 | -1/+1 |
* | Documented EphyEmbedSingle | Adam Hooper | 2004-03-27 | 3 | -34/+47 |
* | Add base dir to mozilla includes since the embed SDK dir structure has | Marco Pesenti Gritti | 2004-03-26 | 1 | -0/+1 |
* | Use stock icon for open. Fixes bug #135765. | Christian Persch | 2004-03-26 | 1 | -1/+2 |
* | Fix arg type of dom_* signals to match the closure. | Christian Persch | 2004-03-26 | 1 | -2/+2 |
* | Fixed teeny typo | Adam Hooper | 2004-03-26 | 1 | -1/+1 |
* | Fixed gtk-doc comments | Adam Hooper | 2004-03-26 | 1 | -3/+6 |
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 5 | -66/+375 |
* | API documentation | Adam Hooper | 2004-03-24 | 2 | -25/+30 |
* | *** empty log message *** | Christian Persch | 2004-03-21 | 1 | -1/+1 |
* | Don't override nsWebBrowserContentPolicy contract ID, just register our | Christian Persch | 2004-03-21 | 2 | -5/+39 |
* | Cleanups chromes code and register a type for the enum. | Marco Pesenti Gritti | 2004-03-19 | 4 | -36/+49 |
* | Make secure description better (Bug #136443). | Piers Cornwell | 2004-03-19 | 1 | -0/+1 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 44 | -491/+158 |
* | *** empty log message ***Release120 | Marco Pesenti Gritti | 2004-03-15 | 1 | -0/+2 |
* | Also pop up the context menu with the menu key. | Christian Persch | 2004-03-07 | 1 | -1/+10 |
* | Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5. | Christian Persch | 2004-03-06 | 1 | -0/+8 |
* | Don't return an error when a DOM document isn't a HTML document, it's ok | Christian Persch | 2004-03-05 | 1 | -1/+2 |
* | Replace filename validity check, it was making the filename invalid | Christian Persch | 2004-03-05 | 1 | -10/+7 |
* | Change wait interval between updates to 0.2 s. | Christian Persch | 2004-03-04 | 1 | -1/+1 |
* | Unset the GValue after we're done using what it contained. | Christian Persch | 2004-03-04 | 3 | -3/+16 |
* | Keep a ref for downloads in the view. | Marco Pesenti Gritti | 2004-03-01 | 6 | -23/+107 |
* | Correct the label of the action button (Open) | Marco Pesenti Gritti | 2004-03-01 | 1 | -3/+6 |
* | Iterate backwards over the children when removing a host. | Christian Persch | 2004-03-01 | 1 | -1/+1 |
* | Remove cancelled downloads from the downloads hash; and remove partially | Christian Persch | 2004-03-01 | 2 | -58/+86 |
* | Add debug output in ctors and dtors. | Christian Persch | 2004-02-29 | 6 | -8/+16 |
* | Add "cancelled" signal to EphyEmbedPersist. | Christian Persch | 2004-02-29 | 3 | -6/+16 |
* | Add debug output. | Christian Persch | 2004-02-29 | 1 | -0/+10 |
* | Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition | Christian Persch | 2004-02-29 | 1 | -0/+40 |
* | Add debug output. | Christian Persch | 2004-02-29 | 1 | -1/+5 |
* | Fix max size logic, thanks to chpe. | Marco Pesenti Gritti | 2004-02-29 | 1 | -2/+2 |
* | Use getInterface to get the dom window from the docshell, not | Marco Pesenti Gritti | 2004-02-28 | 2 | -21/+12 |
* | Remove an useless check. | Marco Pesenti Gritti | 2004-02-28 | 2 | -12/+1 |
* | Fix for gtk+ filechooser API change. | Christian Persch | 2004-02-27 | 1 | -7/+14 |
* | Make max size property use long / bytes. | Marco Pesenti Gritti | 2004-02-25 | 7 | -18/+31 |
* | Unescape filenames whenever possible. | Xan Lopez | 2004-02-25 | 1 | -2/+13 |
* | Add $ markers | Christian Persch | 2004-02-22 | 1 | -0/+1 |
* | Actually remove nsUnicharUtils.* | Marco Pesenti Gritti | 2004-02-21 | 2 | -18/+11 |
* | R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp: | Christian Persch | 2004-02-21 | 4 | -511/+46 |
* | s/IFace/Iface/g to match the gtk+ naming convention. | Christian Persch | 2004-02-20 | 17 | -125/+125 |
* | Don't use #if inside a macro. Fixe compilation with gcc 3.2.2. | Christian Persch | 2004-02-16 | 1 | -4/+2 |
* | Make it work (TM). | Christian Persch | 2004-02-16 | 1 | -5/+13 |
* | Weak ref the real dialogue, and hide the dialogue after running it. Fixes | Christian Persch | 2004-02-16 | 1 | -2/+47 |
* | Prepare for 1.1.8 | Marco Pesenti Gritti | 2004-02-15 | 1 | -10/+0 |
* | Several types are actually safe. | Marco Pesenti Gritti | 2004-02-14 | 2 | -10/+27 |
* | Safety check. | Christian Persch | 2004-02-13 | 1 | -1/+2 |
* | Use static_cast<>, don't cast directly. | Christian Persch | 2004-02-13 | 1 | -1/+1 |
* | Unify fallback downloads dir to get the home directory. | Christian Persch | 2004-02-13 | 1 | -4/+0 |
* | Don't insist on a parent for the dialogue; because there isn't one when we | Christian Persch | 2004-02-13 | 2 | -3/+2 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 5 | -31/+68 |
* | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-02-13 | 1 | -2/+3 |
* | Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548. | Christian Persch | 2004-02-13 | 1 | -1/+1 |
* | Fix compilation with mozilla 1.4. | Christian Persch | 2004-02-13 | 1 | -1/+1 |
* | Adapt to the ever-changing mozilla APIs. | Christian Persch | 2004-02-12 | 4 | -29/+117 |
* | When open is explicitly requested from the dialog use a tmp file. | Marco Pesenti Gritti | 2004-02-12 | 1 | -4/+15 |
* | Added timeout so that dialog won't disappear before 5 seconds is over. | Chris Lahey | 2004-02-12 | 1 | -2/+67 |
* | Put the serial numbers in duplicated filenames just before the last dot so | Xan Lopez | 2004-02-12 | 1 | -7/+27 |
* | Make columns resizable | Marco Pesenti Gritti | 2004-02-12 | 1 | -4/+3 |
* | Pass the property id to the changed signal. | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+2 |
* | Fix mem leaks. | Christian Persch | 2004-02-11 | 1 | -0/+3 |
* | Include config.h. | Christian Persch | 2004-02-09 | 1 | -0/+4 |
* | Remove trailing / in invocation of mkdir, since it's unneeded and not | Christian Persch | 2004-02-08 | 1 | -1/+1 |
* | Excise old galeon 1, non ported, defined-out code. | Christian Persch | 2004-02-07 | 1 | -4/+0 |
* | David Bordoley <bordoley@msu.edu> | Biggest Flake Ever | 2004-02-05 | 1 | -0/+2 |
* | Add a space after period, fixes bug #133151. | Christian Persch | 2004-02-02 | 1 | -1/+1 |
* | Activating the status icon should only show it (HIG says so). Also set the | Xan Lopez | 2004-02-01 | 1 | -9/+2 |
* | Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeType | Christian Persch | 2004-01-31 | 1 | -2/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-30 | 1 | -2/+3 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -0/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -7/+6 |
* | Fix encodign conversion of "Untitled" filename suggestion. Fixes bug | Christian Persch | 2004-01-29 | 1 | -1/+1 |
* | Make sure to not initialize EphyBrowser multiple times. | Marco Pesenti Gritti | 2004-01-27 | 2 | -1/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+2 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -3/+4 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-26 | 1 | -1/+10 |
* | Correct a translator name. | Marco Pesenti Gritti | 2004-01-26 | 1 | -1/+5 |
* | Include nsIMIMEInfo.h to fix compilation with mozilla 1.4. | Christian Persch | 2004-01-26 | 1 | -0/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+2 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -0/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -1/+3 |
* | Add a way to get the downloads dir with a comment for translators. Use dir | Marco Pesenti Gritti | 2004-01-25 | 1 | -2/+2 |
* | When checking forms for modifications, handle correctly text entries with | Christian Persch | 2004-01-25 | 1 | -2/+14 |
* | Prepare for 1.1.4 | Marco Pesenti Gritti | 2004-01-24 | 1 | -2/+6 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 2 | -3/+13 |
* | Allow passing the translation domain to ephy_dialog_construct, to make | Christian Persch | 2004-01-24 | 4 | -9/+20 |
* | Make Cancel safe against non active downloads. | Xan Lopez | 2004-01-23 | 1 | -0/+6 |
* | Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified the | Christian Persch | 2004-01-23 | 2 | -14/+4 |
* | Updated encodings list | Christian Persch | 2004-01-23 | 1 | -2/+1 |
* | data: urls can be opened in new tabs too. | Christian Persch | 2004-01-23 | 1 | -0/+1 |
* | Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so | Christian Persch | 2004-01-23 | 1 | -2/+8 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-22 | 2 | -3/+11 |
* | Call ephy_file() explicitly for each glade file, letting extensions load glad... | Adam Hooper | 2004-01-22 | 4 | -5/+9 |
* | Destroy filepicker once it's done. I dunno about much more bugs so please | Marco Pesenti Gritti | 2004-01-22 | 1 | -0/+4 |
* | Use ngettext for number of downloads and remaining minutes display in the | Piers Cornwell | 2004-01-21 | 1 | -7/+30 |
* | about: can be opened in new tab too. | Christian Persch | 2004-01-21 | 1 | -3/+4 |
* | Re-enable fonts language font filtering, fixes bug #128814 | Christian Persch | 2004-01-21 | 1 | -1/+1 |
* | Make uri canonical before passing it as launch argument to make vfs happy. | Marco Pesenti Gritti | 2004-01-20 | 2 | -4/+6 |
* | Add a way to store paths. | Marco Pesenti Gritti | 2004-01-19 | 4 | -174/+104 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-19 | 3 | -153/+152 |
* | We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to | Christian Persch | 2004-01-19 | 1 | -15/+20 |
* | Use g_signal_connect_object to connect the embed signals, that way they're | Christian Persch | 2004-01-17 | 1 | -86/+56 |
* | Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port | Christian Persch | 2004-01-16 | 8 | -146/+377 |
* | Let the user decide about what to do with automatic dialogs. | Xan Lopez | 2004-01-15 | 2 | -3/+123 |
* | Get the page content into a string. | Christian Persch | 2004-01-14 | 3 | -2/+60 |
* | Allow to show/hide downloader clicking on tray icon. Fixes #131012. | Xan Lopez | 2004-01-14 | 1 | -1/+8 |
* | Add accelerator to Pause/Resume button. | Christian Persch | 2004-01-13 | 1 | -2/+2 |
* | Default history to "enabled". | Christian Persch | 2004-01-13 | 1 | -0/+3 |
* | Forgot this | Christian Persch | 2004-01-13 | 1 | -0/+1 |
* | Only allow "Open in New Tab/Window" for certain protocols. | Christian Persch | 2004-01-13 | 1 | -0/+27 |
* | Implement print and print setup disabling for lockdown mode. | Christopher James Lahey | 2004-01-11 | 1 | -19/+37 |
* | Adapt to the ever-changing mozilla API. | Christian Persch | 2004-01-11 | 2 | -7/+24 |
* | Include config.h | Christian Persch | 2004-01-11 | 1 | -0/+4 |
* | Implement history disabling. | Christian Persch | 2004-01-11 | 2 | -29/+143 |
* | Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again. | Christian Persch | 2004-01-10 | 1 | -1/+2 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 2 | -140/+121 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 5 | -36/+64 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 2 | -20/+30 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -171/+146 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 2 | -47/+55 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of | Christian Persch | 2004-01-10 | 1 | -8/+6 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of | Christian Persch | 2004-01-10 | 2 | -9/+14 |
* | Add an accellerator-only action (F7) to toggle caret browsing. Hook up | Christian Persch | 2004-01-09 | 2 | -0/+2 |
* | Don't save the file if disable_save_to_disk is on. | 8 | 2004-01-08 | 1 | -1/+2 |
* | Add a comment for translators. | Christian Persch | 2004-01-06 | 1 | -0/+3 |
* | Behave better when the encoding used on the page is unknown to us. | Christian Persch | 2004-01-06 | 2 | -58/+104 |
* | Remove debug output leftover. | Christian Persch | 2004-01-06 | 1 | -1/+0 |
* | Ensure that if the nsIDOMWindow provided is a frame inside an embed, we | Christian Persch | 2004-01-06 | 2 | -10/+19 |
* | Fix parent for help window. | Christian Persch | 2004-01-05 | 1 | -1/+1 |
* | Add help buttons to Certificate Viewer, PDM, print and print setup | Piers Cornwell | 2004-01-05 | 2 | -7/+38 |
* | Add API to check if an EphyEmbed has forms with user input in them. | Christian Persch | 2004-01-04 | 5 | -1/+153 |
* | Unify interface struct and type macro naming to be EphyFooIFace, | Christian Persch | 2004-01-02 | 16 | -193/+207 |
* | Remove default font notifier, it's been obsoleted by the fonts rewrite. | Christian Persch | 2004-01-02 | 2 | -13/+11 |
* | Set socks prefs from gconf too. | Christian Persch | 2004-01-02 | 1 | -0/+2 |
* | Fix mem leaks. | Christian Persch | 2004-01-01 | 2 | -4/+6 |
* | Adjust includes to make it compile with mozila 1.4. | Christian Persch | 2003-12-31 | 2 | -1/+2 |
* | Add API to EphyEmbedSingle to clear the HTTP authentication cache. | Christian Persch | 2003-12-31 | 3 | -1/+30 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 6 | -57/+54 |
* | Bring ephy_window_get_toolbar signature in line with | Christian Persch | 2003-12-25 | 1 | -2/+2 |
* | Fix mem leak. (Found by Crispin.) | Christian Persch | 2003-12-22 | 1 | -0/+1 |
* | Correctly cancel the download instead of just cancelling the request. | Marco Pesenti Gritti | 2003-12-22 | 2 | -18/+14 |
* | Sync with galeon. | Christian Persch | 2003-12-21 | 1 | -6/+6 |
* | Re-implement Pause/Resume in downloader. | Xan Lopez | 2003-12-21 | 4 | -6/+24 |
* | Get rid of about:options. | Christian Persch | 2003-12-21 | 1 | -1/+0 |
* | EphyFileChooser now destroys with parent, don't set the flag again here. | Christian Persch | 2003-12-20 | 1 | -2/+0 |
* | In-line the language editor in the prefs dialogue. | Christian Persch | 2003-12-19 | 1 | -19/+43 |
* | Factor out the common encoding is_automatic check. | Christian Persch | 2003-12-18 | 2 | -0/+11 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 3 | -52/+0 |
* | Use stock icon for print setup. | Christian Persch | 2003-12-14 | 1 | -1/+2 |
* | Fix permission return types. | Christian Persch | 2003-12-13 | 4 | -29/+47 |
* | Move events code inside EphyBrowser.cpp and add an event for blocked | Adam Hooper | 2003-12-10 | 8 | -182/+187 |
* | Lockdown: set some buttons insensitive when their pref key is not | Christian Persch | 2003-12-09 | 1 | -1/+6 |
* | Don't use g_return_if_fail for run-time error conditions. | Christian Persch | 2003-12-08 | 1 | -2/+10 |
* | Split print dialogue in print setup and actual print, and move print | Christian Persch | 2003-12-07 | 4 | -424/+262 |
* | Fix a mem leak (ported from galeon). | Christian Persch | 2003-12-06 | 1 | -1/+1 |
* | Misc cleanups. Remove a duplicated signal from EphyEmbed. | Christian Persch | 2003-12-06 | 4 | -218/+180 |
* | Remove unused variable. | Christian Persch | 2003-12-06 | 1 | -1/+0 |
* | Remove unneccessary _() call. | Christian Persch | 2003-12-06 | 1 | -1/+1 |
* | Add some missing NULL checks. | Christian Persch | 2003-12-05 | 1 | -3/+3 |
* | Epiphany is now 100% fat-free.... err... free of deprecated widgets. Add | Christian Persch | 2003-12-04 | 1 | -1/+1 |
* | Port from optionmenu to new GtkComboBox. | Christian Persch | 2003-12-04 | 1 | -2/+89 |
* | Fix strftime(3) usage. | Christian Persch | 2003-12-04 | 1 | -2/+5 |
* | Add /system/http_proxy to list of directories to monitor. | Christian Persch | 2003-12-02 | 1 | -0/+5 |
* | Handle case of get_location on an unrealized widget | Marco Pesenti Gritti | 2003-12-02 | 1 | -0/+2 |
* | Readd gtk deprecates (only in maintainer mode). | Marco Pesenti Gritti | 2003-11-30 | 1 | -1/+1 |
* | Forgot another one | Christian Persch | 2003-11-30 | 1 | -1/+1 |
* | Forgot even more | Christian Persch | 2003-11-30 | 2 | -18/+4 |
* | Improved API and implementation of EphyDialog. Add support for new combo | Christian Persch | 2003-11-30 | 3 | -96/+109 |
* | Show total downloads and time in the tray icon tooltip | Marco Pesenti Gritti | 2003-11-29 | 1 | -1/+40 |
* | Do not blindly overwrite when downloading a file with the same name than a | Xan Lopez | 2003-11-28 | 4 | -79/+76 |
* | Implement disabling unsafe protocols for lock-down mode. | Christian Persch | 2003-11-27 | 4 | -1/+186 |
* | Mark parameters "const" where appropriate. | Christian Persch | 2003-11-26 | 7 | -10/+10 |
* | Try out a different layout for downloads rows. Make the file column | Marco Pesenti Gritti | 2003-11-26 | 1 | -42/+39 |
* | Change signal names to be unique for interfaces on the same object. | Christian Persch | 2003-11-26 | 4 | -46/+47 |
* | Fix marshaller type. | Christian Persch | 2003-11-25 | 1 | -1/+1 |
* | Make it compile with mozilla < 1.5. | Christian Persch | 2003-11-25 | 1 | -1/+3 |
* | Use gnome_vfs_format_file_size_for_display to display size, put Unknown | Xan Lopez | 2003-11-25 | 1 | -9/+13 |
* | Implemented cookie and permissions observer used to actually send | Christian Persch | 2003-11-25 | 6 | -77/+402 |
* | Re-sync with mozilla. | Christian Persch | 2003-11-25 | 2 | -2/+6 |
* | Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not been | Christian Persch | 2003-11-25 | 9 | -32/+7 |
* | No need to handle mailto registration separately. | Marco Pesenti Gritti | 2003-11-24 | 2 | -58/+8 |
* | Remove. | Marco Pesenti Gritti | 2003-11-24 | 8 | -306/+210 |
* | Do not build our externla protocol service with mozilla 1.6. It has his | Marco Pesenti Gritti | 2003-11-24 | 2 | -0/+9 |
* | Make it compile with mozilla 1.4 and 1.4.1 again. | Christian Persch | 2003-11-23 | 1 | -21/+29 |
* | Very basic tray icon for downloader. | Marco Pesenti Gritti | 2003-11-23 | 2 | -1/+34 |
* | Add a tip on how to clean docs. | Marco Pesenti Gritti | 2003-11-22 | 1 | -0/+14 |
* | Add a factory to create embed objects and use it. Deal with dependency of | Marco Pesenti Gritti | 2003-11-22 | 14 | -38/+154 |
* | Fix cookie deletion; use do_GetService instead of do_CreateInstance. | Christian Persch | 2003-11-22 | 1 | -11/+11 |
* | Added API documentation. | Christian Persch | 2003-11-22 | 1 | -3/+44 |
* | New interfaces: EphyCookieManager, EphyPermissionManager, | Christian Persch | 2003-11-22 | 12 | -382/+1527 |
* | Implement an handle_content signal to allow to write plugins to support | Marco Pesenti Gritti | 2003-11-21 | 5 | -6/+55 |
* | Not necessary to store signal id in an array for interfaces. | Marco Pesenti Gritti | 2003-11-21 | 3 | -61/+11 |