aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-spinner.c
Commit message (Collapse)AuthorAgeFilesLines
* Miscellaneous Win32 related changesMilan Crha2014-09-061-0/+10
| | | | | | | | * use e_util_win32_initialize() in main() to avoid code duplication * e-spinner - correct image path build under win32 * export WIN32_SERVICELIBEXECDIR when building eds, which relies on it now * update D-Bus patch and session-local.conf creation, thus D-Bus can actually autostart services
* Bug 732180 - Excessive CPU usage due to GtkSpinnerMilan Crha2014-06-271-0/+253
Let's use our own spinner-like widget, which doesn't need as that much of CPU as GtkSpinner.