Whitespaces and headers cleaning.
[wxWidgets.git] / src / common /
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
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(),
next