19 Commits

Author SHA1 Message Date
Robin Dunn
732ff6752b Revert "Spelling fixes in wx.lib"
This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
2020-08-31 13:01:31 -07:00
Robin Dunn
c00b8950da Spelling fixes in wx.lib 2020-07-14 12:53:31 -07:00
Per A. Brodtkorb
fc1823315b Fixes issue # 1554:
Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone.
2020-03-23 11:53:36 +01:00
Robin Dunn
7e8a27e170 Clean up access to the Canvas's buffer bitmap 2017-12-28 15:59:04 -08:00
Robin Dunn
c7c2de0a1b It looks like Overlay use was started but never fully implemented. Remove it all for now. 2017-12-28 15:55:39 -08:00
Robin Dunn
28cde58761 Fix OGL's ShapeCanvas to draw properly when the window is scrolled,
and to also adjust the mouse coordinates, etc.
2017-12-28 15:20:43 -08:00
Metallicow
eb3653ee27 Trim Whitespace ogl directory 2016-10-12 22:42:30 -05:00
Robin Dunn
cc3190e240 Lots more docstring refs fixed 2016-07-06 20:20:10 -07:00
Werner F Bruhin
42df586ecd - make Sphinx links in module doc work 2015-02-06 10:17:02 +01:00
Werner F Bruhin
2461989aa8 - added 'documented' flag, also could still do with some editing 2015-02-05 11:23:44 +01:00
Werner F Bruhin
f081eb9ba7 - remove -#!/usr/bin/env python 2015-02-05 11:08:10 +01:00
Werner F Bruhin
ff1ef2a1c6 - documentation corrections 2014-06-17 12:17:24 +02:00
Werner F Bruhin
4c9b31c7df - documentation 2014-06-16 12:34:56 +02:00
Werner F Bruhin
7a96bd6296 - KEY_SHIFT and KEY_CTRL where defined in canvas.py and composit.py moved to oglmisc.py
- added above to test_lib_ogl.py
2014-06-14 15:23:41 +02:00
Werner F Bruhin
0f3f407f9b - out indent the self.Draw to correct of issue with moving object
- remove debug print stuff
2014-06-13 12:03:27 +02:00
Werner F Bruhin
d8d05d6f6c - some more print to help debug
- correct typo
2014-06-13 10:33:54 +02:00
Werner F Bruhin
effc87c2fe - init the _Buffer with a dummy sized bitmap 2014-06-13 09:31:01 +02:00
Werner F Bruhin
b3017a497b - use MemoryDC instead of ClientDC
- use DCOverlay for outline drawing when moving
2014-06-12 20:23:45 +02:00
Werner F Bruhin
4eadf6b3b2 - rename to get rid of '_' in file name 2014-06-12 15:51:01 +02:00