| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the O_TRUNC flag to open so that we don't leave trailing garbage at | Jeffrey Stedfast | 2001-07-25 | 1 | -5/+6 |
* | Don't expunge the source folder if we have a cache. | Jeffrey Stedfast | 2001-07-21 | 1 | -1/+1 |
* | Fix #4605: "Save Image as" should be "Save Image as...". | Jason Leach | 2001-07-20 | 1 | -1/+1 |
* | Set the vertical scrolling policy for the mail display to AUTOMATIC, only | Jason Leach | 2001-07-20 | 1 | -1/+2 |
* | Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted part | Jeffrey Stedfast | 2001-07-18 | 1 | -2/+2 |
* | Use our own display_style member instead of the global setting. | Peter Williams | 2001-07-17 | 1 | -5/+4 |
* | no longer need to set a my address property | JP Rosevear | 2001-07-12 | 1 | -17/+10 |
* | Set the CLIPBOARD selection as well as the primary selection so that | Federico Mena Quintero | 2001-07-11 | 1 | -3/+23 |
* | Took the logic of whether or not to make the attachment header out of the | Peter Williams | 2001-07-11 | 1 | -12/+7 |
* | g_strdup the result of g_get_home_dir since this variable will get free'd | Dan Winship | 2001-07-10 | 1 | -1/+1 |
* | Use gnome_vfs_mime_get_short_list_applications rather than | Dan Winship | 2001-07-10 | 1 | -34/+65 |
* | Use mkdtemp if we have it, else use mktemp but make the code safer than it | Jeffrey Stedfast | 2001-07-04 | 1 | -0/+1 |
* | Added an MailAccountEditorNews, for NNTP configuratuion. Based on | Sam Creasey | 2001-07-03 | 1 | -1/+19 |
* | i2001-07-02 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-03 | 1 | -15/+101 |
* | Changed to return the created window. (find_socket): Added. Copied from | Jon Trowbridge | 2001-07-01 | 1 | -33/+39 |
* | remove redundant logic. | Larry Ewing | 2001-06-30 | 1 | -2/+1 |
* | Capitalize words in the link right-click menu to make it consistent | Ettore Perazzoli | 2001-06-29 | 1 | -2/+2 |
* | Implement the "Copy link location" right-click menu item in the | Ettore Perazzoli | 2001-06-29 | 1 | -35/+62 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Remove empty "name" property setting from the popup control. | Jon Trowbridge | 2001-06-22 | 1 | -1/+0 |
* | #include "folder-browser-factory.h" | Jeffrey Stedfast | 2001-06-20 | 1 | -0/+1 |
* | We can't output "<html>" and "</html>" here because it gets called | Dan Winship | 2001-06-16 | 1 | -4/+3 |
* | (Fix bug #314: Display URLs in statusbar on mouseover) | Jason Leach | 2001-06-06 | 1 | -1/+91 |
* | If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to check | Dan Winship | 2001-05-23 | 1 | -7/+34 |
* | Deal with full-header mode in addition to source mode | Dan Winship | 2001-05-17 | 1 | -2/+5 |
* | Load http images if the user has force-loaded images too. | Dan Winship | 2001-05-16 | 1 | -5/+19 |
* | callback to use GNOME-VFS to load http data. (on_url_requested): Handle | Dan Winship | 2001-05-12 | 1 | -17/+149 |
* | I'm an idiot. | Jon Trowbridge | 2001-05-11 | 1 | -1/+0 |
* | Use the ESearchingTokenizer to highlight search matches for folder-level | Jon Trowbridge | 2001-05-11 | 1 | -0/+3 |
* | signature changing | Radek Doulik | 2001-04-25 | 1 | -2/+0 |
* | Removed attempts to use Radek's evil <DATA> hacks, which were just causing | Jon Trowbridge | 2001-04-24 | 1 | -7/+178 |
* | #if 0'd out my not-working selection code | Gediminas Paulauskas | 2001-04-20 | 1 | -0/+7 |
* | Remove some redundant LIBS variables... purify complained that the command | Dan Winship | 2001-04-14 | 1 | -1/+3 |
* | Use the homedir as the default filename. | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+0 |
* | Change to the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+2 |
* | it seems it did not get into last commit | Gediminas Paulauskas | 2001-04-04 | 1 | -6/+28 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 1 | -0/+1 |
* | reset last_active | Radek Doulik | 2001-03-31 | 1 | -0/+1 |
* | Ignore "funky" button clicks (like scroll wheel scrolls) | Dan Winship | 2001-03-30 | 1 | -0/+6 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -17/+21 |
* | remove a debugging printf that got away | Dan Winship | 2001-03-27 | 1 | -1/+0 |
* | Make fake content-id URLs be guaranteed unique: the old way (with %p on | Dan Winship | 2001-03-26 | 1 | -20/+30 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -23/+11 |
* | (update_active): move to absolute coordinates | Radek Doulik | 2001-03-23 | 1 | -6/+10 |
* | (html_enter_notify_event): take care of enter event | Radek Doulik | 2001-03-23 | 1 | -13/+34 |
* | (html_motion_notify_event): new handler, highlights addresses by | Radek Doulik | 2001-03-23 | 1 | -0/+50 |
* | added simple debug g_print | Radek Doulik | 2001-03-23 | 1 | -0/+1 |
* | connect to button_press_event and iframe_created events of GtkHTML widget | Radek Doulik | 2001-03-23 | 1 | -0/+98 |
* | set color in html citation | Radek Doulik | 2001-03-21 | 1 | -4/+6 |
* | Remove a stray camel_object_ref that was causing messages to never be | Dan Winship | 2001-03-15 | 1 | -1/+0 |
* | Call gtk_html_end() on the stream so things happen. Fixes a problem with | Dan Winship | 2001-03-14 | 1 | -0/+2 |
* | Switched to use e_contact_quick_add_free_form. Removed debugging code, | Jon Trowbridge | 2001-03-09 | 1 | -0/+33 |