- 06 May, 2010 3 commits
-
-
Sven Neumann authored
By the Dicom Standard, elements which would be odd in length must be padded to an even length. Patch from Paul Epperson.
-
Jon Nordby authored
-
Jon Nordby authored
Don't store layer offsets in the PNG, or honor them on loading. The layer position is given by the OpenRaster layer attributes alone. This caused a bug where the offsets were applied twice, positioning the layer wrong.
-
- 04 May, 2010 4 commits
-
-
- 02 May, 2010 7 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
With the same limitation as for guides in the last commit.
-
Michael Natterer authored
Doesn't really clip yet for guide drawing, but at least doesn't bother to draw them when they are outside the expose region's bounding box.
-
Michael Natterer authored
because we now guarantee to only pass in-image areas to draw.
-
Michael Natterer authored
and as a "side effect", speed up rendering the image significantly: - disable double buffering on the canvas widget. - implement background clearing ourselves (needed after turning off double buffering). - remove any fiddling with clipping regions on the tool drawing GCs and pull the pause/resume code out of the actual image expose function. - if there are overlay widgets on the canvas, implement double buffering manually to aviod flicker, but do it in a way that keeps pausing/resuming the active tool *outside* the double buffered drawing.
-
- 01 May, 2010 5 commits
-
-
Marco Ciampa authored
-
Michael Natterer authored
-
Michael Natterer authored
gimp_overlay_child_expose(): clip drawing to event->region. gimp_overlay_child_damage(): transform and invalidate event->region's rectangles individually to avoid redundant invalidations.
-
Michael Natterer authored
This reverts commit cc60d331.
-
Michael Natterer authored
This reverts commit 2525e304.
-
- 28 Apr, 2010 2 commits
-
-
João S. O. Bueno authored
-
João S. O. Bueno authored
-
- 27 Apr, 2010 1 commit
-
-
Ulf-D. Ehlert authored
-
- 26 Apr, 2010 1 commit
-
-
Michael Natterer authored
-
- 24 Apr, 2010 3 commits
-
-
Alexia Death authored
-
Alexia Death authored
I had to remove the asserrt in tool preset constructor, because with it it wasnt possible to initalize an empty model object for the editor. At init time the gimp object passed to the constructor is not yet available.
-
Alexia Death authored
-
- 23 Apr, 2010 1 commit
-
-
Marco Ciampa authored
-
- 22 Apr, 2010 3 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
Remove the draw timeout in GObject::dispose() to be safe.
-
- 21 Apr, 2010 6 commits
-
-
Michael Natterer authored
currently respects the fact that FG/BG are always global and the global brush,pattern,... settings from gimprc. This should probably not change, but rather be overridable on a per-preset basis as suggested.
-
Michael Natterer authored
Use a real g_warning() because this is a programming error. Please report all warnings.
-
Michael Natterer authored
with bogus values from contextrc, we want them to always match the tool option's type.
-
Alan Monfort authored
-
Alexandre Prokoudine authored
-
Alexandre Prokoudine authored
-
- 20 Apr, 2010 4 commits
-
-
Alexandre Prokoudine authored
-
Michael Natterer authored
but don't set any tool options yet because that is a lot more tricky.
-
Michael Natterer authored
-
Michael Natterer authored
Override GimpContext's "tool" property and add an evil function that makes sure we don't set a tool that doesn't match the options. Needed because tool options are read from disk and thus unreliable per se, additional we were stupid and wrote wrong tool options to disk.
-