wxWidgets.git
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
2006-03-31  Vadim Zeitlinrewrote Read() to slurp all the file at once to avoid...
2006-03-31  Vadim Zeitlinadded unit test for wxTextFile (reading only for now)
2006-03-31  Włodzimierz... Better backward compatibility and deprecation markup...
2006-03-31  Vadim Zeitlinalso link in ODBC lib if wxUSE_ODBC (patch 1457800)
2006-03-31  Vadim Zeitlinuse wx/dynlib.h and not wx/dynload.h (patch 1448691)
2006-03-31  Vadim Zeitlinadded #if wxUSE_CONSTRAINTS around the whole file ...
2006-03-30  Vadim Zeitlindon't compile DirectDraw code when wxUSE_DIRECTDRAW...
2006-03-30  Jamie GaddInclude compatibility guard for int GetItemSpacing...
2006-03-30  Robert Roebling Fix previous crashes when scrolling generic version
2006-03-30  Kevin HockFix GetTraits() check for event loop in wxSocketBase...
2006-03-30  Robert Roebling Fix wxListCtrl in-place editing (to not crash
2006-03-30  Vadim Zeitlindon't process previously read characters twice in OnRead()
2006-03-30  Włodzimierz... Better backward compatibility and deprecation markup...
2006-03-30  Julian SmartUnicode correction
2006-03-30  Julian SmartGenerate Mac bundle for helpview
2006-03-30  Robert Roebling Use memcpy instead of strcpy.
2006-03-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-30  Robin DunnNeed to tell which object to Destroy()
2006-03-30  Robin DunnFixed reference leak in wx.gizmos.TreeListCtrl.GetSelec...
2006-03-29  David Surovellsimplify OnActivate menubar install code
2006-03-29  Stefan Csomorformatting and native HIView compilation fixes
2006-03-29  Stefan Csomorclean-up and fix
2006-03-29  Václav Slavíkmade WX_CONFIG default configurable
2006-03-29  Vadim Zeitlindon't use -- inside XML comments, this is not allowed
2006-03-29  Vadim Zeitlinadded func parameter to wxOnAssert
2006-03-29  Vadim Zeitlindon't return void values
2006-03-29  Vadim ZeitlinwxUSE_STL==1 compilation fix
2006-03-29  Robin DunnAdded GetResourcesDir and GetLocalizedResourcesDir to
2006-03-28  David Surovellfix null-deref
2006-03-28  Robin DunnSome tweaks to build hosts and tasks
2006-03-28  Robin Dunnavoid assert in wxMac port, only change the font point...
2006-03-28  Robin DunnUpdated 2.6.3.0's CHANGES
2006-03-28  Robin Dunninstall the analogclock package
2006-03-28  Vadim Zeitlinreally disable wxUSE_DISPLAY for wxMGL and wxOS2
next