| Commit message (Expand) | Author | Age | Files | Lines |
* | #ifdef HAVE_CONFIG_H the inclusion of config.h. | Christian Persch | 2004-02-20 | 1 | -0/+6 |
* | Remove duplicate entry for ephy-gui.h. | Christian Persch | 2004-02-20 | 1 | -0/+6 |
* | s/IFace/Iface/g to match the gtk+ naming convention. | Christian Persch | 2004-02-20 | 1 | -0/+60 |
* | Remove duplicate --with-html-dir argument | Julio M. Merino Vidal | 2004-02-20 | 1 | -0/+10 |
* | Fix off-by-one error when computing the height of the table. | Christian Persch | 2004-02-19 | 1 | -0/+6 |
* | When removing a toolbar, make its items available again in the toolbar | Christian Persch | 2004-02-19 | 1 | -0/+10 |
* | Fixed typos in the bookmarks explanation. | Alexander Winston | 2004-02-19 | 1 | -0/+4 |
* | Remove the toolbar height contraint when the first item is added to it. | Christian Persch | 2004-02-18 | 1 | -0/+8 |
* | s/EphyExtensionClass/EphyExtensionIface/g | Christian Persch | 2004-02-17 | 1 | -0/+11 |
* | Epiphany 1.1.9.Release119 | Christian Persch | 2004-02-17 | 1 | -0/+7 |
* | Don't use #if inside a macro. Fixe compilation with gcc 3.2.2. | Christian Persch | 2004-02-16 | 1 | -0/+6 |
* | Make it work (TM). | Christian Persch | 2004-02-16 | 1 | -0/+6 |
* | Weak ref the real dialogue, and hide the dialogue after running it. Fixes | Christian Persch | 2004-02-16 | 1 | -0/+9 |
* | Prepare for 1.1.8 | Marco Pesenti Gritti | 2004-02-15 | 1 | -0/+12 |
* | Quiet cvs. | Xan Lopez | 2004-02-15 | 1 | -0/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-02-14 | 1 | -0/+13 |
* | Install the statusbar .h file. | Christian Persch | 2004-02-13 | 1 | -0/+18 |
* | R data/epiphany-1.0.pc.in: A data/epiphany-1.2.pc.in: | Christian Persch | 2004-02-13 | 1 | -0/+10 |
* | Safety check. | Christian Persch | 2004-02-13 | 1 | -0/+6 |
* | Use static_cast<>, don't cast directly. | Christian Persch | 2004-02-13 | 1 | -0/+6 |
* | Don't set entries insensitive, only set the non-editable when the gconf | Christian Persch | 2004-02-13 | 1 | -0/+7 |
* | Unify fallback downloads dir to get the home directory. | Christian Persch | 2004-02-13 | 1 | -0/+7 |
* | Don't insist on a parent for the dialogue; because there isn't one when we | Christian Persch | 2004-02-13 | 1 | -0/+7 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -0/+27 |
* | Add a missing accellerator | Marco Pesenti Gritti | 2004-02-13 | 1 | -0/+6 |
* | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-02-13 | 1 | -0/+9 |
* | Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548. | Christian Persch | 2004-02-13 | 1 | -0/+10 |
* | Fix compilation with mozilla 1.4. | Christian Persch | 2004-02-13 | 1 | -0/+6 |
* | Adapt to the ever-changing mozilla APIs. | Christian Persch | 2004-02-12 | 1 | -0/+9 |
* | Simplify and hopefully fix mem corruption | Marco Pesenti Gritti | 2004-02-12 | 1 | -0/+6 |
* | When open is explicitly requested from the dialog use a tmp file. | Marco Pesenti Gritti | 2004-02-12 | 1 | -0/+7 |
* | Added timeout so that dialog won't disappear before 5 seconds is over. | Chris Lahey | 2004-02-12 | 1 | -0/+6 |
* | Increase bookmarks format version. | Christian Persch | 2004-02-12 | 1 | -0/+6 |
* | Update bookmarks keywords | Marco Pesenti Gritti | 2004-02-12 | 1 | -0/+6 |
* | Put the serial numbers in duplicated filenames just before the last dot so | Xan Lopez | 2004-02-12 | 1 | -0/+7 |
* | Make columns resizable | Marco Pesenti Gritti | 2004-02-12 | 1 | -0/+6 |
* | Do not load js urls when middle clicked. | Marco Pesenti Gritti | 2004-02-12 | 1 | -0/+7 |
* | Cleanup | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+10 |
* | Better keyword matching function. Should match only words (not middle | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+8 |
* | Pass the property id to the changed signal. | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+31 |
* | Fix mem leaks. | Christian Persch | 2004-02-11 | 1 | -0/+6 |
* | Better autocompletion sorting logic. | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+11 |
* | Show the title of the bookmark, not the address | Marco Pesenti Gritti | 2004-02-11 | 1 | -0/+6 |
* | Fix the fix for the epiphany equivalent of bug #133633. Don't convert the | Christian Persch | 2004-02-10 | 1 | -0/+9 |
* | Include config.h. | Christian Persch | 2004-02-09 | 1 | -0/+7 |
* | Added "mi" to ALL_LINGUAS. Added Maori translation by John C Barstow | Christian Rose | 2004-02-09 | 1 | -0/+4 |
* | Remove trailing / in invocation of mkdir, since it's unneeded and not | Christian Persch | 2004-02-08 | 1 | -0/+7 |
* | Make middle-click paste work with urls with IDN domain names. Fixes the | Christian Persch | 2004-02-07 | 1 | -0/+7 |
* | Excise old galeon 1, non ported, defined-out code. | Christian Persch | 2004-02-07 | 1 | -0/+6 |
* | Honour the --with-gconf-schema-file-dir and --disable-schemas-install | Christian Persch | 2004-02-07 | 1 | -1/+8 |
* | Now that GtkComboBox supports mnemonic activation, set the focus target of | Christian Persch | 2004-02-06 | 1 | -0/+7 |
* | Make warning message selectable per hig. | Piers Cornwell | 2004-02-05 | 1 | -0/+6 |
* | No need to connect to the toolitem's create-menu-proxy signal, gtk+ does | Christian Persch | 2004-02-05 | 1 | -0/+8 |
* | gtk+ now connects the tool item's create_menu_proxy to the action's | Christian Persch | 2004-02-05 | 1 | -1/+11 |
* | Fix toolbar overflow menu creation. Don't connect zoom control signals to | Christian Persch | 2004-02-05 | 1 | -0/+12 |
* | Fix mem leak. | Christian Persch | 2004-02-05 | 1 | -0/+7 |
* | Dialogs shouldn't show up in the window list, period. | Christian Persch | 2004-02-05 | 1 | -0/+9 |
* | Don't show Find, Add Language, and Encodings dialogue in window list. | Christian Persch | 2004-02-05 | 1 | -0/+8 |
* | Set a default height/width for the dialog. | David Bordoley | 2004-02-05 | 1 | -0/+6 |
* | David Bordoley <bordoley@msu.edu> | Biggest Flake Ever | 2004-02-05 | 1 | -0/+9 |
* | Use title capitalisation for title. | Piers Cornwell | 2004-02-04 | 1 | -0/+6 |
* | Add Ukrainian translation | Maxim Dziumanenko | 2004-02-02 | 1 | -0/+4 |
* | Use gnome-common to generate help makefiles | Marco Pesenti Gritti | 2004-02-02 | 1 | -0/+8 |
* | Version 1.1.7. | Christian Persch | 2004-02-02 | 1 | -0/+6 |
* | Decouple extensions manager initialisation and extensions loading. Fixes a | Christian Persch | 2004-02-02 | 1 | -0/+10 |
* | typo in icon name | Marco Pesenti Gritti | 2004-02-02 | 1 | -0/+6 |
* | Add a space after period, fixes bug #133151. | Christian Persch | 2004-02-02 | 1 | -0/+6 |
* | Activating the status icon should only show it (HIG says so). Also set the | Xan Lopez | 2004-02-01 | 1 | -0/+8 |
* | Prepare for 1.1.6 | Adam Hooper | 2004-02-01 | 1 | -0/+7 |
* | Obvious typo fix | Adam Hooper | 2004-01-31 | 1 | -0/+6 |
* | Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeType | Christian Persch | 2004-01-31 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-30 | 1 | -0/+6 |
* | Fix property getter of "icon" property. | Christian Persch | 2004-01-29 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-29 | 1 | -0/+6 |
* | Fix encodign conversion of "Untitled" filename suggestion. Fixes bug | Christian Persch | 2004-01-29 | 1 | -0/+7 |
* | Don't crash when reading the RDF file fails. | Christian Persch | 2004-01-29 | 1 | -0/+7 |
* | Use rdf:resource instead of rdf:about, fixes bug #131543. | Christian Persch | 2004-01-29 | 1 | -0/+7 |
* | Sync topic names in the menu. Fixes bug #128097. | Christian Persch | 2004-01-29 | 1 | -0/+8 |
* | Fix options parsing. | Christian Persch | 2004-01-29 | 1 | -0/+7 |
* | Use EPHY_STOCK_DOWNLOAD for the download link icon. | David Bordoley | 2004-01-29 | 1 | -0/+6 |
* | Fix linking with nautilus view enabled. | Christian Persch | 2004-01-28 | 1 | -0/+6 |
* | Check for required libnautilus version, and conditionally enable nautilus | Christian Persch | 2004-01-28 | 1 | -0/+8 |
* | Update documentation. | Piers Cornwell | 2004-01-28 | 1 | -0/+6 |
* | Only try to rmdir() the tmp directory if we have one. | Christian Persch | 2004-01-27 | 1 | -0/+6 |
* | Make sure to not initialize EphyBrowser multiple times. | Marco Pesenti Gritti | 2004-01-27 | 1 | -0/+8 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-27 | 1 | -0/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-26 | 1 | -0/+6 |
* | Correct a translator name. | Marco Pesenti Gritti | 2004-01-26 | 1 | -0/+16 |
* | Include nsIMIMEInfo.h to fix compilation with mozilla 1.4. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+7 |
* | Fix mem leaks. | Christian Persch | 2004-01-26 | 1 | -0/+7 |
* | ==> ChangeLog <== | Christian Persch | 2004-01-26 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-01-26 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | Update the screenshot to match the default toolbar layout. | David Bordoley | 2004-01-26 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+7 |
* | Fixed early freeing of tmp_dir | Adam Hooper | 2004-01-25 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -0/+7 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -0/+7 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Add a way to get the downloads dir with a comment for translators. Use dir | Marco Pesenti Gritti | 2004-01-25 | 1 | -0/+17 |
* | Updated copyright date. | Christian Persch | 2004-01-25 | 1 | -0/+6 |
* | Double underscores, since otherwise the menu entry will display them as | Christian Persch | 2004-01-25 | 1 | -0/+7 |
* | When checking forms for modifications, handle correctly text entries with | Christian Persch | 2004-01-25 | 1 | -0/+8 |
* | Add a hidden tools menu that extensions can use. | David Bordoley | 2004-01-25 | 1 | -0/+7 |
* | Remove totally wrong comment before ephy_string_blank_chr | Adam Hooper | 2004-01-25 | 1 | -0/+6 |
* | Make ephy_file_tmp_directory() return a const char * instead of a char * | Adam Hooper | 2004-01-25 | 1 | -0/+8 |
* | Prepare for 1.1.5 | Marco Pesenti Gritti | 2004-01-25 | 1 | -1/+1 |
* | Prepare for 1.1.5 | Marco Pesenti Gritti | 2004-01-25 | 1 | -0/+10 |
* | Prepare for 1.1.4 | Marco Pesenti Gritti | 2004-01-24 | 1 | -0/+11 |
* | Fall back to Home directory when the pref is NULL. | Christian Persch | 2004-01-24 | 1 | -0/+6 |
* | Use our eel_gconf_set_path() function to persist the directory. | Christian Persch | 2004-01-24 | 1 | -0/+7 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 1 | -0/+18 |
* | Sometimes reading gnomedesktop flames is useful: | Marco Pesenti Gritti | 2004-01-24 | 1 | -0/+12 |
* | Commit ChangeLog too | Christian Persch | 2004-01-24 | 1 | -0/+19 |
* | We really depend on gtk+ >= 2.3.2. | Christian Persch | 2004-01-23 | 1 | -0/+6 |
* | 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 | 1 | -0/+11 |
* | Updated encodings list | Christian Persch | 2004-01-23 | 1 | -0/+7 |
* | data: urls can be opened in new tabs too. | Christian Persch | 2004-01-23 | 1 | -0/+7 |
* | Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so | Christian Persch | 2004-01-23 | 1 | -0/+8 |
* | New function to get temp directory and moved ephy_shell_delete_on_exit to | Christopher James Lahey | 2004-01-23 | 1 | -0/+16 |
* | Slightly better string for history disable. | Marco Pesenti Gritti | 2004-01-23 | 1 | -0/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-22 | 1 | -0/+11 |
* | Call ephy_file() explicitly for each glade file, letting extensions load glad... | Adam Hooper | 2004-01-22 | 1 | -0/+17 |
* | Destroy filepicker once it's done. I dunno about much more bugs so please | Marco Pesenti Gritti | 2004-01-22 | 1 | -0/+7 |
* | Set "tooltip" property on bookmark actions to the url. That way we display | Christian Persch | 2004-01-21 | 1 | -0/+11 |
* | Use ngettext for number of downloads and remaining minutes display in the | Piers Cornwell | 2004-01-21 | 1 | -0/+8 |
* | about: can be opened in new tab too. | Christian Persch | 2004-01-21 | 1 | -0/+7 |
* | Re-enable fonts language font filtering, fixes bug #128814 | Christian Persch | 2004-01-21 | 1 | -0/+6 |
* | Make uri canonical before passing it as launch argument to make vfs happy. | Marco Pesenti Gritti | 2004-01-20 | 1 | -0/+12 |
* | Merge from gnome-2-4 branch. | Christian Persch | 2004-01-20 | 1 | -0/+6 |
* | Add a way to store paths. | Marco Pesenti Gritti | 2004-01-19 | 1 | -0/+22 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-19 | 1 | -0/+14 |
* | Introduce ephy_dialog_hide(). | Christian Persch | 2004-01-19 | 1 | -0/+7 |
* | We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event to | Christian Persch | 2004-01-19 | 1 | -0/+8 |
* | Use g_signal_connect_object to connect the embed signals, that way they're | Christian Persch | 2004-01-17 | 1 | -0/+9 |
* | Typo fixes. | 6 | 2004-01-17 | 1 | -0/+4 |
* | Use gtk_file_chooser_get_filename() instead of | Christian Persch | 2004-01-17 | 1 | -0/+7 |
* | Show help for menu items in the statusbar. | Christian Persch | 2004-01-16 | 1 | -0/+8 |
* | Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. Port | Christian Persch | 2004-01-16 | 1 | -0/+22 |
* | Let the user decide about what to do with automatic dialogs. | Xan Lopez | 2004-01-15 | 1 | -0/+7 |
* | Get the page content into a string. | Christian Persch | 2004-01-14 | 1 | -0/+8 |
* | Allow to show/hide downloader clicking on tray icon. Fixes #131012. | Xan Lopez | 2004-01-14 | 1 | -0/+7 |
* | Version 1.1.3.Release113 | Christian Persch | 2004-01-13 | 1 | -0/+8 |
* | Feature Freeze | Christian Persch | 2004-01-13 | 1 | -0/+4 |
* | Add accelerator to Pause/Resume button. | Christian Persch | 2004-01-13 | 1 | -0/+6 |
* | Default history to "enabled". | Christian Persch | 2004-01-13 | 1 | -0/+7 |
* | Forgot to commit those. | Christian Persch | 2004-01-13 | 1 | -0/+7 |
* | Only allow "Open in New Tab/Window" for certain protocols. | Christian Persch | 2004-01-13 | 1 | -0/+10 |
* | Verified the quote and put the original here. | Christian Persch | 2004-01-11 | 1 | -0/+6 |
* | Fix signal parameter, and add a NULL check. Fixes bug #131117, patch by | Christian Persch | 2004-01-11 | 1 | -0/+8 |
* | Implement print and print setup disabling for lockdown mode. | Christopher James Lahey | 2004-01-11 | 1 | -0/+10 |
* | Adapt to the ever-changing mozilla API. | Christian Persch | 2004-01-11 | 1 | -0/+8 |
* | Implement history disabling. | Christian Persch | 2004-01-11 | 1 | -0/+20 |
* | Added disable_arbitrary_url, disable_toolbar_editing, and disable_history | Christopher James Lahey | 2004-01-10 | 1 | -5/+24 |
* | Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again. | Christian Persch | 2004-01-10 | 1 | -0/+12 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -0/+7 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -0/+9 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -0/+6 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -0/+6 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places. | Christian Persch | 2004-01-10 | 1 | -0/+7 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of | Christian Persch | 2004-01-10 | 1 | -0/+7 |
* | Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead of | Christian Persch | 2004-01-10 | 1 | -0/+13 |
* | Add "Download Link As" to the link context menu. | Xan Lopez | 2004-01-10 | 1 | -0/+9 |
* | Check if embed is valid here. | 9 | 2004-01-10 | 1 | -0/+5 |
* | Added disable_bookmark_editing key. | Chris Lahey | 2004-01-10 | 1 | -1/+23 |
* | Add an accellerator-only action (F7) to toggle caret browsing. Hook up | Christian Persch | 2004-01-09 | 1 | -0/+15 |
* | Oops. The patch was actually Dave Jones's. | Roozbeh Pournader | 2004-01-09 | 1 | -1/+1 |
* | Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne). | Roozbeh Pournader | 2004-01-09 | 1 | -0/+5 |
* | Don't save the file if disable_save_to_disk is on. | 8 | 2004-01-08 | 1 | -0/+10 |
* | help/C/epiphany-C.omf | Piers Cornwell | 2004-01-07 | 1 | -0/+6 |
* | Add a comment for translators. | Christian Persch | 2004-01-06 | 1 | -0/+6 |
* | Move "automatic" check back to where it was, since we now always have a | Christian Persch | 2004-01-06 | 1 | -0/+7 |
* | Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, and | Christian Persch | 2004-01-06 | 1 | -0/+8 |
* | Behave better when the encoding used on the page is unknown to us. | Christian Persch | 2004-01-06 | 1 | -0/+19 |
* | Always set the "automatic" toggle button correctly, even if the encoding | Christian Persch | 2004-01-06 | 1 | -2/+16 |
* | forgot to mention the Indonesian translation credit goes to Tunggul Arif | Mohammad DAMT | 2004-01-06 | 1 | -1/+1 |
* | Added "id" in ALL_LINGUAS Added Indonesian translation. | Mohammad DAMT | 2004-01-06 | 1 | -0/+5 |
* | Ensure that if the nsIDOMWindow provided is a frame inside an embed, we | Christian Persch | 2004-01-06 | 1 | -0/+9 |
* | Update credits | Christian Persch | 2004-01-05 | 1 | -0/+6 |
* | Fixing changelog mistake | Christian Persch | 2004-01-05 | 1 | -7/+0 |
* | Fix parent for help window. | Christian Persch | 2004-01-05 | 1 | -0/+6 |
* | Add help button to encodings dialogue. | Piers Cornwell | 2004-01-05 | 1 | -0/+14 |
* | Add help buttons to Certificate Viewer, PDM, print and print setup | Piers Cornwell | 2004-01-05 | 1 | -0/+14 |
* | Daveb will hate me for this, but making the confirm dialogue only | Christian Persch | 2004-01-05 | 1 | -0/+9 |
* | Add API to check if an EphyEmbed has forms with user input in them. | Christian Persch | 2004-01-04 | 1 | -0/+23 |
* | Show copy text menu item also for links | Michael Terry | 2004-01-04 | 1 | -1/+14 |
* | *** empty log message *** | Denis Lackovic | 2004-01-03 | 1 | -1/+1 |
* | *** empty log message *** | Denis Lackovic | 2004-01-03 | 1 | -0/+4 |
* | Added "bn" to ALL_LINGUAS. Added Bangla translation by Progga of Ankur | Taneem Ahmed | 2004-01-02 | 1 | -0/+4 |
* | New API to get the EphyTab from an EphyEmbed. Port all users. | Christian Persch | 2004-01-02 | 1 | -0/+12 |
* | Unify interface struct and type macro naming to be EphyFooIFace, | Christian Persch | 2004-01-02 | 1 | -0/+47 |
* | Remove default font notifier, it's been obsoleted by the fonts rewrite. | Christian Persch | 2004-01-02 | 1 | -0/+7 |
* | Set socks prefs from gconf too. | Christian Persch | 2004-01-02 | 1 | -0/+6 |
* | Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation. | Roozbeh Pournader | 2004-01-01 | 1 | -0/+4 |
* | Fix mem leaks. | Christian Persch | 2004-01-01 | 1 | -0/+7 |
* | Adjust includes to make it compile with mozila 1.4. | Christian Persch | 2003-12-31 | 1 | -0/+7 |
* | Add API to EphyEmbedSingle to clear the HTTP authentication cache. | Christian Persch | 2003-12-31 | 1 | -0/+8 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 1 | -0/+26 |
* | Added OrigTree.pm to EXTRA_DIST.Release112 | Christian Persch | 2003-12-29 | 1 | -0/+6 |
* | Update for 1.1.2 | Marco Pesenti Gritti | 2003-12-28 | 1 | -0/+7 |
* | Brought type macros in line with the rest of libegg; and use gobject | Christian Persch | 2003-12-27 | 1 | -0/+37 |
* | One download directory chooser is enough. | Christian Persch | 2003-12-27 | 1 | -0/+7 |
* | Move Toolbar struct decl to toolbar.h. | Christian Persch | 2003-12-25 | 1 | -0/+7 |
* | Bring ephy_window_get_toolbar signature in line with | Christian Persch | 2003-12-25 | 1 | -0/+18 |
* | Updated printing docs from spark. GET A CVS ACCOUNT! *hint*hint* patch | David Bordoley | 2003-12-24 | 1 | -0/+8 |
* | Fix mem leak. (Found by Crispin.) | Christian Persch | 2003-12-22 | 1 | -0/+6 |
* | Correctly cancel the download instead of just cancelling the request. | Marco Pesenti Gritti | 2003-12-22 | 1 | -0/+8 |
* | Forgot. | Xan Lopez | 2003-12-21 | 1 | -0/+13 |
* | Sync with galeon. | Christian Persch | 2003-12-21 | 1 | -0/+6 |
* | Change mnemonic. | Christian Persch | 2003-12-21 | 1 | -0/+6 |
* | Do not try to pickup already set MOZILLA_FIVE_HOME, hopefully fix crashes | Marco Pesenti Gritti | 2003-12-21 | 1 | -0/+7 |
* | Get rid of about:options. | Christian Persch | 2003-12-21 | 1 | -0/+6 |
* | Fixed #129737. | Christian Neumair | 2003-12-21 | 1 | -0/+7 |
* | Fix popup coordinates in RTL mode. | Christian Persch | 2003-12-20 | 1 | -0/+6 |
* | Set the label's mnemonic widget. | Christian Persch | 2003-12-20 | 1 | -0/+6 |
* | Use favicons in the back/forward menus. | Christian Persch | 2003-12-20 | 1 | -0/+8 |
* | Prepare for mozilla 1.6final and 1.7a. | Christian Persch | 2003-12-20 | 1 | -0/+6 |
* | Use return, not g_return_if_fail. | Christian Persch | 2003-12-20 | 1 | -0/+7 |
* | EphyFileChooser now destroys with parent, don't set the flag again here. | Christian Persch | 2003-12-20 | 1 | -0/+6 |
* | Destroy file chooser with its parent window; fixes crashes. | Christian Persch | 2003-12-20 | 1 | -0/+6 |
* | Improve comment. | Christian Persch | 2003-12-19 | 1 | -0/+12 |
* | Remove debug output leftovers. | Christian Persch | 2003-12-19 | 1 | -0/+6 |
* | In-line the language editor in the prefs dialogue. | Christian Persch | 2003-12-19 | 1 | -0/+21 |
* | Factor out the common encoding is_automatic check. | Christian Persch | 2003-12-18 | 1 | -0/+9 |
* | Don't try to save the submit button image instead of submitting the form. | Christian Persch | 2003-12-18 | 1 | -0/+7 |
* | Fix more mem leaks. | Christian Persch | 2003-12-17 | 1 | -1/+7 |
* | Fix mem leak. | Christian Persch | 2003-12-17 | 1 | -0/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 1 | -0/+57 |
* | Really committing it this time | Christian Persch | 2003-12-15 | 1 | -1/+1 |
* | Don't install statusbar.h. | Christian Persch | 2003-12-15 | 1 | -0/+6 |
* | Fix silly type flags. | Christian Persch | 2003-12-15 | 1 | -0/+6 |
* | Don't use deprecated macro. | Christian Persch | 2003-12-15 | 1 | -0/+6 |
* | Fix mem leaks. Fix a crash when finalizing a nautilus view after having | Christian Persch | 2003-12-15 | 1 | -0/+10 |
* | Better way of mapping hierarchy to topics when importing bookmarks from | Christian Persch | 2003-12-14 | 1 | -0/+8 |
* | Convert control chars to blanks. | Christian Persch | 2003-12-14 | 1 | -0/+10 |
* | Use stock icon for print setup. | Christian Persch | 2003-12-14 | 1 | -0/+9 |
* | Use g_signal_connect_object so the signal isn't emitted for a dead | Christian Persch | 2003-12-14 | 1 | -0/+7 |