]> git.saurik.com Git - wxWidgets.git/history - src/common
removing unneeded code for osx
[wxWidgets.git] / src / common /
2008-06-08  Stefan Csomorremoving unneeded code for osx
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-06  Vadim Zeitlinfixed another pointer-to-int-of-lesser-size conversion...
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-06  Vadim Zeitlinremove another unnecessary memcpy() of string contents...
2008-06-06  Vadim Zeitlinremove unnecessary memcpy() of string contents to wxStr...
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlincorrected bug in wxMBConvStrictUTF8::FromWChar(): it...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Václav Slavíkallow periods in wxFileSystem URL anchors (patch #2265)
2008-05-31  Vadim Zeitlindon't write extraneous NUL bytes in wxMBConv_iconv...
2008-05-31  Vadim Zeitlincorrect similar off by 1 bug to the one fixed by r53869...
2008-05-31  Vadim Zeitlinfix bug with wrong return value in wxMBConv_iconv:...
2008-05-31  Vadim Zeitlinfix wxMBConv_iconv to respect the base class convention...
2008-05-31  Vadim Zeitlinswap all characters instead of just the last one in...
2008-05-31  Vadim Zeitlindon't return success when converting incomplete UTF...
2008-05-30  Vadim Zeitlinundid change of r44565: not taking hyphens into account...
2008-05-30  Vadim Zeitlinimplement wxMBConv_iconv::To/FromWChar() instead of...
2008-05-27  Vadim Zeitlinget rid of MSVC warning about possibly uninitialized...
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-27  Stefan Csomorfixing arc filling for angles > 180
2008-05-24  Chris ElliottBorland still hates ternary ?
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingwxTextCtrk::GetRange() shouldn't crash on out of range...
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-23  Robert RoeblingMove event generation in multiple selection mode to...
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-22  Robert Roebling[ wxwindows-Patches-1947680 ] wxMac: Fixes number of...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-17  Vadim Zeitlin(blind) fixes for PCH-less build after r53626
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Vadim Zeitlindon't blit more than necessary in wxBufferedDC::UnMask...
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-17  Vadim Zeitlinfix window rectangle computation in Centre(wxCENTER_ON_...
2008-05-17  Václav Slavíkfixed error logging in TIFF image handler to output...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-14  Jouk JansenUpdate OpebVMS compile support
2008-05-13  Vadim Zeitlinfix bug introduced by the last change: we could overwri...
2008-05-12  Vadim Zeitlindon't dereference end iterator
2008-05-12  Paul Cornettfix wxColourData::FromString() not restoring 16th color...
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Stefan Csomorreverting style of include back to user include as...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
2008-05-07  Julian SmartAdded const when writing XPMs to avoid gcc warnings
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-25  Robert RoeblingFix linking problem
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-21  Robert Roebling[ 1944519 ] improve left down event handling for wxPopu...
2008-04-19  Václav Slavíkfixed wxString::Replace() to work directly on m_impl...
2008-04-17  Robert Roebling[ 1942756 ] wxImage:SaveFile() returns true instead...
2008-04-17  Michael WetherellWork around another buggy getgrgid_r.
2008-04-17  Jouk Jansen Update OpenVMS compiles support
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-14  Robert RoeblingUse scoped ptr template
2008-04-14  Robert RoeblingCorrect weak ref usage which triggered an assert
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-12  Vadim Zeitlindon't stop on NULs in Replace()
2008-04-12  Vadim Zeitlintest that iterator is valid before comparing with it...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-06  Vadim Zeitlincontinue with other handlers if some handler fails...
2008-04-05  Vadim Zeitlinuse wxCHECK instead of wxASSERT in Alloc() to avoid...
2008-04-05  Vadim Zeitlindon't crash in ReadString() if the length read from...
2008-04-05  Robert RoeblingBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-03  Robin DunnFix AdjustForOverflow to use item->CalcMin, not item...
2008-04-03  Vadim Zeitlinreplace wrong wxUSE_DYNAMIC_LOADER test with the correc...
2008-04-03  Robin Dunnfix warnings
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Vadim Zeitlinlock wxPendingEventsLocker when deleting the handler...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-25  Francesco Montorsibuild fix
next