| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 1 | -1/+1 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -2/+4 |
| | | |||||
| * | Update to trunk | Jabiertxof | 2017-03-16 | 1 | -10/+8 |
| |\ | | | | | (bzr r13645.1.170) | ||||
| | * | LPE Powerstroke dialog - Use Gtk::Grid | Alex Valavanis | 2017-03-12 | 1 | -1/+1 |
| | | | | | | | (bzr r15589) | ||||
| | * | LPE Fillet/Chamfer dialog - Use Gtk::Grid | Alex Valavanis | 2017-03-12 | 1 | -10/+8 |
| | | | | | | | (bzr r15588) | ||||
| * | | Update to trunk | Jabiertxof | 2017-01-21 | 1 | -18/+7 |
| |\| | | | | | (bzr r13645.1.165) | ||||
| | * | Rm more deprecated Gtk::Stock | Alex Valavanis | 2016-12-27 | 1 | -6/+5 |
| | | | | | | | (bzr r15367) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -11/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+11 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -11/+1 |
| | | | | | | | (bzr r15025) | ||||
| | * | [Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation. | Alex Henrie | 2016-07-18 | 1 | -1/+1 |
| | | | | | | | (bzr r15016.1.1) | ||||
| * | | Organize doeffect function | Jabier Arraiza Cenoz | 2016-06-19 | 1 | -3/+3 |
| | | | | | | | (bzr r13645.1.164) | ||||
| * | | Pre fixing selected points | Jabier Arraiza Cenoz | 2016-06-18 | 1 | -3/+4 |
| | | | | | | | (bzr r13645.1.161) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-06-25 | 1 | -4/+3 |
| |\| | | | | | (bzr r13645.1.94) | ||||
| | * | Use sane constant for min and max values in LPE dialogs | Ben Scholzen 'DASPRiD | 2015-05-20 | 1 | -2/+3 |
| | | | | | | | (bzr r14163.1.2) | ||||
| * | | Working on Krzysztof review. Seems to be all fixed. | Jabier Arraiza Cenoz | 2015-05-10 | 1 | -9/+9 |
| | | | | | | | | | | | TODO: double check review and comment (bzr r13645.1.89) | ||||
| * | | fixing review | Jabier Arraiza Cenoz | 2015-05-09 | 1 | -2/+2 |
| | | | | | | | (bzr r13645.1.87) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2015-05-09 | 1 | -23/+1 |
| |\| | | | | | (bzr r13645.1.85) | ||||
| | * | Remove documentUnits from live_effect/effect.cpp/h | Jabier Arraiza Cenoz | 2015-05-09 | 1 | -20/+2 |
| | | | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | Added documentation and fix to coding style. | Jabier Arraiza Cenoz | 2015-04-01 | 1 | -40/+40 |
| | | | | | | | (bzr r13645.1.66) | ||||
| * | | Move 2Geom work to a intermediate positon -helper- | Jabier Arraiza Cenoz | 2015-04-01 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63) | ||||
| * | | Fixed bug when deleting nodes | Jabier Arraiza Cenoz | 2015-03-22 | 1 | -1/+1 |
| | | | | | | | (bzr r13645.1.51) | ||||
| * | | Added delete nodes/satellites | Jabier Arraiza Cenoz | 2015-03-19 | 1 | -2/+1 |
| | | | | | | | (bzr r13645.1.45) | ||||
| * | | merged anf fixed from trunk | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -9/+1 |
| | | | | | | | (bzr r13645.1.39) | ||||
| * | | update to trunk and fixed helper paths | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -2/+10 |
| |\| | | | | | (bzr r13645.1.38) | ||||
| | * | Update simplify and bspline to auto size some helper paths based on current zoom | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -4/+4 |
| | | | | | | | (bzr r13974) | ||||
| * | | finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵ | Jabier Arraiza Cenoz | 2015-03-07 | 1 | -10/+10 |
| | | | | | | | | | | | the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35) | ||||
| * | | All features done, only need piecewise update function | Jabier Arraiza Cenoz | 2015-03-04 | 1 | -0/+313 |
| | | | | | | | (bzr r13645.1.33) | ||||
| * | | Basic filleting using pointwise | Jabier Arraiza Cenoz | 2015-02-19 | 1 | -300/+0 |
| |/ | | | (bzr r13645.1.16) | ||||
| * | i18n. String handling improvement and memory leak fix. | Nicolas Dufour | 2015-01-13 | 1 | -5/+4 |
| | | | | | | Translations. Translations template and French translation update. (bzr r13850) | ||||
| * | UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs. | Nicolas Dufour | 2015-01-06 | 1 | -1/+1 |
| | | | | | | Translations. Translation template and French translation update. (bzr r13842) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13820) | ||||
| * | Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵ | Jabier Arraiza Cenoz | 2014-11-14 | 1 | -3/+12 |
| | | | | | | Ivan Louette. (bzr r13708) | ||||
| * | Fix 32-bit build break. | Jon A. Cruz | 2014-11-10 | 1 | -1/+1 |
| | | | | (bzr r13699) | ||||
| * | fix a bug pointed by su_v in fillet chamfer dialog, about units | Jabier Arraiza Cenoz | 2014-11-09 | 1 | -13/+21 |
| | | | | (bzr r13697) | ||||
| * | i18n. Fix for bug #1389509 (typos in trunk-r13669). | Masato Hashimoto | 2014-11-05 | 1 | -1/+1 |
| | | | | (bzr r13670) | ||||
| * | Update fillet/chamfer to allow subdivisions in chamfer mode. | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -11/+17 |
| | | | | | | | Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 |
| | | | | (bzr r13653) | ||||
| * | add radius support to fillet-chamfer, bugfixes | Jabier Arraiza Cenoz | 2014-09-11 | 1 | -34/+37 |
| | | | | (bzr r13341.1.203) | ||||
| * | Fix Gtk+ 2 build | Alex Valavanis | 2014-08-24 | 1 | -0/+5 |
| | | | | (bzr r13341.1.171) | ||||
| * | Finish Gtk::Grid migration | Alex Valavanis | 2014-08-23 | 1 | -0/+13 |
| | | | | (bzr r13341.1.170) | ||||
| * | Fix deprecated VBox use | Alex Valavanis | 2014-08-23 | 1 | -1/+1 |
| | | | | (bzr r13341.1.165) | ||||
| * | Add LPE fillet-chamfer | Jabier Arraiza Cenoz | 2014-07-02 | 1 | -0/+257 |
| (bzr r13341.1.74) | |||||
