summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-01-2310-17/+8
|\
| * Minor include file cleanup.Tavmjong Bah2018-01-2310-17/+8
| |
* | Merge branch 'master' of gitlab.com:marcjeanmougin/inkscapeMarc Jeanmougin2018-01-236-623/+695
|\ \
| * | CPack fixesMarc Jeanmougin2018-01-232-17/+7
| | |
| * | Attempt to have gitlab build a .deb with cpackMarc Jeanmougin2018-01-231-0/+1
| | |
| * | Configure CPackMarc Jeanmougin2018-01-234-229/+309
| |/
| * Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-222-619/+599
| | | | | | | | With lots of other clean-up.
| * Add functions to return Gdk::Pixbuf's for gradients and gradient stops.Tavmjong Bah2018-01-222-0/+80
| |
| * Add pixmap and data (pointer) members to column.Tavmjong Bah2018-01-222-4/+16
| |
* | Add FindNSIS and fix prefixMarc Jeanmougin2018-01-232-1/+56
| |
* | CPack fixesMarc Jeanmougin2018-01-222-17/+7
| |
* | Attempt to have gitlab build a .deb with cpackMarc Jeanmougin2018-01-211-0/+1
| |
* | Configure CPackMarc Jeanmougin2018-01-214-229/+309
|/
* Add 5° rotation optionMarc Jeanmougin2018-01-201-3/+3
| | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-198-11/+81
|
* Don't allow dragging path at cap or line joinEduard Braun2018-01-181-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 Bah2018-01-181-1/+7
|
* Revert "Update style sheet for recent Swatches dialog changes."Tavmjong Bah2018-01-181-2/+1
| | | | This reverts commit a2784fd9c376c07ffc71391c39e5b39b555c7d24.
* Update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+2
|
* PreviewHolder: derive from Gtk::BinStefano Facchini2018-01-182-42/+20
| | | | | Also, remove an intermediate container between the bin and the scrolled window.
* Remove unused abstract class PreviewFillableStefano Facchini2018-01-186-96/+28
| | | | PreviewHolder is the only implementation.
* swatches: Code cleanupStefano Facchini2018-01-183-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 Bah2018-01-181-21/+34
|
* Fixes https://bugs.launchpad.net/inkscape/+bug/1742305 (ungrouping can lose ↵Marc Jeanmougin2018-01-171-0/+1
| | | | group's opacity)
* Properly support palettes without color namesEduard Braun2018-01-171-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 Bah2018-01-171-1/+2
|
* panel: Cleanup codeStefano Facchini2018-01-173-29/+14
| | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-1712-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-gtk3Ted Gould2018-01-161-6/+26
|
* Add change missed in last commit (due to incomplete cherry-pick).Tavmjong Bah2018-01-161-1/+1
|
* panel: Remove the unused "title" labelStefano Facchini2018-01-1638-80/+38
|
* Remove the dialog "showclose" optionStefano Facchini2018-01-163-17/+0
| | | | All the dialogs have a top-right "close" button, so this is now useless.
* panel: remove the "apply_label" APIStefano Facchini2018-01-166-39/+21
| | | | | It was used only by the Memory dialog, which can very well add the "Recalculate" button itself.
* Remove obsolete build definesStefano Facchini2018-01-162-13/+0
|
* Filter out conflicting filesTed Gould2018-01-161-0/+4
|
* Drop libpng12-dev and add gtk-update-icon-cache to help LP buildersTed Gould2018-01-161-1/+1
|
* Keep entries compact in Font Variant dialog.Tavmjong Bah2018-01-151-37/+37
|
* PDF+LaTeX: fix line spacing, add basic support for line-heightEduard Braun2018-01-141-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 defaultTed Gould2018-01-131-0/+2
|
* Drop Ken's PPATed Gould2018-01-131-1/+0
|
* Use Ken's PPA to get gtkmmTed Gould2018-01-131-5/+5
|
* Pass along the BINRELOC flagTed Gould2018-01-131-5/+2
|
* Disable gnome-3-26 PPA for nowTed Gould2018-01-131-4/+5
|
* Adding in the x11 and wayland interfaceTed Gould2018-01-131-2/+18
|
* Ignore snappy build itemsTed Gould2018-01-131-0/+3
|
* Adding in dist-upgradeTed Gould2018-01-131-0/+1
|
* Add in the gnome-3-26 PPATed Gould2018-01-131-1/+10
|
* Script to get the Inkscape version from CMakeTed Gould2018-01-131-0/+4
|
* Support INKSCAPE_ICONPATH in the desktop fileTed Gould2018-01-132-1/+9
|
* Grab the snapcraft.yaml from the 0.92.x branchTed Gould2018-01-131-13/+21
|