]> git.saurik.com Git - wxWidgets.git/history - src
VC6 gets confused by the protected copy ctor; make it private
[wxWidgets.git] / src /
2009-01-11  Vadim Zeitlinfix handling of locale names without county info (close...
2009-01-11  Vadim Zeitlincorrect typo: s/wxUSE_MENU/&S/
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-11  Francesco Montorsido not return true when no data is read by the stream...
2009-01-11  Francesco Montorsiuse IsOk() instead of Ok(); fix crash when loading...
2009-01-11  Francesco Montorsiguard against NULL parents
2009-01-11  Vadim Zeitlinfix build with wxUSE_MENU==0 (closes #10330)
2009-01-10  Francesco Montorsino change; just fix indentation
2009-01-10  Stefan Csomorfixes #10358
2009-01-10  Stefan Csomormaking sure enabling the menus works
2009-01-10  Stefan Csomorguarding against NULL peers
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-10  Stefan Csomorcalling superclass impl, see #10361
2009-01-10  Stefan Csomorcocoa layout optimization, see #10361
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-10  Julian SmartFixed [wxRichTextCtrl] Right Alignment sets text in...
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
2009-01-10  Stefan Csomormoving launch methods to common code
2009-01-09  Francesco Montorsiminor cleanup; add wxDocument::OnChangeFilename for...
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Stefan Csomorguarding against calls through 'non-window' instances...
2009-01-09  Stefan Csomorguard against NULL win (happens during debug startup...
2009-01-09  Francesco Montorsibuild fix
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-09  Francesco Montorsimove wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
2009-01-09  Francesco Montorsifix the fix of r57935
2009-01-09  Francesco Montorsiblind fix for buildbot
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-09  Robert RoeblingTried to improve look of toogle tool under OS X, adapte...
2009-01-09  Robert RoeblingCompile fix
2009-01-08  Francesco Montorsibuild fix
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Paul Cornettrevert slop from previous commit
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsifix build
2009-01-08  Robert Roeblinguse wxRound(x), not int(x+0.5)
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingAdd the same margin to wxBitmapToggleButton as to wxBit...
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2009-01-08  Robert RoeblingUpdate allocation of all child widgets after scrolling
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2009-01-08  Jouk JansenInsert missing include file
2009-01-08  Robert RoeblingOverride mouse wheel scrolling steps from GTK and make...
2009-01-07  Jouk JansenUpdate OpenVMS compile support
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-07  Francesco Montorsiuse wxArrayString instead of wxStringList
2009-01-07  Paul Cornettbuild fix for GTK+ 2.12 and earlier
2009-01-07  Julian SmartAlways use live sash update on Mac since it can't paint...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2009-01-07  Francesco MontorsiMYcopystring is not required anymore when compat2.8...
2009-01-07  Julian SmartFixed assert caused by incorrect number of flex grid...
2009-01-07  Julian SmartAdded missing includes
2009-01-07  Julian SmartAdded missing include
2009-01-07  Paul Cornettdo minimal invalidations to get border to redraw properly
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2009-01-07  Francesco Montorsideprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2009-01-07  Francesco Montorsiuse wxFileName instead of ::wxStripExtension
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2009-01-06  Francesco Montorsiuse WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL...
2009-01-06  Francesco Montorsiadd #if WXWIN_COMPATIBILITY_2_6 around wxUsleep
2009-01-05  Francesco Montorsionly formatting changes. s/FALSE/false and s/TRUE/true...
2009-01-05  Francesco Montorsiuse GetCopyrightToDisplay instead of GetCopyright;...
2009-01-04  Jaakko SalliFixes in wxPGProperty::StringToValue(): Prevent it...
2009-01-04  Jaakko SalliIn wxPGProperty::StringToValue(), variant.SetName(...
2009-01-04  Jaakko SalliSignificant check box editor refactoring, including...
2009-01-04  Paul Cornettbuild fix for GTK+ versions prior to 2.14
2009-01-04  Paul Cornettproperly handle DC origin and scale in wxDoFloodFill()
2009-01-04  Paul Cornettnative implementation of DoGetPixel()
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2009-01-03  Vadim Zeitlinrestore code preventing the events being generated...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-03  Vadim Zeitlinproperly restart epoll_wait() if it got interrupted...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlinstreamline handling of wxSOCKET_LOST in DoWait()
2009-01-02  Vadim Zeitlinno changes, just reformat/indent consistently
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Vadim Zeitlinuse guard classes automatically restoring the old state...
2009-01-02  Paul Cornettfix header dependancy
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2009-01-02  Vadim Zeitlinfix WaitForXXX() to work as before: if the socket is...
2009-01-01  Vadim Zeitlinupdate copyright year to 2009 (closes #10319)
2008-12-31  Francesco Montorsireplace dynamic_cast<> with wxDynamicCast
2008-12-31  Francesco Montorsiremove tabs added by error in previous commit
2008-12-31  Kevin OllivierFix for OS X Cocoa build.
2008-12-31  Francesco Montorsiallow the user to pass NULL for the status widths;...
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-31  Francesco Montorsibuild fix for wxMSW statusbar
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-30  Vadim Zeitlininclude errno.h for ENOMEM (closes #10309)
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-30  Vadim Zeitlinhandle exceptions thrown from overridden wxView::OnCrea...
next