| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate knots for 'shape-inside' and 'inline-size'. | Tavmjong Bah | 2018-12-19 | 1 | -101/+130 |
| | | |||||
| * | Add preference for using SVG2 auto-flowed text in GUI. | Tavmjong Bah | 2018-12-19 | 1 | -0/+4 |
| | | |||||
| * | Add preference for using SVG 2 text in a shape (GUI to come). | Tavmjong Bah | 2018-12-19 | 1 | -1/+1 |
| | | |||||
| * | Add ability to create SVG 2 text: | Tavmjong Bah | 2018-12-18 | 2 | -11/+271 |
| | | | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | ||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2018-12-07 | 4 | -5/+56 |
| |\ | |||||
| | * | Add some SVG 2 fallbacks: | Tavmjong Bah | 2018-12-07 | 4 | -5/+56 |
| | | | | | | | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text | ||||
| * | | desktop-widget: Make canvas private | Alexander Valavanis | 2018-12-06 | 1 | -2/+2 |
| |/ | |||||
| * | fix coding style | Jabier Arraiza | 2018-12-04 | 3 | -13/+8 |
| | | |||||
| * | Ready to review XRay | Jabier Arraiza | 2018-12-04 | 2 | -0/+6 |
| | | |||||
| * | Added XRay | Jabier Arraiza | 2018-12-04 | 1 | -1/+5 |
| | | |||||
| * | Update View README. | Tavmjong Bah | 2018-12-03 | 1 | -16/+22 |
| | | |||||
| * | Fix failed cast in ColorWheel. | Tavmjong Bah | 2018-12-03 | 1 | -8/+1 |
| | | |||||
| * | Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView. | Tavmjong Bah | 2018-12-03 | 7 | -376/+232 |
| | | | | | Another step in making View not dependent on GUI. | ||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 20 | -32/+25 |
| | | |||||
| * | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2018-12-03 | 7 | -9/+13 |
| | | | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine. | ||||
| * | Fix coding style | Jabier Arraiza | 2018-12-01 | 1 | -4/+2 |
| | | |||||
| * | Fix merging | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Fix merge to master and add shortcut | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -0/+3 |
| | | |||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Start of making View independent of GUI. | Tavmjong Bah | 2018-11-29 | 1 | -28/+29 |
| | | |||||
| * | Update/correct README. | Tavmjong Bah | 2018-11-28 | 1 | -7/+12 |
| | | |||||
| * | desktop-widget: Move function to correct header | Alexander Valavanis | 2018-11-27 | 1 | -5/+1 |
| | | |||||
| * | Include clean-up. | Tavmjong Bah | 2018-11-27 | 1 | -1/+3 |
| | | |||||
| * | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 2018-11-25 | 1 | -32/+6 |
| | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure | ||||
| * | EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵ | Alexander Valavanis | 2018-11-25 | 1 | -3/+3 |
| | | | | | GObject conventions | ||||
| * | -Werror=format-security: g_warning(_("...")) | Thomas Holder | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 1 | -1/+0 |
| | | |||||
| * | Rewrite of Gimp Color Wheel in C++. | Tavmjong Bah | 2018-11-16 | 5 | -51/+786 |
| | | |||||
| * | Remove Adwaita-hicolor icon themes toggles making more compat | Jabier Arraiza | 2018-11-15 | 1 | -3/+0 |
| | | |||||
| * | Fix bug forcing symbolic system icons in hicolor theme | Jabiertxof | 2018-11-14 | 1 | -1/+9 |
| | | |||||
| * | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 1 | -1/+1 |
| | | |||||
| * | Fix encoding of "title" label in win32 native file dialog | Eduard Braun | 2018-11-11 | 1 | -1/+4 |
| | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726 | ||||
| * | Fix a bug icons dont show if no dialog open | Jabiertxof | 2018-11-10 | 1 | -8/+5 |
| | | |||||
| * | fix compiling on macOS | Thomas Holder | 2018-11-10 | 1 | -2/+2 |
| | | |||||
| * | Chage std::cout to g_warning | Jabier Arraiza | 2018-11-10 | 1 | -2/+2 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 22 | -33/+30 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 34 | -34/+211 |
| | | |||||
| * | Fix compiling bug | Jabiertxof | 2018-11-09 | 1 | -1/+0 |
| | | |||||
| * | Fixing symbols icon size | Jabiertxof | 2018-11-09 | 2 | -1/+6 |
| | | |||||
| * | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 14 | -21/+72 |
| | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | ||||
| * | Add README to src/ui/view | Tavmjong Bah | 2018-11-09 | 1 | -0/+41 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 417 | -588/+1071 |
| | | | | | | | - 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 | ||||
| * | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 1 | -1/+6 |
| | | |||||
| * | Allow symbolic icons in default icon theme | Jabier Arraiza | 2018-11-06 | 1 | -0/+5 |
| | | |||||
| * | Fix icon loader to allow inverse color in symbolic icons. Also added ↵ | Jabier Arraiza | 2018-11-06 | 1 | -8/+4 |
| | | | | | searching.svg for loading symbols | ||||
| * | Remove delete that is causing crash. | Tavmjong Bah | 2018-11-06 | 1 | -1/+0 |
| | | |||||
| * | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 2018-11-06 | 11 | -253/+652 |
| | | |||||
| * | Remove unused widget. | Tavmjong Bah | 2018-11-06 | 4 | -568/+1 |
| | | |||||
| * | fix memory leak in ClipboardManagerImpl | Thomas Holder | 2018-11-06 | 1 | -1/+3 |
| | | |||||
