Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -2/+3 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -2/+4 |
| | |||||
* | Rip out Anjal-specific cruft we don't need. | Matthew Barnes | 2011-03-28 | 1 | -54/+2 |
| | | | | | Need to trim off the fat if we're ever going to merge the souped up mail account wizard. Still a long way to go... | ||||
* | evolution-settings doesn't really need to be unique. | Matthew Barnes | 2011-03-25 | 1 | -52/+0 |
| | | | | | | This thing is kind of a weird hybrid of Anjal and Evolution code anyway. We should figure out if and where it really belongs in Evolution and get the Anjal references cleaned up. | ||||
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -8/+0 |
| | | | | GCC learned how to find dead assignments. | ||||
* | Call setlocale() instead of gtk_set_locale(). | Matthew Barnes | 2010-12-23 | 1 | -1/+2 |
| | | | | gtk_set_locale() has been deprecated in GTK+ 2.23.3. | ||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -5/+30 |
| | | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. | ||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -7/+7 |
| | |||||
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 1 | -1/+0 |
| | |||||
* | We are not using dbus-glib anymore, don't call dbus_g_thread_init | Fridrich Štrba | 2010-08-05 | 1 | -1/+0 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -4/+5 |
| | |||||
* | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | Capplet cleanups. | Matthew Barnes | 2010-04-01 | 1 | -82/+13 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 1 | -6/+23 |
| | |||||
* | warning cleanup | Michael Meeks | 2010-03-14 | 1 | -2/+1 |
| | |||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Integrate account assistant wizard to anjal style. | Srinivasa Ragavan | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add control center capplet from anjal to evolution. Name it | Srinivasa Ragavan | 2010-03-14 | 1 | -0/+319 |
evolution-settings. |