| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extract some common code into a routine. | Shlomi Fish | 2017-01-04 | 1 | -9/+2 |
| | | | | (bzr r15369.1.8) | ||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -4/+2 |
| | | | | (bzr r15368) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -8/+8 |
| | | | | | | | | | | | | | 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) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -31/+1 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -31/+1 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -31/+1 |
| | | | | | | | | | | (bzr r15023.2.8) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -12/+2 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -12/+2 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+12 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -12/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -2/+2 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | (bzr r14954.1.22) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 |
| | | | | (bzr r14907) | ||||
| * | function to release object from group | Raphael Rosch | 2016-04-14 | 1 | -0/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845) | ||||
| * | Fix cmake build | Marc Jeanmougin | 2016-04-13 | 1 | -1/+1 |
| | | | | (bzr r14818) | ||||
| * | Fork GtkImageMenuItem and remove show_image boolean because we always want ↵ | Martin Owens | 2016-04-12 | 1 | -0/+12 |
| | | | | | | to show menu. (bzr r14800) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -2/+2 |
| | | | | (bzr r14790) | ||||
| * | [Bug #1545332] Canvas context menu: allow grouping a single selection (same ↵ | suv-lp | 2016-03-20 | 1 | -1/+1 |
| | | | | | | | | | as menu, toolbar command). Fixed bugs: - https://launchpad.net/bugs/1545332 (bzr r14723) | ||||
| * | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 1 | -0/+3 |
| |\ | | | | | (bzr r14504.1.9) | ||||
| | * | update to trunk | Jabier Arraiza Cenoz | 2015-12-08 | 1 | -2/+2 |
| | |\ | | | | | | | (bzr r14500.1.14) | ||||
| | * | | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -0/+3 |
| | | | | | | | | | | (bzr r14500.1.9) | ||||
| * | | | update to trunk | Marc Jeanmougin | 2015-12-07 | 1 | -2/+2 |
| |\ \ \ | | |/ | |/| | (bzr r14504.1.7) | ||||
| | * | | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -2/+2 |
| | |/ | | | | | (bzr r14510) | ||||
| * / | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 2015-12-07 | 1 | -3/+3 |
| |/ | | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | ||||
| * | null pointer dereference fix | Kris De Gussem | 2015-11-16 | 1 | -5/+3 |
| | | | | (bzr r14474.1.1) | ||||
| * | fix for recent merge of ~mapreri/inkscape/typo | Marc Jeanmougin | 2015-09-16 | 1 | -5/+1 |
| | | | | | | (cf discussion at https://code.launchpad.net/~mapreri/inkscape/typo/+merge/270993 ) (bzr r14370) | ||||
| * | Fix typo s/seperator/separator/ | Mattia Rizzolo | 2015-09-14 | 1 | -1/+1 |
| | | | | (bzr r14364.1.1) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| | | | | (bzr r14126) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.10) | ||||
| * | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.8) | ||||
| | * | Fix for bug 1409591 : | Marc Jeanmougin | 2015-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Inconsistent selection with 'Select same' on object with clones Fixed bugs: - https://launchpad.net/bugs/1409195 (bzr r13930) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -10/+7 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -6/+6 |
| | | | | (bzr r13341.5.17) | ||||
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -0/+2230 |
| (bzr r13341.1.247) | |||||
