]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx/lib/ogl
fixes to wint_t and wchar_t handling in unichar.h (fixes FreeBSD compilation and...
[wxWidgets.git] / wxPython / wx / lib / ogl /
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-01-12  Robin DunnBug fix from Pierre
2006-08-19  Robin DunnUse global font and pen to reduce GDI objects created...
2006-05-05  Robin Dunnfix a typo causing the wrong method to be called.
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-02-03  Robin DunnBetter cleanup of circular references.
2006-02-01  Roman Rolinskyupdated from CVS
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-06-30  Kevin OllivierAdded a missing import that was causing FormatText...
2005-06-03  Robin DunnTypo fixed
2005-05-19  Robin Dunn Patch from Davide Salomoni that adds an optional point
2005-05-12  Robin DunnAdd line control points before the end point
2005-04-06  Robin DunnCorrect way to find the region
2005-03-30  Robin DunnOGL fixes from Davide Salomoni
2005-01-12  Robin DunnFix for bug [ 1098263 ] wx.lib.ogl control points leak
2004-11-11  Robin DunnFixed typo
2004-11-10  Robin DunnOGL patch from Shane Holloway:
2004-10-22  Robin DunnA small fix for attachment popints and comments, from...
2004-10-13  Robin Dunnline segment fixes
2004-10-13  Robin Dunndc.DrawLines fixed [1046055]
2004-09-30  Robin DunnCorrect call to shape.Show()
2004-09-24  Robin DunnAdded missing setters
2004-09-23  Robin DunnFixes for bug #1031151 and #1031239
2004-09-18  Robin DunnUse line.Draw(dc) instead of line.GetEventHandler(...
2004-09-18  Robin DunnPoint x,y fixes from Pierre
2004-09-17  Robin DunnCorrect indentation and Snap calls
2004-09-17  Robin DunnAppend --> append
2004-09-10  Robin DunnFix for ogl.FORMAT_SIZE_TO_CONTENTS
2004-09-09  Robin Dunnfixed case typo
2004-09-08  Robin DunnFixed wrong append() name
2004-08-31  Robin DunnAdding DrawnShape (patch from Pierre Hjälm)
2004-08-25  Robin Dunntypo fix
2004-08-18  Robin DunnDon't call wx.ThePenList
2004-06-21  Robin DunnFix for drag object bug
2004-06-18  Robin DunnPatch from Pierre Hjälm.
2004-06-08  Robin DunnThe new OGL doesn't have to be compatible with the...
2004-06-08  Robin Dunnpi --> math.pi
2004-06-04  Robin DunnSince everything in the submodules is to appear in...
2004-06-02  Robin DunnAdded $Id keyword, a bit of cleanup and also some backwards
2004-06-01  Robin DunnUse new DrawPoint signature
2004-05-26  Robin Dunnfixed a typo
2004-05-26  Robin DunnAdded a Python port of the OGL library, deprecated...