don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / os2 /
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)
2007-11-08  Stefan NeisCompilationf fixes according to patch #1828105.
2007-11-07  Stefan NeisFixed compilation error (patch #1827541).
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-03  Vadim Zeitlinsome (blind) compilation fixes after wxString/Unicode...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-02  Václav Slavíkmore OS/2 compilation fixes
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-30  Václav SlavíkOS/2 compilation fixes
2007-04-28  Stefan NeisCompilation fix for string changes (patch #1709228).
2007-04-28  Stefan NeisAdapted to API changes with respect to GetTextExtent...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-22  Vadim Zeitlin(blind) compilation fixes after latest changes
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-07  Stefan NeisReplaced incorrect or inefficient usage of char_str...
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisBugfix (comparision vs. assignment).
2007-04-06  Stefan NeisAdded missing argument for DoGiveHelp.
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-06  Stefan NeisRather use the "obvious" implementation of wxStaticText...
2007-04-06  Stefan NeisTentative implementation of wxStaticText::DoGetLabel().
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-10  Stefan NeisApplied patch #1677782 (Lock with Timeout for wxMutex...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-01-07  Stefan NeisExtended wxGetHostName implementation.
2007-01-07  Stefan NeisAdded wxGetDiskSpace implementation (patch #1625514).
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-16  Stefan NeisWrong version checked in last time, this time we really:
2006-11-15  Stefan NeisAvoid problems when calling lxlite on absolute unix...
2006-11-12  Stefan NeisApplied toolbar patch for wxTB_RIGHT support (patch...
2006-11-10  Włodzimierz Skibastub for wxOS2 region ctor from points.
2006-11-05  Stefan NeisAllow passing file names with path to dllnames.sh.
2006-11-04  Stefan NeisAdded deep copy of bitmaps.
2006-11-01  Stefan NeisDummy implementation for copying bitmaps.
2006-10-31  Stefan NeisCompilation fix.
2006-10-31  Stefan NeisCompilation fix.
2006-10-31  Vadim Zeitlinblind compilation fixes for OS/2
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-23  Włodzimierz SkibaCorrect 'markup' for GetResourceHandle after recent...
2006-10-22  Stefan NeisReverted font breakage caused by changes in version...
2006-10-22  Stefan NeisApplied patch #1582212 (completed/fixed toolbar's wxTB_...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Stefan NeisUse system colours for ownerdrawn highlighting (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
next