| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 1 | -1/+1 |
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 1 | -27/+30 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -1/+0 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -5/+5 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -69/+69 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -3/+4 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -1/+1 |
| * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 1 | -2/+3 |
| * | Bug 580925 – Better search bar for word searches | Matthew Barnes | 2009-05-21 | 1 | -2/+2 |
| * | ** Remove a bunch of juvenile comments. Source code should look | Matthew Barnes | 2009-04-12 | 1 | -1/+0 |
| * | ** Fixes bug #565857 | Matthew Barnes | 2008-12-29 | 1 | -1/+1 |
| * | ** Part of fix for bug #552357 | Milan Crha | 2008-12-11 | 1 | -2/+2 |
| * | Change License from GPL to LGPL. 2nd batch. | Sankarasivasubramanian Pasupathilingam | 2008-09-03 | 1 | -20/+15 |
| * | ** Fix for bug #544022 | Milan Crha | 2008-07-22 | 1 | -0/+3 |
* | | Move text searching UI into a new EMailSearchBar widget. | Matthew Barnes | 2009-03-02 | 1 | -346/+287 |
* | | Merge revisions 36866:37046 from trunk. | Matthew Barnes | 2009-01-12 | 1 | -3/+3 |
* | | Merge revisions 36016:36303 from trunk. | Matthew Barnes | 2008-09-11 | 1 | -20/+15 |
* | | Merge revisions 35747:35930 from trunk. | Matthew Barnes | 2008-08-08 | 1 | -0/+3 |
|/ |
|
* | fixed copyright notices | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -39/+39 |
* | Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of function | Kjartan Maraas | 2007-10-29 | 1 | -2/+2 |
* | ** Fixes bug #437579 | Matthew Barnes | 2007-10-10 | 1 | -18/+19 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
* | include atkutil.h (message_list_construct): cast warning. | Not Zed | 2005-03-02 | 1 | -2/+2 |
* | Moved various things from e-util to libedataserver. | Not Zed | 2004-12-03 | 1 | -2/+2 |
* | ** See #54030. | Not Zed | 2004-06-23 | 1 | -11/+3 |
* | Don't set our parent window as the efhd, ehfd isn't even a widget. | Jeffrey Stedfast | 2004-03-06 | 1 | -1/+10 |
* | Fix for 45818 ( i18n mail messages search only produces '[?]'). Now | Suresh Chandrasekharan | 2003-08-15 | 1 | -4/+5 |
* | Don't use __inline__ as not all platforms/compilers support this keyword. | Jeffrey Stedfast | 2003-03-06 | 1 | -2/+2 |
* | #include <stdio.h> | Jeffrey Stedfast | 2003-02-14 | 1 | -0/+1 |
* | Added to cvs. Currently contains no configurable stuff, but maybe it will | Not Zed | 2002-11-13 | 1 | -20/+18 |
* | Ported. | Jeffrey Stedfast | 2002-11-12 | 1 | -71/+70 |
* | #include <stdlib.h> for alloca (searcher_next_token): Changed slightly to | Jeffrey Stedfast | 2002-09-28 | 1 | -11/+17 |
* | Removed bogus static pre-declaration. | Ettore Perazzoli | 2002-07-19 | 1 | -3/+3 |
* | remove debug printf | Dan Winship | 2002-07-17 | 1 | -2/+0 |
* | New functions to add additional search strings one at a time. Maybe it | Not Zed | 2002-05-21 | 1 | -660/+871 |
* | Fixed a warning by #if 0ing out this function. | Christopher James Lahey | 2001-10-30 | 1 | -0/+2 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -3/+2 |
* | Always explicitly clear out the SearchInfo. | Jon Trowbridge | 2001-10-17 | 1 | -4/+8 |
* | Share more state between the parent and its clones, so that our multiple | Jon Trowbridge | 2001-10-15 | 1 | -29/+71 |
* | Bad hacker! Don't implicitly assume that utf8 characters are one byte in | Jon Trowbridge | 2001-10-14 | 1 | -3/+7 |
* | Use secondary searches here, so that we control the interference between | Jon Trowbridge | 2001-05-14 | 1 | -57/+150 |
* | Remove a snippet of debugging code I left in by mistake. | Jon Trowbridge | 2001-05-12 | 1 | -8/+0 |
* | Use the ESearchingTokenizer to highlight search matches for folder-level | Jon Trowbridge | 2001-05-11 | 1 | -0/+901 |