]> git.saurik.com Git - wxWidgets.git/history - src
added missing operators to wxString::reverse_iterator
[wxWidgets.git] / src /
2007-03-25  Vadim Zeitlindon't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-03-25  Václav Slavíkremove wxStringBase::AllocCopy(), it wasn't used anywhere
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-25  Vadim Zeitlinrespect the current default style in SetValue() (modifi...
2007-03-24  Vadim Zeitlinmoved Write(const wxString&) to .cpp files as they...
2007-03-23  Vadim Zeitlindon't use TPM_RECURSE under NT4, it results in TrackPop...
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-23  Vadim Zeitlindestroy m_impl even if an exception is thrown from...
2007-03-22  Vadim Zeitlinremoved Matches(const wxChar *, int=0) overload: it...
2007-03-22  Vadim Zeitlincorrect the checked flag in the event generated by...
2007-03-22  Vadim Zeitlindon't lose the combobox text when it's opened and close...
2007-03-22  Vadim Zeitlinuse correct background colour for the box label when...
2007-03-22  Vadim Zeitlincall GetTextExtent() after selecting the correct font...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Jouk Jansen Committing in .
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-20  Vadim Zeitlinremoved unnecessary WXDLLIMPEXP_CORE from private class...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
2007-03-20  Vadim Zeitlindon't offset the window being centered more than strict...
2007-03-20  Václav Slavíkcompilation fix after STL fixes if 2.8 compatibility...
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2007-03-19  Václav Slavíkfixed compilation if wxUSE_STL=1
2007-03-19  Václav SlavíkwxUniChar::unicode_type -> value_type
2007-03-19  Benjamin Williamsapplied patch 1683441
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2007-03-19  Vadim Zeitlinfix non-PCH build after latest change
2007-03-19  Vadim Zeitlinhandle 0 timeout in RunLoop() correctly
2007-03-19  Vadim Zeitlinimplement DoStretchBlit() in terms of DoBlit() and...
2007-03-19  Vadim Zeitlincompilation fix for switch(wxChar)
2007-03-19  Vadim Zeitlinreturn wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS...
2007-03-19  Vadim Zeitlinuse wxCollapsiblePane in the log dialog (patch 1624796)
2007-03-19  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2007-03-19  Vadim Zeitlinadded missing wxGUIAppTraits::SetLocale()
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-18  Vadim Zeitlinfixed typo in last commit
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim Zeitlinfix assert because of passing more than one border...
2007-03-18  Vadim Zeitlinmodify m_encoding, not m_name, in wxCSConv::CreateConvI...
2007-03-18  Vadim Zeitlindon't check if the file exists if we don't use it
2007-03-18  Vadim Zeitlingive us wxSTAY_ON_TOP style if our parent has it, other...
2007-03-18  David ElliottwxTopLevelWindowCocoa::SetTitle title parameter is...
2007-03-18  Vadim Zeitlinfix XModifierKeymap memory leak (patch 1683137)
2007-03-18  Vadim Zeitlinuse wxStandardPaths and wxFileName in wxFileConfig...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinadded wxJoin and wxSplit functions (modified patch...
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2007-03-17  Vadim Zeitlincall wxYield() to force display of the busy info frame...
2007-03-17  Vadim Zeitlinimplemented wxMemoryInputStream::CanRead() and added...
2007-03-17  Vadim Zeitlinadded wxMemoryInputStream(wxInputStream&, size_t) ctor...
2007-03-17  Vadim Zeitlingcc signed/unsigned warning fix
2007-03-17  Vadim Zeitlinoutput '}' as wxChar, not char, which results in using...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Václav Slavíkadded missing #pragma hdrstop
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-16  Vadim ZeitlinVC6 has problems with std::vector and identifiers names...
2007-03-16  Vadim ZeitlinVC6 compilation fix (don't reuse the same variable...
2007-03-16  Vadim Zeitlinadded more message names to wxGetMessageName() (modifie...
2007-03-16  Václav Slavíkremoved wxArrayString casting hack, it doesn't work...
2007-03-16  Julian SmartFurther correction in case where string value is omitted
2007-03-16  Vadim Zeitlindon't waste time updating state of tools in a hidden...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-16  Vadim Zeitlinuse safer RemoveEventHandler() instead of PopEventHandl...
2007-03-16  Vadim Zeitlindo nothing in ShowHidden() if the flag doesn't change...
2007-03-16  Vadim Zeitlincall GetWidth/Height() only once in Rotate() and not...
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Stefan Csomorreverting one line
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
next