# # ChangeLog for libcaca/trunk/csharp # # Generated by Trac 1.2.2 # Jan 17, 2021, 8:45:13 PM Tue, 27 Nov 2007 09:04:54 GMT Sam Hocevar [2083] * libcaca/trunk/csharp/test.cs (modified) * Use the bigger font for the C# test scroller. Tue, 27 Nov 2007 01:55:41 GMT Sam Hocevar [2082] * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Add a C# wrapper for cucul_render_canvas(). * Use ... Tue, 27 Nov 2007 00:58:27 GMT Sam Hocevar [2081] * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Started to implement the CuculFont class. Tue, 27 Nov 2007 00:58:24 GMT Sam Hocevar [2080] * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Implement all line drawing functions (even variadic ones). Tue, 27 Nov 2007 00:58:16 GMT Sam Hocevar [2078] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/Makefile.am (modified) * libcaca/trunk/csharp/test.cs (modified) * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp ... Mon, 26 Nov 2007 01:04:36 GMT Sam Hocevar [2076] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Implemented getVersion() in the C# bindings. * Slightly improved ... Mon, 26 Nov 2007 01:04:25 GMT Sam Hocevar [2072] * libcaca/trunk/configure.ac (modified) * libcaca/trunk/csharp/Makefile.am (modified) * Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca- ... Sun, 25 Nov 2007 17:50:53 GMT Sam Hocevar [2065] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/msvc (modified) * libcaca/trunk/msvc/caca-sharp.csproj (added) * libcaca/trunk/msvc/cucul-sharp.csproj (added) * libcaca/trunk/msvc/libcaca.sln (modified) * libcaca/trunk/msvc/test-csharp.csproj (added) * Added the various C# projects to the Visual Studio solution and ... Sun, 25 Nov 2007 17:13:03 GMT Sam Hocevar [2059] * libcaca/trunk/csharp/Caca.cs (modified) * Add missing entries in the CacaEventKey enum. Sun, 25 Nov 2007 17:12:59 GMT Sam Hocevar [2058] * libcaca/trunk/csharp/AssemblyInfo.cs (modified) * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Implemented C# bindings for ditherBitmap() and added it to the C# test. Sun, 25 Nov 2007 11:12:25 GMT Sam Hocevar [2052] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Adapt the C# bindings to the event API change. Sat, 24 Nov 2007 19:56:33 GMT Sam Hocevar [2047] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Rewrote the C# test in a more object-oriented way. Sat, 24 Nov 2007 15:00:21 GMT Sam Hocevar [2046] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/test.cs (modified) * Started Cucul# cleanup: added missing functions, used get/set ... Sat, 24 Nov 2007 13:26:33 GMT Sam Hocevar [2045] * libcaca/trunk/csharp/Caca.cs (modified) * libcaca/trunk/csharp/Cucul.cs (modified) * libcaca/trunk/csharp/Makefile.am (modified) * libcaca/trunk/csharp/caca-sharp.dll.config (added) * libcaca/trunk/csharp/cucul-sharp.dll.config (added) * libcaca/trunk/csharp/libCaca.dll.config (deleted) * libcaca/trunk/csharp/libCucul.dll.config (deleted) * libcaca/trunk/csharp/test.cs (modified) * Some mass-renaming in the C# bindings: + Renamed the dlls so ... Sat, 24 Nov 2007 13:26:28 GMT Sam Hocevar [2044] * libcaca/trunk/Makefile.am (modified) * libcaca/trunk/configure.ac (modified) * libcaca/trunk/csharp (added) * libcaca/trunk/csharp/.gitignore (moved) * libcaca/trunk/csharp/AssemblyInfo.cs (moved) * libcaca/trunk/csharp/Caca.cs (moved) * libcaca/trunk/csharp/Cucul.cs (moved) * libcaca/trunk/csharp/Makefile.am (moved) * libcaca/trunk/csharp/libCaca.dll.config (moved) * libcaca/trunk/csharp/libCucul.dll.config (moved) * libcaca/trunk/csharp/test.cs (moved) * Renamed DotNet/ to csharp/ because I hate mixed case.