]> git.saurik.com Git - wxWidgets.git/history - src/common
don't crash on weird line endings like \r\r\n
[wxWidgets.git] / src / common /
2006-10-09  Václav Slavíkdon't crash on weird line endings like \r\r\n
2006-10-09  Václav Slavíkfixed the check in previous commit
2006-10-09  Václav Slavíkassert if wxString(void* pStart,void *pEnd) ctor is...
2006-10-09  Vadim Zeitlinadded wxAnimationCtrl (patch 1570325)
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-09  Stefan Csomorcopying as much values from the dc as possible
2006-10-09  Vadim Zeitlinadded static wxPlatformInfo::Get() and use it (patch...
2006-10-09  Włodzimierz SkibaWarning fixes.
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Stefan NeisUse "cdecl" linkage mode for all ports with OpenWatcom...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Paul Cornettsmall cleanup
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-10-08  Julian SmartAdded missing image.h header
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-07  Robert Roebling Not everything has to be virtual.
2006-10-06  Vadim Zeitlinfix for handling from Francesco
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-10-04  Robert Roebling Add row activated event.
2006-10-04  Robert Roebling Fix warning for unknown menu stock id.
2006-10-04  Robin DunnAvoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES...
2006-10-03  Robin DunnAvoid ambigous overload errors
2006-10-03  Stefan Csomorfixes for non precompiled headers
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Vadim Zeitlinfix wxFilesystem compilation if wxUSE_FFILE is 0 but...
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Włodzimierz SkibaDon't test size_t for positive only values (warning...
2006-10-02  Włodzimierz SkibawxVariant support needs wx/icon.h earlier.
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-10-02  Włodzimierz SkibawxVariant support for icon and bitmap should work regar...
2006-10-02  Włodzimierz SkibaWarning fixes after char->wxChar in wxVariant.
2006-10-02  Paul Cornettuse unsigned for display count
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Missed these in the char -> wxChar change.
2006-09-30  Robert Roebling Move wxVariant support for GDI classes to their
2006-09-30  Robert Roebling Added DECLARE_VARIANT_OBJECT macros for easy conversion
2006-09-30  Stefan Csomoradding missing implementations
2006-09-30  Vadim Zeitlindon't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF...
2006-09-30  Robert Roebling Compilo.
2006-09-30  Robert Roebling Changed char to wxChar.
2006-09-30  Robert Roebling Applied ref-couting patch.
2006-09-29  Stefan Csomorgraphics context implementation
2006-09-29  Włodzimierz SkibaBuild fix for !PCH builds.
2006-09-29  Włodzimierz SkibaBuild fix for !PCH builds.
2006-09-28  Vadim Zeitlinfix unused variable warning when wxUSE_PALETTE==0
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-28  Vadim Zeitlinno real changes, just replaced a long preprocessor...
2006-09-28  Vadim Zeitlinfixed Contains() to pass the unit test (didn't work...
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-09-27  Włodzimierz SkibaWinCE build fix: access to protected member.
2006-09-26  Robert Roebling Added wxVariant's =, == and != operators for wxObject*
2006-09-26  Robert Roebling Make GetWxObjectPtr() const.
2006-09-26  Robin DunnIf a TLW's default item is not an immediate child then...
2006-09-26  Włodzimierz SkibaWarning fix.
2006-09-26  Robert Roebling [ 1565385 ] wxImage scaling fix - apply mask when...
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-25  Vadim Zeitlinadded wxUSE_VARIANT guards
2006-09-25  Włodzimierz SkibaWarning fixes.
2006-09-25  Vadim Zeitlinuse _snprintf() in system_sprintf() for the compilers...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-24  Michael WetherellImprove the error messages slightly.
2006-09-24  Vadim Zeitlin1. fixed many warnings about implicit double to int...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-24  Robert Roebling [ 1537065 ] wxImage: Higher quality scaling/sampling
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Robert Roebling Fixed [ 1561693 ] wxGIFDecoder creates incorrect...
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-23  Václav Slavíkchanged the catalogs lookup back to the old behaviour...
2006-09-23  Václav Slavíkrenamed GetMsgCatalogSubdir to *Subdirs to make it...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-22  Robin DunnFix my last fix. The method is pure virtual in the...
2006-09-22  Robin DunnRemove the wxVariantDataString::Read method since the...
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-20  Vadim Zeitlinremoved operator>>(istream&, wxString&) -- it's better...
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-19  Robert Roebling Give wxGrid its own string name for easier debugging.
2006-09-17  Robert Roebling [ 1521481 ] wxPathList modernization
2006-09-17  Robert Roebling[ 1558691 ] wxPNGHandler: Preserve palette
2006-09-17  Robert Roebling [ 1559550 ] Fix wxVariant wxDateTime conversion from...
2006-09-17  Robert Roebling [ 1557326 ] Remove redundant code from wxComboCtrl
2006-09-16  Kevin OllivierAdding OS X list ctrl implementation file, and listctrl...
2006-09-14  Paul Cornettadd Create to wxDocParentFrame
2006-09-14  Włodzimierz SkibaWarning fix.
2006-09-14  Włodzimierz SkibaMinor cleanup.
2006-09-14  Vadim Zeitlindon't append trailing tab to items which don't have...
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-14  Vadim Zeitlindefine HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while...
2006-09-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinclear values of type SQL_C_DATE/TIME too (patch 1541829)
next