summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-1/+4
| | | (bzr r11782)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+1
| | | (bzr r11695)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+3
| | | (bzr r11573)
* Fix for 168658 : Font substitution warning dialogJohn Smith2012-07-041-0/+2
| | | (bzr r11522)
* some more string class usage as opposed to c-strings to prevent issuesKris De Gussem2012-04-161-2/+2
| | | (bzr r11259)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-4/+15
| | | (bzr r11146)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+6
| | | (bzr r11141)
* add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen2012-01-151-0/+1
| | | (bzr r10889)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+0
| | | | | the contents forward.h at all). (bzr r10667)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-0/+1
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-1/+1
| | | (bzr r9209)
* Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler2010-02-041-0/+1
| | | (bzr r9050)
* Restore encapsulation of selection implementation.Jon A. Cruz2010-01-151-14/+24
| | | (bzr r8983)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-2/+2
| | | (bzr r8952)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* new "compensate" param for sp_selection_apply_affine and ↵Thomas Holder2009-05-131-2/+2
| | | | | sp_selection_move_relative to avoid temporary prefs changing (bzr r7875)
* add utility for recursively replacing groups with their members in a list of ↵bulia byak2008-12-291-1/+2
| | | | | objects (bzr r7035)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-8/+7
| | | (bzr r6836)
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵Maximilian Albert2008-08-141-41/+41
| | | | | the desktop is readily available in the calling function) (bzr r6629)
* fix a long-standing bug with Undo after Fit canvas to selection/drawing.Peter Moulder2008-07-051-3/+5
| | | (bzr r6165)
* new command: relink clone to copied objectbulia byak2008-06-151-0/+1
| | | (bzr r5948)
* Added duplicate layer command. Fixes bug #171246.Jon A. Cruz2008-06-141-3/+3
| | | (bzr r5927)
* remove filters verb and commandbulia byak2008-06-091-0/+2
| | | (bzr r5866)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-3/+0
| | | (bzr r5190)
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-191-0/+1
| | | (bzr r5120)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-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)
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+7
| | | (bzr r4600)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-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)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+2
| | | (bzr r3968)
* ensure copy/paste of style between gradient stops worksbulia byak2007-10-221-0/+2
| | | (bzr r3944)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+3
| | | (bzr r3864)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-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. Engelen2007-08-141-0/+1
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* move sp_document_done() out into verbs.cppAaron Spike2007-03-121-4/+4
| | | (bzr r2616)
* send verb ids into history and remove casting errorsAaron Spike2007-03-121-4/+4
| | | (bzr r2615)
* add verbs for unlocking and unhiding all objects globaly or within the ↵Aaron Spike2007-03-121-0/+6
| | | | | current layer (bzr r2613)
* factor out retrieving export hints from selection and document; use that for ↵bulia byak2006-11-131-0/+3
| | | | | create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function (bzr r1943)
* Adding fit canvas verbsAaron Spike2006-04-191-0/+4
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* pasting sizebulia byak2006-03-261-0/+3
| | | (bzr r298)
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-191-0/+3
| | | (bzr r263)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+108
(bzr r1)