| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix warnings | Johan B. C. Engelen | 2014-01-08 | 1 | -4/+4 |
| | | | | (bzr r12897) | ||||
| * | fix warning, update comments | Johan B. C. Engelen | 2014-01-08 | 1 | -5/+4 |
| | | | | (bzr r12896) | ||||
| * | small code clarification, doesn't change anything, but makes intent more clear | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12895) | ||||
| * | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 2014-01-08 | 2 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12894) | ||||
| * | Prevent infinite loop with bad input. | Tavmjong Bah | 2014-01-08 | 1 | -0/+1 |
| | | | | (bzr r12893) | ||||
| * | warning cleanup | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12892) | ||||
| * | Make damn sure the item hasn't been deleted before adding it. | Martin Owens | 2014-01-08 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12891) | ||||
| * | fix "set but ununused" warning | Johan B. C. Engelen | 2014-01-08 | 1 | -4/+4 |
| | | | | (bzr r12890) | ||||
| * | glyph drawing: improve code | Johan B. C. Engelen | 2014-01-08 | 1 | -18/+16 |
| | | | | (bzr r12889) | ||||
| * | fix bug (and add parens so we don't rely on operator precedence) | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12888) | ||||
| * | Language pseudo class should be case-insenstivie | Martin Owens | 2014-01-08 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1267118 (bzr r12887) | ||||
| * | c-string buffer > Glib::ustring usage | Kris De Gussem | 2014-01-06 | 1 | -8/+3 |
| | | | | (bzr r12885) | ||||
| * | Fix transforming shapes with path effect applied (bug #1247324) | Jabier Arraiza Cenoz | 2014-01-06 | 3 | -0/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884) | ||||
| * | Only display snapping tooltip if source / target are defined (LP #1255764) | Bryce Harrington | 2014-01-06 | 1 | -23/+25 |
| | | | | (bzr r12883) | ||||
| * | Uniform colons usage in UI in front of edit boxes | Kris De Gussem | 2014-01-05 | 1 | -4/+4 |
| | | | | (bzr r12882) | ||||
| * | modify get_scale_transform_for_variable_stroke() to be consistent with ↵ | Alvin Penner | 2014-01-04 | 4 | -89/+97 |
| | | | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881) | ||||
| * | Fix for bug #1057494 (Remove Manual Kerns hides the selected text). | Nicolas Dufour | 2014-01-04 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1057494 (bzr r12880) | ||||
| * | Fix for Bug #1265556 (plain svg export is broken for filter). | Nicolas Dufour | 2014-01-04 | 3 | -3/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1265556 (bzr r12879) | ||||
| * | Fixing errors and warnings in the debug code. | Nicolas Dufour | 2014-01-04 | 1 | -5/+5 |
| | | | | (bzr r12878) | ||||
| * | gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContext | Alex Valavanis | 2014-01-03 | 1 | -35/+49 |
| | | | | (bzr r12877) | ||||
| * | gimpspinscale (upstream #6940c): Add get/set_label | Alex Valavanis | 2014-01-03 | 2 | -36/+68 |
| | | | | (bzr r12876) | ||||
| * | gimpspinscale (upstream #fb623): Reorder functions | Alex Valavanis | 2014-01-03 | 1 | -23/+23 |
| | | | | (bzr r12875) | ||||
| * | gimpspinscale (upstream #ce8ae): Fix text rendering on dark bg | Alex Valavanis | 2014-01-03 | 1 | -56/+141 |
| | | | | (bzr r12874) | ||||
| * | gimpspinscale (upstream #85a09): Fix drag issue | Alex Valavanis | 2014-01-03 | 1 | -2/+10 |
| | | | | (bzr r12873) | ||||
| * | Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3 | Alex Valavanis | 2014-01-03 | 4 | -6/+6 |
| | | | | (bzr r12872) | ||||
| * | fix pointer initialization ( "0" --> "NULL") | Johan B. C. Engelen | 2014-01-02 | 1 | -12/+12 |
| | | | | (bzr r12871) | ||||
| * | try to improve some error-prone piece of code (icon name related) | Johan B. C. Engelen | 2014-01-02 | 1 | -8/+9 |
| | | | | (bzr r12870) | ||||
| * | fix Windows build (constness) | Johan B. C. Engelen | 2014-01-02 | 1 | -3/+3 |
| | | | | (bzr r12869) | ||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 22 | -145/+229 |
| | | | | (bzr r12868) | ||||
| * | memory leak fix (doc_title) + code readability | Kris De Gussem | 2014-01-02 | 1 | -14/+10 |
| | | | | (bzr r12867) | ||||
| * | Fix for Bug #950781 (There is no disk in drive error when opening Inkscape ↵ | Nicolas Dufour | 2014-01-02 | 1 | -2/+5 |
| | | | | | | | | | in Windows 7) by Max Gaukler. Fixed bugs: - https://launchpad.net/bugs/950781 (bzr r12866) | ||||
| * | prevent singularity when scaling horizontal or vertical line | Alvin Penner | 2013-12-31 | 1 | -2/+2 |
| | | | | (bzr r12864) | ||||
| * | modify transform behaviour for unscaled stroke width, Preserved Transforms ↵ | Alvin Penner | 2013-12-30 | 4 | -59/+64 |
| | | | | | | | | | (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12863) | ||||
| * | Fix for bug #1236282 (add full keyboard navigation support for new templates ↵ | Nicolas Dufour | 2013-12-27 | 4 | -4/+12 |
| | | | | | | | | | dialog). Fixed bugs: - https://launchpad.net/bugs/1236282 (bzr r12862) | ||||
| * | Fix for bug #1204732 (Inkscape crashed with SIGABRT in ↵ | Nicolas Dufour | 2013-12-26 | 1 | -1/+4 |
| | | | | | | | | | __gnu_cxx::__verbose_terminate_handler()). Fixed bugs: - https://launchpad.net/bugs/1204732 (bzr r12861) | ||||
| * | UI message fix | Kris De Gussem | 2013-12-24 | 1 | -2/+2 |
| | | | | (bzr r12857) | ||||
| * | add null check | Kris De Gussem | 2013-12-20 | 1 | -7/+9 |
| | | | | (bzr r12854) | ||||
| * | Null check added. (should fix bug 1172484) | Kris De Gussem | 2013-12-20 | 1 | -34/+37 |
| | | | | (bzr r12853) | ||||
| * | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 2013-12-17 | 4 | -11/+15 |
| | | | | (bzr r12852) | ||||
| * | Check order (fixing bug 1219264 ?) | Kris De Gussem | 2013-12-15 | 1 | -2/+2 |
| | | | | (bzr r12851) | ||||
| * | Fix for Bug #1255367 (Alt D clears undo history even when nothing happens). | Nicolas Dufour | 2013-12-12 | 1 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1255367 (bzr r12848) | ||||
| * | Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color ↵ | Nicolas Dufour | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | profiles)). Fixed bugs: - https://launchpad.net/bugs/498141 (bzr r12847) | ||||
| * | Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns ↵ | Nicolas Dufour | 2013-12-12 | 1 | -1/+1 |
| | | | | | | and corners shows 3 after undo). (bzr r12846) | ||||
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 7 | -0/+182 |
| | | | | | | | | Define WITH_CSSBLEND to try out. Note: The modes are defined in CSS Compositing and Blending Level 1. To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border). (bzr r12845) | ||||
| * | Add JessyInk namespace. | Tavmjong Bah | 2013-12-10 | 2 | -0/+2 |
| | | | | (bzr r12844) | ||||
| * | Superficial text fix in gradient toolbar. | Josh Andler | 2013-12-09 | 1 | -1/+1 |
| | | | | (bzr r12842) | ||||
| * | patch by Adolf Mathias and ~suv for Bug 1136495 | Alvin Penner | 2013-12-07 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1136495 (bzr r12841) | ||||
| * | Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...). | Nicolas Dufour | 2013-12-06 | 1 | -1/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1257007 (bzr r12840) | ||||
| * | fix Segmentation fault while exporting to Plain SVG (Bug #1202753) (patch of ↵ | Kris De Gussem | 2013-12-05 | 1 | -3/+6 |
| | | | | | | Anshul Bhatnagar) (bzr r12839) | ||||
| * | add null pointer check | Kris De Gussem | 2013-12-05 | 1 | -1/+1 |
| | | | | (bzr r12838) | ||||
