| Commit message (Expand) | Author | Age | Files | Lines |
| * | use area ratio instead of diagonal ratio for "Zoom when window is resized" | Thomas Holder | 2009-05-16 | 1 | -3/+1 |
| * | fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651) | Thomas Holder | 2009-05-16 | 1 | -3/+1 |
| * | When selecting a path with markers but without a stroke, then one should be a... | Diederik van Lierop | 2009-05-12 | 1 | -3/+37 |
| * | Update name list | Jon A. Cruz | 2009-05-04 | 1 | -0/+3 |
| * | Build fix for GCC 3.4.4 (added include for stdio.h) | Josh Andler | 2009-05-01 | 1 | -0/+1 |
| * | Cleanup cache and rendering of icons. | Jon A. Cruz | 2009-04-28 | 1 | -47/+22 |
| * | Make the snap toolbar unsensitive to undo actions. How could I not have notic... | Diederik van Lierop | 2009-04-27 | 1 | -1/+6 |
| * | Cleaning up legacy stock icons and correct icon sizes to match theme engine s... | Jon A. Cruz | 2009-04-27 | 3 | -69/+34 |
| * | Removed newer GIcon reference. | Jon A. Cruz | 2009-04-22 | 1 | -12/+0 |
| * | Restoring needed icon rendering code. Addresses bug #363781. | Jon A. Cruz | 2009-04-21 | 1 | -13/+249 |
| * | Fix the rest of missing icons in the geometry tool. Closes: #358132 | Krzysztof Kosi??ski | 2009-04-20 | 1 | -3/+3 |
| * | Added code to deal with changed icon names. Fixes bug #360964 | Jon A. Cruz | 2009-04-18 | 1 | -4/+255 |
| * | Correct recent changes that had reverted to always use SPIcon when not presen... | Jon A. Cruz | 2009-04-18 | 1 | -25/+41 |
| * | Restore base legacy name support | Jon A. Cruz | 2009-04-18 | 1 | -11/+88 |
| * | Warning cleanup | Jon A. Cruz | 2009-04-18 | 1 | -1/+1 |
| * | Whitespace cleanup | Jon A. Cruz | 2009-04-18 | 1 | -3/+3 |
| * | Fix most icons in the geometry tool | Krzysztof Kosi??ski | 2009-04-18 | 1 | -5/+5 |
| * | Fix most icon issues: blurry icons, tiling, etc. (hooray!) | Krzysztof Kosi??ski | 2009-04-16 | 2 | -30/+23 |
| * | Complete the legacy icon mapping | Krzysztof Kosi??ski | 2009-04-13 | 1 | -1/+64 |
| * | Add icon mappings (legacy IDs to icon names) for menus, tools and | Krzysztof Kosi??ski | 2009-04-13 | 1 | -27/+232 |
| * | Only add builtin icons if loading from SVG succeeded | Krzysztof Kosi??ski | 2009-04-12 | 1 | -1/+1 |
| * | Added a listing of icon name changes that have occurred since last release. | Jon A. Cruz | 2009-04-12 | 1 | -0/+53 |
| * | Fix the "select all" icon and remove stuff causing problems from widgets/icon... | Krzysztof Kosi??ski | 2009-04-11 | 1 | -324/+56 |
| * | Debug enhancement | Jon A. Cruz | 2009-04-02 | 1 | -1/+3 |
| * | Fixed icon blurriness due to theme changing icon sizes | Jon A. Cruz | 2009-03-31 | 1 | -6/+20 |
| * | Fix icon cache code to properly render multiple sizes as needed. | Jon A. Cruz | 2009-03-30 | 1 | -2/+22 |
| * | blurry zoom magnifying glass icon in left side toolbox fixed by changing zoom... | Ed Halley | 2009-03-23 | 1 | -1/+1 |
| * | Switch to widget state for painting | Jon A. Cruz | 2009-03-23 | 1 | -2/+2 |
| * | Additional state indicators. | Jon A. Cruz | 2009-03-23 | 2 | -17/+57 |
| * | fix squashed vruler: add requisition methon | bulia byak | 2009-03-22 | 1 | -1/+10 |
| * | Renamed ColorDef to PaintDef to prep for expanded functionality. | Jon A. Cruz | 2009-03-20 | 3 | -37/+37 |
| * | Rough code to preserve drag-n-drop of solid gradients. | Jon A. Cruz | 2009-03-18 | 1 | -0/+13 |
| * | Initial read-only generation of per-document palette | Jon A. Cruz | 2009-03-17 | 2 | -7/+10 |
| * | Contextual split of a message, updated Russian translation | Alexandre Prokoudine | 2009-03-16 | 1 | -1/+1 |
| * | non-zero page_increment values for sliders (reverts parts of rev 19095) | Thomas Holder | 2009-03-13 | 1 | -10/+10 |
| * | Made text entry handle standard web-hex values. Fixes bug #168121. | Jon A. Cruz | 2009-03-09 | 1 | -4/+22 |
| * | xml tree widget also shows inkscape:label if any | Ed Halley | 2009-03-08 | 1 | -2/+9 |
| * | Reworked internals of color and drag-n-drop. | Jon A. Cruz | 2009-03-08 | 2 | -10/+120 |
| * | Moving dnd data generation into the generic ColorDef class. | Jon A. Cruz | 2009-03-07 | 2 | -0/+41 |
| * | Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196. | Jon A. Cruz | 2009-03-06 | 2 | -3/+3 |
| * | Adding clear-color swatch to complement no-color. | Jon A. Cruz | 2009-03-05 | 2 | -0/+22 |
| * | Add layers dialog to top toolbar. Applies patch from bug #336519. | Jon A. Cruz | 2009-03-05 | 1 | -0/+2 |
| * | Removed boolean "remove" from swatch, used new type enum in ColorDef. | Jon A. Cruz | 2009-03-04 | 2 | -4/+8 |
| * | Added work-around for broken themes that fill in with gtk_paint_border, inclu... | Jon A. Cruz | 2009-02-27 | 2 | -8/+25 |
| * | Several icon name fixes | Krzysztof Kosi??ski | 2009-02-26 | 2 | -3/+4 |
| * | Fix GTK includes in widgets/icon.cpp | Krzysztof Kosi??ski | 2009-02-25 | 1 | -8/+2 |
| * | fix crash when displaying dash selector | bulia byak | 2009-02-23 | 1 | -0/+1 |
| * | Fix snapping when dragging gradients (implement the snap delay, use snap tole... | Diederik van Lierop | 2009-02-23 | 1 | -2/+2 |
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 17 | -932/+4549 |
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -22/+10 |