]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-04-05  Vadim Zeitlinname the test just Unicode instead of UnicodeTestCase
2006-04-05  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-05  Roman Rolinskyimplemented locating objects in gridbag sizer,
2006-04-05  Vadim ZeitlinMac compilation fix after last commit
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlinalso fixed WriteString() to work correctly when outputt...
2006-04-05  Vadim Zeitlinfixed NextChar() to read the entire character at once...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlinproperly NUL-terminate the output in wxMBConvUTF16swap...
2006-04-05  Vadim Zeitlinrebaked after adding convautotest.cpp
2006-04-05  Vadim Zeitlinrebaked after adding convauto.cpp/.h
2006-04-05  Roman RolinskySecond fix for Copy/Paste (using expat.native_encoding...
2006-04-05  Vadim Zeitlintests for wxConvAuto
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-04-05  Mart Raudseppencconv.cpp: Remove comment about 5 being big enough...
2006-04-05  Mart RaudseppUpdate unictabl.inc manually, keeping KOI8-U, while...
2006-04-05  Mart RaudseppSupport having const encoding tables. Modify generator...
2006-04-05  Mart RaudseppMake the unicode table scripts generate file with white...
2006-04-04  Robin DunnDocstring fix
2006-04-04  Robin DunnEVT_TEXT_ENTER handler on a combobox needs evt.Skip...
2006-04-04  Mart RaudseppMake EquivalentEncodings 3-dimensional array const...
2006-04-04  Mart RaudseppwxGTK2: No need to warn about threads being unsupported...
2006-04-04  Mart RaudseppAdd GDK_PIXBUF_DISABLE_DEPRECATED, it should build...
2006-04-04  Mart Raudseppgdk_window_get_colormap -> gdk_drawable_get_colormap
2006-04-04  Mart Raudseppgdk_cursor_destroy -> gdk_cursor_unref
2006-04-04  Mart RaudseppGDK_ROOT_PARENT -> gdk_get_default_root_window
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-04-04  David Surovelladded missing paren
2006-04-04  Mart Raudseppgdk_gc_destroy -> gdk_gc_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_image_destroy -> g_object_unref (gdk_image_destroy...
2006-04-04  Mart Raudseppgdk_pixbuf_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Vadim Zeitlincorrected mistake in the UTF-16 test on big endian...
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-04-04  Vadim ZeitlinMB2WC/WC2MB are not pure virtual any longer, implement...
2006-04-04  Vadim Zeitlinadded new To/FromWChar() API with more reasonable seman...
2006-04-04  Vadim Zeitlinrenamed GetMinMBCharWidth() to GetMBNulLen(), made...
2006-04-03  Vadim Zeitlinfixed LaTeX markup to suit tex2rtf
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-04-03  Włodzimierz... Warning fix.
2006-04-03  Mart RaudseppSync wxGTK docs from WX_2_6_BRANCH to HEAD
2006-04-03  David Surovellminor cleanup - reformatting
2006-04-02  Vadim ZeitlinApple gcc compilation fixes: for it size_t and unsigned...
2006-04-02  Vadim Zeitlinfixed wxMBConv_iconv to work with UTF-16/32
2006-04-02  Vadim Zeitlinproperly terminate UTF-32 test string
2006-04-02  Vadim Zeitlincompilation fix for iconv call
2006-04-02  Julian SmartCorrected index passed
2006-04-02  Vadim Zeitlinadded filename comparison test
2006-04-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-02  Vadim Zeitlinadded wxBuffer::reset()
2006-04-02  Vadim Zeitlinadded UTF-32 test
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL which...
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL not...
2006-04-02  Kevin HockMake the Connect that also takes a local bind port...
2006-04-02  Vadim Zeitlindocument missing default parameters in ctor (patch...
2006-04-02  Vadim Zeitlindon't crash when loading images with verbose==false...
2006-04-02  Vadim Zeitlinreport error for GIF images without CLEAR code in the...
2006-04-02  Vadim Zeitlinuse proper dllexport declaration with _WX_LIST_HELPER_
2006-04-02  Vadim Zeitlinadded wxTimeSpan::Millisecond[s]() for consistency
2006-04-02  Vadim Zeitlinseconds and milliseconds in wxTimeSpan ctor should...
2006-04-01  Julian SmartReset the position when auto-sizing toolbar
2006-04-01  David Surovellfix compilation problem in prior commit
2006-04-01  Vadim Zeitlinlet the UTF7 test fail but not crash
2006-04-01  Vadim Zeitlinfixed wxMBConv_iconv::GetMBNul()
2006-04-01  Vadim Zeitlinregenerated to add textfiletest
2006-04-01  Vadim ZeitlinUnix compilation fixes after last commit
2006-04-01  Vadim Zeitlinadded NUL command
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2006-04-01  Vadim Zeitlinmade DoTestConversion() work with strings containing...
2006-04-01  Vadim Zeitlinadded extend() method which realloc()s the buffer
2006-03-31  Vadim Zeitlindefault ctor should create an empty/uninitialized buffe...
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
2006-03-31  Robin DunnFixed problem in wx.lib.splitter when used on 64-bit...
2006-03-31  Vadim Zeitlinadded missing licence information
2006-03-31  Vadim Zeitlinundid last (wrong) change to wxMBConvUTF16swap::MB2WC...
2006-03-31  Vadim Zeitlinadded UTF16 test
2006-03-31  Vadim Zeitlinfixed fatal buffer overwrite in wxMBConvUTF16swap:...
2006-03-31  Vadim Zeitlindetect some invalid UTF7 strings when decoding them...
2006-03-31  Vadim Zeitlintest predefined wxConvUTF[78] too
2006-03-31  Vadim Zeitlinthe expected test result was wrong, corrected; also...
2006-03-31  Vadim Zeitlinfixed if/idef wxHAVE_U_ESCAPE mixup
2006-03-31  David Surovellsimplify KeywordSearch; cleanup and reformat
2006-03-31  Włodzimierz... Build fix for 2.6 compatibility off.
2006-03-31  Włodzimierz... Removed every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-31  Vadim Zeitlinuse wxHAVE_U_ESCAPE to accomodate old compilers
2006-03-31  Vadim Zeitlinenable tests using \u escapes for VC7; replaced compile...
2006-03-31  Vadim Zeitlinreally pass the proper output buffer size in wxMBConv_w...
2006-03-31  Vadim Zeitlinpass proper output buffer size in round trip conversion...
2006-03-31  Vadim Zeitlinmoved wide char conversion tests to their own file
2006-03-31  Vadim Zeitlinremoved wxTextFile test case, what was it doing here?
2006-03-31  Roman Rolinskyversion 0.1.7-3
2006-03-31  Roman Rolinskyignore wrong colour spec
2006-03-31  Roman Rolinskyfix for copy/paste to work with i18n
2006-03-31  Vadim Zeitlinadded tests for UTF8 and UTF16 files
2006-03-31  Vadim Zeitlindon't give error when reading empty file in Unicode...
2006-03-31  Vadim ZeitlinUnicode compilation fixes
next