| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove e_preferences_window_filter_page(). | Matthew Barnes | 2013-04-01 | 2 | -35/+0 |
* | Remove EUIManager. | Matthew Barnes | 2013-04-01 | 6 | -414/+3 |
* | Add e_load_ui_manager_definition(). | Matthew Barnes | 2013-04-01 | 2 | -0/+38 |
* | Bug #684245 - Disable 3rd-party browser plugins | Tomas Popela | 2013-03-25 | 1 | -0/+24 |
* | Bug #696185 - Disable WebKit's caching | Milan Crha | 2013-03-25 | 1 | -0/+4 |
* | Bug #696173 - Various memory leaks | Milan Crha | 2013-03-25 | 1 | -2/+6 |
* | Convert all "week-start-day" properties to GDateWeekday. | Matthew Barnes | 2013-03-17 | 5 | -82/+92 |
* | Use e_source_registry_list_enabled() where appropriate. | Matthew Barnes | 2013-03-17 | 3 | -14/+3 |
* | Add argument checks to weekday functions. | Matthew Barnes | 2013-03-15 | 1 | -0/+11 |
* | Bug 676696 - Automatic EXIF image rotation doesn't work | Matthew Barnes | 2013-03-15 | 1 | -0/+13 |
* | EWebView: Whitespace cleanups. | Matthew Barnes | 2013-03-15 | 1 | -2/+2 |
* | client_cache_process_results: Fix runtime warnings. | Matthew Barnes | 2013-03-15 | 1 | -1/+1 |
* | EContactStore: Remove unnecessary warnings. | Matthew Barnes | 2013-03-12 | 2 | -14/+17 |
* | Make ESpellEntry extensible. | Matthew Barnes | 2013-03-12 | 1 | -1/+18 |
* | ESpellEntry cleanups. | Matthew Barnes | 2013-03-12 | 1 | -128/+200 |
* | EUIManager: Fix a bad DocBook tag in comment. | Matthew Barnes | 2013-03-09 | 1 | -2/+3 |
* | Add weekday conversion functions. | Matthew Barnes | 2013-03-09 | 2 | -0/+88 |
* | Add more weekday arithmetic functions. | Matthew Barnes | 2013-03-08 | 2 | -0/+71 |
* | Rename functions in previous commit. | Matthew Barnes | 2013-03-08 | 2 | -6/+6 |
* | Add e_get_next_weekday() and e_get_prev_weekday(). | Matthew Barnes | 2013-03-07 | 2 | -0/+90 |
* | Bug #695193 - Window size resets to default at exit with gtk 3.7.10+ | Fabien Tassin | 2013-03-07 | 1 | -5/+3 |
* | e-util-enums.h: Add EDateWeekday enum. | Matthew Barnes | 2013-03-06 | 1 | -0/+38 |
* | Document the enum types in e-util-enums.h. | Matthew Barnes | 2013-03-06 | 1 | -0/+27 |
* | e-util.h: #include <e-util/e-util-enumtypes.h> | Matthew Barnes | 2013-03-06 | 1 | -0/+1 |
* | Update API documentation. | Matthew Barnes | 2013-03-03 | 39 | -1600/+1465 |
* | Use EClientComboBox where appropriate. | Matthew Barnes | 2013-03-02 | 9 | -186/+251 |
* | Add EClientComboBox. | Matthew Barnes | 2013-03-02 | 4 | -0/+556 |
* | EClientSelector: Pre-fetch selected clients. | Matthew Barnes | 2013-03-02 | 1 | -0/+51 |
* | e_client_selector_get_client_sync(): Add argument guards. | Matthew Barnes | 2013-03-02 | 1 | -0/+3 |
* | e-client-selector.h: Add missing G_END_DECLS. | Matthew Barnes | 2013-03-02 | 1 | -0/+2 |
* | Never ever pre-fetch anything in EClientSelector | Milan Crha | 2013-03-01 | 1 | -36/+0 |
* | EClientCache cleanups. | Matthew Barnes | 2013-02-28 | 2 | -99/+105 |
* | Add EPhotoCache. | Matthew Barnes | 2013-02-27 | 4 | -0/+1026 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-02-24 | 4 | -16/+19 |
* | EClientCache: Use e_source_registry_dup_unique_display_name(). | Matthew Barnes | 2013-02-23 | 1 | -54/+50 |
* | EClientSelector: Pre-fetch relevant EClient instance. | Matthew Barnes | 2013-02-22 | 1 | -0/+36 |
* | Autocompletion - do not use quick timeout when user types text | Milan Crha | 2013-02-22 | 1 | -1/+1 |
* | Speed-up auto-completion results showing | Milan Crha | 2013-02-22 | 1 | -11/+22 |
* | EClientSelector: Add a backend status icon. | Matthew Barnes | 2013-02-21 | 2 | -0/+170 |
* | Add e_client_selector_ref_cached_client_by_iter(). | Matthew Barnes | 2013-02-21 | 2 | -0/+40 |
* | Add e_source_selector_ref_source_by_iter(). | Matthew Barnes | 2013-02-21 | 2 | -0/+34 |
* | ESourceSelector: Make source_selector_update_row() public. | Matthew Barnes | 2013-02-21 | 2 | -83/+100 |
* | Add e_client_selector_is_backend_dead(). | Matthew Barnes | 2013-02-21 | 2 | -0/+39 |
* | Add e_client_cache_is_backend_dead(). | Matthew Barnes | 2013-02-21 | 2 | -0/+51 |
* | EClientCache: Don't emit signals while holding a lock. | Matthew Barnes | 2013-02-21 | 1 | -2/+28 |
* | EClientCache: Add a "client-notify" signal. | Matthew Barnes | 2013-02-21 | 2 | -1/+104 |
* | EClientCache: Fix some signal handler ID variable names. | Matthew Barnes | 2013-02-21 | 1 | -10/+10 |
* | Show local images in Signature preview | Milan Crha | 2013-02-21 | 1 | -2/+62 |
* | EAttachment: Use Subject as fallback filename for message attachments | Milan Crha | 2013-02-20 | 1 | -0/+21 |
* | EAttachment: Decode part's file name before using it | Milan Crha | 2013-02-20 | 1 | -2/+12 |
* | Bug #674236 - Extra ref in e_action_combo_box_set_action() | Milan Crha | 2013-02-19 | 1 | -2/+3 |
* | Add EClientSelector. | Matthew Barnes | 2013-02-19 | 4 | -0/+509 |
* | EClientCache: Keep a strong reference on the ESourceRegistry. | Matthew Barnes | 2013-02-18 | 1 | -20/+19 |
* | Add EClientCache. | Matthew Barnes | 2013-02-17 | 5 | -0/+1228 |
* | Remove old GTK+ version checks. | Matthew Barnes | 2013-02-16 | 1 | -2/+0 |
* | Bug #693132 - Editing a signature does not refresh preview after save | Milan Crha | 2013-02-04 | 1 | -0/+11 |
* | Bug #689476 - Slow composer open (ENameSelector object leaks) | Milan Crha | 2013-02-01 | 1 | -0/+10 |
* | Fix up error handling around e_book/cal_client_connect_finish(). | Matthew Barnes | 2013-01-31 | 3 | -12/+4 |
* | Remove e-client-utils.[ch]. | Matthew Barnes | 2013-01-30 | 4 | -483/+0 |
* | Use e_book_client_connect(). | Matthew Barnes | 2013-01-30 | 3 | -34/+42 |
* | Remove usage of deprecated e_client_is_opened(). | Matthew Barnes | 2013-01-26 | 2 | -16/+5 |
* | E_CLIENT_ERROR_BUSY is no longer used. | Matthew Barnes | 2013-01-25 | 1 | -25/+1 |
* | Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2. | Matthew Barnes | 2013-01-20 | 21 | -48/+48 |
* | Use g_hash_table_add() when using a hash table as a set. | Matthew Barnes | 2013-01-12 | 1 | -7/+11 |
* | Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte cha... | Milan Crha | 2013-01-12 | 1 | -11/+32 |
* | Reduce diff noise with webkit-composer branch. | Matthew Barnes | 2013-01-11 | 3 | -15/+15 |
* | Add single-include barriers to a few e-util headers. | Matthew Barnes | 2013-01-11 | 4 | -0/+16 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 11 | -37/+63 |
* | Bug #690177 - Use trust-prompt for certificate verification in WebDAV backends | Milan Crha | 2013-01-10 | 1 | -10/+27 |
* | Fix a tests build break in e-util/ | Milan Crha | 2012-12-17 | 1 | -1/+1 |
* | e-config: Remove unused functions. | Matthew Barnes | 2012-12-17 | 2 | -752/+26 |
* | e-passwords: Remove unused function parameters. | Matthew Barnes | 2012-12-17 | 2 | -31/+24 |
* | e-passwords: Remove unused functions. | Matthew Barnes | 2012-12-17 | 2 | -98/+1 |
* | Remove unused marshallers. | Matthew Barnes | 2012-12-17 | 1 | -7/+0 |
* | Fix compiler warnings. | Matthew Barnes | 2012-12-15 | 2 | -3/+3 |
* | Finish adding symbols to libeutil API docs. | Matthew Barnes | 2012-12-15 | 139 | -1104/+1387 |
* | e-util: Remove e-passwords-win32.c. | Matthew Barnes | 2012-12-14 | 1 | -1064/+0 |
* | e-misc-util.h: Fix quoted #includes. | Matthew Barnes | 2012-12-14 | 1 | -2/+2 |
* | e-util: Add xpm icons to EXTRA_DIST. | Matthew Barnes | 2012-12-14 | 1 | -1/+2 |
* | Move the contact map widgets to addressbook/gui/widgets. | Matthew Barnes | 2012-12-13 | 8 | -1825/+0 |
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 478 | -283/+169300 |
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 1 | -1/+1 |
* | Add the GdkDevice to ETextEventProcessorCommand. | Matthew Barnes | 2012-11-29 | 2 | -0/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 4 | -4/+4 |
* | Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) | Dominique Leuenberger | 2012-11-07 | 2 | -3/+3 |
* | Add format checker (in compile time) to e_notice() | Milan Crha | 2012-10-17 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-09-01 | 1 | -5/+11 |
* | Bug #681877 - Postpone window changes saving for a second | Milan Crha | 2012-08-23 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 13 | -184/+192 |
* | Bug 681641 - Port to new documentation infrastructure | Javier Jardón | 2012-08-11 | 1 | -1/+1 |
* | Remove all GDK threads usage. | Matthew Barnes | 2012-08-06 | 2 | -13/+4 |
* | Add e_source_util_remote_delete(). | Matthew Barnes | 2012-08-03 | 3 | -0/+90 |
* | e-source-utils.c cleanups. | Matthew Barnes | 2012-08-03 | 2 | -38/+58 |
* | Make e_color_to_value() use e_rgba_to_value() | Milan Crha | 2012-08-02 | 1 | -11/+10 |
* | Bug #679404 - Read colors for message preview from Gtk theme | Dan Vrátil | 2012-07-27 | 2 | -0/+27 |
* | e-system.error.xml: Add some generic errors from mail.error.xml. | Matthew Barnes | 2012-07-26 | 1 | -0/+12 |
* | e-system.error.xml: Fix indentation. | Matthew Barnes | 2012-07-26 | 1 | -14/+14 |
* | Use template files to generate GEnumClass types. | Matthew Barnes | 2012-07-18 | 3 | -5/+83 |
* | Fix icon size warning in EStockRequest | Dan Vrátil | 2012-07-17 | 1 | -6/+5 |
* | Bug #677993 - Remember screen used in previous session | Milan Crha | 2012-06-26 | 1 | -3/+11 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -1/+0 |
* | Do not call g_object_notify() when property didn't change | Milan Crha | 2012-06-18 | 2 | -0/+21 |
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 1 | -1/+0 |
* | Bug #677607 - Closing Mail Browser emits critical warnings | Dan Vrátil | 2012-06-13 | 1 | -2/+1 |
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 6 | -15/+9 |
* | Adapt libeutil to the new ESource API. | Matthew Barnes | 2012-06-03 | 7 | -587/+244 |
* | Don't unref GAsyncResult in "finish" functions. | Matthew Barnes | 2012-05-14 | 2 | -2/+0 |
* | Fix some GSimpleAsyncResult reference leaks. | Matthew Barnes | 2012-05-13 | 2 | -0/+4 |
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 3 | -10/+22 |
* | Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH. | Matthew Barnes | 2012-05-04 | 2 | -63/+17 |
* | Fix displaying icons in EWebView alerts | Dan Vrátil | 2012-05-03 | 1 | -1/+2 |
* | Fix a build break in e-stock-request.c. | Matthew Barnes | 2012-04-25 | 1 | -0/+1 |
* | Bug #674272 - Contacts preview differs with mailer running and not | Dan Vrátil | 2012-04-23 | 5 | -0/+568 |
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -1/+1 |
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 1 | -1/+1 |
* | WebKit port - port addressbook, calendar and update composer to keep working ... | Dan Vrátil | 2012-03-29 | 1 | -0/+1 |
* | EConfig: Support custom page skip callbacks. | Matthew Barnes | 2012-03-08 | 2 | -1/+65 |
* | EConfig: Miscellaneous cleanups. | Matthew Barnes | 2012-03-07 | 1 | -31/+37 |
* | Use libevolution-utils all over evolution. | Srinivasa Ragavan | 2012-03-03 | 3 | -71/+1 |
* | Move EAlert* and e-xml-utils references from other part of the code to libevo... | Srinivasa Ragavan | 2012-03-03 | 2 | -2/+2 |
* | Fix errors where the math stuffs were used from e-util. | Srinivasa Ragavan | 2012-03-03 | 1 | -0/+1 |
* | Make libevolution-util compilable. | Srinivasa Ragavan | 2012-03-03 | 2 | -240/+0 |
* | Move EAlert* and e-xml-utils to libevolution-utils. | Srinivasa Ragavan | 2012-03-03 | 9 | -2305/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 14 | -77/+150 |
* | Bug 670278 - Poorly worded "confirm overwrite" alert | Matthew Barnes | 2012-02-17 | 1 | -3/+3 |
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 1 | -1/+1 |
* | EActivity cleanups. | Matthew Barnes | 2012-01-25 | 1 | -5/+7 |
* | Bug 668595 - Suppress bogus percentage in status messages | Matthew Barnes | 2012-01-25 | 1 | -0/+19 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 1 | -4/+4 |
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 10 | -2101/+0 |
* | Bug #667185 - Menu items from plugins not translated | Milan Crha | 2012-01-05 | 2 | -0/+67 |
* | Bug #665036 - Memory leaks spot in Contacts view | Milan Crha | 2012-01-04 | 1 | -0/+15 |
* | Remove e_dialog_append_list_store_text(). | Matthew Barnes | 2011-12-24 | 2 | -24/+0 |
* | Remove e_dialog_editable_get(). | Matthew Barnes | 2011-12-24 | 2 | -20/+0 |
* | Remove e_dialog_editable_set(). | Matthew Barnes | 2011-12-24 | 2 | -22/+0 |
* | Make sure EAlertDialog has at least one button, to be able to closed it | Milan Crha | 2011-12-23 | 1 | -0/+14 |
* | Fix leaks around categories editing | Milan Crha | 2011-12-14 | 1 | -2/+5 |
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 1 | -0/+1 |
* | Bug #665149 - Do not ref window in e_restore_window() | Milan Crha | 2011-12-05 | 1 | -4/+1 |
* | Don't explicity show the window. We do gtk_widget_show where we'd want | Srinivasa Ragavan | 2011-12-01 | 1 | -1/+0 |
* | Bug #665103 - Blank composer/mail/network preferences windows | Milan Crha | 2011-11-29 | 1 | -1/+0 |
* | Remove GConfBridge. | Matthew Barnes | 2011-11-28 | 3 | -1502/+1 |
* | Add e_restore_window(). | Matthew Barnes | 2011-11-28 | 2 | -0/+233 |
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 2 | -2/+4 |
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 2 | -12/+1 |
|\ |
|
| * | EAlertBar: Add a close button to all alerts. | Matthew Barnes | 2011-11-22 | 1 | -12/+0 |
| * | Add EMailReader:message-seen signal. | Matthew Barnes | 2011-11-22 | 1 | -0/+1 |
* | | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 3 | -6/+9 |
* | | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -2/+3 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 4 | -85/+24 |
|\| |
|
| * | Bug #661126 - Meeting Free/busy dialog dates don't follow locale | Milan Crha | 2011-11-16 | 2 | -0/+23 |
| * | Move some GBinding transform funcs to libedataserver. | Matthew Barnes | 2011-11-16 | 2 | -85/+1 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 1 | -6/+23 |
|\| |
|
| * | EConfig: Debugability improvements. | Matthew Barnes | 2011-11-13 | 1 | -5/+22 |
| * | a small change | Punit Jain | 2011-11-10 | 1 | -1/+1 |
* | | Some build fixes | Rodrigo Moya | 2011-11-09 | 2 | -2/+1 |
* | | Almost no more GConf in e-util | Rodrigo Moya | 2011-10-26 | 5 | -28/+25 |
|/ |
|
* | Bug #660738 - Font changes ignored since 3.2 | Milan Crha | 2011-10-21 | 1 | -3/+13 |
* | Bug #527614 - Valgrind shows a nice amount of lost memory | Milan Crha | 2011-10-20 | 2 | -0/+4 |
* | Remove redundant ETypeFunc definition. | Matthew Barnes | 2011-10-07 | 1 | -2/+0 |
* | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 1 | -2/+1 |
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -6/+6 |
* | Fix two little memory leaks | Dan Vrátil | 2011-10-01 | 1 | -1/+2 |
* | Bug 659486 - EAlert default response is ignored by EAlertDialog | Matthew Barnes | 2011-10-01 | 1 | -6/+22 |
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 1 | -0/+1 |
* | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 10 | -949/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 29 | -401/+631 |
* | Fix enum generation problems in glib-gen.mak. | Matthew Barnes | 2011-08-27 | 1 | -0/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 2 | -38/+80 |
* | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-08-11 | 2 | -54/+58 |
* | EModule: Make all modules resident. | Matthew Barnes | 2011-08-06 | 2 | -13/+30 |
* | Bug #655507 - Do not unload extensions, keep them preloaded | Milan Crha | 2011-08-04 | 1 | -11/+13 |
* | Bug 652958 - Evolution Account Assistant jumps steps | Matthew Barnes | 2011-07-01 | 2 | -8/+38 |
* | EConfig: More cleanups. | Matthew Barnes | 2011-07-01 | 1 | -6/+19 |
* | EConfig: Minor cleanups. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -1/+2 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-14 | 1 | -1/+1 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 2 | -10/+13 |
* | Bug #608203 - Left pane of mailer window is narrow at startup | Milan Crha | 2011-06-06 | 1 | -0/+35 |
* | Remove e_get_subscribable_accounts(). | Matthew Barnes | 2011-05-29 | 2 | -54/+0 |
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 2 | -2/+0 |
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 10 | -10/+0 |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 35 | -1/+110 |
* | Bug 537691 - Account editor window HIG | Matthew Barnes | 2011-05-23 | 1 | -18/+25 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 2 | -3/+8 |
* | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-05-17 | 2 | -126/+0 |
* | Remove unused e_get_gnome2_user_dir(). | Matthew Barnes | 2011-05-16 | 2 | -27/+0 |
* | Add e_activity_handle_cancellation(). | Matthew Barnes | 2011-05-12 | 3 | -3/+18 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 13 | -94/+94 |
* | MailFolderCache: Drop folder URI in "folder-changed" signal. | Matthew Barnes | 2011-05-07 | 1 | -1/+1 |
* | Remove e_get_account_by_source_url(). | Matthew Barnes | 2011-05-06 | 2 | -69/+0 |
* | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -3/+0 |
* | EMailShellView: Open the selected folder ourselves. | Matthew Barnes | 2011-05-03 | 1 | -1/+1 |
* | Remove e_get_account_by_transport_url(). | Matthew Barnes | 2011-05-03 | 2 | -59/+0 |
* | e_get_account_by_uid(): Also handle CamelTransport UIDs. | Matthew Barnes | 2011-05-03 | 1 | -4/+21 |
* | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 2 | -8/+10 |
* | Bug 647708 - e_plugin_xml_prop() can return libxml2 allocated memory | Matthew Barnes | 2011-04-19 | 1 | -10/+9 |
* | Don't crash on missing EAlert definitions. | Matthew Barnes | 2011-04-13 | 1 | -0/+1 |
* | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 3 | -264/+0 |
* | EAlertBar: Make warnings time out after 5 minutes | Matthew Barnes | 2011-03-26 | 2 | -4/+46 |
* | Change the accelerator map file location. | Matthew Barnes | 2011-03-25 | 1 | -9/+4 |
* | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-03-25 | 2 | -2/+22 |
* | Fix build break after recent eds changes | Milan Crha | 2011-03-14 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 22 | -101/+197 |
* | Fix incorrect use of ngettext from a patch for bug #635414 | Milan Crha | 2011-02-28 | 1 | -4/+47 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 11 | -67/+23 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -3/+9 |
* | Bug #639483 - Category list includes weather information | Milan Crha | 2011-02-18 | 2 | -1/+34 |
* | Slightly nicer EAlertDialog after move to gtk3 | Milan Crha | 2011-02-16 | 1 | -5/+12 |
* | Fix few memory leaks | Milan Crha | 2011-02-15 | 1 | -4/+5 |
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 4 | -18/+6 |
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -3/+0 |
* | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -0/+1 |
* | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 3 | -626/+626 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 3 | -4/+8 |
* | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-01-25 | 2 | -0/+26 |
* | Use latest gnome-desktop API | Rodrigo Moya | 2011-01-25 | 1 | -1/+1 |
* | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 1 | -2/+1 |
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 8 | -218/+10 |
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -1/+3 |
* | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -1/+13 |
* | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -0/+5 |
* | Disconnect signal handlers from actions in alert_dispose() | Milan Crha | 2010-12-21 | 1 | -2/+7 |
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 3 | -0/+9 |
* | Localize few strings with ngettext | Milan Crha | 2010-12-02 | 1 | -2/+4 |
* | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 1 | -0/+1 |
* | Workaround crash when pasting nothing into html message composer | Milan Crha | 2010-11-09 | 1 | -0/+2 |
* | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-05 | 1 | -2/+2 |
* | Add GBinding transform funcs for enum types. | Matthew Barnes | 2010-11-05 | 2 | -0/+84 |
* | Rename CalUnits to EDurationType. | Matthew Barnes | 2010-11-05 | 1 | -0/+6 |
* | Bug #629479 - Runtime critical warnings from e-print.c | Milan Crha | 2010-11-02 | 1 | -10/+6 |
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 2 | -6/+91 |
* | EActivity: Add an "alert-sink" property. | Matthew Barnes | 2010-11-01 | 2 | -20/+61 |
* | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-01 | 4 | -26/+17 |
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-10-30 | 2 | -1/+56 |
* | Adapt branch for building with GTK+ 2.22. | Matthew Barnes | 2010-10-30 | 1 | -0/+19 |
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 3 | -1/+75 |
* | Bug #592045 - Use week-day names in abbreviated date | Milan Crha | 2010-10-27 | 1 | -5/+4 |
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 8 | -530/+166 |
* | ESignatureList cleanups. | Matthew Barnes | 2010-10-21 | 3 | -126/+159 |
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 2 | -5/+26 |
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 3 | -9/+28 |
* | Bug #630504 - Precache collate keys before sorting in EReflowModel | Milan Crha | 2010-10-20 | 2 | -5/+25 |
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 2 | -1/+180 |
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 12 | -1334/+0 |
* | EAlert: Allow arbitrary actions to be added. | Matthew Barnes | 2010-10-19 | 4 | -96/+214 |
* | Bug #631968 - Date wrongly displayed as Tomorrow. | Punit Jain | 2010-10-18 | 1 | -0/+2 |
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 6 | -678/+77 |
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 6 | -252/+287 |
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 2 | -2/+2 |