]> git.saurik.com Git - wxWidgets.git/history - src/common
Fixed caret droppings left when scrolling
[wxWidgets.git] / src / common /
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...
2006-10-20  Stefan Csomormac methodname fixed, so all use the same now
2006-10-20  Stefan Csomorextending implementation
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-19  Vadim Zeitlinfixed the problem in 2 last commits
2006-10-19  Robert Roebling Fix mem leak.
2006-10-19  Vadim Zeitlinfix memory leak in wxGetTempFileName(const wxString...
2006-10-18  Robin DunnPatch #1579801: wxBufferedDC shared buffer bitmap
2006-10-18  Robert Roebling [ 1579793 ] numerous bug fixes when mask is used
2006-10-16  Włodzimierz Skiba[#1577388] - fix for scaling in wxImage.
2006-10-15  Paul Cornettnon-pch build fix, cleanup
2006-10-15  Mattia Barbon Added wxRTTI macros to buffered DCs.
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-13  Robin DunnReverted wxBuffered[Paint]DC to nearly the pre 2.7...
2006-10-13  Robin DunnFix for wxToolbook, allow oldSel == wxNOT_FOUND when...
2006-10-13  Robert RoeblingApplied part of [ 1575767 ] Init/size/check fixes for...
2006-10-11  Vadim Zeitlinmoved GetLayoutDirection() to GUI wxApp, it has nothing...
2006-10-11  Robert Roebling Fix part of [ 1570325 ] wxAnimationCtrl for wxAdv...
2006-10-11  Robin DunnRestore a use case that was lost with the last set...
2006-10-10  Stefan Csomorsimpler implementation
2006-10-10  Chris Elliotttemporary fix for motif, univ, gtk
2006-10-10  Robert Roebling Move reentrance guard down.
2006-10-10  Paul Cornettmore inlines called before defined
2006-10-10  Stefan Csomorsetting clipping correctly
2006-10-10  Stefan Csomormaking sure the overlay moves with its parent on OSX
2006-10-10  Stefan Csomor!__WX_DC_BLIT_FIXED__ case
2006-10-10  Stefan Csomorgetting the wxWindow* on GTK
2006-10-10  Stefan Csomoradding includes for non-precomp
2006-10-10  Stefan Csomormoving to correct position
2006-10-10  Stefan Csomoroverlay implementation
2006-10-10  Robert Roebling Added part of patch
2006-10-10  Włodzimierz SkibaWarning fix.
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Robert Roebling[ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl
2006-10-10  Stefan Csomorgetting rid of warnings
2006-10-10  Paul Cornettremove extraneous semicolons
next