enable icon indicating copy to clipboard operation
enable copied to clipboard

Enable: low-level drawing and interaction

Results 102 enable issues
Sort by recently updated
recently updated
newest added

Running Kiva explorer gives this: Things which look wrong: - background is not being painted correctly (entire area should have white background) - fonts are not sized correctly (looks like...

Image-based backends should have an `IImage` implementation that references a graphics context so that Enable images can be displayed as dynamic icons, etc. At a minimum this should probably include:...

This is mainly a problem of the AGG backends. Quartz and QPainter backends already have the correct behavior. Basically, user code should be able to call `show_text` on the following...

type: enhancement
ETS Backlog
difficulty: advanced

Hello I've recently updated my ubuntu to 12.10 version. Applications that use Enable doesn't work. Here is valgrind output of running some enable's example : http://pastebin.com/M3ZPeqpQ

I mistakenly created this issue in the _Chaco_ repo. and was asked to recreate it here, linking to that one. https://github.com/enthought/chaco/issues/819

This is a couple of fairly small optimizations. I'm fairly tentative about these, since I'm scared it might break something. In particular, caching the outer_bounds and outer_position properties seems risky....

https://github.com/enthought/enable/blob/aede7ceb94ec459a9ace60fa189642fb6ed4bb97/setup.py#L11 https://www.python.org/dev/peps/pep-0632/ - `distutils` is deprecated starting Python 3.10 from the Python standard library and will be removed in the future. We need to move away from `distutils`.

Running the testsuite without `celiagg` should not cause an error - which it is at the moment. ``` ====================================================================== ERROR: kiva.tests.test_celiagg_drawing (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: kiva.tests.test_celiagg_drawing...

difficulty: easy

Running the `enable` testsuite after setting `ETS_TOOLKIT="qt.celiagg"` makes one test fail. Note that this failure isn't observed with the agg backend. ``` ====================================================================== ERROR: test_bad_image_shape (enable.tests.test_kiva_graphics_context.TestGCErrors) ---------------------------------------------------------------------- Traceback (most recent...