summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Small bug fixes to font-variations files.Tavmjong Bah2018-05-032-5/+6
| |/ / / |/| | |
* | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-296-63/+61
|\ \ \ \
| * | | | Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-296-63/+61
| | | | |
* | | | | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-29519-1781/+1785
|/ / / /
* | | | Put adaptagrams into its own folderMarc Jeanmougin2018-04-29285-15/+18
| | | |
* | | | moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-29120-31/+35
| | | |
* | | | Make the CMS toggle button update the canvasTobias Ellinghaus2018-04-281-12/+12
| | | |
* | | | More progress on variable fonts support.Tavmjong Bah2018-04-286-24/+111
| | | |
* | | | Allow FER edition on canvasMarc Jeanmougin2018-04-285-0/+77
| | | |
* | | | Fix bug when converting to paths cliped and masked LPE elemetsJabiertxo Arraiza Cenoz2018-04-263-62/+65
| | | |
* | | | Add start of 'font-variations' widget.Tavmjong Bah2018-04-269-21/+291
| | | | | | | | | | | | | | | | Some code cleanup.
* | | | Implement FontSelectorToolbar.Tavmjong Bah2018-04-259-127/+562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A version of FontSelector designed for the text toolbar. This is meant as a replacement for Ink_ComboBoxEntry_Action. It is not ready for use. Also includes some code cleanup.
* | | | fix bug on compileJabiertxo Arraiza Cenoz2018-04-241-1/+0
| | | |
* | | | Forcing Win CIJabiertxo Arraiza Cenoz2018-04-241-0/+1
| | | |
* | | | Add translating fixesJabiertxo Arraiza Cenoz2018-04-242-12/+3
| | | |
* | | | Fix compilation with poppler 0.64Eduard Braun2018-04-244-10/+9
| | | |
* | | | Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-2315-42/+75
| | | |
* | | | Fix warings on updatesJabier Arraiza2018-04-2310-30/+26
| | | |
* | | | Remove pathh orig fileJabier Arraiza2018-04-231-1756/+0
| | | |
* | | | Fix promote dJabier Arraiza2018-04-238-15/+1802
| | | |
* | | | Remove some documents updatesJabier Arraiza2018-04-2311-23/+1
| | | |
* | | | Fix some crashes groupingJabier Arraiza2018-04-232-7/+10
| | | |
* | | | Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-238-95/+69
| | | |
* | | | Revert TAV d work for testingJabier Arraiza2018-04-237-46/+15
| | | |
* | | | Add transforms fixesJabier Arraiza2018-04-236-90/+34
| | | |
* | | | Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRCJabier Arraiza2018-04-233-121/+139
| | | |
* | | | Add fixes pointed by Lazur on IRCJabier Arraiza2018-04-232-44/+56
| | | |
* | | | Fixes pointed by LazurJabier Arraiza2018-04-231-40/+43
| | | |
* | | | Improve UI for projectionJabier Arraiza2018-04-232-19/+32
| | | |
* | | | Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-234-15/+27
| | | |
* | | | Finish projection phaseJabier Arraiza2018-04-232-33/+223
| | | |
* | | | Add UX for Lazuur projection ideaJabier Arraiza2018-04-232-11/+170
| | | |
* | | | Fixes for d promote to propertyJabier Arraiza2018-04-212-38/+36
|/ / /
* | | Fix a couple of buglets in Font Selector widget...Tavmjong Bah2018-04-141-3/+2
| | | | | | | | | | | | | | | Use designer face name rather than CSS face name in second style column. Add label for second style column.
* | | Fixes to transforms on LPEJabier Arraiza2018-04-1414-189/+84
| | |
* | | Add files missing in last commit (FontSelector).Tavmjong Bah2018-04-132-8/+9
| | |
* | | Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-1311-682/+805
| | | | | | | | | | | | | | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style.
* | | Remove unused variables.Tavmjong Bah2018-04-132-34/+9
| | |
* | | Fix inconsistent signal disconnection in arc toolbarMikko Rasa2018-04-121-1/+3
| | | | | | | | | | | | | | | | | | Leaving the repr listener up while the selection signal was disconnected caused a crash when the attribute change callback was called with an old item pointer still stored in tbl.
* | | Merge branch 'updategridwidgets' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-04-104-86/+113
|\ \ \
| * | | Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgetsGeoff Lankow2018-03-224-86/+113
| | | |
* | | | Cleanup Text and Font dialog.Tavmjong Bah2018-04-072-274/+62
| | | | | | | | | | | | | | | | | | | | | | | | Includes removal of unused buttons. These buttons were redundant with those in the Text toolbar except for TextPath offset... which will need to be added to the toolbar.
* | | | Erase rejected filesJabier Arraiza2018-04-072-79/+0
| | | |
* | | | Code cleanup.Tavmjong Bah2018-04-051-4/+3
| | | |
* | | | Extract and display ligatures in a font.Tavmjong Bah2018-04-056-31/+101
| | | |
* | | | Reduce error messages.Tavmjong Bah2018-04-041-1/+4
| | | |
* | | | Remove call to update font list when selection changes.Tavmjong Bah2018-04-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | A selection change does not alter the list of fonts in a docoument. This change fixes a bug in the Text and Font dialog where the font-family is unselected after the Apply button is pressed.
* | | | Unset 'font-variation-settings' if not used.Tavmjong Bah2018-04-031-2/+7
| | | |
* | | | Fix crash when selection non-variation style.Tavmjong Bah2018-04-031-3/+4
| | | |
* | | | Code cleanup: remove unneeded file.Tavmjong Bah2018-04-033-52/+7
| | | |