| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2018-01-23 | 10 | -17/+8 | |
| |\ | ||||||
| | * | Minor include file cleanup. | Tavmjong Bah | 2018-01-23 | 10 | -17/+8 | |
| | | | ||||||
| * | | Merge branch 'master' of gitlab.com:marcjeanmougin/inkscape | Marc Jeanmougin | 2018-01-23 | 6 | -623/+695 | |
| |\ \ | ||||||
| | * | | CPack fixes | Marc Jeanmougin | 2018-01-23 | 2 | -17/+7 | |
| | | | | ||||||
| | * | | Attempt to have gitlab build a .deb with cpack | Marc Jeanmougin | 2018-01-23 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Configure CPack | Marc Jeanmougin | 2018-01-23 | 4 | -229/+309 | |
| | |/ | ||||||
| | * | Convert gradient-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-22 | 2 | -619/+599 | |
| | | | | | | | | | With lots of other clean-up. | |||||
| | * | Add functions to return Gdk::Pixbuf's for gradients and gradient stops. | Tavmjong Bah | 2018-01-22 | 2 | -0/+80 | |
| | | | ||||||
| | * | Add pixmap and data (pointer) members to column. | Tavmjong Bah | 2018-01-22 | 2 | -4/+16 | |
| | | | ||||||
| * | | Add FindNSIS and fix prefix | Marc Jeanmougin | 2018-01-23 | 2 | -1/+56 | |
| | | | ||||||
| * | | CPack fixes | Marc Jeanmougin | 2018-01-22 | 2 | -17/+7 | |
| | | | ||||||
| * | | Attempt to have gitlab build a .deb with cpack | Marc Jeanmougin | 2018-01-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | Configure CPack | Marc Jeanmougin | 2018-01-21 | 4 | -229/+309 | |
| |/ | ||||||
| * | Add 5° rotation option | Marc Jeanmougin | 2018-01-20 | 1 | -3/+3 | |
| | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481 | |||||
| * | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 2018-01-19 | 8 | -11/+81 | |
| | | ||||||
| * | Don't allow dragging path at cap or line join | Eduard Braun | 2018-01-18 | 1 | -0/+1 | |
| | | | | | | | | | | This avoids a crash as dragging infinitesimally close to the node will cause undefined behavior (and we were actually dragging at the node itself in those two cases). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1691406 | |||||
| * | Really update style sheet for recent Swatches dialog changes. | Tavmjong Bah | 2018-01-18 | 1 | -1/+7 | |
| | | ||||||
| * | Revert "Update style sheet for recent Swatches dialog changes." | Tavmjong Bah | 2018-01-18 | 1 | -2/+1 | |
| | | | | | This reverts commit a2784fd9c376c07ffc71391c39e5b39b555c7d24. | |||||
| * | Update style sheet for recent Swatches dialog changes. | Tavmjong Bah | 2018-01-18 | 1 | -1/+2 | |
| | | ||||||
| * | PreviewHolder: derive from Gtk::Bin | Stefano Facchini | 2018-01-18 | 2 | -42/+20 | |
| | | | | | | Also, remove an intermediate container between the bin and the scrolled window. | |||||
| * | Remove unused abstract class PreviewFillable | Stefano Facchini | 2018-01-18 | 6 | -96/+28 | |
| | | | | | PreviewHolder is the only implementation. | |||||
| * | swatches: Code cleanup | Stefano Facchini | 2018-01-18 | 3 | -332/+166 | |
| | | | | | | | | | | Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox. | |||||
| * | Minor cleanup. | Tavmjong Bah | 2018-01-18 | 1 | -21/+34 | |
| | | ||||||
| * | Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose ↵ | Marc Jeanmougin | 2018-01-17 | 1 | -0/+1 | |
| | | | | | group's opacity) | |||||
| * | Properly support palettes without color names | Eduard Braun | 2018-01-17 | 1 | -2/+10 | |
| | | | | | | | | | | | - use hexadecimal color code as a replacement in this case. - do not attempt to translate empty string / color name - fix an issue in the custom trim() function returning early for strings only consisting of a single whitespace character, e.g. "\n" Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1743708 | |||||
| * | Fix possible divide by zero. | Tavmjong Bah | 2018-01-17 | 1 | -1/+2 | |
| | | ||||||
| * | panel: Cleanup code | Stefano Facchini | 2018-01-17 | 3 | -29/+14 | |
| | | | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup | |||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 12 | -500/+478 | |
| | | | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | |||||
| * | Pull a copy of desktop-gtk3 | Ted Gould | 2018-01-16 | 1 | -6/+26 | |
| | | ||||||
| * | Add change missed in last commit (due to incomplete cherry-pick). | Tavmjong Bah | 2018-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 38 | -80/+38 | |
| | | ||||||
| * | Remove the dialog "showclose" option | Stefano Facchini | 2018-01-16 | 3 | -17/+0 | |
| | | | | | All the dialogs have a top-right "close" button, so this is now useless. | |||||
| * | panel: remove the "apply_label" API | Stefano Facchini | 2018-01-16 | 6 | -39/+21 | |
| | | | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself. | |||||
| * | Remove obsolete build defines | Stefano Facchini | 2018-01-16 | 2 | -13/+0 | |
| | | ||||||
| * | Filter out conflicting files | Ted Gould | 2018-01-16 | 1 | -0/+4 | |
| | | ||||||
| * | Drop libpng12-dev and add gtk-update-icon-cache to help LP builders | Ted Gould | 2018-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Keep entries compact in Font Variant dialog. | Tavmjong Bah | 2018-01-15 | 1 | -37/+37 | |
| | | ||||||
| * | PDF+LaTeX: fix line spacing, add basic support for line-height | Eduard Braun | 2018-01-14 | 1 | -19/+28 | |
| | | | | | | | | | | Replace "\stackrel" with "\tabular" to achieve constant line spacing. The former varies line spacing depending on the content of the line (i.e. an line containing "-" will have a very small height) Add basic support for line-height. (currently only the top level text element is considered) | |||||
| * | LP Builders don't have 'apt-add-repository' by default | Ted Gould | 2018-01-13 | 1 | -0/+2 | |
| | | ||||||
| * | Drop Ken's PPA | Ted Gould | 2018-01-13 | 1 | -1/+0 | |
| | | ||||||
| * | Use Ken's PPA to get gtkmm | Ted Gould | 2018-01-13 | 1 | -5/+5 | |
| | | ||||||
| * | Pass along the BINRELOC flag | Ted Gould | 2018-01-13 | 1 | -5/+2 | |
| | | ||||||
| * | Disable gnome-3-26 PPA for now | Ted Gould | 2018-01-13 | 1 | -4/+5 | |
| | | ||||||
| * | Adding in the x11 and wayland interface | Ted Gould | 2018-01-13 | 1 | -2/+18 | |
| | | ||||||
| * | Ignore snappy build items | Ted Gould | 2018-01-13 | 1 | -0/+3 | |
| | | ||||||
| * | Adding in dist-upgrade | Ted Gould | 2018-01-13 | 1 | -0/+1 | |
| | | ||||||
| * | Add in the gnome-3-26 PPA | Ted Gould | 2018-01-13 | 1 | -1/+10 | |
| | | ||||||
| * | Script to get the Inkscape version from CMake | Ted Gould | 2018-01-13 | 1 | -0/+4 | |
| | | ||||||
| * | Support INKSCAPE_ICONPATH in the desktop file | Ted Gould | 2018-01-13 | 2 | -1/+9 | |
| | | ||||||
| * | Grab the snapcraft.yaml from the 0.92.x branch | Ted Gould | 2018-01-13 | 1 | -13/+21 | |
| | | ||||||
