aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-bar.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-3/+5
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-1/+1
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Mail formatter rewriteDan Vrátil2012-06-061-0/+773
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-1504/+0
* BGO : 578685 : Copy string. Avoids SIGSEGV.EVOLUTION_2_26_1Johnny Jacob2009-04-131-0/+3
* Reviewed by Milan Crha <mcrha@redhat.com> Reviewed by Matthew BarnesTakao Fujiwara2009-04-071-6/+12
* New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-111-8/+2
* ** Fix for bug #556303Milan Crha2008-12-101-1/+2
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-16/+16
* ** Fixes bug #549968Matthew Barnes2008-09-071-1/+1
* ** Fix for bug #542631Paolo Borelli2008-07-131-34/+1
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #340683Milan Crha2008-06-101-48/+158
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-2/+2
* ** Fix for bug #334444Srinivasa Ragavan2008-04-211-0/+21
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-8/+23
* Remove some unused variables.Matthew Barnes2008-04-141-1/+1
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a "Recent...Suman Manjunath2008-04-121-1/+158
* ** Fix for bug #488213Milan Crha2008-01-121-3/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-176/+176
* 2007-09-26 mcrha Fix for bug #423401Milan Crha2007-09-261-4/+6
* ** Fixes bug #476040Matthew Barnes2007-09-131-4/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-1/+7
* ** Fix for bug #429234Srinivasa Ragavan2007-08-061-0/+1
* 2007-08-03 mcrha Fix for bug #335566Milan Crha2007-08-031-0/+8
* Emit "changed" signal. (#434981)Matthew Barnes2007-05-041-0/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #357492 put the attachment pointes into a temporary array.Parthasarathi Susarla2006-11-151-4/+9
* ** Fixes bug #341474 patch from UshveenSrinivasa Ragavan2006-09-291-19/+4
* ** Fixes bug #347238Srinivasa Ragavan2006-08-231-4/+7
* Fix for bug #341482Srinivasa Ragavan2006-08-101-3/+3
* Call update (bar); the rest of the fix for bug #178631.Jeffrey Stedfast2006-06-091-1/+3
* Fix compilation by adding missing (Thomas Vander Stichele2006-05-281-1/+1
* Fix for Novell bug #178631Jeffrey Stedfast2006-05-271-350/+308
* Added support for saving/attaching files/events/mails from/to remote sharesSrinivasa Ragavan2006-05-251-4/+4
* Added code to create image attachment's icon in non-gui thread.Srinivasa Ragavan2006-04-221-0/+60
* Fixes bug #332140 Changed to transfer filenames from utf-8 to glibSimon Zheng2006-03-061-4/+6
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-9/+0
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-0/+1
* Fix a division-by-zero error crasher. (Update: when in doubt, protect withHarish Krishnaswamy2005-11-171-2/+2
* Fix a division-by-zero error crasherHarish Krishnaswamy2005-11-171-0/+2
* Added a function to get all attachments of the attachment bar for pluginSrinivasa Ragavan2005-11-161-0/+23
* gtk_pixbuf_add_alpha returns a newly allocated pixbuf, so, free theVeerapuram Varadhan2005-10-041-1/+7
* Fix for bug #314136. Shows filename in the remote download in composer.Srinivasa Ragavan2005-08-241-4/+9
* Use camel_url to construct url (eab_icon_clicked_cb)Srinivasa Ragavan2005-08-191-7/+58
* Fix for bug #312545Srinivasa Ragavan2005-08-161-2/+6
* Added a function to force refresh/resize the icons.Srinivasa Ragavan2005-08-111-0/+6
* escape the "%" character correctly.David Malcolm2005-08-031-1/+1
* Void function should not return value.Mengjie Yu2005-07-291-2/+4
* Added checks for the parameters.Srinivasa Ragavan2005-07-251-0/+26
* Cleaned up most of it. Added the DnD.Srinivasa Ragavan2005-07-201-121/+269
* Added gnome-vfs-module-2.0 to E_WIDGET_CFLAGS. Added e-attachment-bar.[ch]Srinivasa Ragavan2005-07-111-0/+934