aboutsummaryrefslogtreecommitdiffstats
path: root/biology/hmmer
Commit message (Expand)AuthorAgeFilesLines
* Clear moonlight beckons.ade2003-03-072-1/+1
* - Add patch that will, for -CURRENT only, change: -pthread -> -lc_rwjv2002-07-112-0/+23
* - Update port to version 2.2gwjv2001-08-224-223/+34
* - General clean-up of port.wjv2001-07-055-38/+252
* - Add %%PORTDOCS%% support to pkg-plist.wjv2001-07-042-3/+3
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
* fix some pkg/MESSAGE stuffmharo2000-01-301-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
* Weasal and Wabbits and BIG FOOT.hoek1999-05-031-2/+1
* Upgrade to 2.1.1fenner1999-03-093-8/+16
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anyasami1999-01-021-3/+2
* Update MASTER_SITES.billf1998-12-101-2/+2
* Remove empty doc dir on deinstall.steve1998-09-271-0/+1
* Remove manpages from pkg/PLISTobrien1998-08-141-8/+0
* Initial import of hmmer version 2.0.steve1998-07-136-0/+86
tr> * Fixes bug #357970Matthew Barnes2006-12-041-1/+1 * ** Fixes bug #352450Matthew Barnes2006-09-181-5/+5 * ** Fixes 342313. Use GTK_CHECK_VERSION instead of GTK_2_2.Hiroyuki Ikezoe2006-07-211-4/+4 * Added cairo font rendering to ECell and EText.Srinivasa Ragavan2006-07-202-2/+22 * Revert the previous patch. Requires rework.Harish Krishnaswamy2006-07-101-67/+2 * Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-101-2/+67 * ** Fixes bug #341354. Plugged memory leak.Hiroyuki Ikezoe2006-07-071-0/+1 * damned broken pipes! where's the plummerKjartan Maraas2006-01-301-13/+8 * ** Fixes bug #220286Srinivasa Ragavan2006-01-161-1/+27 * Fix code style cruft from the previous commitHarish Krishnaswamy2006-01-111-1/+1 * Add the width to the pango layout.Johnny Jacob2006-01-111-2/+4 * On Win32, use bootstrap import library for libemiscwidgets, which hasn'tTor Lillqvist2005-09-281-4/+15 * Resolve #309074Francisco Javier F. Serrador2005-08-221-1/+1 * Added widgets in INCLUDES.Kaushal Kumar2005-06-237-11/+11 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1718-57/+94 * Port to Windows, initial commit:Tor Lillqvist2005-04-2912-47/+67 * bounds check the selection beginning.Theppitak Karoonboonyanan2005-03-141-4/+4 * Some code clean work.Harry Lu2005-02-041-5/+2 * Don't pass in the "fill_color" property for creating the canvas item forRodney Dawes2005-01-221-1/+0 * Bugzilla #63731Suresh Chandrasekharan2004-08-311-2/+32 * Rollback for fix #63731Suresh Chandrasekharan2004-08-262-17/+24 * Bugzilla #63731Suresh Chandrasekharan2004-08-262-24/+17 * [ probable fix for the remaining portion of #45931 ]Chris Toshok2004-08-251-3/+8 * nuke, unnecessary. (e_entry_start_completion): set item_chosen to FALSE.Chris Toshok2004-08-061-20/+6 * hardcode the border size. it is hardcoded in e-text as well. Even usingRadek Doulik2004-06-111-5/+7 * added castRadek Doulik2004-06-113-14/+13 * process only if len > 0Radek Doulik2004-06-091-30/+33 * [ fixes bug #51897 ]Chris Toshok2004-04-021-11/+19 * it's possible to get to this function without the EText ever beingChris Toshok2004-02-031-0/+7 * Use button->time for the mouse click event, so that the popup stays up onRodney Dawes2004-01-281-1/+1 * fix double free of the button event.Chris Toshok2004-01-281-1/+0 * free event (e_text_do_popup): copy the event so we have good dataJP Rosevear2004-01-071-1/+2 * Support for preedit in e-text widgets.Suresh Chandrasekharan2003-10-152-11/+82 * GalA11yETextFactory should inherit from AtkObjectFactory not AtkObject.Tim Wo2003-09-121-0/+8 * filter S-F10 key binding, and show popup menu. (popup_menu_placement_cb):Maxx Cao2003-08-131-4/+48 * add missing e_text_copy_clipboard() prototypeDan Winship2003-07-231-0/+1 * [ fixes several utf8/pango related problems, including bugs #41288,Chris Toshok2003-05-142-284/+391 * Fix prototype. Likewise.Jeremy Katz2003-05-062-2/+2 * Fixed typo in gal/e-text/e-text.c.Christian Neumair2003-05-061-1/+1 * return the instantiated object. [bug #42156]Mike Kestner2003-05-021-0/+2 * gal/e-text/e-text.[ch] : break EFont dependencyMike Kestner2003-04-092-5/+0 * set handle_popup to TRUE on the EText.Chris Toshok2003-04-043-8/+34 * emit a keypress signal. yes, i know this might not correspond to a singleChris Toshok2003-04-031-0/+2 * ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0.Chris Toshok2003-04-031-3/+24 * only connect the signals if !im_context_signals_registered. (e_text_init):Chris Toshok2003-04-032-7/+13 * just disconnect based on DATA, so we only need 1 call. (e_text_event):Chris Toshok2003-04-031-20/+4 * [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-034-461/+473 * stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1 * [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59 * set the popup to insensitive when we pop it down. hack to force it to loseNot Zed2003-03-271-0/+3 * Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3 * fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14 * Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2 * ignore test-completion.Chris Toshok2003-02-1011-713/+239 * replaced e scroll frame with gtk scrolled windowRadek Doulik2003-02-051-4/+3 * (e_text_dispose): Renamed fromEttore Perazzoli2003-01-231-11/+9 * reverse part of the patch from 1/15.Chris Toshok2003-01-181-1/+1 * pass pango_context_get_language to pango_context_get_metrics.Chris Toshok2003-01-181-1/+2 * apply the patch NotZed and I came up with to fix the height of theChris Toshok2003-01-161-5/+6 * add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7 * use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11 * lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-095-530/+91 * rework this from the gal-2 branch, clahey's patch, and the stuff i'd doneChris Toshok2002-11-301-107/+107 * commit clahey's original pango work.Chris Toshok2002-11-202-916/+392 * fix c&p typo.Chris Toshok2002-11-173-37/+28 * Lots of GObject work.Chris Toshok2002-11-1717-1249/+1404 * only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6 * merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0119-196/+195 * take a clip_height and use it to set the maximum number of lines ifJP Rosevear2002-09-111-20/+15 * Added debugging printfs. (e_text_request_paste): Fixed the order ofChristopher James Lahey2002-06-061-2/+14 * Reflow and redraw when the style gets set.Christopher James Lahey2002-06-042-322/+330 * Switch from gnome_canvas_item_grab to e_canvas_item_grab.Christopher James Lahey2002-05-101-5/+10 * Make the style here match the proper widget style to emulate a label or anChristopher James Lahey2002-05-031-1/+1 * Set the gettext-domain here.Christopher James Lahey2002-05-021-2/+5 * Ansification patch from danw.Christopher James Lahey2002-04-26