summary refs log tree commit diff stats
path: root/lib/wrappers/gtk
Commit message (Expand)AuthorAgeFilesLines
* Changed the type of gboolean to a distinct cint.Dominik Picheta2013-06-222-1/+9
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1611-0/+0
* Added gtk_window_is_active to gtk wrapper.Dominik Picheta2013-01-261-0/+4
* Added some tooltip functions to the gtk wrapper.Dominik Picheta2013-01-251-0/+13
* Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
* Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxTextDominik Picheta2012-10-111-0/+122
* objects with no ancestor are not implicitely finalAraq2012-08-241-3/+3
* os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-192-6/+24
* g_timeout_add_full and g_idle_add_full added.Dominik Picheta2012-07-301-0/+16
* Addition of setTabReorderable to gtk2.nimDominik Picheta2012-07-291-0/+4
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-163-4/+4
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-082-3/+3
* Added set_visible_window to gtk2Dominik Picheta2012-02-121-0/+3
* Removed ambiguity in gtk2.nimdom962012-02-111-5/+0
* New tooltip API for gtk.dom962012-01-122-1/+25
* Added a couple of GTK 2.12 functions.Dominik Picheta2011-12-182-0/+9
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-0/+2
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-222-0/+7
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-0/+3
* p[] instead of p^Araq2011-04-112-34/+34
* ugh, maybe broke gitAraq2011-04-011-1/+4
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-0810-9/+35
* added missing wrappersAraq2010-08-285-0/+2465
* tiny C backend for a much faster REPLAndreas Rumpf2010-04-021-1/+1
* bugfix: duplicate gtk2.set_tab_posAndreas Rumpf2010-03-291-2/+7
* bugfix: duplicate gtk2.set_tab_posAndreas Rumpf2010-03-291-6/+0
* Bugfix: code generation bug that affected dialogs.nimAndreas Rumpf2010-03-251-1/+2
* versioning for GTK wrappersAndreas Rumpf2010-03-202-4/+4
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-19/+14
* bugfix: return type of gtk2.check_menu_item_new*Andreas Rumpf2010-03-171-5/+4
* version 0.8.8Andreas Rumpf2010-03-141-3/+0
* further enhancements for the GTK wrapperAndreas Rumpf2010-03-016-1250/+7279
* nimrepl uses new GTK wrapperAndreas Rumpf2010-02-281-2/+2
* examples/lib use the new wrappersAndreas Rumpf2010-02-2811-25255/+16147
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-2611-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-1411-0/+0
* bugfix: rendering of case statements has been broken recently; remaining iden...Andreas Rumpf2010-02-021-27/+27
* wrappers do not contain invalid identifiersAndreas Rumpf2010-01-172-165/+166
* added tools and web dirsAndreas Rumpf2009-09-1511-0/+0
* version0.7.10Andreas Rumpf2009-06-0811-0/+29862
'Blame the previous revision' href='/acidbong/suckless/dwm/blame/wm.c?h=1.7.1&id=272e15c4b7bdeeb258caadb7c62e70c49c12b16d'>^
1076f2b





0053620 ^
1076f2b















650a1fb ^
1076f2b















1076f2b

efa7e51 ^
7fe717c ^
efa7e51 ^

1076f2b
1076f2b

4641aa2 ^
c47da14 ^
4641aa2 ^



1076f2b






439e15d ^
1076f2b















650a1fb ^
1076f2b








39677ec ^
1076f2b

650a1fb ^
1076f2b
dfd84f9 ^


3aad922 ^
da2bbd3 ^
1076f2b




3399650 ^

1076f2b











366d81e ^
1076f2b
39677ec ^
9e8b325 ^



39677ec ^
9e8b325 ^
83d2390 ^
650a1fb ^

83d2390 ^
16c67f3 ^

439e15d ^


1076f2b

439e15d ^
8b59083 ^


439e15d ^

1076f2b




1
2
3
4
5
6
7
8
9
10
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276