summary refs log tree commit diff stats
path: root/src/fe-gtk/dccgui.c
AgeCommit message (Expand)Author
2014-05-03Use filesize format based on OSTingPing
2014-04-15Use glib to format filesize in dccguiTingPing
2013-10-03Don't try to update the clear button state when there's no DCC window.Arnavion
2013-09-20First round of using GTK accessor functionsTingPing
2013-07-23Removed restriction that disabled the clear button if at least one transfer i...Helder Martins
2013-07-17Fixed coding style and clearified some comments, following arnavion suggestionsHelder Martins
2013-07-15Implemented clear functionality for DCC download manager. Created clear butto...Helder Martins
2013-05-11GtkComboBoxText requires GTK+ 2.24, dump code for older versionsBerke Viktor
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-03-17ESC key will destroy the windows mentioned at issue 211.RichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor
2012-10-22Variable cleanup for dcc_*Berke Viktor
2012-10-13By default, use <config>/downloads for DCC file transfers when in portable modeBerke Viktor
2012-07-21Add extension filter for file dialogs, specify filters and starting folder fo...Berke Viktor
2012-07-12Some more rebrandingBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
f='#n11'>11 12 13 14 15 16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113