Robin Dunn
c00b8950da
Spelling fixes in wx.lib
2020-07-14 12:53:31 -07:00
kg-2
f8add4de3f
Update FCObjects.py
...
raises a ValueError instead of an AttributeError b/c self.Image is never set
2019-01-02 19:08:40 -08:00
Frank Vernaillen
6d24a91990
Fixed bug with image getting rescaled to zero width and height.
2018-10-23 14:41:40 +02:00
Christopher H.Barker, PhD
09223c530f
added float() calls to get the proper divison when scaling bitmaps
...
In response to a note from Kevin Gregory:
""
Sorry to email you directly, I wanted to submit a bugfix for FloatCanvas ScaledBitmap. It changes the bmpWidth and bmpHeight from integers to floats so that the scale is computed correctly.
FCObjects.py line 2141 from the wxpython phoenix dev build
"""
2017-04-13 11:17:36 -07:00
Metallicow
546d770ddb
Trim Whitespace floatcanvas directory
2016-10-12 22:38:31 -05:00
Robin Dunn
07164aba1a
Merge pull request #110 from RobinD42/use-pytest
...
Use pytest for running unittests
2016-07-07 21:38:56 -07:00
Robin Dunn
cc3190e240
Lots more docstring refs fixed
2016-07-06 20:20:10 -07:00
Robin Dunn
4175d35105
Fix docstring references to wx.Colour
2016-07-06 18:40:04 -07:00
Robin Dunn
b8138a2a2f
Fix imports in some tests and in floatcanvas
2016-07-01 01:45:53 -07:00
Scott Talbert
ee745fb7b3
Remove shebang from non-executable files - fixes rpmlint errors
2016-06-03 21:38:07 -04:00
Douglas Thor
f024e60255
Updated FCObjects
...
Updated FCObjects so that Group() creates a bounding box before attempting to add objects.
2016-03-21 13:13:47 -07:00
wernerfb
129b846066
- missed in previous commit
2015-09-21 16:37:58 +02:00
wernerfb
7100d73ec5
- missed change from SVN, _cycleidsx changes and AddObject stuff
2015-09-21 16:15:09 +02:00
wernerfb
f8378c683a
- next is a built-in function in Py3
2015-09-16 10:29:48 +02:00
wernerfb
2139fbab55
- move Group class to FCObjects
2015-09-16 10:24:42 +02:00
wernerfb
0b98209d36
fix a few Sphinx warnings
2015-04-14 17:15:52 +02:00
Werner F Bruhin
59f43fd818
- the crash cause for Sphinx build
2015-02-11 14:27:17 +01:00
Werner F Bruhin
384af619b5
- format changes to doc
...
- commented or removed a few print statements
2015-02-11 14:05:06 +01:00
Werner F Bruhin
871241c66b
- refactor of FloatCanvas package, unittest and demo run on Py27 and Py33
2014-06-05 11:09:18 +02:00