summary refs log tree commit diff stats
path: root/lib/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Removed lua, python, tcl, cairofowlmouth2013-12-0110-3951/+0
|
* Removed openglfowlmouth2013-12-017-17211/+0
|
* removed gtk2fowlmouth2013-12-0111-29499/+0
|
* removed x11fowlmouth2013-12-0120-10247/+0
|
* Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-1/+3
|
* Merge pull request #615 from fowlmouth/patch-10Andreas Rumpf2013-10-154-1917/+1925
|\ | | | | Update xlib.nim
| * Update keysym.nimBillingsly Wetherfordshire2013-10-091-1703/+1704
| | | | | | properly type all the keysyms
| * Update xutil.nimBillingsly Wetherfordshire2013-10-091-3/+1
| | | | | | removed converter
| * Update glx.nimBillingsly Wetherfordshire2013-10-081-17/+17
| | | | | | glx attributes should be int32
| * Update xutil.nimBillingsly Wetherfordshire2013-10-081-42/+44
| |
| * Update xlib.nimBillingsly Wetherfordshire2013-10-081-155/+162
| | | | | | remove -d:MACROS requirement for xlib shortcut functions
* | Add compressBound proc to zlib wrapper.Dominik Picheta2013-10-131-0/+1
|/
* Color vectors (second line endings fix attempt)fenekku2013-09-021-0/+15
|
* Color vectors (first line endings fix attempt)fenekku2013-09-021-1653/+1653
|
* glColor*v now accept vector as input (as in original lib)fenekku2013-08-041-1668/+1676
|
* Merge pull request #530 from EXetoC/masterAraq2013-07-311-0/+11
|\ | | | | Missing SDL_image symbols
| * dynlibEXetoC2013-07-181-2/+4
| |
| * Add missing SDL symbols.EXetoC2013-07-181-0/+9
| |
* | Merge pull request #523 from exhu/x11fixAraq2013-07-3110-1159/+951
|\ \ | | | | | | X11, cairo bindings fixes
| * | Moved complex pragmas for xlib and cairo into separate included files. Fixed ↵Yury Benesh2013-07-158-322/+263
| | | | | | | | | | | | xkb bindings.
| * | Fixed xrender.nim for use_pkg_configYury Benesh2013-07-091-2/+5
| | |
| * | Added use_pkg_config, use_pkg_config_static conditionals to xlib, cairoYury Benesh2013-07-093-7/+13
| | |
| * | Fixed XClientMessageEvent struct, added equals operator fot TAtom from ↵Yury Benesh2013-07-072-2/+11
| | | | | | | | | | | | unsigned, added xclient union field access proc to XEvent
| * | Some fixes to xlib wrapperYury Benesh2013-07-062-1/+3
| | |
| * | 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
| | |
* | | Fixes #543.Dominik Picheta2013-07-271-1/+2
| | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32.
* | | Merge pull request #527 from jbe/masterAraq2013-07-241-10/+10
|\ \ \ | |_|/ |/| | export pointer types for SDL event objects
| * | export pointer types for SDL event objectsjbe2013-07-171-10/+10
| |/
* / Fixed libzip path for Arch Linux.Dominik Picheta2013-07-171-1/+1
|/
* 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 Windows
| * Fix: OpenSSL on Windowsonionhammer2013-06-201-3/+4
| | | | | | | | | | | | | | Updated CRYPTO_malloc_init to no longer call CRYPTO_set_mem_functions if compiling for windows Updated ERR_load_BIO_strings to import from DLLUtilName instead of DLLSSLName Updated OpenSSL_add_all_algorithms to import from DLLUtilName instead of DLLSSLName
* | 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
| | | | | * ints changed to cint * the source has been cleaned up with {.push/pop.} * lua 5.2 has been removed (it is incompatible)
* 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
| | | | a bug with redirection in httpclient.
* 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
| |