summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Expand)AuthorAgeFilesLines
* Added pkg-config support to xlib, xrender, cairo, cairoxlibYury Benesh2013-07-044-885/+705
* Fixed libX11, libXrender bindings for macos and linux.Yury Benesh2013-07-042-18/+29
* 2n attempt to fix niminst on the testing machinesAraq2013-06-291-1/+2
* attempt to make libzip work on the testing machinesAraq2013-06-271-3/+5
* attempt to use the lib.so for libzipAraq2013-06-271-49/+54
* Merge pull request #489 from onionhammer/patch-1Dominik Picheta2013-06-251-3/+4
|\
| * Fix: OpenSSL on Windowsonionhammer2013-06-201-3/+4
* | Changed the type of gboolean to a distinct cint.Dominik Picheta2013-06-222-1/+9
|/
* Wraps variables inside `when` for macosx. Refs #461.Grzegorz Adam Hankiewicz2013-06-091-22/+25
* cleaned up lualib.nimBillingsly Wetherfordshire2013-06-061-20/+18
* cleaned up lua.nimBillingsly Wetherfordshire2013-06-061-188/+140
* use proper types in luaBillingsly Wetherfordshire2013-06-061-101/+84
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-1678-0/+0
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-231-1/+1
* merged upstream masterZahary Karadjov2013-01-275-22/+205
|\
| * 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
| * support for LuaJITAraq2013-01-151-13/+26
| * next steps for FFI at compile timeAraq2013-01-021-9/+9
| * Added set_markup to gtk2 wrapper.Dominik Picheta2012-12-251-0/+2
| * bugfix: openssl import for macosxAraq2012-12-191-5/+5
| * first steps for FFI support at compile timeAraq2012-12-191-0/+149
| * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-0/+2
* | Fixed openssl lib path on Mac OS X;Zahary Karadjov2013-01-271-5/+5
|/
* try version 1.0.0 for opensslAraq2012-10-191-1/+1
* make glU* types unsigned, *int types are in32Billingsly Wetherfordshire2012-10-141-8/+8
* opengl fixBillingsly Wetherfordshire2012-10-121-60/+60
* Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxTextDominik Picheta2012-10-111-0/+122
* better extension loading for the OpenGL wrapperAraq2012-10-091-4/+15
* fixes #213Araq2012-10-041-2/+2
* opengl wrapper compiles under windowsAraq2012-09-291-4/+5
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-31/+71
* objects with no ancestor are not implicitely finalAraq2012-08-242-4/+4
* 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
* Some improvements to the sockets module.Dominik Picheta2012-07-251-0/+3
* Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-161-0/+1541
|\
| * Merge pull request #165 from Schala/masterAraq2012-07-151-0/+1541
| |\
| | * PDCurses wrapper (incomplete, see desc)Schala Zeal2012-07-151-0/+1541
* | | preparations for making 'closure' the default calling convention for proc typesAraq2012-07-169-8/+17
* | | x11 example compiles again; updated python wrapper; compiler supports variabl...Araq2012-07-161-13/+17
|/ /
* / x11 wrapper uses system's typesAraq2012-07-152-7/+3
|/
* pcre wrapper compiles againAraq2012-07-111-6/+8
* Oops..Schala Zeal2012-07-091-1/+1
* PCRE wrapper update to 8.31Schala Zeal2012-07-091-43/+115
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-0810-30/+31
* Merge pull request #135 from rafaelvasco/masterAraq2012-06-191-9595/+9595
|\