| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 1 | -920/+0 |
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -2/+2 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -4/+0 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -4/+4 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -30/+30 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -2/+2 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -1/+1 |
| * | Fix compiler warnings in calendar. | Matthew Barnes | 2009-05-26 | 1 | -7/+7 |
| * | ** Fixes bug #555494 | Matthew Barnes | 2008-10-09 | 1 | -3/+2 |
| * | Change License from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-24 | 1 | -12/+16 |
| * | ** Fixes bug #546892 | Matthew Barnes | 2008-08-12 | 1 | -3/+10 |
* | | Merge revisions 36534:36684 from trunk. | Matthew Barnes | 2008-10-25 | 1 | -3/+2 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 1 | -12/+16 |
* | | Saving progress. Lots of changes. Things are a bit broken at the moment. | Matthew Barnes | 2008-09-05 | 1 | -6/+6 |
* | | Merge revisions 35951:35992 from trunk. | Matthew Barnes | 2008-08-15 | 1 | -3/+10 |
|/ |
|
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 1 | -5/+1 |
* | ** Fixes bug #534360 | Matthew Barnes | 2008-05-23 | 1 | -18/+18 |
* | ** Fixes bug #513951 | Matthew Barnes | 2008-03-11 | 1 | -3/+9 |
* | ** Fix for bug #402487 | Milan Crha | 2008-01-24 | 1 | -3/+3 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -46/+46 |
* | Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations - | Kjartan Maraas | 2007-10-24 | 1 | -2/+2 |
* | 2007-09-07 mcrha Fix for bug #473903 | Milan Crha | 2007-09-07 | 1 | -1/+1 |
* | ** Fix for bug #471791 (Move away from asserts to g_ret*) | Srinivasa Ragavan | 2007-09-03 | 1 | -5/+6 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
* | Fixes #460825. | Chenthill Palanisamy | 2007-07-29 | 1 | -8/+7 |
* | ** Fix for bug #444433 from Lucky | Srinivasa Ragavan | 2007-07-29 | 1 | -4/+4 |
* | Remove "/" as separator. | Hiroyuki Ikezoe | 2007-07-19 | 1 | -3/+3 |
* | Fix for bug #448223 from Gilles Dartiguelongue | Srinivasa Ragavan | 2007-06-18 | 1 | -31/+4 |
* | Added advanced search options. | Chenthill Palanisamy | 2007-06-04 | 1 | -97/+424 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
* | Fixes #332101 | Chenthill Palanisamy | 2006-10-17 | 1 | -6/+12 |
* | Fixes #351332 | Matthew Barnes | 2006-09-19 | 1 | -0/+1 |
* | Fixes a lot of search issues | Srinivasa Ragavan | 2006-08-21 | 1 | -29/+105 |
* | Committed Johnny's string changes for search | Srinivasa Ragavan | 2006-08-05 | 1 | -0/+1 |
* | Enhanced search functionality. patch submitted by Johnny Jacob Reviewed | Harish Krishnaswamy | 2006-06-30 | 1 | -56/+65 |
* | Cleanups: - remove unused vars - remove extraneous semi-colons - add some | Kjartan Maraas | 2006-02-08 | 1 | -4/+1 |
* | Fixes #323125, #323126 | Veerapuram Varadhan | 2005-12-20 | 1 | -6/+4 |
* | convert to G_DEFINE_TYPE | JP Rosevear | 2004-10-14 | 1 | -15/+3 |
* | Fix for bug #57818. | Jeffrey Stedfast | 2004-05-27 | 1 | -12/+26 |
* | disable comment searching which is currently useless | JP Rosevear | 2004-04-28 | 1 | -0/+3 |
* | added support for searching the location field also. (regen_query): take | Rodrigo Moya | 2004-03-03 | 1 | -0/+6 |
* | Remove a bunch of gal includes that are no longer needed | JP Rosevear | 2003-11-20 | 1 | -1/+0 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -5/+5 |
* | guard against multiple destroy calls | JP Rosevear | 2003-04-05 | 1 | -7/+9 |
* | Eliminate e_utf8_to_gtk_string (). | Hans Petter Jansson | 2003-02-23 | 1 | -3/+1 |
* | Create a non-abstract enumeration type derived from GEnum. | Hans Petter Jansson | 2002-12-07 | 1 | -31/+4 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 1 | -1/+1 |
* | Initial port of gui/ subdir to GNOME 2 | JP Rosevear | 2002-11-08 | 1 | -5/+2 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 1 | -31/+1 |
* | change query_changed to search_activated. | Chris Toshok | 2002-02-25 | 1 | -4/+4 |
* | Fix bug #12163. | Federico Mena Quintero | 2001-10-30 | 1 | -0/+1 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | Fixes bug #7879, a query may receive an update notification from the | Federico Mena Quintero | 2001-08-29 | 1 | -0/+2 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 1 | -10/+10 |
* | Make the "Any Category" item consistent with the one in the addressbook. | Federico Mena Quintero | 2001-08-15 | 1 | -6/+9 |
* | Handle an array of categories in the CalSearchBar instead of our own menu | Federico Mena Quintero | 2001-08-15 | 1 | -139/+140 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -6/+6 |
* | Chain to the destroy handler in the parent class! | Federico Mena Quintero | 2001-08-09 | 1 | -0/+29 |
* | New function; stops further notification from happening. This is needed | Federico Mena Quintero | 2001-08-04 | 1 | -3/+42 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 1 | -20/+260 |
* | New files with a derivative of ESearchBar that generates sexps for | Federico Mena Quintero | 2001-07-28 | 1 | -0/+260 |