summaryrefslogtreecommitdiff
path: root/src/trg-torrent-graph.c
Commit message (Collapse)AuthorAge
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* oops.. json_array_get_elements() returns a newly allocated list, not the one ↵Gravatar Alan Fitton2011-04-16
| | | | owned by the array. fix a few memory leaks.
* ugh, C99 undefines M_LN2 in math.h (for log2). define it ourselves.Gravatar Alan Fitton2011-04-10
|
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
| | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
* #define our own log2() function for FreeBSD (issue 22), hopefully fix a ↵Gravatar Alan Fitton2011-03-20
| | | | reported libnotify crash due to no notify_init (issue 21)
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* s/outgoing/uploading/ s/incoming/downloading/ in graph, remove glinegraph ↵Gravatar Alan Fitton2011-03-06
| | | | based attempt
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
url paused. stop timers being activated by interactive actions. and... experimental speed graph!