Sam Hocevar
6c093b6217
* Generate CLI .config files at configure time so that we can embed the
library version and not rely on .so being present.
17 anos atrás
Sam Hocevar
d657a09759
* Use the bigger font for the C# test scroller.
17 anos atrás
Sam Hocevar
752a2f7783
* Add a C# wrapper for cucul_render_canvas().
* Use CuculFont.Render() in the C# test for a nice oldschool effect.
17 anos atrás
Sam Hocevar
76477f4ffa
* Started to implement the CuculFont class.
17 anos atrás
Sam Hocevar
ad0ad85416
* Implement all line drawing functions (even variadic ones).
17 anos atrás
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).
17 anos atrás
Sam Hocevar
1c3f8fee16
* Implemented getVersion() in the C# bindings.
* Slightly improved the C# test program.
17 anos atrás
Sam Hocevar
2681508288
* Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp.
17 anos atrás
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.
17 anos atrás
Sam Hocevar
14881e4744
* Add missing entries in the CacaEventKey enum.
17 anos atrás
Sam Hocevar
4c68153c4a
* Implemented C# bindings for ditherBitmap() and added it to the C# test.
17 anos atrás
Sam Hocevar
838cdc41b9
* Adapt the C# bindings to the event API change.
17 anos atrás
Sam Hocevar
2f7ac4ca2d
* Rewrote the C# test in a more object-oriented way.
17 anos atrás
Sam Hocevar
ffa69e5252
* Started Cucul# cleanup: added missing functions, used get/set attributes
when meaningful, removed deprecated bindings.
17 anos atrás
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".
17 anos atrás
Sam Hocevar
5791b183c5
* Renamed DotNet/ to csharp/ because I hate mixed case.
17 anos atrás