2006-04-05 |
Vadim Zeitlin | name the test just MBConv instead of MBConvTestCase |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | name the test just Unicode instead of UnicodeTestCase |
commit | commitdiff | tree | snapshot |
2006-04-05 |
David Surovell | cleanup - added whitespace around operators, some blank... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Roman Rolinsky | implemented locating objects in gridbag sizer, |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | Mac compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | also fixed WriteString() to work correctly when outputt... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | fixed NextChar() to read the entire character at once... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | properly NUL-terminate the output in wxMBConvUTF16swap... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | rebaked after adding convautotest.cpp |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | rebaked after adding convauto.cpp/.h |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Roman Rolinsky | Second fix for Copy/Paste (using expat.native_encoding... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | tests for wxConvAuto |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Mart Raudsepp | encconv.cpp: Remove comment about 5 being big enough... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Mart Raudsepp | Update unictabl.inc manually, keeping KOI8-U, while... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Mart Raudsepp | Support having const encoding tables. Modify generator... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Mart Raudsepp | Make the unicode table scripts generate file with white... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Robin Dunn | Docstring fix |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Robin Dunn | EVT_TEXT_ENTER handler on a combobox needs evt.Skip... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | Make EquivalentEncodings 3-dimensional array const... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | wxGTK2: No need to warn about threads being unsupported... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | Add GDK_PIXBUF_DISABLE_DEPRECATED, it should build... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_get_colormap -> gdk_drawable_get_colormap |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | GDK_ROOT_PARENT -> gdk_get_default_root_window |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size |
commit | commitdiff | tree | snapshot |
2006-04-04 |
David Surovell | added missing paren |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | corrected mistake in the UTF-16 test on big endian... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | MB2WC/WC2MB are not pure virtual any longer, implement... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | added new To/FromWChar() API with more reasonable seman... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | renamed GetMinMBCharWidth() to GetMBNulLen(), made... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Vadim Zeitlin | fixed LaTeX markup to suit tex2rtf |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Václav Slavík | added ParseInnerSource() to make <pre>-like parsing... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Mart Raudsepp | Sync wxGTK docs from WX_2_6_BRANCH to HEAD |
commit | commitdiff | tree | snapshot |
2006-04-03 |
David Surovell | minor cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | Apple gcc compilation fixes: for it size_t and unsigned... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | fixed wxMBConv_iconv to work with UTF-16/32 |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | properly terminate UTF-32 test string |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Julian Smart | Corrected index passed |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added filename comparison test |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | replaced recently added wxMBConv::GetMBNul() with a... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added wxBuffer::reset() |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added UTF-32 test |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added test UTF-16 string with embedded NUL NUL which... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added test UTF-16 string with embedded NUL NUL not... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Kevin Hock | Make the Connect that also takes a local bind port... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | document missing default parameters in ctor (patch... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | don't crash when loading images with verbose==false... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | report error for GIF images without CLEAR code in the... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | use proper dllexport declaration with _WX_LIST_HELPER_ |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added wxTimeSpan::Millisecond[s]() for consistency |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | seconds and milliseconds in wxTimeSpan ctor should... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Julian Smart | Reset the position when auto-sizing toolbar |
commit | commitdiff | tree | snapshot |
2006-04-01 |
David Surovell | fix compilation problem in prior commit |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | let the UTF7 test fail but not crash |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | fixed wxMBConv_iconv::GetMBNul() |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | regenerated to add textfiletest |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | Unix compilation fixes after last commit |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | added NUL command |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | made DoTestConversion() work with strings containing... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | added extend() method which realloc()s the buffer |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | default ctor should create an empty/uninitialized buffe... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Robin Dunn | Fixed the equality and inequality operators for some... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Robin Dunn | Fixed problem in wx.lib.splitter when used on 64-bit... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added missing licence information |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | undid last (wrong) change to wxMBConvUTF16swap::MB2WC... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added UTF16 test |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | fixed fatal buffer overwrite in wxMBConvUTF16swap:... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | detect some invalid UTF7 strings when decoding them... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | test predefined wxConvUTF[78] too |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | the expected test result was wrong, corrected; also... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | fixed if/idef wxHAVE_U_ESCAPE mixup |
commit | commitdiff | tree | snapshot |
2006-03-31 |
David Surovell | simplify KeywordSearch; cleanup and reformat |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Włodzimierz... | Build fix for 2.6 compatibility off. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Włodzimierz... | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | use wxHAVE_U_ESCAPE to accomodate old compilers |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | enable tests using \u escapes for VC7; replaced compile... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | really pass the proper output buffer size in wxMBConv_w... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | pass proper output buffer size in round trip conversion... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | moved wide char conversion tests to their own file |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | removed wxTextFile test case, what was it doing here? |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | version 0.1.7-3 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | ignore wrong colour spec |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | fix for copy/paste to work with i18n |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added tests for UTF8 and UTF16 files |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | don't give error when reading empty file in Unicode... |
commit | commitdiff | tree | snapshot |
next |