aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
Commit message (Expand)AuthorAgeFilesLines
* EShell-related cleanups.Matthew Barnes2013-07-061-6/+5
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-7/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
* Fix too large allocation for alert-bar in shell-contentMilan Crha2012-03-131-1/+1
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-2/+2
* Remove EHintedEntry.Matthew Barnes2011-10-061-1/+0
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-3/+2
* Bug 652634 - Runtime warning on second search dialogMatthew Barnes2011-07-111-2/+8
* EShellContent: Fix underallocation of EAlertBar.Matthew Barnes2011-07-071-27/+54
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* EShellContent: Whitespace cleanup.Matthew Barnes2011-03-261-11/+11
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-12/+8
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-8/+8
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-13/+37
* Dialogs no longer have separators.Matthew Barnes2011-01-251-2/+2
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-5/+8
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-191-13/+21
* Implement EAlertSinkInterface in EShellContent.Matthew Barnes2010-10-181-9/+145
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Various memory leaksMilan Crha2010-09-081-0/+5
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-2/+5
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-3/+3
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-251-0/+23
* Bug 621759 - EShellSearchbar reference counting errorsMatthew Barnes2010-06-211-7/+2
* Fix another runtime warning.Matthew Barnes2010-05-281-4/+4
* Fix compiler warnings.Matthew Barnes2010-04-211-1/+1
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-6/+10
* Simplify the search UI for express mode.Matthew Barnes2010-03-271-109/+47
* Move "section" documentation out of header files.Matthew Barnes2010-03-221-0/+6
* Make EShell and related classes extensible.Matthew Barnes2010-03-201-33/+11
* Update API documentation.Matthew Barnes2010-02-101-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-1/+2
* Provison to hide search label for Anjal's use.Srinivasa Ragavan2009-12-231-1/+1
* Anjal's search bar is outside of EShellContent. Handle that.Srinivasa Ragavan2009-12-231-1/+1
* Refactor the EShell search API.Matthew Barnes2009-12-191-1207/+127
* EShellContent cleanups.Matthew Barnes2009-12-191-52/+71
* Bug #604884 - Use proper colors in Search bar when is search activatedMilan Crha2009-12-181-6/+8
* Bug #593896 - "Search -> Find now" should not be always enabledMilan Crha2009-12-181-1/+1
* Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-181-2/+10
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-2/+3
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-10/+10
* port shell/ over to the new EError APIJonathon Jongsma2009-12-011-2/+12
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-191-18/+152
* Bug 599890 - Search should not be remembered across foldersMatthew Barnes2009-10-301-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-49/+49
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-2/+2
* Developer documentation improvements.Matthew Barnes2009-09-231-0/+5
* EShell cleanup + rework my previous crasher fix.Matthew Barnes2009-09-051-0/+3
* Fix crash when second main window is closed.Matthew Barnes2009-09-051-43/+29
* Homing in on a reference counting issue in EShellContent.Matthew Barnes2009-09-041-22/+6
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-031-28/+44
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-12/+12
* Bug 593778 - Clear search enabled when it shouldn't beMatthew Barnes2009-09-011-1/+12
* Use key files for tracking widget states.Matthew Barnes2009-06-131-4/+75
* Search bar improvements.Matthew Barnes2009-06-091-75/+108
* Use GtkEntry instead of EIconEntry in the main search bar.Matthew Barnes2009-06-041-56/+127
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-2/+2
* Convert EShellModule to EShellBackendMatthew Barnes2009-05-071-5/+5
* Get mail search bar partially working without help from EFilterBar.Matthew Barnes2009-02-141-46/+1
* Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-0/+13
* Tweak the EShell API.Matthew Barnes2009-01-081-23/+23
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-0/+42
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-22/+10
* Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-031-2/+4
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-11/+12
* Continue documenting the new shell API.Matthew Barnes2008-10-011-4/+2
* Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-301-0/+13
* Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-0/+6
* Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-1/+0
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-231-77/+334
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-4/+4
* Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-111-1/+1
* Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-091-7/+15
* Progress update:Matthew Barnes2008-09-091-16/+900
* Progress update:Matthew Barnes2008-09-071-1/+2
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-0/+217