general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays...
[wxWidgets.git] / include /
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-08-03  Vadim Zeitlinfix fatal bug in wxVector copy ctor
2008-08-03  Benjamin Williamsfix mouse capture lost assert when dialog shown in...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build; also moved some...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-03  Vadim Zeitlinadded wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
2008-08-02  Vadim Zeitlinmade wxDELETE[A]() template functions instead of macros...
2008-08-02  Vadim Zeitlindon't use our custom WM_PAINT handler with composited...
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-08-02  Vadim Zeitlinfix keyboard navigation in radio boxes containing hidde...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-02  Vadim ZeitlinVC6 compilation warning fix for non-defined template...
2008-08-02  Stefan Csomorguarding preproc variable against undefined
2008-08-01  Vadim Zeitlincapitalize the application name in GetAppDisplayName...
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlinbuild fix for wxGTK/Univ build (#9706)
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-08-01  Robert RoeblingForgot to commit
2008-08-01  Robert RoeblingCompilation for wchar mode
2008-08-01  Stefan Csomormoving common implementation for osx closer to unix...
2008-07-31  Robert Roeblinginclude <string>
2008-07-31  Stefan Csomorturning on core timer implementation for carbon as...
2008-07-31  Stefan CsomorwxColour is implemented using CoreGraphics
2008-07-31  Stefan CsomorwxColour is implemented using CoreGraphics
2008-07-31  Stefan CsomorwxColour is implemented using CoreGraphics
2008-07-31  Stefan Csomorcorrecting header path
2008-07-31  Stefan Csomorpen and brush are platform neutral on osx
2008-07-31  Stefan Csomorpen and brush are platform neutral on osx
2008-07-31  Stefan Csomorbrush and pen are implementation neutral on osx
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists...
2008-07-30  Vadim Zeitlinadd operator[] to our wxStringImpl (blind fix for wxMac...
2008-07-30  Vadim Zeitlinuse different strings for wchar_t and UTF-8-based Unico...
2008-07-30  Stefan CsomorOSX reshuffling
2008-07-30  Stefan CsomorOSX reshuffling
2008-07-30  Stefan CsomorOSX reshuffling
2008-07-30  Stefan CsomorOSX reshuffling
2008-07-30  Stefan CsomorOSX reshuffling
2008-07-30  Stefan Csomorgetting rid of warnings for unused params
2008-07-29  Václav Slavíkoptimize wxFormatStringArgumentFinder<T> for strings...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Stefan Csomorconsole builds need another header from xcode
2008-07-29  Stefan Csomoravoiding warning because of missing define
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-24  Paul Cornettbuild fix
2008-07-24  Vadim Zeitlindefine wxHAS_RAW_BITMAP for wxDFB
2008-07-23  Vadim Zeitlinforbid modifying wxImage by assigning to wxImagePixelDa...
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-07-21  Vadim Zeitlinadded FromUTF8Unchecked() for ANSI build too
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-07-20  Vadim Zeitlinblind attempt to fix wxBitmap in wxMGL
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlinremove the just added assertEquals(time_t, long) overlo...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-19  Vadim Zeitlinno changes, just added some explanatory comments for...
2008-07-18  Vadim Zeitlincompilation fix for PCH-less build
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-14  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed the unnecessary inline keywords
2008-07-12  Vadim Zeitlinremove unused private wxSocketBase::m_lastError
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-06  Vadim Zeitlintake const address objects in wxSocketClient::Connect...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-05  Václav Slavíkreverted Robert's premature removal of deprecated 2...
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-07-05  Stefan NeisExperimental simplification of the code by using MWERKS...
2008-07-05  Robert RoeblingRemove 2_6 compatibility code
2008-07-04  Robert Roeblingadded wxString.t_str() and used it in filefn.cpp
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-30  Vadim ZeitlinVC6 compilation fix: using access declaration can only...
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-27  Robert RoeblingAdded mostly empty wxLaunchDefaultApplication
2008-06-27  Robert RoeblingTicket #9641: wxBitmapComboBox_SetFont.patch, making...
next