summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* paintbucket: rearrange controls, edit labels/tooltipsbulia byak2007-03-081-22/+25
| | | (bzr r2569)
* do not offset if offset==0; display messages if success and if no path ↵bulia byak2007-03-081-19/+40
| | | | | created because of too much inset (bzr r2568)
* export nodes_in_pathbulia byak2007-03-081-1/+1
| | | (bzr r2567)
* make offset independent of zoombulia byak2007-03-081-1/+1
| | | (bzr r2566)
* make default paintbucket offset 0bulia byak2007-03-082-2/+2
| | | (bzr r2565)
* Add units selector to offset and remove offset range limitsJohn Bintz2007-03-083-4/+19
| | | (bzr r2564)
* Begin work on selectable color channels for paint bucket, starting with ↵John Bintz2007-03-073-14/+112
| | | | | visible colors and alpha (bzr r2561)
* a better fix: we don't need prev to hold opacity at allbulia byak2007-03-061-5/+4
| | | (bzr r2560)
* fix invalid access warningbulia byak2007-03-061-1/+1
| | | (bzr r2559)
* Purged unused variableJon A. Cruz2007-03-061-3/+0
| | | (bzr r2558)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-054-6/+12
| | | (bzr r2557)
* update JSBob Jamison2007-03-0593-12085/+23644
| | | (bzr r2555)
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵Jon A. Cruz2007-03-051-2/+2
| | | | | on/off in filedialogs (bzr r2554)
* Adding optional dialog preview. Implments RFE [ 1435276 ] switch preview ↵Jon A. Cruz2007-03-051-157/+120
| | | | | on/off in filedialogs (bzr r2553)
* fix NR::Maybe typosMenTaLguY2007-03-051-3/+3
| | | (bzr r2552)
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵MenTaLguY2007-03-057-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 compactMenTaLguY2007-03-051-57/+46
| | | | | representation (bzr r2550)
* fix copyright yearMenTaLguY2007-03-051-1/+1
| | | (bzr r2549)
* clean up reference version of maybe, and add == and != operatorsMenTaLguY2007-03-041-20/+91
| | | (bzr r2548)
* Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though.Johan B. C. Engelen2007-03-041-3/+3
| | | (bzr r2547)
* Warning cleanup of unused variablesJon A. Cruz2007-03-042-3/+0
| | | (bzr r2546)
* comment on bbox typesbulia byak2007-03-041-1/+4
| | | (bzr r2544)
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-042-54/+55
| | | (bzr r2543)
* return plain rect for union in all situations where a plain rect is givenMenTaLguY2007-03-042-11/+24
| | | (bzr r2542)
* remove remaining use of assume in nr-rect.cppMenTaLguY2007-03-041-5/+3
| | | (bzr r2541)
* return plain rect if both union arguments are also plain rectsMenTaLguY2007-03-042-11/+14
| | | (bzr r2540)
* communicate bbox type via flags for nowMenTaLguY2007-03-041-1/+1
| | | (bzr r2539)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-0414-316/+557
| | | (bzr r2538)
* replace use of invokeBbox in flood fill toolMenTaLguY2007-03-041-224/+116
| | | (bzr r2537)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-0414-186/+120
| | | | | rect handling, though) (bzr r2536)
* implement new API via wrapper for nowMenTaLguY2007-03-042-4/+20
| | | (bzr r2535)
* Sketch out new bbox APIMenTaLguY2007-03-041-0/+7
| | | (bzr r2534)
* Convert union and intersection to use NR::Maybe<NR::Rect>MenTaLguY2007-03-042-15/+28
| | | (bzr r2533)
* redo NR::Maybe to be less cleverMenTaLguY2007-03-043-54/+109
| | | (bzr r2532)
* delivarotify picking; restore the old pick code, fix it to work with stroke ↵bulia byak2007-03-041-66/+34
| | | | | width and with markers; do not pick fill in outline mode (bzr r2531)
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-047-52/+32
| | | (bzr r2530)
* add line number to ElementBob Jamison2007-03-032-18/+41
| | | (bzr r2528)
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-033-8/+34
| | | (bzr r2526)
* Brought back checkbox and to also append filename upon "save" being hitJon A. Cruz2007-03-031-45/+57
| | | (bzr r2524)
* enable esc and ctrl-z to cancel drawingbulia byak2007-03-031-1/+50
| | | (bzr r2522)
* fix bug 1672619bulia byak2007-03-031-1/+4
| | | (bzr r2520)
* i18n cleanup and adding extension in more casesJon A. Cruz2007-03-031-13/+29
| | | (bzr r2518)
* the SP_IS_GAUSSIANBLUR fix is not only for shapes. fixme: this boilerplate ↵bulia byak2007-03-032-2/+2
| | | | | definitely needs to be factored out (bzr r2517)
* fix warning when creating a mask which is the first item in defsbulia byak2007-03-031-1/+2
| | | (bzr r2516)
* Add the file extension even when the prior name has no extension alreadyJon A. Cruz2007-03-031-0/+3
| | | (bzr r2515)
* Speedup when switching types by avoiding setting to a directory we are ↵Jon A. Cruz2007-03-031-1/+3
| | | | | already set to (bzr r2514)
* implement proper picking (by the frame and diagonals) in outline modebulia byak2007-03-031-11/+51
| | | (bzr r2513)
* restore rendering markers in outline modebulia byak2007-03-031-6/+10
| | | (bzr r2512)
* decouple click and drag release handlers to fix bug where zooming in by ↵bulia byak2007-03-031-4/+9
| | | | | middle button sometimes caused unwanted scrolling (bzr r2511)
* mess with naming a little bit and quiet compiler warnings about unhandledMenTaLguY2007-03-031-13/+17
| | | | | cases (bzr r2510)