summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update background-color tooltips in document-properties.cpp (#101)Tim Rawlinson2019-02-281-2/+2
| | |
* | | Remember dialog visibility with the floating dialog behaviourNathan Lee2019-03-061-1/+4
| | | | | | | | | | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1674155
* | | Merge: Fix use of uninitialized variableMartin Owens2019-03-061-0/+1
|\ \ \
| * | | Fix use of uninitialized variableKarl Cheng2019-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | It seems this was introduced in ce3c5920 through a copy/paste typo (bg_color_active -> bg_color). The whole line was then mistakenly removed in 0ee0c59c as it appeared to be redundant.
* | | | Merge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscapeMartin Owens2019-03-061-14/+19
|\ \ \ \
| * | | | Fix bug #630635: Print page size is incorrect: ↵Rick Yorgason2018-11-041-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/630635 Don't rotate the page if using a custom page size, because it confuses simpler printers which don't understand landscape mode, like laser cutters. (Note: comments #3-7 in that bug report are a different issue, which affects printers which don't understand custom page sizes; this issue was fixed in commit eaa134e8ea9e71489af1b5090bdee122d5b8d659)
* | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMartin Owens2019-03-061-24/+33
|\ \ \ \ \
| * | | | | Allows 'none' palette to be drag and dropped onto Selected StyleNathan Lee2019-03-061-24/+33
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switches drag_target from x_color to x_oswb_color x_color only accepts RGB, while x_oswb_color has None and Clear as distinct types. Fixes https://gitlab.com/inkscape/inbox/issues/79
* | | | | Merge addition of center on page buttonMartin Owens2019-03-061-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-111-0/+1
| | | | |
* | | | | Object Properties "Preserve Ratio" fixesThomas Holder2019-03-031-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix crash (strcmp -> g_strcmp0) - fix "true" -> "xMidYMid" - fix locked - fix typo (Pereserve -> Preserve)
* | | | | Enable global snapping preference by defaultPatrick Storz2019-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures consistent behavior with previous versions, i.e. before the switch was introduced in d69b5fe84fd438a218e6198af585f8532f0d8e70. Try to improve help string.
* | | | | This patch fixes the behaviour of control-handle locking duringIan Bruce2019-03-031-46/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion to smooth and symmetric path nodes, to conform to what is described in the keyboard reference and the manual. https://inkscape.org/en/doc/keys092.html#idm2176 http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-Editing.html See <https://bugs.launchpad.net/inkscape/+bug/1780775> for complete details.
* | | | | This patch alters the tip information displayed during path node editing,Ian Bruce2019-03-031-84/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to more accurately describe the actions available for the control that the mouse is currently hovering over. This patch should be applied on top of my first commit, bcff6d0c. Unlike that, this one does not alter Inkscape's functionality in any way, but presumably will require translation, which is why they have been separated. Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>.
* | | | | temporary fix for bug where undo/redo does not restore node-type changesIan Bruce2019-03-031-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not intended to be a permanent patch, but to point out the actual source of a problem where undo/redo does not work for node-type changes. It works by disabling the function of the PathManipulator::_nodetypesKey() method, to match some breakage which has apparently occurred somewhere else. Presumably, somebody would know where that was. Once that is located and fixed, this patch will be unnecessary, except for a minor code cleanup. At that point, the functional change would itself constitute a bug, instead of a temporary fix. Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>.
* | | | | refactor PanelDialog<Behavior::FloatingBehavior>Thomas Holder2019-03-021-46/+17
| | | | | | | | | | | | | | | | | | | | eliminates class duplication, only overloads specialized methods
* | | | | Reimplement one time dropper for strokeNathan Lee2019-03-021-1/+1
| |_|_|/ |/| | | | | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/46
* | | | Make align handle thicker like traditional handlesMartin Owens2019-02-261-44/+43
| | | |
* | | | Prevent text dialog to become too wide.Tavmjong Bah2019-02-261-3/+6
| | | | | | | | | | | | | | | | This is probably not the optimal way to do this and should be studied further.
* | | | Add option for on canvas align handles and move group selection checkboxMartin Owens2019-02-252-10/+27
| | | |
* | | | Merge in bazaar branch for alignment handlesMartin Owens2019-02-244-5/+77
| | | |
* | | | Remov force allocationJabiertxof2019-02-201-8/+0
| | | |
* | | | Merge from masterJabier Arraiza2019-02-207-78/+70
| | | |
* | | | Fix compiling issuesJabier Arraiza2019-02-205-28/+69
| | | |
* | | | minor fixesJabier Arraiza2019-02-201-3/+3
| | | |
* | | | Small change to hover textMartin Owens2019-02-201-1/+1
| | | |
* | | | Store pixbufs instead of names to reduce calls to sp_get_icon_pixbufMartin Owens2019-02-202-5/+5
| | | |
* | | | Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting codeMartin Owens2019-02-201-1/+1
| | | |
* | | | Remove Tags functionality (replaced by css selectors)Martin Owens2019-02-204-1302/+0
| | | |
* | | | Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵Martin Owens2019-02-204-81/+36
| | | | | | | | | | | | | | | | remove menu items
* | | | Remove css dialog from style dialog.Martin Owens2019-02-202-345/+0
| | | |
* | | | Move towards the css dialog being self-sufficient and disable style dialogMartin Owens2019-02-204-147/+277
| |_|/ |/| |
* | | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof2019-02-202-8/+23
| | |
* | | Prevent crashes in node toolJabiertxof2019-02-201-2/+3
| | |
* | | Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-206-12/+12
| | | | | | | | | | | | Makes searching through code for them easier.
* | | Fix typo in svg-preview.h and update POTFILES.inPatrick Storz2019-02-201-1/+1
| | |
* | | Fix incorrect string literal comparisonsKarl Cheng2019-02-192-2/+2
| | |
* | | Fix window positioning in Linux odf LPEDialogJabier Arraiza2019-02-191-0/+1
| | |
* | | Fixing windows glitchesJabiertxof2019-02-192-11/+5
| | |
* | | Fix header.Tavmjong Bah2019-02-191-1/+1
| | |
* | | Put SVGPreview into it's own file.Tavmjong Bah2019-02-195-480/+594
| | |
* | | Fixes LPE Dialog search focus and window sice improvements pointed by PatrickJabiertxof2019-02-192-7/+6
| | |
* | | Fix bugs pointed by PatrickJabier Arraiza2019-02-181-8/+27
| | |
* | | Remove a cout debug stringJabier Arraiza2019-02-181-1/+0
| | |
* | | Update issues on CIJabiertxof2019-02-183-108/+130
| | |
* | | Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-181-3/+14
| | |
* | | Add missing icons and add double languajeJabier Arraiza2019-02-181-49/+56
| | |
* | | Add switch icon to fix broken imageJabiertxof2019-02-182-7/+7
| | |
* | | Add apply functionsJabiertxof2019-02-182-33/+35
| | |
* | | Add apply functionJabiertxof2019-02-183-7/+73
| | |