[Warzone-commits] r5916 - in /trunk/lib/framework: utf.c utf.h

2008-09-02 Thread Freddie Witherden
Author: evilguru Date: Tue Sep 2 13:21:12 2008 New Revision: 5916 URL: http://svn.gna.org/viewcvs/warzone?rev=5916view=rev Log: Commit the final patch of patch #45; this cleans up utf.[ch]. Modified: trunk/lib/framework/utf.c trunk/lib/framework/utf.h

[Warzone-commits] r5918 - /trunk/lib/betawidget/platform/sdl/clipboardWin32.c

2008-09-02 Thread Freddie Witherden
Author: evilguru Date: Tue Sep 2 18:27:00 2008 New Revision: 5918 URL: http://svn.gna.org/viewcvs/warzone?rev=5918view=rev Log: Re-write the Windows clipboard support; Unicode is now supported; add support for setting clipboard text. Modified:

[Warzone-commits] r5917 - in /trunk/lib/framework: utf.c utf.h

2008-09-02 Thread Freddie Witherden
Author: evilguru Date: Tue Sep 2 16:37:01 2008 New Revision: 5917 URL: http://svn.gna.org/viewcvs/warzone?rev=5917view=rev Log: Add an nbytes parameter to UTF8toUTF16 and UTF16toUTF8 which allow for fetching the number of bytes allocated. Modified: trunk/lib/framework/utf.c

[Warzone-commits] r5919 - /trunk/lib/betawidget/platform/sdl/clipboardWin32.c

2008-09-02 Thread Freddie Witherden
Author: evilguru Date: Tue Sep 2 18:31:42 2008 New Revision: 5919 URL: http://svn.gna.org/viewcvs/warzone?rev=5919view=rev Log: Minor indentation fix to clipboardWin32.c. Modified: trunk/lib/betawidget/platform/sdl/clipboardWin32.c ___

[Warzone-commits] r5920 - in /trunk/lib/betawidget: textEntry.c textEntry.h

2008-09-02 Thread Freddie Witherden
Author: evilguru Date: Tue Sep 2 19:53:34 2008 New Revision: 5920 URL: http://svn.gna.org/viewcvs/warzone?rev=5920view=rev Log: Add textEntry class (warning: unfinished) to betawidget. Added: trunk/lib/betawidget/textEntry.c trunk/lib/betawidget/textEntry.h