Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / glcanvas.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Dimitri Schoolwerthcompilation fixes for wxMSW compilation with wxUSE_PALE...
2010-09-20  Vadim ZeitlinCorrectly recognize when wglChoosePixelFormatARB()...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-06-14  Vadim Zeitlinrecreate the window if FSAA is requested (changeset_r54...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-02  Vadim Zeitlinlog error before returning, not after
2008-03-14  Vadim Zeitlindon't delete the context in ~wxGLCanvas(), the base...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-09-06  Robert Roebling Commit Carsten Fuchs' patch for separating wxGLCanvas
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Vadim Zeitlindocument that SetCurrent() must be called on a visible...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-10-15  Włodzimierz SkibaQuiet cooperation between MSW and wxGL.
2004-09-08  Vadim Zeitlinunregister GL windows classes on program termination...
2004-08-26  Włodzimierz SkibaSource cleaning: whitespaces & tabs, ::, TRUE/true...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Mattia Barbon Compilation fix.
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-07-09  Vadim Zeitlinautomatically link with opengl32.lib and glu32.lib...
2003-05-06  Julian SmartRevamped border handling.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-21  Vadim Zeitlinfixed a compilation warning
2002-05-07  Vadim Zeitlinfixed compilation without PCH
2002-03-21  Vadim ZeitlinHDC leak fix
2002-02-06  Vadim Zeitlincompilation fix after m_lDlgCode removal
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-11-16  Vadim Zeitlincompilation warning fix
2001-11-09  Vadim Zeitlinremoved code (re)setting the camera from wxGLCanvas...
2001-11-02  Vadim Zeitlinapplied patch to make wxGLCanvas derive from wxWindow...
2001-10-08  Vadim Zeitlinanother compilation fix
2001-10-08  Vadim Zeitlincompilation fix
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2000-07-20  Unknown (NI)applied the patch by Garrick Meeker
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Unknown (NI)included missing header files - without them mingw32...
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions