]> git.saurik.com Git - wxWidgets.git/history - src/msw/slider95.cpp
more changes to make wx compile without implicit wxString->char* conversion (for...
[wxWidgets.git] / src / msw / slider95.cpp
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude commctrl.h properly.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-25  Włodzimierz Skiba[ 1273159 ] logical vs. bitwise operators, part 2
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-05-31  Vadim Zeitlinsend wxEVT_SCROLL_CHANGED when using mouse wheel as...
2005-05-31  Vadim Zeitlinadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_...
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-10  Vadim Zeitlinfixed slider positioning/sizing (especially when ticks...
2005-04-10  Vadim Zeitlinput some asserts to check that inconsistent slider...
2005-03-21  Włodzimierz Skiba32 bit range for wxSlider (#1166390).
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-02-14  Włodzimierz SkibaCommon code for the same handling of wxSL_INVERSE.
2005-02-11  Kevin HockwxSL_INVERSE for MSW. Heavily modified patch 1096922.
2005-01-19  Robin DunnAdjust the bounding box of the labels to client coordinants
2004-12-13  Vadim Zeitlinuse WX_FORWARD_STD_METHODS_TO_SUBWINDOWS
2004-12-12  Vadim Zeitlinposition the labels correctly when we're created with...
2004-12-11  Vadim Zeitlinuse MSWAlwaysDrawBg() to fix the problem with black...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-09-16  Vadim Zeitlinmake the label window visible (patch 1013447)
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-08-11  Włodzimierz SkibaWarning fixes, source cleaning.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-06-30  Vadim Zeitlindon't use &this->GetFont(), this is _not_ valid C+...
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-03  Robin DunnInitial/Best size fixes for wxRadioBox, wxSlider and...
2004-04-19  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-01  Vadim Zeitlinremoved SetFont() inheriting the parents font
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2003-09-27  Vadim Zeitlinminor fix for wxSlider sizing (patch 809202)
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded some window style metadata
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-19  Stefan Csomorswitching back to normal accessors, workaround not...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-28  Stefan Csomorkeeping classnames in synch for xti
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-05-26  Julian SmartMore style fixes
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-06  Julian SmartRevamped border handling.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
2000-01-04  Guillermo Rodrigue... Corrected problem related to wxSIZE_ALLOW_MINUS_ONE
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-19  Julian SmartFixed wxSlider95 bug; updated .dsp files; added Set...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-01-21  Julian SmartMade EVT_SLIDER event happen always; some doc and wxPro...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-06  Julian SmartSome more WXWIN_COMPATIBILITY fixes.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...