| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Really convert LPEtool-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-02-03 | 1 | -40/+54 |
| | | |||||
| * | Remove unneeded header. | Tavmjong Bah | 2018-02-03 | 1 | -1/+0 |
| | | |||||
| * | Relink GtkAdjustments that use same UnitTracker. | Tavmjong Bah | 2018-02-03 | 1 | -1/+1 |
| | | | | | Link broken by commit e0957537 (removing GSList). | ||||
| * | Convert LPEtool-toobar to use ink-select-one-action. | Tavmjong Bah | 2018-02-01 | 1 | -32/+40 |
| | | |||||
| * | Remove unneeded header. | Tavmjong Bah | 2018-01-31 | 1 | -1/+0 |
| | | |||||
| * | Convert tweak tool to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -122/+116 |
| | | |||||
| * | Convert bucket toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -46/+78 |
| | | |||||
| * | Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0). | Tavmjong Bah | 2018-01-31 | 1 | -2/+2 |
| | | |||||
| * | Convert pen/pencil toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -119/+138 |
| | | |||||
| * | Fix build when DBUS enabled. | Tavmjong Bah | 2018-01-31 | 1 | -28/+23 |
| | | |||||
| * | Convert star-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-30 | 1 | -78/+93 |
| | | |||||
| * | Minor formatting cleanup. | Tavmjong Bah | 2018-01-30 | 1 | -61/+59 |
| | | |||||
| * | Minor fixes and reorganizing 'object' README file. | Tavmjong Bah | 2018-01-30 | 1 | -75/+73 |
| | | |||||
| * | Add error output when file loading fails. | Tavmjong Bah | 2018-01-30 | 1 | -3/+26 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 548 | -2446/+3367 |
| | | | | | A lot of header clean-up. | ||||
| * | Don't translate the empty string. | Eduard Braun | 2018-01-29 | 4 | -10/+10 |
| | | | | | | | | 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 | ||||
| * | OCAL dialog: make requests non-blocking on windows | Eduard Braun | 2018-01-26 | 1 | -8/+9 |
| | | | | | | | | | | | - Revert 738e2fcae54ef8764d33d3a47bf7868641efdcfd (which introduced asynchronous call) - Instead properly catch exceptions from load_contents_finish() which were probably what caused the crashes in the first place Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1745521 | ||||
| * | Fix handling of filenames of linked images in .odg export | Eduard Braun | 2018-01-24 | 2 | -6/+1 |
| | | | | | | | | | | | | | | | | - export of .odg files was completely broken on Windows as "documentUri = Inkscape::URI(filename);" always failed (Windows paths are never valid URIs because of '\') - Linked images did not seem to be working on any OS (probably regression in 6f844ef457690c841b0be91d70b1e54b61c04812) I assume support for linked images is still sketchy but seems to work in the most common cases; support for embedded images seems to be non-existent, though. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1654034 | ||||
| * | Always show an error dialog on failed saves | Eduard Braun | 2018-01-24 | 1 | -0/+17 |
| | | | | | | | | | | As a result of 2b8d9986140cc36ea6c0a3c3b88571983490e0ef the actual exceptions are now catched (instead of the generic Inkscape::Extension::Output::save_failed) but were not handled yet. Implement this handling for generic exceptions and output any potentially helpful information on what went wrong. | ||||
| * | Minor include file cleanup. | Tavmjong Bah | 2018-01-23 | 10 | -17/+8 |
| | | |||||
| * | Convert gradient-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-22 | 1 | -617/+597 |
| | | | | | 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 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 | ||||
| * | 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. | ||||
| * | 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 | 1 | -11/+0 |
| | | |||||
| * | 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) | ||||
| * | Fix tiny default size of preferences dialog | Eduard Braun | 2018-01-12 | 2 | -13/+63 |
| | | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/448728 - https://bugs.launchpad.net/inkscape/+bug/1360213 - https://bugs.launchpad.net/inkscape/+bug/1654469 | ||||
| * | Merge branch 'baseline-shift' of gitlab.com:khaledhosny/inkscape | Marc Jeanmougin | 2018-01-12 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix baseline shift movement direction | Khaled Hosny | 2017-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | This was broke in 2abe0bb681044d972e171189395a2afdbc39bf28 when delta_y was applied in the opposite Y direction but baseline_shift was kept unchanged. | ||||
| * | | Merge branch 'static_libs' of gitlab.com:Ede123/inkscape | Marc Jeanmougin | 2018-01-11 | 1 | -7/+8 |
| |\ \ | |||||
| | * | | Do not install static libraries | Eduard Braun | 2018-01-09 | 1 | -7/+8 |
| | | | | |||||
| * | | | Merge branch 'escapefontspec' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-01-11 | 2 | -2/+3 |
| |\ \ \ | |||||
| | * | | | Don't double-escape names of used fonts | Geoff Lankow | 2017-12-31 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Escape font name when setting preview text | Geoff Lankow | 2017-12-31 | 1 | -1/+2 |
| | | | | | |||||
