summary refs log tree commit diff stats
path: root/lib/wrappers/iup.nim
Commit message (Expand)AuthorAgeFilesLines
* Add link button for IUP wrapperxland2015-08-301-0/+2
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-201-2/+8
* Make iup wrapper work with iup 3.1def2015-04-041-114/+114
* func is now a keyword, so use 'fn' insteadAraq2014-12-151-3/+3
* cleaned up iup.nimAraq2014-09-191-501/+501
* updated iup.nim; made tests greenAraq2014-08-311-487/+487
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* improvements for the iup wrapperAraq2012-05-051-17/+21
* added missing library filesrumpf_a@web.de2010-03-071-0/+945
* examples/lib use the new wrappersAndreas Rumpf2010-02-281-945/+0
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* more enhancements for the libAndreas Rumpf2010-02-081-1/+2
* version 0.8.5: bugfixes; compiler now maintained in NimrodAndreas Rumpf2009-12-071-0/+944
f='#n195'>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