| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add HSL options to paint bucket channels | John Bintz | 2007-03-08 | 1 | -1/+37 |
| | | | | (bzr r2579) | ||||
| * | when dragging center, defer repr updating and committing until ungrab; this ↵ | bulia byak | 2007-03-08 | 1 | -6/+15 |
| | | | | | | makes dragging faster. also remove superfluous reffing of objects while dragging (bzr r2578) | ||||
| * | make sure undoing center moves emits modified signal and is thus noticed by ↵ | bulia byak | 2007-03-08 | 1 | -0/+2 |
| | | | | | | the seltrans (bzr r2577) | ||||
| * | changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273. | Bob Jamison | 2007-03-08 | 1 | -43/+60 |
| | | | | (bzr r2576) | ||||
| * | fix shift-dragging (no snap) of rotation center | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2574) | ||||
| * | Fixed interactive updating. | Johan B. C. Engelen | 2007-03-08 | 1 | -9/+9 |
| | | | | (bzr r2573) | ||||
| * | Fixed bug due to adding of new pointtype at the start of the enum which ↵ | Johan B. C. Engelen | 2007-03-08 | 1 | -3/+5 |
| | | | | | | corrupted indexing into the stop shapes and description array. (bzr r2572) | ||||
| * | Add and adjust fill channels | John Bintz | 2007-03-08 | 1 | -1/+13 |
| | | | | (bzr r2571) | ||||
| * | Converted star toobar to stock GTK+ | Jon A. Cruz | 2007-03-08 | 1 | -170/+166 |
| | | | | (bzr r2570) | ||||
| * | paintbucket: rearrange controls, edit labels/tooltips | bulia byak | 2007-03-08 | 1 | -22/+25 |
| | | | | (bzr r2569) | ||||
| * | do not offset if offset==0; display messages if success and if no path ↵ | bulia byak | 2007-03-08 | 1 | -19/+40 |
| | | | | | | created because of too much inset (bzr r2568) | ||||
| * | export nodes_in_path | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2567) | ||||
| * | make offset independent of zoom | bulia byak | 2007-03-08 | 1 | -1/+1 |
| | | | | (bzr r2566) | ||||
| * | make default paintbucket offset 0 | bulia byak | 2007-03-08 | 2 | -2/+2 |
| | | | | (bzr r2565) | ||||
| * | Add units selector to offset and remove offset range limits | John Bintz | 2007-03-08 | 3 | -4/+19 |
| | | | | (bzr r2564) | ||||
| * | Begin work on selectable color channels for paint bucket, starting with ↵ | John Bintz | 2007-03-07 | 3 | -14/+112 |
| | | | | | | visible colors and alpha (bzr r2561) | ||||
| * | a better fix: we don't need prev to hold opacity at all | bulia byak | 2007-03-06 | 1 | -5/+4 |
| | | | | (bzr r2560) | ||||
| * | fix invalid access warning | bulia byak | 2007-03-06 | 1 | -1/+1 |
| | | | | (bzr r2559) | ||||
| * | Purged unused variable | Jon A. Cruz | 2007-03-06 | 1 | -3/+0 |
| | | | | (bzr r2558) | ||||
| * | fix by dvlierop2 for snapping bugs 1579556 and 1579587 | bulia byak | 2007-03-05 | 4 | -6/+12 |
| | | | | (bzr r2557) | ||||
| * | update JS | Bob Jamison | 2007-03-05 | 93 | -12085/+23644 |
| | | | | (bzr r2555) | ||||
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵ | Jon A. Cruz | 2007-03-05 | 1 | -2/+2 |
| | | | | | | on/off in filedialogs (bzr r2554) | ||||
| * | Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵ | Jon A. Cruz | 2007-03-05 | 1 | -157/+120 |
| | | | | | | on/off in filedialogs (bzr r2553) | ||||
| * | fix NR::Maybe typos | MenTaLguY | 2007-03-05 | 1 | -3/+3 |
| | | | | (bzr r2552) | ||||
| * | Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵ | MenTaLguY | 2007-03-05 | 7 | -71/+107 |
| | | | | | | where there is no way to create an empty NR::Rect (bzr r2551) | ||||
| * | clean up operators/constructors, and give reference-maybes a more compact | MenTaLguY | 2007-03-05 | 1 | -57/+46 |
| | | | | | | representation (bzr r2550) | ||||
| * | fix copyright year | MenTaLguY | 2007-03-05 | 1 | -1/+1 |
| | | | | (bzr r2549) | ||||
| * | clean up reference version of maybe, and add == and != operators | MenTaLguY | 2007-03-04 | 1 | -20/+91 |
| | | | | (bzr r2548) | ||||
| * | Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though. | Johan B. C. Engelen | 2007-03-04 | 1 | -3/+3 |
| | | | | (bzr r2547) | ||||
| * | Warning cleanup of unused variables | Jon A. Cruz | 2007-03-04 | 2 | -3/+0 |
| | | | | (bzr r2546) | ||||
| * | comment on bbox types | bulia byak | 2007-03-04 | 1 | -1/+4 |
| | | | | (bzr r2544) | ||||
| * | more NR::Maybe<NR::Rect> work | MenTaLguY | 2007-03-04 | 2 | -54/+55 |
| | | | | (bzr r2543) | ||||
| * | return plain rect for union in all situations where a plain rect is given | MenTaLguY | 2007-03-04 | 2 | -11/+24 |
| | | | | (bzr r2542) | ||||
| * | remove remaining use of assume in nr-rect.cpp | MenTaLguY | 2007-03-04 | 1 | -5/+3 |
| | | | | (bzr r2541) | ||||
| * | return plain rect if both union arguments are also plain rects | MenTaLguY | 2007-03-04 | 2 | -11/+14 |
| | | | | (bzr r2540) | ||||
| * | communicate bbox type via flags for now | MenTaLguY | 2007-03-04 | 1 | -1/+1 |
| | | | | (bzr r2539) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 14 | -316/+557 |
| | | | | (bzr r2538) | ||||
| * | replace use of invokeBbox in flood fill tool | MenTaLguY | 2007-03-04 | 1 | -224/+116 |
| | | | | (bzr r2537) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 14 | -186/+120 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | implement new API via wrapper for now | MenTaLguY | 2007-03-04 | 2 | -4/+20 |
| | | | | (bzr r2535) | ||||
| * | Sketch out new bbox API | MenTaLguY | 2007-03-04 | 1 | -0/+7 |
| | | | | (bzr r2534) | ||||
| * | Convert union and intersection to use NR::Maybe<NR::Rect> | MenTaLguY | 2007-03-04 | 2 | -15/+28 |
| | | | | (bzr r2533) | ||||
| * | redo NR::Maybe to be less clever | MenTaLguY | 2007-03-04 | 3 | -54/+109 |
| | | | | (bzr r2532) | ||||
| * | delivarotify picking; restore the old pick code, fix it to work with stroke ↵ | bulia byak | 2007-03-04 | 1 | -66/+34 |
| | | | | | | width and with markers; do not pick fill in outline mode (bzr r2531) | ||||
| * | make conversions away from NR::Maybe explicit | MenTaLguY | 2007-03-04 | 7 | -52/+32 |
| | | | | (bzr r2530) | ||||
| * | add line number to Element | Bob Jamison | 2007-03-03 | 2 | -18/+41 |
| | | | | (bzr r2528) | ||||
| * | verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic | bulia byak | 2007-03-03 | 3 | -8/+34 |
| | | | | (bzr r2526) | ||||
| * | Brought back checkbox and to also append filename upon "save" being hit | Jon A. Cruz | 2007-03-03 | 1 | -45/+57 |
| | | | | (bzr r2524) | ||||
| * | enable esc and ctrl-z to cancel drawing | bulia byak | 2007-03-03 | 1 | -1/+50 |
| | | | | (bzr r2522) | ||||
| * | fix bug 1672619 | bulia byak | 2007-03-03 | 1 | -1/+4 |
| | | | | (bzr r2520) | ||||
