| Commit message (Expand) | Author | Age | Files | Lines |
* | Seal up ESignature and add GObject properties. | Matthew Barnes | 2009-08-07 | 5 | -44/+61 |
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 1 | -123/+213 |
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 8 | -217/+30 |
|\ |
|
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2009-07-26 | 4 | -8/+8 |
| * | Bug #589580 - Crashes when dragging an image to the contact editor | Milan Crha | 2009-07-24 | 1 | -7/+10 |
| * | Fix Attachment bar size of Anjal. | Srinivasa Ragavan | 2009-07-24 | 4 | -4/+20 |
| * | Add API for getting task count. | Srinivasa Ragavan | 2009-07-20 | 2 | -1/+6 |
| * | Fix a typo in Chen's prev commit. | Srinivasa Ragavan | 2009-07-20 | 1 | -1/+0 |
| * | Kill some obsolete utility functions. | Matthew Barnes | 2009-07-19 | 2 | -203/+6 |
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 13 | -31/+29 |
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2009-07-18 | 1 | -2/+2 |
| * | Search bar stuff for Anjal. | Srinivasa Ragavan | 2009-07-17 | 4 | -0/+82 |
* | | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 4 | -1/+265 |
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 9 | -18/+18 |
* | | Make errors in taskbar clickable. | Matthew Barnes | 2009-07-18 | 2 | -1/+6 |
* | | Remove unused EActivity properties and subclasses. | Matthew Barnes | 2009-07-18 | 5 | -618/+0 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 1 | -3/+1 |
|\| |
|
| * | Add an environment variable to show all errors as intrusive | Chenthill Palanisamy | 2009-07-14 | 1 | -1/+20 |
| * | Bug 588277 – Unnecessary special-purpose configure flag | Matthew Barnes | 2009-07-14 | 1 | -3/+1 |
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 48 | -333/+0 |
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 30 | -259/+0 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-11 | 2 | -1/+8 |
|\| |
|
| * | Bug #245723 - Show days with transparent events in italic | Milan Crha | 2009-07-09 | 1 | -1/+2 |
| * | Bug #525689 - Do not show all days as Sunday in a comp-editor | Milan Crha | 2009-07-03 | 1 | -0/+6 |
* | | Add missing files. | Matthew Barnes | 2009-07-03 | 2 | -0/+497 |
* | | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 3 | -548/+2 |
* | | Fix merge issues in EMAccountEditor. | Matthew Barnes | 2009-07-02 | 2 | -85/+6 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 4 | -16/+40 |
|\| |
|
| * | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| * | Bug #245723 - Show days with transparent events in italic | Milan Crha | 2009-06-30 | 3 | -16/+36 |
| * | Remove a weak pointer when disposing EAttachmentHandler. | Matthew Barnes | 2009-06-20 | 1 | -0/+18 |
| * | Stop abusing forward declarations. | Matthew Barnes | 2009-06-19 | 1 | -2/+2 |
| * | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-19 | 19 | -127/+38 |
* | | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
* | | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 8 | -7/+7 |
* | | Merge commit 'EVOLUTION_2_27_3' into kill-bonobo | Matthew Barnes | 2009-06-20 | 3 | -4/+62 |
|\| |
|
| * | Bug 584902 – Disabled default account hides "From" in composer | Matthew Barnes | 2009-06-15 | 1 | -4/+43 |
| * | Fix coding style. | Matthew Barnes | 2009-06-14 | 2 | -3/+3 |
| * | Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err... | Matthew Barnes | 2009-06-13 | 1 | -30/+17 |
| * | Added couple of APIS for EAttachmentPaned to hide combo and get the | Srinivasa Ragavan | 2009-06-11 | 2 | -0/+19 |
| * | Fix a runtime warning for zero-length attachments. | Matthew Barnes | 2009-06-09 | 1 | -4/+8 |
| * | Whoops, forgot to remove a debug message. | Matthew Barnes | 2009-06-04 | 1 | -2/+0 |
| * | Bug 572543 – Doesn't show correct application for pdf attachments | Matthew Barnes | 2009-06-04 | 2 | -6/+9 |
| * | Anjal stuff's for Evo. | Srinivasa Ragavan | 2009-06-03 | 1 | -1/+6 |
| * | Bug 581280 – Wrong attachment name in event | Matthew Barnes | 2009-06-03 | 2 | -1/+333 |
| * | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 22 | -112/+112 |
| * | Bug 583991 – "Suggest automatic display of attachment" does not work | Matthew Barnes | 2009-05-29 | 1 | -0/+1 |
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 21 | -64/+64 |
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 64 | -742/+742 |
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 107 | -134/+134 |
* | | Remove a weak pointer when disposing EAttachmentHandler. | Matthew Barnes | 2009-06-20 | 1 | -0/+18 |
* | | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 10 | -63/+20 |
* | | Clean up EImageChooser. | Matthew Barnes | 2009-06-15 | 2 | -342/+311 |
* | | Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_err... | Matthew Barnes | 2009-06-13 | 1 | -30/+17 |
* | | Remove ESearchBar and EFilterBar. | Matthew Barnes | 2009-06-09 | 4 | -2721/+0 |
* | | Search bar improvements. | Matthew Barnes | 2009-06-09 | 3 | -0/+373 |
* | | Fix a runtime warning for zero-length attachments. | Matthew Barnes | 2009-06-04 | 1 | -4/+8 |
* | | Whoops, forgot to remove a debug message. | Matthew Barnes | 2009-06-04 | 1 | -2/+0 |
* | | Bug 572543 – Doesn't show correct application for pdf attachments | Matthew Barnes | 2009-06-04 | 2 | -6/+9 |
* | | Use GtkEntry instead of EIconEntry in the main search bar. | Matthew Barnes | 2009-06-04 | 3 | -636/+0 |
* | | Bug 581280 – Wrong attachment name in event | Matthew Barnes | 2009-06-03 | 2 | -1/+333 |
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 11 | -81/+81 |
* | | Fix more compiler warnings. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
* | | Bug 583991 – "Suggest automatic display of attachment" does not work | Matthew Barnes | 2009-05-29 | 1 | -0/+1 |
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 15 | -50/+50 |
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 40 | -373/+373 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 120 | -224/+205 |
|\ \ |
|
| * | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 107 | -134/+134 |
| |/ |
|
| * | Fix compiler warnings in calendar. | Matthew Barnes | 2009-05-26 | 1 | -6/+6 |
| * | Fix compiler warnings in widgets. | Matthew Barnes | 2009-05-26 | 24 | -109/+76 |
| * | Filter/Search bar changes for Anjal. | Srinivasa Ragavan | 2009-05-22 | 6 | -56/+134 |
* | | Filter/Search bar changes for Anjal. | Srinivasa Ragavan | 2009-05-24 | 6 | -111/+462 |
* | | Fix some account UI glitches. | Matthew Barnes | 2009-05-24 | 1 | -0/+11 |
* | | Bug 583339 – Edit->Preferences->Mail Accounts inconsistent | Matthew Barnes | 2009-05-24 | 9 | -11/+1265 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-22 | 2 | -11/+5 |
|\| |
|
| * | Bug 580925 – Better search bar for word searches | Matthew Barnes | 2009-05-21 | 2 | -8/+0 |
| * | Bug 578478 – Composer shows not all "From" information | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 7 | -10/+10 |
| * | Add e_attachment_store_get_attachments(). | Matthew Barnes | 2009-05-15 | 2 | -34/+44 |
| * | Bug 582585 – Crash when deleting multiple attachments from composed mail | Matthew Barnes | 2009-05-14 | 1 | -0/+6 |
| * | Bug 582144 – Evolution not showing proper attachment filename | Matthew Barnes | 2009-05-13 | 2 | -9/+14 |
| * | Bug 440919 – Evolution can't attach "zero length" files | Matthew Barnes | 2009-05-13 | 1 | -0/+10 |
* | | Bug 578478 – Composer shows not all "From" information | Matthew Barnes | 2009-05-21 | 1 | -1/+1 |
* | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 5 | -8/+8 |
* | | Add e_attachment_store_get_attachments(). | Matthew Barnes | 2009-05-21 | 2 | -34/+44 |
* | | Bug 582585 – Crash when deleting multiple attachments from composed mail | Matthew Barnes | 2009-05-21 | 1 | -0/+6 |
* | | Bug 582144 – Evolution not showing proper attachment filename | Matthew Barnes | 2009-05-21 | 2 | -9/+14 |
* | | Bug 440919 – Evolution can't attach "zero length" files | Matthew Barnes | 2009-05-21 | 1 | -0/+10 |
* | | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 19 | -5679/+1944 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-07 | 1 | -2/+2 |
|\| |
|
| * | Fix a couple attachment drag-and-drop typos. | Matthew Barnes | 2009-05-06 | 1 | -2/+2 |
| * | Use 'Open with "$foo"' instead of 'Open in $foo...' | Matthew Barnes | 2009-05-06 | 1 | -1/+1 |
| * | Bug 581454 – Move nautilus-sendto integration to Evolution | Matthew Barnes | 2009-05-06 | 4 | -0/+314 |
* | | Use 'Open with "$foo"' instead of 'Open in $foo...' | Matthew Barnes | 2009-05-06 | 1 | -1/+1 |
* | | Bug 581454 – Move nautilus-sendto integration to Evolution | Matthew Barnes | 2009-05-06 | 4 | -0/+314 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-06 | 7 | -7/+26 |
|\| |
|
| * | Fix an error extracting URIs from local attachments. | Matthew Barnes | 2009-05-05 | 1 | -0/+19 |
| * | Another #include path fix. | Matthew Barnes | 2009-05-05 | 1 | -1/+1 |
| * | Fix include paths. | Matthew Barnes | 2009-05-05 | 5 | -6/+6 |
| * | Bug 574781 – Bad e-send-options.glade strings | Matthew Barnes | 2009-05-03 | 1 | -1266/+808 |
| * | Remove obsolete Glade files. | Matthew Barnes | 2009-05-03 | 3 | -413/+1 |
| * | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 2 | -0/+4 |
| * | Only #include specific libgnome[ui] headers; easier to track. | Matthew Barnes | 2009-05-01 | 1 | -38/+0 |
| * | Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper | Matthew Barnes | 2009-05-01 | 5 | -52/+40 |
| * | Bump the required GLib and GTK+ versions to latest stable. | Matthew Barnes | 2009-05-01 | 3 | -10/+0 |
| * | Commit the rest of the attachment UI rewrite | Matthew Barnes | 2009-04-28 | 7 | -3723/+2538 |
| * | Bug 516933 – Rewrite attachment UI | Matthew Barnes | 2009-04-28 | 18 | -0/+6940 |
* | | Bug 574781 – Bad e-send-options.glade strings | Matthew Barnes | 2009-05-04 | 1 | -1266/+808 |
* | | Remove obsolete Glade files. | Matthew Barnes | 2009-05-04 | 3 | -413/+1 |
* | | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-04 | 2 | -0/+4 |
* | | Only #include specific libgnome[ui] headers; easier to track. | Matthew Barnes | 2009-05-04 | 1 | -61/+0 |
* | | Merge in changes from master. | Matthew Barnes | 2009-05-01 | 2 | -41/+1 |
* | | Resolve some differences between this branch and master. | Matthew Barnes | 2009-04-28 | 1 | -0/+620 |
* | | Commit the rest of the attachment UI rewrite | Matthew Barnes | 2009-04-28 | 4 | -2045/+0 |
* | | Use consistent variable names for GtkUIManager | Matthew Barnes | 2009-04-25 | 1 | -5/+5 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-04-25 | 7 | -59/+151 |
|\| |
|
| * | GN-bug #572348 - Removed deprecated Gtk+ symbols | Milan Crha | 2009-04-24 | 7 | -53/+93 |
| * | Bug 577929 – Consolidate marshallers | Matthew Barnes | 2009-04-23 | 8 | -18/+9 |
| * | BGO : 578685 : Copy string. Avoids SIGSEGV.EVOLUTION_2_26_1 | Johnny Jacob | 2009-04-13 | 2 | -0/+11 |
| * | ** Remove a bunch of juvenile comments. Source code should look | Matthew Barnes | 2009-04-12 | 1 | -2/+0 |
| * | Reviewed by Milan Crha <mcrha@redhat.com> Reviewed by Matthew Barnes | Takao Fujiwara | 2009-04-07 | 1 | -6/+12 |
| * | Removed the string marked for translation. | Chenthill Palanisamy | 2009-03-09 | 2 | -1/+7 |
| * | Fixes #342446 | Chenthill Palanisamy | 2009-03-08 | 2 | -5/+40 |
| * | ** Fix for bug #559027 | Milan Crha | 2009-02-25 | 2 | -2/+11 |
| * | ** Fix for bug #404232 | Milan Crha | 2009-02-12 | 2 | -1/+10 |
| * | ** Disable debug macros (#define d(x) x) throughout. (#569638) | Matthew Barnes | 2009-02-01 | 1 | -1/+1 |
| * | Patch from Behnam Esfahbod - Fix for bug #342446 (Use localized digits in the... | Suman Manjunath | 2009-01-30 | 2 | -9/+25 |
| * | New convenience function calls gtk_show_uri() and displays an error dialog | Matthew Barnes | 2009-01-11 | 3 | -10/+14 |
| * | Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneeded | Matthew Barnes | 2009-01-11 | 2 | -1/+5 |
| * | ** Fixes bug #567281 | Matthew Barnes | 2009-01-11 | 3 | -2/+8 |
| * | ** Fixes bug #567276 | Matthew Barnes | 2009-01-11 | 2 | -78/+7 |
| * | ** Fixes bug #567285 | Matthew Barnes | 2009-01-11 | 3 | -4/+9 |
| * | Reviewed by Matthew Barnes <mbarnes@redhat.com> | Takao Fujiwara | 2009-01-09 | 2 | -2/+6 |
| * | ** Fix for bug #556303 | Milan Crha | 2008-12-10 | 2 | -1/+9 |
| * | ** Fix for bug #563669 | Milan Crha | 2008-12-09 | 2 | -2/+9 |
| * | Only include the toplevel GTK+ header. | Matthew Barnes | 2008-10-31 | 1 | -1/+1 |
| * | License Changes | Sankarasivasubramanian Pasupathilingam | 2008-10-29 | 3 | -20/+25 |
| * | Re-factor spinner usage | Sankarasivasubramanian Pasupathilingam | 2008-10-21 | 4 | -91/+67 |
| * | License changes. | Sankarasivasubramanian Pasupathilingam | 2008-10-18 | 3 | -12/+18 |
| * | License changes | Sankarasivasubramanian Pasupathilingam | 2008-10-10 | 2 | -30/+26 |
| * | ** Fix for bug #554418 | Milan Crha | 2008-10-01 | 2 | -2/+8 |
| * | Change License from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-10-01 | 3 | -33/+37 |
| * | Change License from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-30 | 2 | -13/+21 |
| * | ** Fix for bug #530716 | Milan Crha | 2008-09-29 | 2 | -1/+14 |
| * | License changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-29 | 2 | -15/+22 |
| * | Change License from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-24 | 3 | -29/+35 |
| * | Change license from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-19 | 5 | -61/+70 |
| * | License changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-16 | 4 | -46/+53 |
| * | License Changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-13 | 3 | -24/+25 |
| * | ** Fixes bug #549968 | Matthew Barnes | 2008-09-07 | 2 | -1/+8 |
| * | esthetic license header cleans, and fix e-pkcs12 | Michael Meeks | 2008-09-06 | 1 | -7/+2 |
| * | fix licensing snafus. | Michael Meeks | 2008-09-06 | 3 | -44/+2 |
| * | correct licensing cockup; apologies. | Michael Meeks | 2008-09-06 | 3 | -42/+4 |
| * | License changes. Changed license from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-04 | 8 | -93/+102 |
| * | Change License from GPL to LGPL. 2nd batch. | Sankarasivasubramanian Pasupathilingam | 2008-09-03 | 41 | -584/+622 |
| * | ** Fixes bug #550334 | Matthew Barnes | 2008-09-02 | 2 | -1/+8 |
| * | Fix vertical alignment of labels. | Matthew Barnes | 2008-08-30 | 2 | -2/+7 |
| * | License Changes | Sankarasivasubramanian Pasupathilingam | 2008-08-27 | 34 | -376/+533 |
| * | ** Fixes bug #547411 | Matthew Barnes | 2008-08-15 | 2 | -8/+20 |
| * | New convenience function for launching help from Evolution. Displays an | Matthew Barnes | 2008-08-15 | 3 | -17/+12 |
| * | ** Fixes bug #546892 | Matthew Barnes | 2008-08-12 | 10 | -106/+75 |
| * | ** Part of fix for bug #543943 | Milan Crha | 2008-07-23 | 3 | -0/+29 |
| * | ** Fixes bug #542587 | Matthew Barnes | 2008-07-21 | 4 | -0/+274 |
* | | Fix a couple more attachment issues. | Matthew Barnes | 2009-04-24 | 2 | -1/+16 |
* | | Fix a couple attachment issues | Matthew Barnes | 2009-04-24 | 2 | -2/+13 |
* | | Miscellaneous bug fixes. | Matthew Barnes | 2009-04-24 | 3 | -32/+58 |
* | | Add "View Inline" / "Hide" menu items to the popup menu. | Matthew Barnes | 2009-04-15 | 5 | -43/+219 |
* | | Make the selected attachment view and file chooser folder persistent. | Matthew Barnes | 2009-04-15 | 2 | -0/+28 |
* | | Bug fixes and formerly unfinished bits of the attachment rewrite. | Matthew Barnes | 2009-04-11 | 7 | -14/+38 |
* | | Hey, how'd those get in there? | Matthew Barnes | 2009-04-08 | 3 | -573/+0 |
* | | Attachment rewrite pretty much complete. Just testing now. | Matthew Barnes | 2009-04-08 | 12 | -26/+1407 |
* | | Finish attachment drag and drop. | Matthew Barnes | 2009-04-02 | 12 | -809/+532 |
* | | Extend EAttachmentView by subclassing EAttachmentHandler. | Matthew Barnes | 2009-04-01 | 14 | -2116/+796 |
* | | Saving progress again on the attachment rewrite. | Matthew Barnes | 2009-03-31 | 4 | -27/+287 |
* | | Saving progress again on the attachment rewrite. | Matthew Barnes | 2009-03-30 | 9 | -515/+990 |
* | | Saving progress again on the attachment rewrite. | Matthew Barnes | 2009-03-27 | 3 | -158/+327 |
* | | Saving progress again on the attachment rewrite. | Matthew Barnes | 2009-03-26 | 9 | -959/+1571 |
* | | Saving progress again on the attachment rewrite. | Matthew Barnes | 2009-03-24 | 12 | -204/+985 |
* | | Saving progress on a massive attachment handling rewrite. | Matthew Barnes | 2009-03-21 | 21 | -1197/+5213 |
* | | Add e_lookup_action() and e_lookup_action_group() to e-util, so | Matthew Barnes | 2009-03-10 | 8 | -52/+389 |
* | | Cleaning up the attachment bar, centralizing its popup menu, and converting | Matthew Barnes | 2009-03-09 | 15 | -1213/+3449 |
* | | Fix compilation error. | Matthew Barnes | 2009-02-21 | 1 | -1/+0 |
* | | Kill EDropdownButton. | Matthew Barnes | 2009-02-21 | 7 | -458/+35 |
* | | Miscellaneous bug fixes. | Matthew Barnes | 2009-02-17 | 1 | -1/+1 |
* | | Move signature script execution to e-util/e-signature-utils.s so the | Matthew Barnes | 2009-02-16 | 4 | -3/+470 |
* | | Merge revisions 37200:3266 from trunk. | Matthew Barnes | 2009-02-15 | 3 | -2/+11 |
* | | Get mail search bar partially working without help from EFilterBar. | Matthew Barnes | 2009-02-14 | 1 | -4/+2 |
* | | Rewrite the signature management UI from top to bottom. | Matthew Barnes | 2009-02-10 | 11 | -0/+2451 |
* | | Rewrite the mail label code from top to bottom. | Matthew Barnes | 2009-02-08 | 2 | -0/+20 |
* | | Merge revisions 37108:37199 from trunk. | Matthew Barnes | 2009-02-01 | 2 | -9/+25 |
* | | Add unique-1.0 requirement (blessed external dependency). | Matthew Barnes | 2009-01-29 | 1 | -1/+1 |
* | | Miscellaneous stuff. | Matthew Barnes | 2009-01-27 | 4 | -112/+1 |
* | | Fix a crash when cancelling a task in the task bar. | Matthew Barnes | 2009-01-25 | 1 | -0/+3 |
* | | Get automatic message selection working. | Matthew Barnes | 2009-01-24 | 1 | -0/+10 |
* | | Formalize the "no disabled items in popup menus" policy in the form of a | Matthew Barnes | 2009-01-20 | 3 | -0/+382 |
* | | Hack GtkIconTheme so we can reference category icons as named icons. | Matthew Barnes | 2009-01-18 | 1 | -8/+46 |
* | | Fix a typo. | Matthew Barnes | 2009-01-16 | 1 | -1/+1 |
* | | Merge revisions 36866:37046 from trunk. | Matthew Barnes | 2009-01-12 | 8 | -84/+40 |
* | | Continue chipping away at EMFolderView and EMFolderBrowser. | Matthew Barnes | 2009-01-11 | 2 | -10/+8 |
* | | Get the Character Encoding menu working. | Matthew Barnes | 2009-01-01 | 2 | -172/+37 |
* | | Merge revisions 36811:36865 from trunk. | Matthew Barnes | 2008-12-11 | 3 | -3/+18 |
* | | Fix a mistyped macro. | Matthew Barnes | 2008-11-22 | 2 | -8/+8 |
* | | Merge revisions 36685:36729 from trunk. | Matthew Barnes | 2008-11-08 | 3 | -20/+25 |
* | | Secondary checkout spotted a compilation issue. | Matthew Barnes | 2008-10-31 | 1 | -3/+9 |
* | | Add popup menus to the calendar memopad and taskpad. | Matthew Barnes | 2008-10-31 | 1 | -0/+1 |
* | | Disable parts of my previous calendar work, such that all modules now load! | Matthew Barnes | 2008-10-28 | 1 | -4/+2 |
* | | Merge revisions 36534:36684 from trunk. | Matthew Barnes | 2008-10-25 | 6 | -129/+110 |
* | | Get the mail folder tree compiling, though I'm not yet sure why it's not | Matthew Barnes | 2008-10-17 | 3 | -21/+320 |
* | | Progress update: | Matthew Barnes | 2008-10-14 | 1 | -3/+18 |
* | | Update the headers on files I've created or completely rewritten to match | Matthew Barnes | 2008-10-02 | 9 | -87/+92 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 14 | -183/+237 |
* | | Memos are mostly working now. Tasks to follow. | Matthew Barnes | 2008-09-30 | 2 | -2/+53 |
* | | Search UI is kinda sorta working. Still some outstanding issues. | Matthew Barnes | 2008-09-23 | 2 | -23/+129 |
* | | Fix some miscellaneous address book bugs. | Matthew Barnes | 2008-09-20 | 1 | -2/+12 |
* | | Replace EActivityHandler with a new activity-tracking system that uses | Matthew Barnes | 2008-09-20 | 7 | -354/+935 |
* | | Progress update: | Matthew Barnes | 2008-09-18 | 8 | -18/+9 |
* | | Merge revisions 36016:36303 from trunk. | Matthew Barnes | 2008-09-11 | 65 | -905/+1034 |
* | | Progress update: | Matthew Barnes | 2008-09-09 | 7 | -1223/+6 |
* | | Progress update: | Matthew Barnes | 2008-09-07 | 6 | -428/+448 |
* | | Saving progress. Lots of changes. Things are a bit broken at the moment. | Matthew Barnes | 2008-09-05 | 9 | -1647/+1666 |
* | | Fix some bugs related to the New menu and toolbar button. | Matthew Barnes | 2008-08-31 | 1 | -4/+2 |
* | | ** Fixes bug #549968 | Matthew Barnes | 2008-08-31 | 2 | -1/+8 |
* | | Figured out why the switcher buttons have no relief. | Matthew Barnes | 2008-08-30 | 1 | -2/+0 |
* | | Preferences window awesomeness. | Matthew Barnes | 2008-08-30 | 2 | -68/+83 |
* | | Progress update: | Matthew Barnes | 2008-08-30 | 6 | -396/+7 |
* | | Progress update: | Matthew Barnes | 2008-08-24 | 6 | -717/+219 |
* | | Merge revisions 35993:36015 from trunk. | Matthew Barnes | 2008-08-19 | 2 | -8/+20 |
* | | Merge revisions 35951:35992 from trunk. | Matthew Barnes | 2008-08-15 | 11 | -114/+85 |
* | | Kill EConfigPage. | Matthew Barnes | 2008-08-09 | 3 | -119/+0 |
* | | Kill EShellSettingsDialog. | Matthew Barnes | 2008-08-09 | 4 | -170/+149 |
* | | Work through more compilation errors. | Matthew Barnes | 2008-08-09 | 3 | -278/+280 |
* | | Merge revisions 35747:35930 from trunk. | Matthew Barnes | 2008-08-08 | 3 | -0/+39 |
* | | Disable all components and plugins. Begin rewriting the shell. | Matthew Barnes | 2008-07-17 | 3 | -0/+264 |
|/ |
|
* | ** Fix for bug #542889 | Paolo Borelli | 2008-07-14 | 4 | -18/+14 |
* | ** Fix for bug #542631 | Paolo Borelli | 2008-07-13 | 2 | -34/+8 |
* | Fix for bug #370731 (bugzilla.novell.com): Use MAX (<max width of day-names>,... | Suman Manjunath | 2008-07-07 | 3 | -6/+25 |
* | ** Fix for bug #519536 | Srinivasa Ragavan | 2008-06-30 | 2 | -2/+11 |
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 93 | -93/+93 |
* | ** Fix for bug #532597 | Milan Crha | 2008-06-19 | 2 | -10/+38 |
* | ** Fix for bug #340683 | Milan Crha | 2008-06-10 | 2 | -48/+166 |
* | Fix build breakage. Apparently <gtk/gtk.h> only recently started | Matthew Barnes | 2008-06-07 | 2 | -0/+2 |
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 53 | -180/+36 |
* | Migrate from gtk_window_set_policy() to gtk_window_set_resizable() and | Kjartan Maraas | 2008-06-04 | 8 | -52/+55 |
* | Committing on behalf of Milan Crha <mcrha@redhat.com> | Milan Crha | 2008-06-02 | 3 | -19/+64 |
* | ** Fixes bug #534360 | Matthew Barnes | 2008-05-23 | 35 | -530/+801 |
* | ** Fixes bug #311042, Patch by Milan Crha | Matthew Barnes | 2008-05-14 | 2 | -4/+87 |
* | ** Fixes part of bug #424744 | Matthew Barnes | 2008-05-07 | 3 | -13/+21 |
* | ** Fix for bug #528288 | Milan Crha | 2008-04-30 | 2 | -3/+15 |
* | ** Fix for bug #529893 | Danny Baumann | 2008-04-25 | 4 | -1/+14 |