Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Previously, they were just used to filter out reflections outside the resolution range, and the bins would
be calculated from the resolution limits of whatever was left. Now, the given values are used exactly
for calculating the bins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes some incorrect behaviour introduced by c7712c20.
|
|
|
|
|
|
This allows MOSFLM indexing to have access to more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Up to now, it used an individual maximum value for each panel.
|
|
|
|
|
|
|
|
|
|
|
|
This got lost somewhere in the speed improvements
|
|
Somebody PLEASE make the bad pixel colour user-configurable...
|
|
|
|
|
|
|
|
|
|
silly
|
|
|
|
cairo_surface_show_page() is only available from Cairo 1.6.0 onwards, but cairo_show_page() is just as easy
and is available from 1.2.0.
|
|
|
|
|
|
|
|
|
|
|
|
|