| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-06-17 | Move toolbars to ui/toolbar | Alexander Valavanis | 1 | -669/+0 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -21/+20 | |
| A lot of header clean-up. | |||||
| 2018-01-29 | Don't translate the empty string. | Eduard Braun | 1 | -5/+5 | |
| Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale | |||||
| 2018-01-19 | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 1 | -1/+0 | |
| 2018-01-10 | Convert mesh-toolbar to use ink-select-one-action. | Tavmjong Bah | 1 | -81/+109 | |
| Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa). | |||||
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -1/+1 | |
| 2017-01-06 | Remove an old comment which I don't understand. | Shlomi Fish | 1 | -1/+0 | |
| It seems like a todo which may or may not have been followed. (bzr r15369.1.14) | |||||
| 2016-12-30 | fix typos, add translator comment | Ivan Mas??r | 1 | -0/+1 | |
| (bzr r15373) | |||||
| 2016-12-26 | Fix header inclusion ordering | Alex Valavanis | 1 | -1/+2 | |
| (bzr r15365) | |||||
| 2016-12-16 | remove rollback to 15315 | Jabiertxof | 1 | -95/+70 | |
| (bzr r15295.1.26) | |||||
| 2016-12-16 | Rollback 15315 | Jabiertxof | 1 | -70/+95 | |
| (bzr r15295.1.25) | |||||
| 2016-12-08 | Improve working of Type (Smoothing) menu. | Tavmjong Bah | 1 | -95/+70 | |
| (bzr r15312) | |||||
| 2016-12-01 | Add toggles for handle visibility, editing fill, and editing stroke. | Tavmjong Bah | 1 | -1/+24 | |
| (bzr r15289) | |||||
| 2016-11-08 | Improve mesh handling in Fill and Stroke dialog. | Tavmjong Bah | 1 | -2/+22 | |
| Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229) | |||||
| 2016-10-17 | Add option to scale mesh to fit in bounding box. | Tavmjong Bah | 1 | -0/+19 | |
| (bzr r15173) | |||||
| 2016-09-27 | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 1 | -12/+12 | |
| Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | |||||
| 2016-08-05 | Split InkAction classes into separate files | Alex Valavanis | 1 | -1/+3 | |
| (bzr r15043) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -12/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+12 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -12/+1 | |
| (bzr r15025) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -2/+2 | |
| (bzr r14954.1.10) | |||||
| 2015-12-08 | 0-sized arrays are supposed to be forbidden | Marc Jeanmougin | 1 | -4/+4 | |
| (bzr r14504.1.12) | |||||
| 2015-11-24 | Change context from gradient to mesh. | Tavmjong Bah | 1 | -1/+4 | |
| (bzr r14486) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -2/+2 | |
| (bzr r14446) | |||||
| 2015-10-08 | Add buttons for some side/corner mesh opeartions. | Tavmjong Bah | 1 | -1/+77 | |
| (bzr r14402) | |||||
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 1 | -73/+52 | |
| <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -4/+4 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 1 | -4/+6 | |
| 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) | |||||
| 2015-02-03 | Fix two instances of "Dead Initialization" found via Clang scan-build. | Tavmjong Bah | 1 | -2/+0 | |
| (bzr r13897) | |||||
| 2015-02-02 | Experimental mesh smoothing code. | Tavmjong Bah | 1 | -19/+205 | |
| (bzr r13890) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -2/+2 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -2/+2 | |
| (bzr r13809) | |||||
| 2014-10-05 | Move GtkAction subclasses to widgets/ | Liam P. White | 1 | -5/+5 | |
| (bzr r13341.1.249) | |||||
| 2014-08-10 | Further fixes related to bug #1327267, toolbars don't need to update when ↵ | Liam P. White | 1 | -42/+46 | |
| their context is not in use (bzr r13341.1.126) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -2/+2 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+1 | |
| (bzr r12782) | |||||
| 2013-09-15 | Enable unit evaluation in toolbars. | Matthew Petroff | 1 | -2/+2 | |
| (bzr r12475.1.22) | |||||
| 2013-07-19 | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 1 | -2/+2 | |
| (bzr r12380.1.30) | |||||
| 2012-05-28 | Build with GDK_DISABLE_DEPRECATED for Gtk+ 2 | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431) | |||||
| 2012-05-25 | Fixing warnings. | Jon A. Cruz | 1 | -14/+7 | |
| (bzr r11414) | |||||
| 2012-05-23 | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 1 | -0/+373 | |
| (bzr r11406) | |||||
