]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-04-06  Vadim Zeitlinsome compilers warn about implicitly converting 0 and...
2006-04-06  Vadim Zeitlinfixed gcc warnings about not initializing the base...
2006-04-06  Vadim ZeitlinGetBoundingRect() is supposed to return the logical...
2006-04-06  Vadim Zeitlinleave enough space for the trailing NUL when converting...
2006-04-06  Vadim Zeitlindon't crash if conversion of a command line argument...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here either...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here
2006-04-06  Mart RaudseppwxGTK2: We don't need to check for __WXGTK20__ here
2006-04-06  Vadim Zeitlinadded missing const to fix last commit
2006-04-06  Vadim Zeitlinchanged the version and the date
2006-04-06  Vadim Zeitlinadded a cast to wxDecodeSurrogate() to fix wxMSW cross...
2006-04-06  Robin DunnMinor tweaks to bring up to date with CVS changes
2006-04-06  Robin DunnUpdate with 2.6.3.2 info
2006-04-06  David Surovellcleanup (repeat of v197) - added whitespace around...
2006-04-06  Robin Dunnwx.lib.pubsub updates from Oliver Schoenborn:
2006-04-06  Robin DunnForce a full refresh when the focus changes so the...
2006-04-05  Vadim Zeitlinreally fixed number of bytes written in WriteString...
2006-04-05  Vadim Zeitlinimplemented UTF-16/32 using To/FromWChar() instead...
2006-04-05  Vadim Zeitlin1. use a manifest constant wxNO_LEN instead of -1 for...
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
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
next