Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / src / os2 /
2013-09-18  Václav SlavíkDeallocate wxThreadSpecificInfo when wxThread ends.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-13  Vadim ZeitlinRemove the long obsolete and unused since 2.7.0 __WIN95...
2013-07-03  Vadim ZeitlinRewrite wxExecute() implementation under Unix.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-05-16  Václav SlavíkCall wxThread::Create() from Run() automatically.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-10-04  Vadim ZeitlinRemove unneeded variable initializations in wxPM code.
2012-10-01  Vadim ZeitlinNo changes, just remove some unneeded variables initial...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-01-22  Stefan NeisFixed typo in variable name, fixing #13872.
2012-01-18  Dimitri SchoolwerthSynchronised svn:eol-style and svn:executable propertie...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthFixed compilation of various notebook.cpp's.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorcommon rtti in fontcmn.cpp
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-02  Vadim ZeitlinFix memory leak if wxDC::DrawBitmap() fails in wxOS2.
2010-10-31  Vadim ZeitlinAvoid events when implicitly selecting first wxBookCtrl...
2010-10-27  Vadim ZeitlinRefactor: use wxBookCtrlBase::m_selection in all derive...
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-07-17  Vadim ZeitlinReally set svn:eol-style property.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-19  Francesco MontorsiRemove identic implementations of wxDir::Exists from...
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2010-01-23  Vadim ZeitlinRefactor owner-drawing code.
2009-09-28  Bryan PettyForward port of r62191 to SVN trunk fixing regression...
2009-09-16  Vadim ZeitlinAllow creating wxSingleInstanceChecker with default...
2009-09-13  Stefan NeisBe more paranoid about parent window possibly being...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-06-14  Vadim Zeitlinpreparation work for implementing images support in...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-05-09  Vadim Zeitlinremove another occurrence of FindSuitableParent
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-02-25  Francesco Montorsitry to clear the device/logical unit fog; remove unused...
2009-02-22  Stefan NeisVarious compilation fixes.
2009-02-21  Stefan NeisAdded wxSingleInstanceChecker for OS/2 (patch #10491).
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-09  Francesco Montorsianother wxFont OS2 blind build fix
2008-11-08  Francesco Montorsiblind fix based on buildbot logs
2008-11-07  Francesco Montorsifix build
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-08  Stefan NeisFixed header file conflict.
2008-10-08  Stefan NeisAdded missing include.
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
next