| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Gtk margin handling | Alexander Valavanis | 2017-07-09 | 1 | -3/+22 |
| | | |||||
| * | Update for Gtk alignment changes | Alexander Valavanis | 2017-07-09 | 1 | -20/+20 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -3/+6 |
| | | |||||
| * | Fix behavior of scroling stroke width statusbar indicator with non-px units | eman-mod | 2017-04-15 | 1 | -7/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622) | ||||
| * | Fix "swap fill and stroke" for multiple objects in selection | alexandru.roman | 2017-01-21 | 1 | -56/+1 |
| | | | | | | | | | | Add verb and shortcut possibility Fixed bugs: - https://launchpad.net/bugs/367360 - https://launchpad.net/bugs/675690 (bzr r15428) | ||||
| * | Enable swapping of fill and stroke when one is a mesh. | Tavmjong Bah | 2016-11-09 | 1 | -0/+6 |
| | | | | (bzr r15230) | ||||
| * | Provide simple "preview" for mesh gradients. | Tavmjong Bah | 2016-10-09 | 1 | -2/+2 |
| | | | | (bzr r15157) | ||||
| * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -2/+2 |
| | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -45/+0 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -8/+0 |
| | | | | | | | (bzr r15023.2.8) | ||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -37/+0 |
| | | | | | | | (bzr r15023.2.6) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -8/+3 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+8 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -8/+1 |
| |/ | | | (bzr r15025) | ||||
| * | GTK3: Give names to more widgets. | Tavmjong Bah | 2016-05-17 | 1 | -0/+1 |
| | | | | (bzr r14896) | ||||
| * | Hackfest 2016: fix critical warning on startup | Krzysztof Kosi??ski | 2016-04-11 | 1 | -13/+11 |
| | | | | (bzr r14780) | ||||
| * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -2/+2 |
| | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -14/+12 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -36/+35 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 1 | -2/+2 |
| | | | | (bzr r13811) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+3 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Fix crash with GTK+ 3.14 on launch | Bryce Harrington | 2014-10-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Liam to check for undefined desktop during startup. ** (inkscape:57708): CRITICAL **: SPCanvas* sp_desktop_canvas(const SPDesktop*): assertion 'desktop != NULL' failed Fixes: https://bugs.launchpad.net/inkscape/+bug/1375085 Fixed bugs: - https://launchpad.net/bugs/1375085 (bzr r13611) | ||||
| * | | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+5 |
| |\| | | | | | (bzr r13341.1.255) | ||||
| | * | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 2014-10-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | ||||
| * | | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.1.183) | ||||
| * | | Add meshes to selected style widget | Liam P. White | 2014-08-10 | 1 | -0/+21 |
| |/ | | | (bzr r13341.1.129) | ||||
| * | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). | Nicolas Dufour | 2014-02-28 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074) | ||||
| * | small code clarification, doesn't change anything, but makes intent more clear | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | (bzr r12895) | ||||
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -1/+1 |
| | | | | (bzr r12785) | ||||
| * | remove unused private members | Johan B. C. Engelen | 2013-11-05 | 1 | -3/+1 |
| | | | | (bzr r12779) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -7/+7 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 1 | -1/+1 |
| | | | | (bzr r12661) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -12/+17 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -1/+2 |
| | | | | | | | (bzr r12380.1.62) | ||||
| | * | Ported "ui/widget/selected-style.*". | Matthew Petroff | 2013-07-19 | 1 | -13/+16 |
| | | | | | | | (bzr r12380.1.39) | ||||
| | * | Temporary fixes/kludges. | Matthew Petroff | 2013-07-17 | 1 | -0/+1 |
| | | | | | | | (bzr r12380.1.16) | ||||
| | * | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -1/+1 |
| | | | | | | | (bzr r12380.1.8) | ||||
| * | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -7/+7 |
| | | | | | | | (bzr r11608.1.110) | ||||
| * | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -2/+2 |
| |/ | | | (bzr r11608.1.82) | ||||
| * | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker | Alex Valavanis | 2013-03-09 | 1 | -1/+26 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185) | ||||
| * | cppcheck: Simple fixes for src/ui/widget | Alex Valavanis | 2012-11-15 | 1 | -4/+4 |
| | | | | (bzr r11873) | ||||
| * | Fix for 171890 : Mouse wheel on swatches | John Smith | 2012-10-23 | 1 | -41/+68 |
| | | | | (bzr r11822) | ||||
| * | Fix for 831008 : Line width menu only show Px,Pt and mm | John Smith | 2012-10-01 | 1 | -33/+37 |
| | | | | (bzr r11719) | ||||
| * | Fix for 367548 : Invert doesnt work on objects with gradients | John Smith | 2012-09-23 | 1 | -3/+2 |
| | | | | (bzr r11696) | ||||
| * | Fix for 367548 : Invert doesnt work on objects with gradients | John Smith | 2012-09-22 | 1 | -0/+12 |
| | | | | (bzr r11694) | ||||
| * | Fix for 484135 : clicking on the stroke size doesn't open the dialog box | John Smith | 2012-08-05 | 1 | -0/+1 |
| | | | | (bzr r11592) | ||||
| * | Fix for 167781 : opacity in selected style loses focus on kbd value scroll, ↵ | John Smith | 2012-07-11 | 1 | -0/+1 |
| | | | | | | fix for Esc (bzr r11540) | ||||
