| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -4/+4 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Initial cut of eraser tool | Jon A. Cruz | 2008-04-26 | 1 | -0/+11 |
| | | | | (bzr r5524) | ||||
| * | Move script dialog from gtkmm to jvm | Bob Jamison | 2008-03-31 | 1 | -1/+3 |
| | | | | (bzr r5272) | ||||
| * | implement filter toggle | MenTaLguY | 2008-03-31 | 1 | -0/+5 |
| | | | | (bzr r5266) | ||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 1 | -1/+2 |
| | | | | | | | | | 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) | ||||
| * | Adding axis detection to new input dialog | Jon A. Cruz | 2008-03-21 | 1 | -6/+5 |
| | | | | (bzr r5140) | ||||
| * | add delete lpe verb, rearrange menu to collect all lpe commands under path | bulia byak | 2008-03-19 | 1 | -1/+6 |
| | | | | (bzr r5120) | ||||
| * | adds icons for edit clippath/mask | bulia byak | 2008-03-18 | 1 | -2/+2 |
| | | | | (bzr r5114) | ||||
| * | Adding new extended input devices dialog | Jon A. Cruz | 2008-03-13 | 1 | -0/+6 |
| | | | | (bzr r5076) | ||||
| * | fix "last effect settings..." that used to run the effect immediately. | Johan B. C. Engelen | 2008-03-10 | 1 | -3/+2 |
| | | | | (bzr r5044) | ||||
| * | New menu command to quickly create guides around page | Maximilian Albert | 2008-03-05 | 1 | -0/+7 |
| | | | | (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/+10 |
| | | | | | | | | 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 | -0/+6 |
| | | | | | | 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 | -4/+4 |
| | | | | (bzr r4629) | ||||
| * | rename grid arrange to rows and columns | bulia byak | 2008-01-30 | 1 | -2/+2 |
| | | | | (bzr r4617) | ||||
| * | spelling | bulia byak | 2008-01-22 | 1 | -2/+2 |
| | | | | (bzr r4579) | ||||
| * | improved spelling ;-) | Alexandre Prokoudine | 2008-01-18 | 1 | -1/+1 |
| | | | | (bzr r4549) | ||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+6 |
| | | | | | | 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 | -5/+0 |
| | | | | (bzr r4279) | ||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 1 | -2/+2 |
| | | | | | | main inkscape desktop window (bzr r4278) | ||||
| * | Use "%"-key for toggling the snapper, and modify the related sp-desktop code | Diederik van Lierop | 2007-12-20 | 1 | -1/+1 |
| | | | | (bzr r4266) | ||||
| * | Introduce verb, menu item and shortcut for the global snapping toggle | Diederik van Lierop | 2007-12-18 | 1 | -0/+4 |
| | | | | (bzr r4256) | ||||
| * | speedify zooming by keys | bulia byak | 2007-12-18 | 1 | -4/+8 |
| | | | | (bzr r4255) | ||||
| * | Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool. | Johan B. C. Engelen | 2007-12-05 | 1 | -1/+1 |
| | | | | (bzr r4177) | ||||
| * | UI tweaks for CMS view toggle | Jon A. Cruz | 2007-12-02 | 1 | -2/+2 |
| | | | | (bzr r4152) | ||||
| * | Adding icon for color management | Jon A. Cruz | 2007-11-29 | 1 | -1/+1 |
| | | | | (bzr r4144) | ||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 1 | -0/+6 |
| | | | | (bzr r4138) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -47/+5 |
| | | | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | ||||
| * | rename EditCloneOriginal to EditCloneSelectOriginal ; ↵ | Johan B. C. Engelen | 2007-11-18 | 1 | -2/+2 |
| | | | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -26/+26 |
| | | | | (bzr r4043) | ||||
| * | fixed a typo in a user visible message | Alexandre Prokoudine | 2007-10-31 | 1 | -1/+1 |
| | | | | (bzr r3986) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 1 | -10/+1 |
| | | | | (bzr r3968) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -1/+16 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | do not confuse moving and switching | bulia byak | 2007-10-16 | 1 | -6/+6 |
| | | | | (bzr r3911) | ||||
| * | apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item | Johan B. C. Engelen | 2007-10-09 | 1 | -0/+6 |
| | | | | (bzr r3864) | ||||
| * | tab handles in gradient tool only when they exist | bulia byak | 2007-10-08 | 1 | -2/+5 |
| | | | | (bzr r3861) | ||||
| * | remove the disabled old svg-keys-chart verb | bulia byak | 2007-09-28 | 1 | -8/+0 |
| | | | | (bzr r3813) | ||||
| * | Killed old, now obsolete, object-properties (a.k.a F&S) dialog. | gustav_b | 2007-09-20 | 1 | -2/+0 |
| | | | | (bzr r3782) | ||||
| * | copyedit | bulia byak | 2007-09-05 | 1 | -4/+4 |
| | | | | (bzr r3680) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 1 | -15/+20 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | copyedit | bulia byak | 2007-08-30 | 1 | -4/+4 |
| | | | | (bzr r3618) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -7/+18 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | naming: avoid unintentional double-meanings (part 2) | MenTaLguY | 2007-08-19 | 1 | -1/+1 |
| | | | | (bzr r3517) | ||||
| * | Fixed the name of Open Clip Art Library in the verbs file... | Jon Phillips | 2007-08-18 | 1 | -2/+2 |
| | | | | (bzr r3507) | ||||
| * | * Better labels and icons for OCAL import/export | Luca Bruno | 2007-08-17 | 1 | -2/+2 |
| | | | | (bzr r3489) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+5 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | tweak tool | bulia byak | 2007-08-08 | 1 | -0/+11 |
| | | | | (bzr r3423) | ||||
| * | export to ocal bug fix | Bruno Dilly | 2007-08-08 | 1 | -1/+5 |
| | | | | (bzr r3418) | ||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 1 | -0/+4 |
| | | | | (bzr r3398) | ||||
