| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | selection chemistry: implement z-stack order | chr | 2017-05-23 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | Bug #1395452 "raise and lower objects" used to stack objects above/below the next overlapping object, which makes it impossible to change the z-order of objects that don't overlap. Fixes also the object manager panel Conflicts: src/selection-chemistry.cpp src/selection-chemistry.h src/sp-item.cpp (bzr r15698.1.7) | ||||
| * | Add canvas flip. No GUI. Can be bound to keys via preferences. | Tavmjong Bah | 2017-03-22 | 1 | -0/+38 |
| | | | | (bzr r15606) | ||||
| * | Add entry for canvas rotate step in Inkscape Preferences dialog. | Tavmjong Bah | 2017-03-21 | 1 | -1/+2 |
| | | | | | | Change default rotation step to 15 degrees. (bzr r15605) | ||||
| * | Add verbs for canvas rotation. | Tavmjong Bah | 2017-03-21 | 1 | -22/+69 |
| | | | | (bzr r15604) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -0/+1 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -8/+12 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | Add a very simple prototype dialog as an example and test of deriving from ↵ | Tavmjong Bah | 2017-02-27 | 1 | -0/+5 |
| | | | | | | | | Panel. To be disabled for releases. (bzr r15551) | ||||
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -0/+10 |
| |\ | | | | | (bzr r15471) | ||||
| | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-16 | 1 | -1/+1 |
| | |\ | | | | | | | (bzr r14949.1.66) | ||||
| | * \ | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 1 | -3/+3 |
| | |\ \ | | | | | | | | | (bzr r14949.1.64) | ||||
| | * \ \ | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 1 | -7/+6 |
| | |\ \ \ | | | | | | | | | | | (bzr r14949.1.62) | ||||
| | * | | | | Add CSS panel with editing support (no changes reflected yet) | kamalpreetgrewal | 2016-07-17 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | (bzr r14949.1.52) | ||||
| | * | | | | Register style dialog with support to add selector | kamalpreetgrewal | 2016-06-04 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | (bzr r14949.1.1) | ||||
| * | | | | | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 2017-01-21 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | ||||
| * | | | | | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | (bzr r15368) | ||||
| * | | | | | Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op> | Alexander Brock | 2016-11-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | (bzr r15223.1.1) | ||||
| * | | | | | merge recursive unlink clones branch | Marc Jeanmougin | 2016-11-06 | 1 | -0/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | (bzr r15220) | ||||
| | * \ \ \ \ | Add "Edit->Clone->Unlink Clones recursively" function ↵ | Alexander Brock | 2016-11-04 | 1 | -0/+5 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ObjectSet::unlinkRecursive) (bzr r15204.1.1) | ||||
| | | * | | | | | Add recursive clone unlink feature | Alexander Brock | 2016-10-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r15191.1.1) | ||||
| * | | | | | | | further cppification | Marc Jeanmougin | 2016-11-06 | 1 | -1/+1 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1306662 (bzr r15218) | ||||
| * / / / / / | fix prefs icon | Tobias Ellinghaus | 2016-11-02 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1638353 (bzr r15202) | ||||
| * | | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -57/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | | | | | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. | sandra-snan | 2016-10-08 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/770681 (bzr r15155) | ||||
| * | | | | | allow optional args for xverbs | Dmitry Zhulanov | 2016-09-29 | 1 | -3/+5 |
| | |_|_|/ |/| | | | | | | | (bzr r15136.1.7) | ||||
| * | | | | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | Tavmjong Bah | 2016-08-15 | 1 | -1/+1 |
| | |_|/ |/| | | | | | (bzr r15059) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -0/+5 |
| |\ \ \ | | |/ | |/| | (bzr r14954.1.30) | ||||
| | * | | Add legacy verb SP_VERB_SELECTION_OUTLINE_LEGACY as pointed in bug 1556592#14 | Jabier Arraiza Cenoz | 2016-08-03 | 1 | -0/+5 |
| | | | | | | | | | | (bzr r15036) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -7/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -7/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+7 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -7/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -9/+9 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -6/+6 |
| |/ | | | (bzr r14954.1.22) | ||||
| * | Add a Resize to Page with Keyboard Shortcut | Martin Owens | 2016-04-15 | 1 | -1/+1 |
| | | | | (bzr r14850) | ||||
| * | function to release object from group | Raphael Rosch | 2016-04-14 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845) | ||||
| * | Remove unused variable warnings. | Martin Owens | 2016-04-02 | 1 | -4/+0 |
| | | | | (bzr r14760) | ||||
| * | Add icon for Live Path Effects dialog. | insaner and su_v | 2016-04-02 | 1 | -1/+1 |
| | | | | (bzr r14758) | ||||
| * | Fix GTK+ fullscreen issue | Alex Valavanis | 2015-12-27 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1529521 (bzr r14555) | ||||
| * | Mark user-visible message for translation | Alexandre Prokoudine | 2015-12-26 | 1 | -1/+1 |
| | | | | (bzr r14544) | ||||
| * | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -5/+8 |
| | | | | (bzr r14500.1.9) | ||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -5/+4 |
| | | | | (bzr r14500.1.8) | ||||
| * | String desc fix | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -2/+2 |
| | | | | (bzr r14500.1.6) | ||||
| * | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+5 |
| | | | | (bzr r14500.1.5) | ||||
| * | Hide unused verbs if Potrace is not available | Alex Valavanis | 2015-11-21 | 1 | -2/+41 |
| | | | | (bzr r14449.1.7) | ||||
| * | duplicating layers now respect prefs for clone relinking | Marc Jeanmougin | 2015-05-09 | 1 | -33/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/267565 (bzr r14134) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+3 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384) | su_v | 2015-01-25 | 1 | -2/+2 |
| | | | | (bzr r13874) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -20/+20 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -5/+1 |
| | | | | (bzr r13809) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.24) | ||||
