| Commit message (Expand) | Author | Age | Files | Lines |
* | ** Part of fix for bug #271551 | Milan Crha | 2007-11-30 | 1 | -4/+6 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -13/+13 |
* | ** Fixes bug #477045 | Matthew Barnes | 2007-09-28 | 1 | -1/+1 |
* | Remove the --enable-file-chooser configure option. | Matthew Barnes | 2007-09-14 | 1 | -47/+0 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
* | Fix "incompatible pointer type" warnings (#360619). | Matthew Barnes | 2007-03-30 | 1 | -1/+1 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
* | Replace 'if (!filename)' with 'if (filename)', fixes a bug in Srini's | Jeffrey Stedfast | 2006-05-26 | 1 | -3/+3 |
* | Added code to save/attach files/mails/events to/from remote shares | Srinivasa Ragavan | 2006-05-25 | 1 | -6/+10 |
* | ** Fix for bug #268584 | Boby Wang | 2006-03-20 | 1 | -2/+2 |
* | Committed Johnny's patch. | Srinivasa Ragavan | 2005-12-14 | 1 | -1/+1 |
* | composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, | Philip Van Hoof | 2005-10-19 | 1 | -4/+2 |
* | Show the bar depending on the number of attachments. | Srinivasa Ragavan | 2005-08-24 | 1 | -2/+5 |
* | Don't leak the file name here. | Kjartan Maraas | 2005-07-13 | 1 | -1/+4 |
* | Show attachment bar when attachments are added e-msg-composer.c | Srinivasa Ragavan | 2005-06-03 | 1 | -0/+4 |
* | Set a mnemonic for the "Attach" button | Rodney Dawes | 2005-05-09 | 1 | -1/+1 |
* | Use "Attach" as the text for the "Open" action button in the file chooser | Rodney Dawes | 2005-05-07 | 1 | -1/+1 |
* | Fix previous patch for the !USE_GTKFILECHOOSER case. | Jeffrey Stedfast | 2005-02-17 | 1 | -1/+1 |
* | declare a variable in the !USE_GTKFILECHOOSER code path | Jeffrey Stedfast | 2005-02-15 | 1 | -1/+2 |
* | ** See bug #66126. | Not Zed | 2005-02-10 | 1 | -68/+82 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -0/+1 |
* | Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0. | Carlos Garnacho Parro | 2004-08-13 | 1 | -50/+126 |
* | Update the composer to use the icon theme via the EIconFactory object in | Michael Terry | 2004-04-19 | 1 | -2/+10 |
* | Don't blindly claim that the file exists and then ask the user if he/she | Jeffrey Stedfast | 2003-10-07 | 1 | -1/+1 |
* | Guard against the filesel's selection being NULL. Fixes bug #40679. | Jeffrey Stedfast | 2003-04-03 | 1 | -6/+9 |
* | clean up | Dan Winship | 2003-02-06 | 1 | -1/+0 |
* | rewrote most of this. Just use gtkfileselection directly, no | Not Zed | 2002-11-25 | 1 | -208/+67 |
* | Removed {BEGIN,END}_GNOME_DECLS. | Ettore Perazzoli | 2002-11-14 | 1 | -1/+0 |
* | Fix bonobo object setup. | Not Zed | 2002-11-08 | 1 | -9/+9 |
* | Mark the file selector modal. Quick fix for bug #32256. | Not Zed | 2002-10-17 | 1 | -0/+1 |
* | Set the file-selection window icon. Fixes the mailer part of bug #7368. | Jeffrey Stedfast | 2002-08-13 | 1 | -21/+28 |
* | From composer/ChangeLog: | Christopher James Lahey | 2002-03-29 | 1 | -41/+17 |
* | Only cancel the selection dialog if it is currently in use, otherwise | Jeffrey Stedfast | 2001-12-22 | 1 | -1/+2 |
* | If multiple-selection is enabled but nothing is slected, fall back to | Jeffrey Stedfast | 2001-12-12 | 1 | -14/+20 |
* | If multiple-selection is enabled but nothing is slected, fall back to | Jeffrey Stedfast | 2001-12-12 | 1 | -4/+7 |
* | If the widget is non-NULL, then gtk_widget_destroy that bad boy... | Jeffrey Stedfast | 2001-12-12 | 1 | -3/+2 |
* | select_file_attachments now returns a GPtrArray so handle that and loop | Jeffrey Stedfast | 2001-12-11 | 1 | -46/+100 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Close the file selection dialog when the composer is closed | Iain Holmes | 2001-07-10 | 1 | -0/+3 |
* | Added missing #include <config.h> to make translations working. | Chyla Zbigniew | 2001-07-09 | 1 | -0/+4 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Replace the disposition option menu with a checkbox. | Dan Winship | 2001-06-13 | 1 | -7/+51 |
* | Fix previous. | Dan Winship | 2001-04-12 | 1 | -1/+4 |
* | Set the default filename to the user's homedir. | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+1 |
* | Change into the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 1 | -0/+1 |
* | Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+2 |
* | Summary is back in :D | Iain Holmes | 2000-10-26 | 1 | -0/+2 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -0/+2 |
* | I18N the message composer's title bar. Don't install header files. | Ettore Perazzoli | 2000-06-17 | 1 | -0/+169 |