summaryrefslogtreecommitdiff
path: root/vapi/sdl.vapi
Commit message (Collapse)AuthorAgeFilesLines
* sdl, sdl-image: remove default params preceding parass without defaultsEvan Nemerson2013-10-051-1/+1
| | | | | They cause a warning from valac, and you always have to provide values for them in Vala, so they really aren't doing any good.
* vapi: Add missing has_type_id = false in non-GObject bindings.Evan Nemerson2013-10-051-21/+21
|
* vapi: Remove trailing whitespace.Evan Nemerson2013-10-051-30/+30
|
* sdl: Make AudioSpec a struct, then fix Audio.open(), load() and mix()Alexander Kurtz2012-02-061-7/+12
| | | | Fixes bug 669279.
* sdl: Make GetClipRect, PollEvent and WaitEvent parameter to be outSergej Reich2011-09-191-3/+3
| | | | Fixes bug 659398.
* sdl: Fix bindings for several methods, delegates and classesAaron Andersen2011-08-101-17/+22
| | | | | | Let Thread and Timer classes be unmanaged by vala. Fixes bug 655143.
* sdl: Create wrapper method for SDL.Video.list_modesEvan Nemerson2010-07-221-4/+11
| | | | Fixes bug 624086.
* sdl, tiff: Do not use `weak' modifier where it is not applicableFrederik Zipp2010-03-211-10/+10
| | | | Fixes bug 613426.
* sdl: Remove unnecessary argument to SDL.Key.get_keysEvan Nemerson2010-03-131-1/+1
|
* Don't use "using" in *.vapi.Evan Nemerson2009-11-101-2/+0
| | | | Fixes bug 593195.
* sdl: Fix SDL_WM_GetCaption and FPSmanager bindingLevi Bard2009-09-171-1/+1
|
* sdl: Fix SDL_GetKeyName bindingJakob Westhoff2009-03-291-1/+1
| | | | Fixes bug 577129.
* Various enum and struct fixes, patch by Levi Bard, fixes bug 565359Jürg Billeter2008-12-301-37/+37
| | | | | | | | | | | | | 2008-12-30 Jürg Billeter <j@bitron.ch> * vapi/sdl-mixer.vapi: * vapi/sdl-net.vapi: * vapi/sdl-ttf.vapi: * vapi/sdl.vapi: Various enum and struct fixes, patch by Levi Bard, fixes bug 565359 svn path=/trunk/; revision=2248
* Fix SysWMEvent link issue.Levi Bard2008-10-231-1/+1
| | | | | | | | 2008-10-23 Levi Bard <taktaktaktaktaktaktaktaktaktak@gmail.com> * vapi/sdl.vapi: Fix SysWMEvent link issue. svn path=/trunk/; revision=1877
* Use [Compact] attribute, patch by Phil HousleyJürg Billeter2008-06-021-1/+20
| | | | | | | | | | | | | | 2008-06-02 Jürg Billeter <j@bitron.ch> * vapi/gmodule-2.0.vapi: * vapi/sdl-gfx.vapi: * vapi/sdl-mixer.vapi: * vapi/sdl-ttf.vapi: * vapi/sdl.vapi: Use [Compact] attribute, patch by Phil Housley svn path=/trunk/; revision=1543
* fix syntax errorsJuerg Billeter2008-05-231-3/+3
| | | | | | | | 2008-05-23 Juerg Billeter <j@bitron.ch> * vapi/sdl.vapi: fix syntax errors svn path=/trunk/; revision=1410
* add SDL ActiveState enum, patch by Levi Bard, fixes bug 530429Juerg Billeter2008-05-081-0/+7
| | | | | | | | | 2008-05-08 Juerg Billeter <j@bitron.ch> * vapi/sdl.vapi: add SDL ActiveState enum, patch by Levi Bard, fixes bug 530429 svn path=/trunk/; revision=1343
* replace `pointer' by void*, patch by Levi BardJuerg Billeter2008-04-161-39/+29
| | | | | | | | | 2008-04-16 Juerg Billeter <j@bitron.ch> * vapi/sdl-gfx.vapi, vapi/sdl-image.vapi, vapi/sdl-mixer.vapi, vapi/sdl.vapi: replace `pointer' by void*, patch by Levi Bard svn path=/trunk/; revision=1250
* update for use with non-null types, patch by Levi Bard, fixes bug 528097Juerg Billeter2008-04-141-10/+10
| | | | | | | | | 2008-04-14 Juerg Billeter <j@bitron.ch> * vapi/sdl-mixer.vapi, vapi/sdl-ttf.vapi, vapi/sdl.vapi: update for use with non-null types, patch by Levi Bard, fixes bug 528097 svn path=/trunk/; revision=1232
* add missing public modifier, patch by Levi Bard, fixes bug 524192Juerg Billeter2008-03-241-1/+1
| | | | | | | | | 2008-03-24 Juerg Billeter <j@bitron.ch> * vapi/sdl.vapi: add missing public modifier, patch by Levi Bard, fixes bug 524192 svn path=/trunk/; revision=1159
* add SDL bindings, patch by Levi Bard, fixes bug 522940Juerg Billeter2008-03-211-0/+1123
2008-03-21 Juerg Billeter <j@bitron.ch> * vapi/Makefile.am, vapi/sdl-gfx.vapi, vapi/sdl-image.vapi, vapi/sdl-mixer.vapi, vapi/sdl-ttf.vapi, vapi/sdl.vapi: add SDL bindings, patch by Levi Bard, fixes bug 522940 svn path=/trunk/; revision=1147