summaryrefslogtreecommitdiff
path: root/src/trg-gtk-app.c
Commit message (Collapse)AuthorAge
* issue 197 - fix GTK3 unique application support by using ↵Gravatar Alan Fitton2012-06-01
| | | | g_application_command_line_get_is_remote instead of g_application_get_remote, swedish translation update, translation credits update, add gtk3 eclipse include path settings file.
* part of issue 175 - regression not doing refresh when adding/deletingGravatar Alan Fitton2012-01-23
|
* fix a crash when enabling/disabling status icon and a fix for the new ↵Gravatar Alan Fitton2012-01-22
| | | | GtkApplication impl
* fix that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
|
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
|
* need to look at finding a compatible libappindicator for gtk3 on ubuntu. ↵Gravatar Alan Fitton2012-01-18
| | | | disable gtk3 by default until then.
* full and default gtk3 support, almost. the graph is disabled as the drawing ↵Gravatar Alan Fitton2012-01-18
api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary.