Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed XClientMessageEvent struct, added equals operator fot TAtom from ↵ | Yury Benesh | 2013-07-07 | 2 | -2/+11 | |
| | | | | | | | | | | | | unsigned, added xclient union field access proc to XEvent | |||||
| * | | Some fixes to xlib wrapper | Yury Benesh | 2013-07-06 | 2 | -1/+3 | |
| | | | ||||||
| * | | Added pkg-config support to xlib, xrender, cairo, cairoxlib | Yury Benesh | 2013-07-04 | 4 | -885/+705 | |
| | | | ||||||
| * | | Fixed libX11, libXrender bindings for macos and linux. | Yury Benesh | 2013-07-04 | 2 | -18/+29 | |
| | | | ||||||
* | | | Fixes #543. | Dominik Picheta | 2013-07-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | Changed signature of SetVideoMode so that the flags param is a uint32. | |||||
* | | | Merge pull request #527 from jbe/master | Araq | 2013-07-24 | 1 | -10/+10 | |
|\ \ \ | |_|/ |/| | | export pointer types for SDL event objects | |||||
| * | | export pointer types for SDL event objects | jbe | 2013-07-17 | 1 | -10/+10 | |
| |/ | ||||||
* / | Fixed libzip path for Arch Linux. | Dominik Picheta | 2013-07-17 | 1 | -1/+1 | |
|/ | ||||||
* | 2n attempt to fix niminst on the testing machines | Araq | 2013-06-29 | 1 | -1/+2 | |
| | ||||||
* | attempt to make libzip work on the testing machines | Araq | 2013-06-27 | 1 | -3/+5 | |
| | ||||||
* | attempt to use the lib.so for libzip | Araq | 2013-06-27 | 1 | -49/+54 | |
| | ||||||
* | Merge pull request #489 from onionhammer/patch-1 | Dominik Picheta | 2013-06-25 | 1 | -3/+4 | |
|\ | | | | | Fix: OpenSSL on Windows | |||||
| * | Fix: OpenSSL on Windows | onionhammer | 2013-06-20 | 1 | -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 Picheta | 2013-06-22 | 2 | -1/+9 | |
|/ | ||||||
* | Wraps variables inside `when` for macosx. Refs #461. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -22/+25 | |
| | ||||||
* | cleaned up lualib.nim | Billingsly Wetherfordshire | 2013-06-06 | 1 | -20/+18 | |
| | ||||||
* | cleaned up lua.nim | Billingsly Wetherfordshire | 2013-06-06 | 1 | -188/+140 | |
| | ||||||
* | use proper types in lua | Billingsly Wetherfordshire | 2013-06-06 | 1 | -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 Hankiewicz | 2013-03-16 | 78 | -0/+0 | |
| | ||||||
* | Fixed timeouts for sockets, implemented timeouts in httpclient and fixed | Dominik Picheta | 2013-02-23 | 1 | -1/+1 | |
| | | | | a bug with redirection in httpclient. | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 5 | -22/+205 | |
|\ | ||||||
| * | Added gtk_window_is_active to gtk wrapper. | Dominik Picheta | 2013-01-26 | 1 | -0/+4 | |
| | | ||||||
| * | Added some tooltip functions to the gtk wrapper. | Dominik Picheta | 2013-01-25 | 1 | -0/+13 | |
| | | ||||||
| * | support for LuaJIT | Araq | 2013-01-15 | 1 | -13/+26 | |
| | | ||||||
| * | next steps for FFI at compile time | Araq | 2013-01-02 | 1 | -9/+9 | |
| | | ||||||
| * | Added set_markup to gtk2 wrapper. | Dominik Picheta | 2012-12-25 | 1 | -0/+2 | |
| | | ||||||
| * | bugfix: openssl import for macosx | Araq | 2012-12-19 | 1 | -5/+5 | |
| | | ||||||
| * | first steps for FFI support at compile time | Araq | 2012-12-19 | 1 | -0/+149 | |
| | | ||||||
| * | bugfix: 'not nil' and 'shared' types | Araq | 2012-12-02 | 1 | -0/+2 | |
| | | ||||||
* | | Fixed openssl lib path on Mac OS X; | Zahary Karadjov | 2013-01-27 | 1 | -5/+5 | |
|/ | ||||||
* | try version 1.0.0 for openssl | Araq | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | make glU* types unsigned, *int types are in32 | Billingsly Wetherfordshire | 2012-10-14 | 1 | -8/+8 | |
| | ||||||
* | opengl fix | Billingsly Wetherfordshire | 2012-10-12 | 1 | -60/+60 | |
| | ||||||
* | Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText | Dominik Picheta | 2012-10-11 | 1 | -0/+122 | |
| | ||||||
* | better extension loading for the OpenGL wrapper | Araq | 2012-10-09 | 1 | -4/+15 | |
| | ||||||
* | fixes #213 | Araq | 2012-10-04 | 1 | -2/+2 | |
| | ||||||
* | opengl wrapper compiles under windows | Araq | 2012-09-29 | 1 | -4/+5 | |
| | ||||||
* | website improvements; better opengl wrapper (still broken) | Araq | 2012-09-28 | 1 | -31/+71 | |
| | ||||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 2 | -4/+4 | |
| | ||||||
* | os.JoinPath now uses varargs. Some additions to gtk wrappers. | Dominik Picheta | 2012-08-19 | 2 | -6/+24 | |
| | ||||||
* | g_timeout_add_full and g_idle_add_full added. | Dominik Picheta | 2012-07-30 | 1 | -0/+16 | |
| | ||||||
* | Addition of setTabReorderable to gtk2.nim | Dominik Picheta | 2012-07-29 | 1 | -0/+4 | |
| | ||||||
* | Some improvements to the sockets module. | Dominik Picheta | 2012-07-25 | 1 | -0/+3 | |
| | ||||||
* | Fixed the tasynciossl ImplicitClosure warning. | Dominik Picheta | 2012-07-24 | 1 | -2/+2 | |
| | ||||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -1/+1 | |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-07-16 | 1 | -0/+1541 | |
|\ | ||||||
| * | Merge pull request #165 from Schala/master | Araq | 2012-07-15 | 1 | -0/+1541 | |
| |\ | | | | | | | PDCurses wrapper is (almost) done, but will compile | |||||
| | * | PDCurses wrapper (incomplete, see desc) | Schala Zeal | 2012-07-15 | 1 | -0/+1541 | |
| | | | | | | | | | | | | | | | | | | PDCurses wrapper will compile. However there are a couple dozen consts commented out that were problematic. Also, I got confused about a few procs with function ptrs as arguments. Feel free to fix | |||||
* | | | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 9 | -8/+17 | |
| | | | ||||||
* | | | x11 example compiles again; updated python wrapper; compiler supports ↵ | Araq | 2012-07-16 | 1 | -13/+17 | |
|/ / | | | | | | | variables in DLLs |