]> git.saurik.com Git - wxWidgets.git/history - include
Updated version number
[wxWidgets.git] / include /
2006-10-31  Benjamin Williamsaui: allow m_frame to be null in wxFrameManager
2006-10-31  Vadim Zeitlinmake wxBitmap *really* ref counted in X11; some cleanup...
2006-10-31  Vadim Zeitlinpartly successful (i.e. previously it didn't work at...
2006-10-30  Vadim Zeitlinforcefully disable wxUSE_STD_STRING and wxUSE_STL for...
2006-10-30  Vadim Zeitlinadded wxUSE_COLLPANE (why is this file not generated...
2006-10-30  Vadim Zeitlincompilation fixes after adding wxMemoryDCBase::Init...
2006-10-30  Vadim Zeitlina better compilation fix
2006-10-30  Robert Roebling Compile fix.
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Robin Dunnanother compile fix
2006-10-30  Robin DunnAdd DLL export macro
2006-10-30  Robin DunnSome compile fixes.
2006-10-30  Vadim Zeitlininclude wx/bitmap.h as we use wxBitmap here now
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Benjamin Williamsaui notebook sizing calculations streamlined
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim Zeitlinno changes, just wrap long lines
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim Zeitlinuse explicit virtual keyword with overridden virtual...
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-10-30  Julian SmartCopy constructor warning elimination
2006-10-30  Julian SmartReuse wxCaret object
2006-10-30  Benjamin Williamswxaui notebook tabs can scroll; notebook themability...
2006-10-30  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow
2006-10-30  Vadim ZeitlinGetCurrentSelection() was documented but not present...
2006-10-30  Vadim Zeitlinneed to include wx/msw/private.h to get GetHwnd() which...
2006-10-30  Robert Roebling Moved overridden SetMinSize() to base class.
2006-10-30  Robert Roebling Make SetMinSize() and SetMaxSize() virtual so they
2006-10-30  Włodzimierz SkibaKeep buildable.
2006-10-30  Václav Slavíkmoved wxScrollBar geometry methods out of wxRenderer...
2006-10-30  Václav Slavíkrenamed wxControlWithArrows::HitTest() to HitTestArrow...
2006-10-30  Michael WetherellMoved to include/wx/private/fileback.h
2006-10-30  Włodzimierz SkibaMinor header cleaning.
2006-10-30  Vadim Zeitlindefine wxLongLong_t as long long if it is supported...
2006-10-30  Julian SmartApplied patch [ 1586964 ] Getting the PID of the proces...
2006-10-30  Stefan NeisCompilation fix for old GCC versions.
2006-10-30  Julian SmartDon't use wstring for MinGW versions that don't support it
2006-10-30  Kevin HockNon pre-comp compilation fix
2006-10-29  Stefan NeisRenamed m_clientData member variable to avoid clash...
2006-10-29  Vadim ZeitlinBorland needs dummy return in wxSEH_HANDLE as well
2006-10-29  Vadim Zeitlinset wxUSE_STD_STRING to 1 by default
2006-10-29  Stefan NeisFixed typo.
2006-10-29  Julian SmartDigital Mars needs CCS_RIGHT
2006-10-29  Michael WetherellMake m_typeflag an int.
2006-10-29  Julian SmartDigital Mars doesn't like the identifiers being declare...
2006-10-29  Vadim Zeitlinescape special SQL chars in where clauses (patch 1204728)
2006-10-29  Chris Elliottfix borland header difference
2006-10-29  Vadim Zeitlindon't override GetMinWidth/Height() which are non-virtu...
2006-10-29  Vadim Zeitlinreturn the results of GetMin/MaxSize() from GetMin...
2006-10-29  Paul Cornettfix for Borland 5.5
2006-10-29  Václav Slavíkadd events API to wxHtmlWindow (patch #1504493 by Franc...
2006-10-29  Vadim ZeitlinCW8.3+ has ssize_t (patch 1492413)
2006-10-29  Robert Roebling Let wxMiniFrame have the same default flags under...
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-29  Stefan Csomorsubrect blit
2006-10-29  Stefan NeisAdd method declaration needed for wxGTK.
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-29  Vadim Zeitlinadded wxTB_RIGHT style for right-aligned toolbars ...
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Robert Roebling Forgot one wxCoordRound
2006-10-29  Robert Roebling wxRound
2006-10-29  Robert Roebling wxCoordRound() -> wxRound()
2006-10-29  Stefan NeisCorrected includes for wxGTK under OS/2.
2006-10-29  Robert Roebling wxCoordRound -> wxRound.
2006-10-29  Robert Roebling Use wxRound instead of wxCoordRound
2006-10-29  Julian SmartApplied patch [ 1583316 ] set media source for printing
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Michael WetherellChange GetC to return an int so that it can return...
2006-10-29  Julian SmartBorland fix.
2006-10-29  Michael WetherellRename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
2006-10-29  Vadim Zeitlinuse wxPOSIX_IDENT() for consistent handling of undersco...
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-29  Stefan Csomorforgotten commit for having native affine matrix ops
2006-10-29  Stefan Csomorextend GetAsBitmap with an optional subrect
2006-10-29  Michael WetherellFixes for semicolons, commas and wxSTRING_MAXLEN from...
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-29  Robin DunnAdd export macros
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-28  Benjamin Williamsfixed some compiler warnings in wxaui
2006-10-28  Benjamin Williamswxaui multi-book prep work for left/right buttons on...
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlinno changes, just a typo in comment
2006-10-28  Benjamin Williamswxaui multi-notebook now uses a tab art provider which...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Vadim Zeitlinno real changes, just renamed the header guard to stand...
2006-10-28  Vadim Zeitlindeprecate wxSTRING_MAXLEN in favour of wxString::npos
2006-10-28  Vadim Zeitlinadded missing dlldecl for wxFSHandlerHash
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-28  Vadim Zeitlinfix VC warning about forward declaring struct as class
2006-10-28  Vadim Zeitlinremoved hard TAB
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Michael WetherellTidy up includes and #if wxUSE statements.
2006-10-27  Robert Roebling Indicate that EnableCloseButton is virtual.
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-27  Robert Roebling [ 1585270 ] Further fixes to wxPathList
2006-10-27  Michael WetherellMissing header.
next