]> git.saurik.com Git - wxWidgets.git/history - src/common
Applied patch 1586499: wxCoordRound function
[wxWidgets.git] / src / common /
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  Michael WetherellRename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.
2006-10-29  Vadim Zeitlindeal correctly with vsnprintf() implementations which...
2006-10-29  Vadim Zeitlinuse just HAVE_FSYNC as wxFsync() guard, it is now defin...
2006-10-29  Stefan Csomorblit implemented using dc.GetAsBitmap with subrect
2006-10-29  Stefan Csomorapply complete transforms (scroll window PrepareDC...
2006-10-29  Stefan Csomorusing native tranforms for everything
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 missing wxNullGraphicsPath
2006-10-29  Vadim Zeitlinadded NZST and NZDT time zones (request 617912)
2006-10-28  Robert Roebling Correct background colour in ComboCtrl (from Jaako).
2006-10-28  Robert Roebling Launch the browser that is set in the gconf registry.
2006-10-28  Vadim Zeitlinadded wxString::ToLongLong() and ToULongLong() (feature...
2006-10-28  Vadim Zeitlinalso reset errno iin ToDouble()
2006-10-28  Vadim Zeitlinreset errno before testing it
2006-10-28  Vadim Zeitlinextracted common code of ToLong and ToULong in a separa...
2006-10-28  Vadim Zeitlincheck for under/overflow in ToLong/ULong/Double() as...
2006-10-28  Vadim ZeitlinAlloc() doesn't clear the array any more, for consisten...
2006-10-28  Stefan Csomormoving path and matrix to refcounting as well, switchin...
2006-10-28  Michael WetherellCompile fix for VC++ 5 and 6.
2006-10-28  Robin DunnAdd missing Contains overload
2006-10-28  Kevin OllivierCalling SetFocus from within an OnFocus handler causes...
2006-10-27  Michael WetherellAdd wxArchiveFSHandler.
2006-10-27  Michael WetherellTidy up includes and #if wxUSE statements.
2006-10-27  Robert Roebling Compile fix.
2006-10-27  Robert Roebling [ 1585858 ] Fix wxDatePickerCtrlGeneric and wxComboCtr...
2006-10-27  Robert Roebling [ 1585270 ] Further fixes to wxPathList
2006-10-27  Michael WetherellComment out compile time check.
2006-10-27  Michael WetherellRemove header now not needed here.
2006-10-27  Stefan Csomorchanging graphics pen, brushes and fonts to be refcount...
2006-10-27  Julian SmartColour preview canvas grey to contrast with page
2006-10-27  Michael WetherellCompile fix for --enable-stl.
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Michael WetherellBase wxArchiveFSHandler on wxZipFSHandler.
2006-10-27  Michael WetherellBug fix.
2006-10-27  Michael WetherellImplement new features for finding class factories...
2006-10-27  Michael WetherellBase class factory on the wxFilter base class and imple...
2006-10-27  Michael WetherellAllow per instance filesystem handlers.
2006-10-27  Michael WetherellAdd tar streams.
2006-10-27  Michael WetherellAdd FindLength()
2006-10-27  Robert Roebling Move the wxFD_... flags back into m_windowStyle
2006-10-27  Michael WetherellFactory some of wxFilterClassFactory into a base class.
2006-10-27  Włodzimierz SkibaWarning fixes.
2006-10-27  Michael WetherellAdd wxFS_SEEKABLE open flag.
2006-10-26  Michael WetherellAdd wxFilterFSHandler.
2006-10-26  Michael WetherellAdd wxFilterClassFactory::PopExtension().
2006-10-26  Michael WetherellFor streams smaller than the buffer reduce the buffer...
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Stefan Csomormoving rounded rect and ellipse to path class
2006-10-26  Stefan Csomormissing common create functions
2006-10-26  Stefan Csomoradapted to new renderer, moved wxGCDC into dcgraph.cpp
2006-10-26  Stefan Csomoradded the recangle fix
2006-10-26  Stefan Csomormove the graphics context bridge dc into separate file
2006-10-26  Robin DunnFix "PINK" to actually be pink, and not lavender
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-25  Julian SmartButton size adjustment
2006-10-25  Julian SmartBetter button size on wxX11
2006-10-25  Robin DunnFix the rectangle size when offsetting
2006-10-24  Julian SmartFix incorrect comparison
2006-10-24  Paul Cornettcorrect deletes
2006-10-24  Julian SmartTypo correction
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-24  Julian SmartAdded GetTempDir
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Włodzimierz SkibaWarning fix.
2006-10-24  Włodzimierz SkibaVerify wx/filefn.h can be placed as first header in...
2006-10-24  Paul Cornettstatic class variable needs a definition
2006-10-24  Paul Cornettnon-pch build fixes
2006-10-23  Vadim Zeitlindon't use static objects containing bitmaps, this almos...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-22  Stefan NeisExtended #1560785 (wxFileName::IsReadable/Writable...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-21  Paul Cornettmove some definitions out of datacmn.cpp
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Vadim Zeitlinrestore the old status bar text when DoGiveHelp(false...
2006-10-21  Vadim Zeitlindon't use GetFileAttributesEx() which doesn't exist...
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-21  Vadim Zeitlindon't allow switches (i.e. options without value) to...
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Robin Dunnmore informative FAIL message
2006-10-20  Vadim Zeitlinfix warnings (double to int conversions and unused...
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomorsetting a non valid font is permitted, implemented now
2006-10-20  Václav Slavíkfixed computation of status bar fields width if the...
next