while gcc 4 works under xcode, 3.3. builds don't, therefore this workaround for sourc...
[wxWidgets.git] / src / common /
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
2006-10-09  Vadim Zeitlinswap wxANIHeader bytes on big endian architectures
2006-10-09  Vadim Zeitlinreplaced Ok() with IsOk(), no real changes
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
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...
next