Commit Graph

19 Commits

Author SHA1 Message Date
Stefan van der Walt 082ff69549 BUG: More Python3 fixes by Christoph Gohlke. 2011-03-14 17:06:22 +02:00
sccolbert 625291f361 added division decorators to cython. Improved how data gets chunked up. 2009-11-08 18:35:07 +01:00
sccolbert a6de1409e0 added try except to deal with missing multiprocessing. 2009-11-08 09:13:40 +01:00
sccolbert 4beb9eb16b added better logic to the thread dispatcher. 2009-11-08 05:39:02 +01:00
sccolbert 196ab7530a first go at multithreading the mixer. 2009-11-08 05:28:24 +01:00
sccolbert ca051a3e98 Finished the refactor of the mixer and the histogram.
Performance is now much better, a bunch of bugs are gone,
and it shouldnt throw anymore exceptions.
2009-11-06 20:40:43 +01:00
sccolbert cf19f11bbb added regular gamma to the mixer, refactored more of fancy imshow. 2009-11-06 17:31:27 +01:00
sccolbert ae9f9cc2ca further progress on the refactoring of the fancy imshow. 2009-11-06 16:19:41 +01:00
sccolbert 00debb650c added sigmoidal gamma 2009-11-06 13:02:39 +01:00
sccolbert efbaa849dd added histograms to fancy imshow and colormixer.
Unfortunately im suffering from circular references when the window is
initializing. It doesnt crash, but it throws a few exceptions...
A refactor is in order.
2009-11-06 02:24:03 +01:00
sccolbert 93fb7de121 Finalized HSV support in the color-mixer and fixed a few subtle bugs therein.
Updated the fancy imshow widget some more.
2009-11-05 01:36:08 +01:00
sccolbert f4a042177f added HSV operations to the ColorMixer and fancy imshow. 2009-11-04 23:10:36 +01:00
sccolbert 0216fb6094 Modified the fancy imshow widget, and added brightness control to the mixer. 2009-11-04 17:27:07 +01:00
sccolbert 663738ab79 added the beginnings of the color mixes, and improved fancy imshow for qt 2009-11-04 02:28:57 +01:00
Stefan van der Walt bcea97c5d6 Add tests for window manager. 2009-11-02 21:57:31 +02:00
sccolbert 6f18eed4e0 cleaned up the window manager, and modified the qt-plugin to use it.
also changed the order of try: except: when trying to load the plugins,
to make sure that one gui toolkit doesnt trample the pyos_input hook of the other.
2009-11-02 18:42:12 +01:00
sccolbert 5a17a208d0 cleaned up the gtk plugin and window manager. rock and roll! 2009-11-02 17:50:00 +01:00
sccolbert fdea274262 Added the beginning of the gtk imshow plugin. And added the generic window manager. 2009-11-02 17:23:41 +01:00
Stefan van der Walt 6b7aebb563 Reorganise plugin infrastructure. 2009-11-02 01:47:25 +02:00