aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-paned-view.c
Commit message (Collapse)AuthorAgeFilesLines
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-17/+17
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+1
|
* Add keybindings to tab.Srinivasa Ragavan2010-08-121-0/+19
| | | | | | Control Up - Go to parent folder. Control Shift Up/Down - prev/next tab Control Shift w - close tab.
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-1/+1
| | | | | | This changes the behavior of the function: instead of redrawing immediately it schedules the redraw from an idle callback. This allows us to make multiple changes to EMFormat before redrawing.
* Coding style and whitespace cleanup.Matthew Barnes2010-08-031-1/+2
|
* More code cleanup.Matthew Barnes2010-07-271-268/+64
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-316/+331
|
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-19/+1
|
* Add animations for selecting mail and search.Srinivasa Ragavan2010-07-261-1/+27
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-10/+49
|
* More bug fixes.Srinivasa Ragavan2010-07-261-3/+4
|
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-261-0/+2
|
* Make EMailPanedView up & working.Srinivasa Ragavan2010-07-261-3/+7
|
* Redo EMailPanedView and almost match to the basic one.Srinivasa Ragavan2010-07-261-47/+526
|
* More changes and modifications.Srinivasa Ragavan2010-07-261-3/+519
|
* New set of basic viewsSrinivasa Ragavan2010-07-261-0/+75