[wxhaskell-devel] patch applied (wxhaskell): Use wxString_Length function instead of getting wxString twice.

2009-01-13 Thread Kido Takahiro
Thu Jan 8 09:26:43 EST 2009 shelarcy * Use wxString_Length function instead of getting wxString twice. Ignore-this: 2160aa7a6c9e4b5ed07ea0f17be20332 M ./wxc/include/wxc.h +1 M ./wxc/src/extra.cpp -5 +34 M ./wxcore/src/Graphics/UI/WXCore/WxcTypes.hs -5 +11 View patch online:

[wxhaskell-devel] patch applied (wxhaskell): Refactor to use wxString instead of calling WString (wxChar) directly.

2009-01-13 Thread Kido Takahiro
Tue Jan 13 04:46:41 EST 2009 shelarcy * Refactor to use wxString instead of calling WString (wxChar) directly. This change will be easy to add encoding mode. wxWidget 2.9 and 3.0 will support to build UTF-8 mode. If we use wxChar directly, we must change many part to support this build

[wxhaskell-devel] patch applied (wxhaskell): Add int / C++ bool conversion function in wxc.

2009-01-13 Thread Kido Takahiro
Tue Jan 13 08:57:54 EST 2009 shelarcy * Add int / C++ bool conversion function in wxc. Ignore-this: 83a08a3687437074e79f8c8da12c1626 M ./makefile -1 +2 A ./wxc/src/std.cpp M ./wxc/wxc-2.8.dsp +4 View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/200901131357

[wxhaskell-devel] patch applied (wxhaskell): Remove unused eljtreectrl.cpp.

2009-01-13 Thread Kido Takahiro
Tue Jan 13 05:47:55 EST 2009 shelarcy * Remove unused eljtreectrl.cpp. Ignore-this: a64b576e93152ebe3474c368fcfc03e9 M ./makefile -3 R ./wxc/src/eljtreectrl.cpp View patch online: http://code.haskell.org/wxhaskell/_darcs/patches/20090113104755-c1071-06ec3c6ebc085baf93315ba834703

Re: [wxhaskell-devel] darcs patch: Use wxString_Length function instead of ... (and 3 more)

2009-01-13 Thread shelarcy
Pushed. These patches are very big. I hope that this change works well in your environment. And I have a plan to commit big patch once again. 2009/1/13 shelarcy : > Thu Jan 8 23:26:43 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2009 shelarcy y...@gmail.com> > * Use wxString_Length function instead of g