summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8Patrick Storz2019-03-291-7/+0
| | |
* | | Drop "RegistryTool" which is no longer in use.Patrick Storz2019-03-294-285/+0
| | |
* | | Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034Patrick Storz2019-03-281-1/+1
| | |
* | | An a few more config.h fixesPatrick Storz2019-03-2811-40/+4
| | |
* | | ditoPatrick Storz2019-03-281-0/+4
| | |
* | | Fix internationalizationMarc Jeanmougin2019-03-281-0/+4
| | |
* | | CMake: Fix "unknown" in version string of ppa buildsPatrick Storz2019-03-281-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | For now we extract the exact version string of the ppa build (which differs from our usual version string). This should be matched to other builds, though, if somebody can figure it out.
* | | Add missing icons in Tango theme and some LPE icons improvementsJabiertxof2019-03-2863-217/+5338
| | |
* | | Fixing unwanted CSS code from other commitJabier Arraiza2019-03-281-6/+0
| | |
* | | Improbe stiling and cleanup of CSS on LPE Selector codeJabiertxof2019-03-282-58/+33
| | |
* | | Merge branch 'master' of https://gitlab.com/inkscape/inkscapeChris2019-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://gitlab.com/inkscape/inkscape: (115 commits) CMake/MSYS2: Include per-user font directory in fontconfig Increase portability of create_default_templates.py Extensions: Use wperl as default perl interpreter on Windows Make align handle thicker like traditional handles Prevent text dialog to become too wide. This is probably not the optimal way to do this and should be studied further. Seperate out center alignment and add sepcific tool text for it Add option for on canvas align handles and move group selection checkbox Merge in bazaar branch for alignment handles Make background color affect checkerboard Fix build fix building Remov force allocation Merge from master Fix compiling issues minor fixes Small change to hover text Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code Fix missing properties method, pass properties structure Remove Tags functionality (replaced by css selectors) ...
* | | Strip trailing whitespaceOndřej Čertík2019-03-271-5/+5
| | |
* | | Remove unused code for NEW_EXPORT_DIALOGPatrick Storz2019-03-275-866/+2
| | | | | | | | | | | | | | | Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively.
* | | remove wrong from clipboard pasteJabiertxof2019-03-271-2/+1
| | |
* | | Delete unused iconsJabiertxof2019-03-276-174/+0
| | |
* | | full remove expader + codeJabiertxof2019-03-272-9/+1
| | |
* | | Allow add LPE with one clickJabiertxof2019-03-274-6/+71
| | |
* | | Fix adding/lookup of recent files.Patrick Storz2019-03-272-26/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid setting an application name as Gtk::RecentManager calls g_get_application_name () internally to determine the default "name" attribute used for new entries in the list of recently used files (recently-used.xbel) Our Gtk::RecentFilter in menubar.cpp expects the name to equal to g_get_prgname () though (which happens to be the fallback of g_get_application_name, but only if no application name is set as in earlier versions) The alternative would be to set metadata manually, but it would require us to set *all* fields manually (including mime type, etc.). See also https://gitlab.gnome.org/GNOME/gtk/issues/1775 Fixes https://gitlab.com/inkscape/inkscape/issues/160
* | | Preferences: Remove old function to migrate recent documentsPatrick Storz2019-03-271-4/+0
| | | | | | | | | | | | | | | They seem to have been stored in preferences.xml at some point. We exclusively use Gtk::RecentManager for that now.
* | | Remove the expander code. Retain only for LPE default settingsJabiertxof2019-03-276-4/+6
| | |
* | | Add window class along dark/bright to mark APP is using symbolic icons or ↵Jabiertxof2019-03-272-0/+17
| | | | | | | | | | | | regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary
* | | Remove dead code.Tavmjong Bah2019-03-272-93/+0
| | |
* | | Add better visuals to expanders folowing stackoverflow question 50076541Jabier Arraiza2019-03-267-0/+180
| | |
* | | Misc. typosluz.paz2019-03-265-9/+9
| | | | | | | | | Found via `codespell`
* | | lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-2/+6
| | | | | | | | | | | | improved tool-tips for better usability
* | | lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-253-136/+112
| | | | | | | | | | | | improved tool-tips for better usability
* | | lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-252-46/+278
| | | | | | | | | | | | improved tool-tips for better usability
* | | lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-254-7/+36
| | |
* | | correct clang-format lpe-pts2ellipse.cppschwieni2019-03-251-1/+1
| | |
* | | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-252-119/+85
| | | | | | | | | | | | | | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* | | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-253-200/+309
| | | | | | | | | | | | | | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* | | Update 2geomPatrick Storz2019-03-2410-688/+685
| | | | | | | | | | | | | | | | | | | | | Now at d9e4cc11f4df4e71e96617699997c989cc9248a4 This is the last version that does not depend on an external copy of double-conversion yet.
* | | About dialog: Fix icon file locationPatrick Storz2019-03-242-2/+2
| | | | | | | | | | | | (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b)
* | | Extensions/Filters: Fix translations of submenu namesPatrick Storz2019-03-241-2/+1
| | | | | | | | | | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/42
* | | CSS bug fix on XMLEditorJabier Arraiza2019-03-241-2/+3
| | |
* | | Fixing coding styleJabier Arraiza2019-03-241-1/+1
| | |
* | | Add some handling fixes to selector classesJabier Arraiza2019-03-241-2/+2
| | |
* | | Remove clang format diff extraJabier Arraiza2019-03-241-393/+0
| | |
* | | Fix compiling problemJabier Arraiza2019-03-241-4/+4
| | |
* | | CSS fix to XMLDialog buttonsJabier Arraiza2019-03-241-0/+7
| | |
* | | Fix CI problemsJabier Arraiza2019-03-243-83/+470
| | |
* | | Move multiple selector to unhadled selectorJabier Arraiza2019-03-241-24/+20
| | |
* | | final improvements to style dialogJabier Arraiza2019-03-242-50/+109
| | |
* | | Add base of workingJabier Arraiza2019-03-243-90/+135
| | |
* | | Also deploy the dependencies of .so files coming with Pythonprobonopd2019-03-241-1/+55
| | |
* | | Fix localizationMarc Jeanmougin2019-03-242-3/+3
| | |
* | | Update extensions submodulePatrick Storz2019-03-231-0/+0
| | | | | | | | | | | | (avoid deprecation warning spawning for *every* extension)
* | | Fix text rendering when Inkscape multi-line text has an empty first line.Tavmjong Bah2019-03-233-7/+85
| | | | | | | | | | | | Possible fix for GitLab issue #45.
* | | Allow guide duplication in guides dialogMarc Jeanmougin2019-03-224-0/+16
| | |
* | | Revert Ctrl+Up/Down direction to 0.92.4 behaviourNathan Lee2019-03-221-2/+2
| | |