summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove subshell around gtk-mac-bundlerRené de Hesselle2019-08-081-35/+11
| |
* | Update extensions to the latest versionsMartin Owens2019-08-081-0/+0
| |
* | Update macOS build pipelineRené de Hesselle2019-08-076-64/+27
| | | | | | | | These changes mainly accomodate for gtk-osx upstream updates.
* | Fixed incorrect array refernces causing bug 1600496Stephen Parry2019-08-071-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1600496 (bzr r15015)
* | Fix regression on text launch shortcutsJabier Arraiza2019-08-072-1/+15
| |
* | Fix Arc toolbar buttons (gitlab, inkscape#355)Nathan Lee2019-08-062-2/+6
| |
* | Add pySerial to macOS appRené de Hesselle2019-08-042-0/+5
| |
* | Remove MR811 from 5439390adf3975557920a1c047897aa425db713d to ↵Jabier Arraiza2019-08-04136-4747/+26
| | | | | | | | ebfcda5a1b0341c66b8f91d07ffacbf39a806885
* | Add assets to adwaita themeJabier Arraiza2019-08-03126-0/+462
| |
* | Fix coding styleJabiertxof2019-08-032-10/+13
| |
* | Add custom GTK3 themes inside InkscapeJabiertxof2019-08-0312-4595/+4257
| |
* | Initial codeJabier Arraiza2019-08-038-1/+4595
| |
* | Updating to masterJabier Arraiza2019-08-031-4/+0
| |
* | update to masterJabier Arraiza2019-08-031-4/+0
| |
* | Fix a issue pointed by Nathan in gitlabJabier Arraiza2019-08-031-0/+8
| |
* | Remove clangformatdiff fileJabiertxof2019-08-021-171/+0
| |
* | Remove line height code and ficx coding styleJabiertxof2019-08-0215-624/+819
| |
* | Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵Jabiertxof2019-08-026-14/+36
| | | | | | | | remember about ruberband selection
* | Fix coding styleJabiertxof2019-08-025-130/+131
| |
* | Add font size units and Adam UX sugestionJabiertxof2019-08-025-19/+74
| |
* | Working stateJabiertxof2019-08-024-36/+119
| |
* | Removing absolute unitsJabiertxof2019-08-025-111/+35
| |
* | Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-029-415/+247
| |
* | Adding font size scaleJabiertxof2019-08-023-137/+280
| |
* | improved fontsize changedJabiertxof2019-08-021-22/+34
| |
* | Remove legacy hamburger codeJabiertxof2019-08-025-40/+31
| |
* | Improving things poiner in rocketrr chat to line heigt in a new branchJabiertxof2019-08-024-573/+95
| |
* | Fix coding styleJabier Arraiza2019-08-021-70/+72
| |
* | Add lineheight proposalJabier Arraiza2019-08-025-157/+246
| |
* | fix a toggle of unit selectionJabier Arraiza2019-08-021-2/+2
| |
* | Fix coding styleJabier Arraiza2019-08-023-40/+40
| |
* | Add proposal 2 of line heightJabier Arraiza2019-08-022-110/+170
| |
* | Add subselections improvementsJabier Arraiza2019-08-022-10/+85
| |
* | add hamburger line height menuJabier Arraiza2019-08-025-95/+189
| |
* | moving hamburger to only line height partJabier Arraiza2019-08-023-22/+53
| |
* | addpopover to textmenuJabier Arraiza2019-08-025-47/+104
| |
* | Restart gtk-mac-bundler up to 5 timesRené de Hesselle2019-08-021-2/+24
| | | | | | | | | | | | | | This is an attempt to work around the current issue with gtk-mac-bundler failing. The issue itself hasn't been found and hasn't occured on my testing setup or on a second runner that is equal to the production runner.
* | Avoid implicit charset conversion when using stream output operatorPatrick Storz2019-08-011-1/+1
| | | | | | | | | | | | | | | | Throws `Glib::ConvertError`s when the current locale does not have the character in question and we need UTF-8 strings for the UI anyway. Fixes https://gitlab.com/inkscape/inkscape/issues/365
* | Keep tutorial even if built without potraceNathan Lee2019-07-313-9/+0
| |
* | Hide spellcheck dialog if Aspell is missingNathan Lee2019-07-3112-24/+65
| | | | | | | | Hide warnings emitted if Aspell/Potrace missing
* | If potrace unavailable, hide from the context menuNathan Lee2019-07-312-0/+6
| | | | | | | | Addresses gitlab.com/inkscape/inkscape/issues/354
* | Update snap build dependenciesTed Gould2019-07-311-1/+3
| |
* | fix compiling issuesJabier Arraiza2019-07-311-8/+2
| |
* | fix coding styleJabiertxof2019-07-312-8/+6
| |
* | Allow update mouse state when motionJabiertxof2019-07-312-49/+28
| |
* | Fix codding styleJabiertxof2019-07-312-10/+13
| |
* | Improvements to event tool handlerJabiertxof2019-07-312-18/+91
| |
* | Final fix of issue https://gitlab.com/inkscape/inbox/issues/707 Object ↵Jabiertxof2019-07-312-2/+9
| | | | | | | | disappears on accidental R-click when dragging
* | Localization: Fix extraction of escaped XML characters.Patrick Storz2019-07-302-1882/+1895
| | | | | | | | | | | | | | While they need to be escaped in the XML, we consume them directly in C++ code, where entities are already replaced. Fixes https://gitlab.com/inkscape/inkscape/issues/311 some more...
* | Verbs: Disable SP_VERB_DIALOG_SPELLCHECK when compiling without AspellPatrick Storz2019-07-291-0/+8
| | | | | | | | | | | | Also avoids showing menu items that have no function. (see also https://gitlab.com/inkscape/inkscape/issues/354)