Sam Hocevar
e569ea4b33
caca-sharp: fix an ABI mismatch bug.
hace 10 años
Sam Hocevar
f32c24a10d
build: fix the WTFPL homepage and copyright information.
hace 12 años
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
hace 15 años
Sam Hocevar
1f5518f842
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and
caca_wherey(), in order to match the old <conio.h> naming scheme.
hace 15 años
Sam Hocevar
a5b9be2d55
Rename csharp/ into caca-sharp/.
hace 16 años
Sam Hocevar
73e9780de1
Split the C# bindings into separate files.
hace 16 años
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
hace 16 años
Sam Hocevar
e6e490ea58
* Refresh the .NET bindings. Still not complete, but quite useful already.
hace 16 años
Sam Hocevar
fc83359457
* Implemented the empty CuculCanvas constructor.
* Implemented CacaDisplay.Canvas which acts the same as caca_get_canvas().
hace 17 años
Sam Hocevar
9c0f19ecc6
* Minor naming convention changes in the C# bindings.
hace 17 años
Sam Hocevar
1c03b72337
* Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments,
allowing for much cleaner code (at the expense of an extra dependency).
hace 17 años
Sam Hocevar
1c3f8fee16
* Implemented getVersion() in the C# bindings.
* Slightly improved the C# test program.
hace 17 años
Sam Hocevar
f0aeb69301
* Added the various C# projects to the Visual Studio solution and slightly
fixed the bindings so that they now work with the Microsoft CLR.
hace 17 años
Sam Hocevar
14881e4744
* Add missing entries in the CacaEventKey enum.
hace 17 años
Sam Hocevar
4c68153c4a
* Implemented C# bindings for ditherBitmap() and added it to the C# test.
hace 17 años
Sam Hocevar
838cdc41b9
* Adapt the C# bindings to the event API change.
hace 17 años
Sam Hocevar
2f7ac4ca2d
* Rewrote the C# test in a more object-oriented way.
hace 17 años
Sam Hocevar
ffa69e5252
* Started Cucul# cleanup: added missing functions, used get/set attributes
when meaningful, removed deprecated bindings.
hace 17 años
Sam Hocevar
16587a464e
* Some mass-renaming in the C# bindings:
+ Renamed the dlls so that the C# versions do not have the same name
as the C DLLs on Win32. It's now "cucul-sharp.dll", mimicking GTK#.
+ Renamed namespaces: "using Cucul" instead of "using libCucul".
+ Renamed the Cucul class into CuculCanvas to avoid namespace/class
name collisions.
+ Renamed old-fashioned "kk"/"qq" names into "dp"/"cv".
hace 17 años
Sam Hocevar
5791b183c5
* Renamed DotNet/ to csharp/ because I hate mixed case.
hace 17 años
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
hace 18 años
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
hace 18 años
Jean-Yves Lamoureux
99778cee0a
* Updated .Net bindings
hace 18 años
Sam Hocevar
77b175db11
* Set svn properties on the .NET files.
hace 18 años
Jean-Yves Lamoureux
85af5113d1
* Fixed $Id
hace 18 años
Jean-Yves Lamoureux
2dd1d02580
* Added preliminary .NET bindings. Caca is complete, Cucul needs to be finished
hace 18 años