| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial cut of eraser tool | Jon A. Cruz | 2008-04-26 | 1 | -0/+2 |
| | | | | (bzr r5524) | ||||
| * | implement filter toggle | MenTaLguY | 2008-03-31 | 1 | -0/+1 |
| | | | | (bzr r5266) | ||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 1 | -1/+1 |
| | | | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | ||||
| * | temporary fix. removed LPE context verb. now toolbar is normal again in windows. | Johan B. C. Engelen | 2008-03-21 | 1 | -1/+1 |
| | | | | (bzr r5153) | ||||
| * | Adding axis detection to new input dialog | Jon A. Cruz | 2008-03-21 | 1 | -0/+1 |
| | | | | (bzr r5140) | ||||
| * | Add on-canvas editing of LPE PointParam. | Johan B. C. Engelen | 2008-03-20 | 1 | -0/+1 |
| | | | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133) | ||||
| * | remove stale | bulia byak | 2008-03-20 | 1 | -2/+0 |
| | | | | (bzr r5127) | ||||
| * | add delete lpe verb, rearrange menu to collect all lpe commands under path | bulia byak | 2008-03-19 | 1 | -0/+1 |
| | | | | (bzr r5120) | ||||
| * | New menu command to quickly create guides around page | Maximilian Albert | 2008-03-05 | 1 | -0/+1 |
| | | | | (bzr r4970) | ||||
| * | * on-canvas clip and mask editing :) in the object menu you can find how to ↵ | Johan B. C. Engelen | 2008-02-23 | 1 | -0/+2 |
| | | | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834) | ||||
| * | Changed how tooltips for verbs are fetched to display translated versions ↵ | Marcin Floryan | 2008-02-22 | 1 | -1/+1 |
| | | | | | | correctly in the toolbox. Closes #169103. (bzr r4822) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+3 |
| | | | | (bzr r4629) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -0/+1 |
| | | | | (bzr r4588) | ||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+1 |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | ||||
| * | Removed Win32 only Print Direct verb, which was an exact clone of normal print | Joel Holdsworth | 2007-12-23 | 1 | -1/+0 |
| | | | | (bzr r4279) | ||||
| * | Introduce verb, menu item and shortcut for the global snapping toggle | Diederik van Lierop | 2007-12-18 | 1 | -0/+1 |
| | | | | (bzr r4256) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -0/+2 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 1 | -0/+1 |
| | | | | (bzr r4138) | ||||
| * | rename EditCloneOriginal to EditCloneSelectOriginal ; ↵ | Johan B. C. Engelen | 2007-11-18 | 1 | -1/+1 |
| | | | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -0/+1 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item | Johan B. C. Engelen | 2007-10-09 | 1 | -0/+1 |
| | | | | (bzr r3864) | ||||
| * | remove the disabled old svg-keys-chart verb | bulia byak | 2007-09-28 | 1 | -1/+0 |
| | | | | (bzr r3813) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 1 | -0/+1 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+1 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | tweak tool | bulia byak | 2007-08-08 | 1 | -0/+2 |
| | | | | (bzr r3423) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -1/+2 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -0/+1 |
| | | | | (bzr r3398) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -0/+1 |
| | | | | (bzr r3095) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -0/+2 |
| | | | | | | boxes in a fixed perspective without any live interaction. (bzr r3084) | ||||
| * | add verbs for unlocking and unhiding all objects globaly or within the ↵ | Aaron Spike | 2007-03-12 | 1 | -0/+5 |
| | | | | | | current layer (bzr r2613) | ||||
| * | add accessor for tip (description) | bulia byak | 2007-03-01 | 1 | -0/+2 |
| | | | | (bzr r2487) | ||||
| * | r14576@tres: ted | 2007-02-26 23:29:13 -0800 | Ted Gould | 2007-03-01 | 1 | -1/+3 |
| | | | | | | Basic construction in place to --verb-list (bzr r2473) | ||||
| * | rename flood to paintbucket, copyedit | bulia byak | 2007-02-26 | 1 | -2/+2 |
| | | | | (bzr r2449) | ||||
| * | Add flood fill tool | John Bintz | 2007-02-25 | 1 | -0/+2 |
| | | | | (bzr r2432) | ||||
| * | implement select next/prev as verbs | bulia byak | 2006-11-06 | 1 | -0/+2 |
| | | | | (bzr r1917) | ||||
| * | add view mode toggle, store current mode for the session in prefs | bulia byak | 2006-11-03 | 1 | -0/+1 |
| | | | | (bzr r1888) | ||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 1 | -0/+3 |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | ||||
| * | Committed a great patch which adds a Save A Copy menu function. This is the ↵ | Jon Phillips | 2006-08-22 | 1 | -0/+1 |
| | | | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628) | ||||
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 1 | -0/+2 |
| | | | | (bzr r1379) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -0/+3 |
| | | | | (bzr r1315) | ||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -8/+1 |
| | | | | (bzr r1268) | ||||
| * | * Remove text verbs except for the actual class for now | Milosz Derezynski | 2006-05-18 | 1 | -8/+0 |
| | | | | (bzr r881) | ||||
| * | * Properly deal with setting the style using the text toolbar | Milosz Derezynski | 2006-05-18 | 1 | -0/+8 |
| | | | | (bzr r874) | ||||
| * | Base implementation of a layers dialog. | Jon A. Cruz | 2006-05-15 | 1 | -1/+1 |
| | | | | (bzr r843) | ||||
| * | Fixed problem with std::map use making last verb inaccessible. | Jon A. Cruz | 2006-05-07 | 1 | -10/+16 |
| | | | | (bzr r756) | ||||
| * | Adding unit test for verbs. | Jon A. Cruz | 2006-04-28 | 1 | -0/+12 |
| | | | | (bzr r604) | ||||
| * | Adding fit canvas verbs | Aaron Spike | 2006-04-19 | 1 | -1/+5 |
| | | | | | | | a few fixes in verbs.cpp and a new button (bzr r539) | ||||
| * | r10951@tres: ted | 2006-02-16 08:56:41 -0800 | Ted Gould | 2006-03-29 | 1 | -0/+1 |
| | | | | | | | Adding an Extension Editor verb. (though I don't really like the name extension editor) (bzr r341) | ||||
| * | r10922@tres: ted | 2006-02-13 09:41:52 -0800 | Ted Gould | 2006-03-29 | 1 | -0/+5 |
| | | | | | | Adding in support for setting the name and tooltip after initalization. (bzr r335) | ||||
| * | pasting size | bulia byak | 2006-03-26 | 1 | -0/+6 |
| | | | | (bzr r298) | ||||
