.. |
icons
|
…
|
|
Makefile.am
|
(win32) Add application icon as a resource
|
2008-09-06 04:31:08 +00:00 |
actions.c
|
Don't show an error when transmission is run twice
|
2008-08-17 12:39:26 +00:00 |
actions.h
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
add-dialog.c
|
(gtk) #826: Transmission doesn't open torrents via web browser
|
2008-08-14 03:37:02 +00:00 |
add-dialog.h
|
(gtk) "open torrent" --> "add torrent"
|
2008-04-03 02:11:15 +00:00 |
blocklist.c
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
blocklist.h
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
conf.c
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
conf.h
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
details.c
|
#1214: add RPC support for per-peer status,ul,dl,address info
|
2008-08-22 17:59:31 +00:00 |
details.h
|
…
|
|
dialogs.c
|
(gtk) fix crash reported by Lacrocivious
|
2008-04-29 22:56:44 +00:00 |
dialogs.h
|
(gtk) try to iron out the remaining "add torrent" issues reported by wereHamster and Lacrocivous
|
2008-03-18 01:22:11 +00:00 |
file-list.c
|
(gtk) #1192: 1.3x's method of setting file priorities & download flags is unpopular
|
2008-09-06 01:52:47 +00:00 |
file-list.h
|
…
|
|
hig.c
|
#981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client
|
2008-06-02 04:41:55 +00:00 |
hig.h
|
#981: add tr_stat.dateAdded to libT; add "sort by age" to gtk+ client
|
2008-06-02 04:41:55 +00:00 |
lock.h
|
…
|
|
logo.h
|
…
|
|
main.c
|
(gtk) unclutter the prefs dialog a bit
|
2008-09-03 16:29:59 +00:00 |
makemeta-ui.c
|
(gtk) unclutter the prefs dialog a bit
|
2008-09-03 16:29:59 +00:00 |
makemeta-ui.h
|
…
|
|
msgwin.c
|
(gtk) #1108: transmission includes several unlocalized strings
|
2008-07-25 14:56:28 +00:00 |
msgwin.h
|
(gtk) speed up the population of the debug window.
|
2008-03-16 15:18:19 +00:00 |
my-valgrind.sh
|
…
|
|
notify.c
|
fix #include warning
|
2008-08-22 01:05:38 +00:00 |
notify.h
|
…
|
|
sexy-icon-entry.c
|
fix some minor errors reported by clang's "scan-build" tool
|
2008-07-18 18:14:29 +00:00 |
sexy-icon-entry.h
|
…
|
|
stats.c
|
(gtk) #1105: slightly better fix than r6387's
|
2008-07-23 13:42:30 +00:00 |
stats.h
|
…
|
|
torrent-cell-renderer.c
|
(gtk) #1259: GLib-GObject-WARNING **: value "-100" of type `gint' is invalid or out of range for property `value' of type `gint'
|
2008-09-06 01:32:15 +00:00 |
torrent-cell-renderer.h
|
…
|
|
tr-core-dbus.xml
|
Don't show an error when transmission is run twice
|
2008-08-17 12:39:26 +00:00 |
tr-core.c
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
tr-core.h
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
tr-icon.c
|
(gtk) #942: Option to inhibit / allow hibernation
|
2008-05-24 23:23:20 +00:00 |
tr-icon.h
|
…
|
|
tr-io.c
|
(win32) Fix the GTK+ client to build for win32
|
2008-09-05 15:13:09 +00:00 |
tr-io.h
|
…
|
|
tr-prefs.c
|
(libT) change benc's integral type from int to size_t, squashing a couple of minor warnings
|
2008-09-04 14:42:32 +00:00 |
tr-prefs.h
|
(gtk) #989: add a checkbox to auto-update the blocklist once a week
|
2008-09-02 20:59:00 +00:00 |
tr-torrent.c
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
tr-torrent.h
|
(gtk) #1090: gtk+ client crashes when a torrent is removed from clutch
|
2008-07-16 19:38:22 +00:00 |
tr-window.c
|
(gtk) #1193: add a shadow to the torrent list
|
2008-08-16 06:17:42 +00:00 |
tr-window.h
|
…
|
|
tracker-list.c
|
(gtk) #1182: "Untranslatable" strings
|
2008-08-12 00:52:34 +00:00 |
tracker-list.h
|
(gtk) #992: Button icons cut off in New Torrent dialog
|
2008-06-05 18:59:07 +00:00 |
transmission.1
|
add more rpc unit tests. man page cleanups.
|
2008-07-21 16:11:47 +00:00 |
transmission.desktop.in
|
…
|
|
transmission.ico
|
(win32) Add application icon as a resource
|
2008-09-06 04:31:08 +00:00 |
transmission.png
|
…
|
|
transmission.rc
|
(win32) Add application icon as a resource
|
2008-09-06 04:31:08 +00:00 |
ui.h
|
lots of C correctness tweaks suggested by sparse/cgcc
|
2008-08-11 19:05:02 +00:00 |
util.c
|
(gtk) unclutter the prefs dialog a bit
|
2008-09-03 16:29:59 +00:00 |
util.h
|
(gtk) unclutter the prefs dialog a bit
|
2008-09-03 16:29:59 +00:00 |