| Commit message (Expand) | Author | Age | Files | Lines |
| * | Display the default inbox at startup, instead of an empty view. | Ettore Perazzoli | 2000-05-09 | 5 | -15/+43 |
| * | Fix misplaced `g_free()' that resulted in garbage to be printed out | Ettore Perazzoli | 2000-05-09 | 2 | -1/+8 |
| * | Actually quit when the shell is destroyed. | Ettore Perazzoli | 2000-05-09 | 2 | -0/+13 |
| * | Fix const warning. | Ettore Perazzoli | 2000-05-08 | 2 | -2/+6 |
| * | xmlFree the return value of xmlGetProp. | Larry Ewing | 2000-05-08 | 2 | -0/+7 |
| * | Fix incorrect casting. | Ettore Perazzoli | 2000-05-07 | 2 | -1/+6 |
| * | Fix brainos so that the application quits after closing all the | Ettore Perazzoli | 2000-05-07 | 3 | -6/+11 |
| * | Machinery for quitting and handling the relationship between a shell | Ettore Perazzoli | 2000-05-07 | 8 | -10/+169 |
| * | Remove unused files. | Ettore Perazzoli | 2000-05-07 | 2 | -327/+0 |
| * | Portability fix (use `readdir()', not `readdir_r()'). Also, be safer | Ettore Perazzoli | 2000-05-07 | 5 | -20/+34 |
| * | Fix non-OAF compilation. | Ettore Perazzoli | 2000-05-07 | 2 | -1/+6 |
| * | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 30 | -1270/+4474 |
| * | add support for building purified evolution. | Chris Toshok | 2000-05-05 | 2 | -0/+11 |
| * | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -1/+2 |
| * | turned the notebook border off. The calendar looks better without it. If | Damon Chaplin | 2000-05-05 | 2 | -0/+9 |
| * | Fixed EShortcutBar API: the icon callback function now gets a `const | Ettore Perazzoli | 2000-05-04 | 2 | -2/+9 |
| * | Remove unused file. | Ettore Perazzoli | 2000-05-03 | 1 | -10/+0 |
| * | Removing more cruft. | Ettore Perazzoli | 2000-05-03 | 6 | -69/+16 |
| * | Get rid of crufty `e-service' modules. | Ettore Perazzoli | 2000-05-03 | 5 | -388/+8 |
| * | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 2 | -1/+6 |
| * | Turn off control frame autoactivation, so the toolbars work correctly. | Dan Winship | 2000-05-02 | 2 | -0/+7 |
| * | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 3 | -11/+69 |
| * | + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer and | Matthew Loper | 2000-04-27 | 2 | -18/+81 |
| * | include -I$(datadir)/idl in orbit-idl arguments so that you can have | Dan Winship | 2000-04-25 | 2 | -1/+11 |
| * | Made some functions syncronous that didn't need to be asyncronous. | Christopher James Lahey | 2000-04-24 | 2 | -19/+10 |
| * | + * widgets/Makefile.am: Added e-paned directory. | Matthew Loper | 2000-04-24 | 4 | -18/+82 |
| * | set calendar's uri with a property bag | Seth Alves | 2000-04-19 | 2 | -1/+21 |
| * | New idl file. Still unused. | Christopher James Lahey | 2000-04-19 | 2 | -0/+105 |
| * | Added a note field. | Christopher James Lahey | 2000-04-15 | 2 | -2/+7 |
| * | Fix the embarassing cursor bug. | Miguel de Icaza | 2000-04-12 | 1 | -1/+0 |
| * | + * addressbook/gui/component/addressbook.c (control_activate): Make | Matthew Loper | 2000-04-10 | 2 | -1/+6 |
| * | + * folder-browser.c (folder_browser_destroy): Unref the shell | Matthew Loper | 2000-04-08 | 2 | -4/+52 |
| * | Moved all ChangeLog entries for the shell to shell/ChangeLog. | Miguel de Icaza | 2000-04-07 | 3 | -9/+201 |
| * | + * shell/main.c (evolution_boot): Make sure our data directory is | Matthew Loper | 2000-04-07 | 1 | -0/+5 |
| * | Load the icons from the installation path, not form the GNOME-libs | Miguel de Icaza | 2000-04-06 | 2 | -2/+5 |
| * | hook up control:calendar | Seth Alves | 2000-04-06 | 1 | -0/+3 |
| * | Update for shortcut bar changes. | Dan Winship | 2000-04-01 | 3 | -3/+49 |
| * | Hold off on deactivating the "outgoing" control until after setting up the | Dan Winship | 2000-03-31 | 1 | -25/+32 |
| * | Call bonobo_control_frame_activate on the folder_view every time it is | Dan Winship | 2000-03-30 | 1 | -12/+18 |
| * | + * shell/e-shell-view.c (get_view): Move CORBA_Environment to | Matthew Loper | 2000-03-26 | 1 | -5/+6 |
| * | Added some assertions. | Matthew Loper | 2000-03-23 | 1 | -3/+5 |
| * | + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" | Matthew Loper | 2000-03-23 | 2 | -61/+63 |
| * | New private field in EShellView added, which contains the notebook and a | Matthew Loper | 2000-03-21 | 2 | -23/+79 |
| * | Added an E_FOLDER_CONTACTS section to the get_view function. | Christopher James Lahey | 2000-03-14 | 1 | -0/+25 |
| * | i2000-03-13 bertrand <bertrand@helixcode.com> | bertrand | 2000-03-13 | 1 | -1/+15 |
| * | (get_view): added a parameter to have a reference to the EShellView. | bertrand | 2000-03-13 | 1 | -12/+37 |
| * | once we have the bonobo control widget, disable the autoactivation and | bertrand | 2000-03-13 | 1 | -5/+16 |
| * | name change | bertrand | 2000-03-13 | 1 | -1/+1 |
| * | added the get_e_folder_type function. | bertrand | 2000-03-13 | 4 | -9/+44 |
| * | creates an Evolution_ServiceRepository object. | bertrand | 2000-03-13 | 2 | -18/+220 |
| * | forgotten file. | Bertrand Guiheneuf | 2000-03-12 | 2 | -1/+11 |
| * | Implementation of the service repository interface as a bonobo object. | bertrand | 2000-03-12 | 11 | -36/+236 |
| * | add a field refering to a service associated to the efolder. In the case | bertrand | 2000-03-12 | 6 | -2/+403 |
| * | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 1 | -3/+1 |
| * | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -2/+9 |
| * | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -5/+5 |
| * | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 1 | -0/+1 |
| * | + * widgets/e-minicard/.cvsignore: Added minicard-label-test, | Matthew Loper | 2000-02-20 | 1 | -0/+4 |
| * | Further Makefile.am fixage -miguel | Miguel de Icaza | 2000-02-19 | 1 | -4/+3 |
| * | Changed the order of the compilation so the CORBA stuff was generated | Iain Holmes | 2000-02-09 | 1 | -2/+2 |
| * | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 7 | -62/+58 |
| * | More work on the code. Added more for the framework. | Arturo Espinosa | 2000-01-19 | 4 | -68/+104 |
| * | More work; Model view for the shortcut bar is better; More menus; More fea... | Arturo Espinosa | 2000-01-18 | 6 | -202/+551 |
| * | Shaping up; Model/view is still not fully setup, but coming, coming | Arturo Espinosa | 2000-01-17 | 8 | -25/+606 |
| * | Add missing file -mig | Arturo Espinosa | 2000-01-17 | 1 | -0/+7 |
| * | Use e_bar_set_item_data. | Miguel de Icaza | 2000-01-16 | 9 | -37/+196 |
| * | More | Arturo Espinosa | 2000-01-12 | 9 | -40/+627 |
| * | More work. Before the shortcut changes -mig | Arturo Espinosa | 2000-01-09 | 7 | -8/+361 |
| * | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 1 | -0/+3 |
| * | shut up cvs action -mig | Arturo Espinosa | 2000-01-07 | 1 | -3/+6 |
| * | More framework work -miguel | Arturo Espinosa | 2000-01-07 | 7 | -4/+268 |
| * | Lots of reorganization to get the Evolution shell to begin its life. It | Arturo Espinosa | 2000-01-06 | 2 | -0/+22 |