Remove identic implementations of wxDir::Exists from platform-specific files and...
[wxWidgets.git] / src / os2 /
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...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-06-15  Stefan NeisFixed wxDoSetEnv (ticket # 9588).
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-17  Stefan NeisFixed wxWindowOS2::Reparent.
2008-05-17  Stefan NeisAdded missing #include.
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-04-09  Stefan NeisAdded missing (trivial) implementation file for wxMiniF...
2008-03-29  Stefan NeisLinker fixes for OS/2 build.
2008-03-29  Stefan NeisOS/2 port: reorganized wxBitmap/wxBitmapHandler classes...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-23  Stefan NeisUpdated brush/pen implementation for OS/2 to current...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-01-19  Stefan NeisFixed OS/2 compilation after wxDC changes
2008-01-19  Stefan NeisApplied patch #1875242 - fixing more bugs related to...
2008-01-18  Stefan NeisFixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-12  Stefan NeisSome wxOS2 compilation fixes after wxDC changes
2008-01-12  Stefan NeisFixed compilation.
2008-01-12  Stefan NeisImplemented wxGDIObject::Create/CloneGDIRefData() for...
2008-01-12  Stefan NeisRemoved constructor already defined in header.
2008-01-12  Stefan Neisderive wxColourBase from wxObject on os2 as well
2008-01-06  Stefan NeisAllow using socket from both wxBase and wxCore (adoptin...
2008-01-06  Stefan NeisAdopted OS/2 to DC reorganisation (r50348).
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-18  Stefan NeisUse new wxTextEntry implementation on OS/2.
2007-11-18  Stefan NeisAdded wxTextEntry implementation for OS/2.
2007-11-18  Stefan NeisFixed argument handling.
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-11  Stefan NeisAvoid passing wxChar* to API functions (patch #1830017).
2007-11-11  Stefan NeisAvoid deprecation warnings for ::IsEmpty (patch #1829909)
2007-11-11  Stefan NeisAvoid deprecation warnings for GetText (patch #1829903)
next