| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 2 | -3/+3 |
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 10 | -73/+763 |
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 4 | -195/+138 |
| * | Fix namespace naming consistency | Alexander Valavanis | 2018-12-29 | 8 | -18/+20 |
| * | Move Button to Inkscape namespace | Alexander Valavanis | 2018-12-29 | 3 | -0/+373 |
| * | Rm deprecated budget widgets | Alexander Valavanis | 2018-12-29 | 14 | -222/+184 |
| * | SPDesktopWidget: Migrate ruler events to sigc++ | Alexander Valavanis | 2018-12-28 | 1 | -2/+2 |
| * | Allow InkFlowBox (XMLInspector) remember opendes status | Jabiertxof | 2018-12-26 | 1 | -3/+3 |
| * | Fixing styles | Jabier Arraiza | 2018-12-26 | 7 | -70/+70 |
| * | add "add" button on same place | Jabier Arraiza | 2018-12-26 | 2 | -19/+22 |
| * | Add messagess to CSS dialog | Jabier Arraiza | 2018-12-26 | 2 | -2/+67 |
| * | Add status to attribute widget | Jabier Arraiza | 2018-12-26 | 4 | -27/+66 |
| * | fix CNakeLists.txt | Jabier Arraiza | 2018-12-26 | 1 | -23/+23 |
| * | Fix Tav inputs | Jabier Arraiza | 2018-12-26 | 3 | -30/+34 |
| * | Fix a prefs bug | Jabier Arraiza | 2018-12-26 | 1 | -1/+1 |
| * | Add inkFlowBox widget and apply to XML inspector | Jabier Arraiza | 2018-12-26 | 5 | -18/+220 |
| * | Remove duplicate warnings of iconloader | Jabier Arraiza | 2018-12-24 | 1 | -1/+7 |
| * | Fix indenting in CMakeLists.txt files | Jabier Arraiza | 2018-12-24 | 1 | -22/+22 |
| * | Move DashSelector to Inkscape::UI::Widget namespace | Alexander Valavanis | 2018-12-22 | 3 | -0/+421 |
| * | Merge branch 'patch-1' of gitlab.com:techtonik/inkscape | Marc Jeanmougin | 2018-12-20 | 1 | -1/+3 |
| |\ | |||||
| | * | Turn off clang-format for about box formatting | anatoly techtonik | 2018-12-01 | 1 | -0/+2 |
| | * | aboutbox.cpp: Add 2019 as some 1.0 release date in the future | anatoly techtonik | 2018-11-27 | 1 | -1/+1 |
| * | | 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 |
| * | | 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 |
| * | | | 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 |
| * | | 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 |
| * | | 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 |
| * | EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject... | Alexander Valavanis | 2018-11-25 | 1 | -3/+3 |
| * | -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 |
