]> git.saurik.com Git - wxWidgets.git/history - src
Added help provider
[wxWidgets.git] / src /
2006-10-10  Chris Elliottfix for Borland - which never likes ?
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  Vadim Zeitlinadded wxDC::Set/GetLayoutDirection() and implemented...
2006-10-10  Włodzimierz SkibaUse wxUSE_* flags for new animation code.
2006-10-10  Włodzimierz SkibawxUnivMSW build fix.
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-10  Paul CornettwxAnimationCtrl cleanup
2006-10-10  Robin DunnAdd missing header files so they'll get installed
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 Zeitlincall Refresh() to make animation work under Mac
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-10-09  Robert Roebling IsExposed() needs to reverse the direction in RTL.
2006-10-09  Robert Roebling [ 1573855 ] Improved appearance of wxComboCtrl's...
2006-10-09  Robert Roebling Compilation.
2006-10-09  Vadim Zeitlinadded wxSizerFlags::GetDefaultBorder()
2006-10-09  Václav Slavíkdon't crash on weird line endings like \r\r\n
2006-10-09  Vadim Zeitlincheck that the bitmap is valid before getting its size...
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  Vadim Zeitlincompilation fix after last change (GTK1 doesn't have...
2006-10-09  Vadim Zeitlinno changes, just replaced C comment with a C++ one
2006-10-09  Julian SmartDon't use precompiled header directives in included...
2006-10-09  Vadim Zeitlinreturn false from IsDoubleBuffered() if the first top...
2006-10-09  Robin DunnDLL build fixes
2006-10-09  Vadim Zeitlinregenerated after adding dcbufcmn.cpp
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  Stefan Csomoradding angle conversion
2006-10-09  Vadim Zeitlinadded static wxPlatformInfo::Get() and use it (patch...
2006-10-09  Stefan Csomormaking pens behave as on other platforms when scaling
2006-10-09  Stefan Csomorset anti-aliasing ON by default
2006-10-09  Vadim Zeitlinfix DoSetSelection(): it did nothing when there was...
2006-10-09  Włodzimierz SkibaUse wxBookCtrl wrapper rather than wxNotebook in common...
2006-10-09  Włodzimierz SkibaUse CreateButtonSizer in wxAboutBox() to make OK button...
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-09  Włodzimierz SkibaWinCE build fix.
2006-10-09  Vadim Zeitlinchange UpdateSelection() parameter type to int from...
2006-10-09  Włodzimierz SkibaWarnings, build errors, headers, licence, prefered...
2006-10-09  Włodzimierz SkibaWarning fixes.
2006-10-09  Julian SmartDon't use toolbook for formatting dialog until we have...
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-09  Paul Cornettbuild fixes for WXWIN_COMPATIBILITY_2_6=0
2006-10-09  Włodzimierz SkibaWarning fixes in 'todo' part just to make build log...
2006-10-09  Paul Cornettremove unused stuff
2006-10-09  Paul Cornetttest wxLC_SINGLE_SEL flag properly
2006-10-09  Paul Cornettnon-pch build fix
2006-10-09  Paul Cornettfix width/height typo in DoSetClientSize, remove unused...
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-10-08  Vadim Zeitlindefine ChangeSelection() (fixes wxMotif build)
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinrestored sending events from Replace/Remove/Write/Appen...
2006-10-08  Vadim Zeitlinfix format mismatch warnings
2006-10-08  Vadim Zeitlinneed to include wx/imaglist.h even when using PCH
2006-10-08  Vadim Zeitlindon't define g_UnicodeSubsetTable in non-Unicode build...
2006-10-08  Vadim Zeitlinremoved default argument in the function definition
2006-10-08  Vadim Zeitlinset focus to the Ok button initially
2006-10-08  Vadim ZeitlinSetOverflow() should be called with a bool argument...
2006-10-08  Vadim Zeitlinfix compilation after recent wxTextCtrl changes
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim ZeitlinVC compilation fix after last commit
2006-10-08  Stefan NeisInitialize m_overflow in wxGridCellAttr::Clone.
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  Stefan NeisUse system colours for ownerdrawn highlighting (patch...
2006-10-08  Vadim Zeitlinsmall code simplification in DoSetValue() after the...
2006-10-08  Robert Roebling Compile fix.
2006-10-08  Vadim Zeitlincompilation fix after last commit (apparently patch...
2006-10-08  Vadim Zeitlintesting whether signed char is greater than 127 is...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Vadim Zeitlinavoid bitmap distortion when a non standard bitmap...
2006-10-08  Robert Roebling New magic number for positioning the tree triangle.
2006-10-08  Vadim Zeitlincorrected last commit: Inflate() should be Deflate()
2006-10-08  Julian SmartStrip menu codes out from notebook page labels
2006-10-08  Paul Cornettsmall cleanup
2006-10-08  Robert Roebling [ 1572220 ] Show popup when wxComboCtrl image area...
2006-10-08  Julian SmartIt's valid to pass wxNOT_FOUND to SetSelection in order...
2006-10-08  Paul Cornettrestore needed functions, wxMSW doesn't use wxBitmapHan...
2006-10-08  Vadim Zeitlincompilation fix for PCH-less builds
2006-10-08  Vadim Zeitlinadd support for wxCONTROL_ISDEFAULT to wxRendererMSW...
2006-10-08  Vadim Zeitlinclose the dialog when close button is pressed, this...
2006-10-08  Julian SmartAdded missing include and missing underscores
2006-10-08  Vadim Zeitlinwe need to set URL hook for the link to appear as a...
2006-10-08  Vadim Zeitlinuse translators if explicitely specified, fall back...
2006-10-08  Julian SmartAdded formatting and symbols dialogs.
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
2006-10-08  Vadim Zeitlinfixed double free crash introduced by last commit
2006-10-08  Julian SmartAdded a customisable formatting dialog for wxRichTextCt...
2006-10-08  Julian SmartAdded a symbol selection dialog, with optional font...
2006-10-08  Julian SmartAdded option to set style from style listbox when single
next