- 15 Oct, 2010 10 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
Get rid of allocation.foo and also kill all the rectangle intersection that are not really optimizations on such a small widget.
-
Michael Natterer authored
and get rid if all the allocation.x and .y
-
Michael Natterer authored
A proper two-pixel line in FG color looks a lot less shabby...
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
- 14 Oct, 2010 11 commits
-
-
Michael Natterer authored
and enable "menu_show_percent" again in GimpSizeEntry.
-
Michael Natterer authored
to allow having unit combos without "pixels". Adapt GimpUnitComboBox to not assume that the unit is equal to the index in the store and enable "menu_has_pixels" in GimpSizeEntry again.
-
Michael Natterer authored
-
Michael Natterer authored
Add gimp_prop_unit_combo_box_new() and adapt all places using the prop_unit_menu. Some things are broken now, like there are no pixel digits set, resolution unit menus show "pixels" and warn badly when pixels is selected, and file-pdf-load is not built right now. More fixes to come...
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
Add boolean return value to gimp_text_tool_ensure_layout() and check it where needed. Also fix the new VISUAL_POSITIONS navigation code yet again.
-
Michael Natterer authored
by using the right function to figure the location of both kinds of cursors. Also fix crash in my last cursor movement commit: check for error values returned by pango_layout_move_cursor_visually() and don't try to move the cursor beyond the buffer boundaries.
-
Michael Natterer authored
-
- 13 Oct, 2010 4 commits
-
-
Michael Natterer authored
Use pango_layout_move_cursor_visually() instead of e.g. simply using gtk_text_iter_forward_cursor_position() when "right" was pressed. This is much more correct now but still not 100% right.
-
Michael Natterer authored
and hide the input method menu when it's FALSE.
-
Sven Neumann authored
If a moveto is followed by multiple pairs of coordinates, the subsequent pairs are supposed to be treated as implicit lineto commands. The parser used to ignore this part of the SVG specification and treated subsequent pairs of coordinates as moveto commands (which is correct in general, but for moveto commands there is this explicit exception of the general rule).
-
Sven Neumann authored
-
- 12 Oct, 2010 1 commit
-
-
Barak Itkin authored
Fix the bug by making sure we set the base color before setting the markup which contains color for specific regions. This is a temporary fix, it solves Bug 631742 and introduces a less critical bug (which is described as part of Bug 631934) that will be solved with upcoming design changes.
-
- 11 Oct, 2010 4 commits
-
-
Michael Natterer authored
because it might never be called. Instead, check the time since the last flush_now and make sure they are at least 20 ms apart.
-
Michael Natterer authored
which increases responsiveness while painting quite a bit.
-
Michael Natterer authored
-
Michael Natterer authored
-
- 10 Oct, 2010 6 commits
-
-
Christian Krippendorf authored
Move the g_signal_emit() to the end, because the cell->renderer could be changed and cause a segfault. Also check cell->renderer before dereferencing it.
-
Alexandre Prokoudine authored
Cleanup of recent changes in porting scripts to new API. Marked layer names in carved-logo.scm for translation while at that
-
Sven Neumann authored
-
Sven Neumann authored
as the script isn't distributed. This reverts commit 8f7e1ac8.
-
Alexandre Prokoudine authored
-
Alexandre Prokoudine authored
-
- 09 Oct, 2010 4 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
Actually we should use a printf()-like syntax here to make such strings translatable.
-
Alexandre Prokoudine authored
-
Alexandre Prokoudine authored
-