summaryrefslogtreecommitdiff
path: root/src/trg-gtk-app.c
Commit message (Collapse)AuthorAge
* Change app id to io.github.TransmissionRemoteGtkGravatar Patrick Griffis2016-08-13
| | | | | | Better reflects the current domain of the project. At a later date all data files should be renamed to be consistant with this (required for Flatpak).
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
| | | | Long way to go...
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* issue 243 - fix start minimized.Gravatar Alan F2014-06-12
|
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, ↵Gravatar Alan Fitton2012-08-13
| | | | run GTK init before converting command line arguments to hopefully avoid GTK/glib debugging flags being passed as torrent filenames.
* 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.