| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | patch 1705533 | gustav_b | 2007-04-25 | 1 | -2/+2 |
| | | | | (bzr r2956) | ||||
| * | Added base icon support to combo box presentation | Jon A. Cruz | 2007-04-24 | 1 | -2/+13 |
| | | | | (bzr r2955) | ||||
| * | skip recursion into clone's children in stroke adjustment; fix paint ↵ | bulia byak | 2007-04-24 | 1 | -6/+8 |
| | | | | | | adjuster so it does not recurse into a clone's children but adjusts the clone itself (bzr r2954) | ||||
| * | fix 1705412: handle gracefully assigning gradients to no-bbox items | bulia byak | 2007-04-23 | 1 | -1/+3 |
| | | | | (bzr r2953) | ||||
| * | fix 1704038: finishing on right-click assumed we are finishing unclosed, ↵ | bulia byak | 2007-04-23 | 1 | -6/+15 |
| | | | | | | which is not always true (bzr r2952) | ||||
| * | Fix for bug #1699198: snap nodes of clones | Diederik van Lierop | 2007-04-23 | 1 | -0/+18 |
| | | | | (bzr r2951) | ||||
| * | Doc updates | Jon A. Cruz | 2007-04-23 | 3 | -2/+192 |
| | | | | (bzr r2949) | ||||
| * | Supress initial change due to feedback loop | Jon A. Cruz | 2007-04-22 | 1 | -3/+13 |
| | | | | (bzr r2948) | ||||
| * | Revert warning-remove edit. Needed for switch | Bob Jamison | 2007-04-22 | 1 | -1/+1 |
| | | | | (bzr r2947) | ||||
| * | Add check for hidden/locked layer | John Bintz | 2007-04-22 | 1 | -10/+12 |
| | | | | (bzr r2946) | ||||
| * | remove warnings | Bob Jamison | 2007-04-22 | 2 | -2/+2 |
| | | | | (bzr r2945) | ||||
| * | close transaction when removing empty flowtext; fixes 1704180 | bulia byak | 2007-04-21 | 1 | -0/+2 |
| | | | | (bzr r2944) | ||||
| * | Fix use of uninitialized 'doc' var. Fix use of gc::released 'repr'. | Bob Jamison | 2007-04-21 | 1 | -14/+19 |
| | | | | (bzr r2943) | ||||
| * | do a light dilation on mouseup if there was no rubbing; makes it usable even ↵ | bulia byak | 2007-04-21 | 2 | -4/+21 |
| | | | | | | with a mouse that gets no motion events during a click (bzr r2942) | ||||
| * | Final fix for gradient fill algorithm | John Bintz | 2007-04-21 | 1 | -1/+1 |
| | | | | (bzr r2941) | ||||
| * | Switched connector toobar to stock GTK+ toolbars | Jon A. Cruz | 2007-04-21 | 1 | -101/+100 |
| | | | | | | Working on bug #146955 (bzr r2940) | ||||
| * | grid: make grid names translatable. use different gridtype names in SVG that ↵ | Johan B. C. Engelen | 2007-04-20 | 5 | -21/+80 |
| | | | | | | are not translated. (bzr r2936) | ||||
| * | Fix emphasized gridlines bug when zoomed out. | Johan B. C. Engelen | 2007-04-20 | 1 | -1/+1 |
| | | | | (bzr r2935) | ||||
| * | Start discussion about what should be in an exported and scripted API. | Bob Jamison | 2007-04-20 | 1 | -0/+178 |
| | | | | (bzr r2934) | ||||
| * | Switched dropper toobar to stock GTK+ toolbars | Jon A. Cruz | 2007-04-20 | 1 | -236/+38 |
| | | | | | | Working on bug #146955 (bzr r2933) | ||||
| * | Set default gridspacing back to 1px | Johan B. C. Engelen | 2007-04-19 | 1 | -1/+1 |
| | | | | (bzr r2932) | ||||
| * | Improve fill dragging by increasing drag tolerance and preventing ↵ | John Bintz | 2007-04-19 | 1 | -2/+5 |
| | | | | | | already-filled pixels from being checked in gradient fills (bzr r2931) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 11 | -75/+20 |
| | | | | (bzr r2930) | ||||
| * | Completes crash fix for 1638735 | Jon A. Cruz | 2007-04-19 | 1 | -46/+28 |
| | | | | (bzr r2929) | ||||
| * | Refactored toolbar creation | Jon A. Cruz | 2007-04-19 | 3 | -775/+490 |
| | | | | | | unified all toolbar XML to a single XML block. (bzr r2928) | ||||
| * | Start building drag fill that uses colors of all points under drag path | John Bintz | 2007-04-19 | 1 | -116/+138 |
| | | | | (bzr r2927) | ||||
| * | While drawing with the pen/pencil tool, use the end of the unfinished path ↵ | Maximilian Albert | 2007-04-18 | 1 | -0/+22 |
| | | | | | | as reference point for zooming to avoid unwanted turns (bzr r2926) | ||||
| * | Fixed: Shift-doubleclicking middle mouse button in pen tool should not ↵ | Maximilian Albert | 2007-04-18 | 1 | -4/+4 |
| | | | | | | finish the path being drawn (bzr r2925) | ||||
| * | Switched pen and pencil toobars to stock GTK+ toolbars | Jon A. Cruz | 2007-04-18 | 1 | -62/+115 |
| | | | | | | Working on bug #146955 (bzr r2924) | ||||
| * | Cleaned up init()/setDesktop() call and change ctor to C++ initialization. | Jon A. Cruz | 2007-04-18 | 1 | -42/+49 |
| | | | | | | Fixes bug #1638735 (bzr r2923) | ||||
| * | fix crash when pressing space while drawing a shape | bulia byak | 2007-04-18 | 4 | -0/+60 |
| | | | | (bzr r2922) | ||||
| * | fix leftover rubberband after switching to selector while dragging | bulia byak | 2007-04-18 | 1 | -0/+1 |
| | | | | (bzr r2921) | ||||
| * | typo patch by maximilian albert | bulia byak | 2007-04-17 | 2 | -3/+3 |
| | | | | (bzr r2918) | ||||
| * | Improve snapper performance (mainly in by editting WillSnapSomething()) | Diederik van Lierop | 2007-04-17 | 7 | -33/+52 |
| | | | | (bzr r2917) | ||||
| * | flipping patch by maximilian albert | bulia byak | 2007-04-17 | 6 | -23/+75 |
| | | | | (bzr r2916) | ||||
| * | Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized ↵ | Johan B. C. Engelen | 2007-04-17 | 2 | -77/+121 |
| | | | | | | line spacing. (bzr r2915) | ||||
| * | old default color values restored | Johan B. C. Engelen | 2007-04-17 | 1 | -6/+6 |
| | | | | (bzr r2914) | ||||
| * | Switched spiral toobar to stock GTK+ toolbars | Jon A. Cruz | 2007-04-17 | 1 | -33/+75 |
| | | | | | | Working on bug #146955 (bzr r2912) | ||||
| * | Rearrange tabs for document-properties dialog | Diederik van Lierop | 2007-04-17 | 1 | -2/+2 |
| | | | | (bzr r2911) | ||||
| * | By default 'snap to object nodes/paths' must be off | Diederik van Lierop | 2007-04-17 | 1 | -2/+2 |
| | | | | (bzr r2910) | ||||
| * | Re-add missing units menu to paint bucket toolbar | John Bintz | 2007-04-17 | 1 | -0/+1 |
| | | | | (bzr r2909) | ||||
| * | silly error - lazy boolean evaluation bit me | bulia byak | 2007-04-16 | 1 | -1/+2 |
| | | | | (bzr r2908) | ||||
| * | fix selecting in groups with alt | bulia byak | 2007-04-16 | 1 | -3/+4 |
| | | | | (bzr r2907) | ||||
| * | Visual layout and spacing cleanup | Jon A. Cruz | 2007-04-15 | 2 | -4/+17 |
| | | | | (bzr r2906) | ||||
| * | When no grid is defined but "toggle grid" is pressed => create a default ↵ | Johan B. C. Engelen | 2007-04-15 | 1 | -6/+14 |
| | | | | | | rectangular grid (bzr r2905) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 19 | -791/+189 |
| | | | | (bzr r2904) | ||||
| * | Remove some unneeded header includes | John Bintz | 2007-04-15 | 1 | -4/+0 |
| | | | | (bzr r2903) | ||||
| * | Clear the mssage context after drag filling | John Bintz | 2007-04-15 | 1 | -0/+1 |
| | | | | (bzr r2902) | ||||
| * | Fix retrieving of initial point color for paint bucket fill | John Bintz | 2007-04-15 | 1 | -4/+6 |
| | | | | (bzr r2901) | ||||
| * | Add ability to drag cursor while holding alt to add multiple points to paint ↵ | John Bintz | 2007-04-15 | 1 | -11/+66 |
| | | | | | | bucket action (bzr r2900) | ||||
