aboutsummaryrefslogtreecommitdiffstats
path: root/audio/squash
ModeNameSize
-rw-r--r--Makefile1695logstatsplainblame
-rw-r--r--distinfo129logstatsplainblame
d---------files311logstatsplain
-rw-r--r--pkg-descr493logstatsplainblame
-rw-r--r--pkg-plist181logstatsplainblame
-1/+7 * use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-154-20/+54 * make a blocking version of the header parser. When the fs stream usesbertrand2000-02-1513-73/+714 * by default, a message/rfc822 object is handled by the CamelMimeMessagebertrand2000-02-151-0/+3 * remove camel-stream-buffer from compilation process. It is not hereBertrand Guiheneuf2000-02-141-2/+0 * Add libunicode to CFLAGS/LIBS.NotZed2000-02-145-3/+115 * Hack together a build using libtool. This should all be auto*'d at someNotZed2000-02-142-12/+21 * New file, implements the search api for mbox folders.NotZed2000-02-1410-33/+948 * + * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, whichMatthew Loper2000-02-144-61/+468 * Initial revisionMichael Zucci2000-02-1412-0/+1527 * + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd toMatthew Loper2000-02-142-2/+16 * + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-145-88/+175 * HTMLStreamClass's parent changed to CamelStreamClass, not CamelStream.Matthew Loper2000-02-145-61/+211 * Major rationalization of pts vs pixels and the use of margins.Jody Goldberg2000-02-132-5/+6 * These shouldn't be hereAnders Carlsson2000-02-133-523/+0 * I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-1333-0/+4475 * removed gtranslator for re-checkinFatih Demir2000-02-1330-3952/+0 * Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-133-0/+37 * Add the e-text directory to the includes list.Christopher James Lahey2000-02-123-2/+10 * Added test of sort arrows.Christopher James Lahey2000-02-129-42/+163 * Implemented.Federico Mena Quintero2000-02-1227-188/+769 * Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-123-4/+16 * Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-123-6/+41 * Test column header image.Christopher James Lahey2000-02-1211-48/+190 * Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-1211-18/+32 * Removed some arguments from the .h that will never be implemented.Christopher James Lahey2000-02-123-8/+5 * Added reordering of columns.Christopher James Lahey2000-02-127-50/+148 * Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-123-122/+93 * Display the summary. AbstractlyMiguel de Icaza2000-02-111-5/+20 * Add nice assertion.Miguel de Icaza2000-02-115-4/+19 * Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-1133-356/+1696 * parent class is seekable stream, not streambertrand2000-02-111-1/+1 * chutBertrand Guiheneuf2000-02-114-0/+24 * misc autoconf/automake fixes.Bertrand Guiheneuf2000-02-113-8/+2 * remove test program build.Bertrand Guiheneuf2000-02-111-1/+1 * default the text/* mime types to CamelSimpleDataWrapper so that Michaelbertrand2000-02-112-0/+9 * Bad Ettore, no biscuit!NotZed2000-02-112-1/+6 * don't build thread related tests if evolution has been compiled with nobertrand2000-02-117-15/+82 * Handle button releases properly.Christopher James Lahey2000-02-105-6/+108 * Removed a bizarre comparison construct for converting case.NotZed2000-02-104-12/+26 * Increment the copy source address to match the data read offset. (seek):NotZed2000-02-102-2/+11 * Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-103-12/+81 * If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-103-12/+30 * New test file; run message-browser on it, and it will crash.Matthew Loper2000-02-102-0/+17743 * Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-102-1/+5 * show the containers and the containees (get_message_tree_ctrl): callbertrand2000-02-102-25/+50 * show the item.bertrand2000-02-102-1/+5 * set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-107-22/+39 * various typo fixes in the ctree construction.bertrand2000-02-1011-26/+88 * Minor cleanup.Matthew Loper2000-02-102-17/+15 * Added libetext as libetable depends on it.Christopher James Lahey2000-02-092-0/+5 * Changes where e-text is included from.Christopher James Lahey2000-02-092-2/+6 * Actually initialise the class. It simple couldn't have worked before.NotZed2000-02-092-0/+24 * Add new Makefiles to Makefile list.Christopher James Lahey2000-02-098-54/+176 * More fixing actionMiguel de Icaza2000-02-099-2385/+0 * More cleanup actionMiguel de Icaza2000-02-094-432/+0 * Added inline documentation comment - FedericoArturo Espinosa2000-02-092-0/+20 * Remove e-cursorsMiguel de Icaza2000-02-094-166/+1 * Handle non GNU find programs.Miguel de Icaza2000-02-092-2/+12 * New file; shows a message in tree format, where multipart's have multipleMatthew Loper2000-02-094-23/+194 * Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-0944-358/+1040 * + * tests/test-formatter.c (convert_to_html_and_print): Use theMatthew Loper2000-02-093-13/+66 * + * tests/test-formatter.c (convert_to_html_and_print): Fixed callMatthew Loper2000-02-093-6/+15 * New member to 'CamelFormatterPrivate', 'attachments', will be used to letMatthew Loper2000-02-093-151/+362 * Changed the order of the compilation so the CORBA stuff was generatedIain Holmes2000-02-094-4/+14 * Add the files, stupid me - FedericoArturo Espinosa2000-02-084-0/+200 * New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-0817-26/+567 * Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-088-149/+2902 * Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-087-396/+819 * Removed an unneccessary include of libhnj. All uses of libhnj areChristopher James Lahey2000-02-082-2/+5 * Sync for Chris to useMiguel de Icaza2000-02-084-24/+36 * function deleted.Matthew Loper2000-02-082-76/+2 * + * tests/test-formatter.c (print_usage_and_quit): New function,Matthew Loper2000-02-083-60/+115 * Include gnome-animator as part of non-experimental header files. ImplementElliot Lee2000-02-081-1/+2 * finished.Damon Chaplin2000-02-073-12/+19 * Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-079-34/+67 * New macro. This is an improved version of AC_CHECK_TYPE which takes intoMartin Baulig2000-02-052-2/+44 * New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-0413-38/+149 * Chut.Bertrand Guiheneuf2000-02-033-0/+6 * Sync to laptop - FedericoArturo Espinosa2000-02-035-50/+141 * Added the get_object() method.Federico Mena Quintero2000-02-0219-158/+410 * typo fix : usebertrand2000-02-021-0/+7 * *** empty log message ***Bertrand Guiheneuf2000-02-021-3/+3 * + * tests/test-formatter.c: New file; intended to test theMatthew Loper2000-02-024-182/+535 * Files to load the contact print style editor from the glade file. Doesn'tChristopher James Lahey2000-02-0213-122/+1127 * Handle the cal_loaded signal from the listener. Store the calendar clientFederico Mena Quintero2000-02-017-0/+288 * Sync to desktop - FedericoArturo Espinosa2000-01-317-10/+29 * Add evolution-mail.gnorba fileArturo Espinosa2000-01-301-0/+13 * Add missing fileArturo Espinosa2000-01-301-0/+58 * More work. Not funny that e-table does not display.Arturo Espinosa2000-01-296-28/+189 * Add data field back in.Miguel de Icaza2000-01-293-0/+6 * Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-2927-250/+267 * Work on the factoyrArturo Espinosa2000-01-293-13/+43 * Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-2821-1004/+1373 * Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-2715-12/+248 * Set the minimum_width.Christopher James Lahey2000-01-2715-20/+175 * Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-2621-204/+1073 * gnome-bonobo-check.m4 Include <bonobo.h> rather thanDave Camp2000-01-262-1/+6 * Check for bonobo_object_get_type() rather than gnome_object_get_type().Dave Camp2000-01-262-1/+6 * + * camel/camel-formatter.c: By looking up a mimetype in aMatthew Loper2000-01-263-50/+165 * don't set the x_set and y_set arguments as don't exist in gdk-pixbufbertrand2000-01-262-2/+7 * cvs shutupMathieu Lacage2000-01-263-0/+10 * Handle shift-tab properly now.Christopher James Lahey2000-01-26