support for GTK3
[wxWidgets.git] / src / gtk / glcanvas.cpp
2012-06-30  Paul Cornettsupport for GTK3
2011-03-29  Paul Cornettbuild fix
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-01-08  Paul Cornettremove unneeded #includes
2010-11-10  Vadim ZeitlinFix wxGLCanvas compilation with wxUSE_PALETTE==0.
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-02-03  Vadim Zeitlininitialize m_sharedContext and m_sharedContextOf to...
2008-02-01  Paul Cornettremove unnecessary m_glWidget, fix return types for...
2008-02-01  Paul Cornettfix for GTK assertion from gtk_widget_set_colormap...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-04-19  Paul CornettReorganize idle system code.
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-01-21  Paul Cornettexpose handlers are supposed to return a gboolean;
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...
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-05-22  Paul Cornettunused win_gtk stuff
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-03-10  Robin DunnCompilation fix
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-04  Mart RaudseppGTK2: gtk_widget_{push,pop}_visual don't do anything...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-01  Mart RaudseppMostly cosmetical preprocessor check modifications...
2005-08-01  Mart Raudsepp[ 1222406 ] Fix for BadMatch X errors with wxGLCanvas...
2005-07-29  Mart RaudseppWhitespace fixes
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-28  Vadim Zeitlinrestored manual calls to gtk_glwindow_realized/map_call...
2005-02-20  Vadim Zeitlinremoved explicit calls to gtk_glwindow_(realized/map...
2004-10-12  Ryan Nortonpatch from list to fix warning and get rid of unneccess...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-04  Vadim Zeitlincheck for multiple calls to gtk_glwindow_realized_callback
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-05-06  Robert Roebling OpenGL for GTK2 fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
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-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2000-11-27  Robert Roebling Applied glcanvas patch.
2000-07-20  Unknown (NI)another small error
2000-07-20  Unknown (NI)no comment :)
2000-07-20  Unknown (NI)umph, had made a dangerous mistake
2000-07-20  Unknown (NI)Applied the patch by Garrick Meeker
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions