| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused "get_datadir_path()" | Patrick Storz | 2019-03-30 | 2 | -27/+0 |
| | | | | | | This should be a function in Inkscape::IO::Resource (which it already references) if re-added. | ||||
| * | Add inscape to search path | Patrick Storz | 2019-03-30 | 3 | -0/+78 |
| | | | | | | | | | | | | | This primarily allows extensions to simply call "inkscape" without requiring the user to modify environment variables or worrying about different versions of inkscape on the same machine (as we prefix the search path). We did this already for Windows but the code was removed in db05b842cba28f01b431eee890537959aa2d8fe3 Partially fixes https://gitlab.com/inkscape/inkscape/issues/115 | ||||
| * | Restore "Add inkscape root directory to DLL search path" | Patrick Storz | 2019-03-30 | 1 | -0/+15 |
| | | | | | | | | | See ecfc9efaf66d054fda239f48ef984190a89e6bae for details. This was dropped in db05b842cba28f01b431eee890537959aa2d8fe3 Partial fix for https://gitlab.com/inkscape/inkscape/issues/115 | ||||
| * | script.cpp: more cleanup | Patrick Storz | 2019-03-29 | 1 | -32/+19 |
| | | |||||
| * | script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8 | Patrick Storz | 2019-03-29 | 1 | -7/+0 |
| | | |||||
| * | Drop "RegistryTool" which is no longer in use. | Patrick Storz | 2019-03-29 | 4 | -285/+0 |
| | | |||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 11 | -40/+4 |
| | | |||||
| * | dito | Patrick Storz | 2019-03-28 | 1 | -0/+4 |
| | | |||||
| * | Fix internationalization | Marc Jeanmougin | 2019-03-28 | 1 | -0/+4 |
| | | |||||
| * | Strip trailing whitespace | Ondřej Čertík | 2019-03-27 | 1 | -5/+5 |
| | | |||||
| * | Remove unused code for NEW_EXPORT_DIALOG | Patrick Storz | 2019-03-27 | 5 | -866/+2 |
| | | | | | | Functionality seems to have been replaced by "Save a Copy" and the PNG export dialog respectively. | ||||
| * | remove wrong from clipboard paste | Jabiertxof | 2019-03-27 | 1 | -2/+1 |
| | | |||||
| * | full remove expader + code | Jabiertxof | 2019-03-27 | 1 | -1/+0 |
| | | |||||
| * | Allow add LPE with one click | Jabiertxof | 2019-03-27 | 2 | -4/+38 |
| | | |||||
| * | Fix adding/lookup of recent files. | Patrick Storz | 2019-03-27 | 2 | -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 documents | Patrick Storz | 2019-03-27 | 1 | -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 settings | Jabiertxof | 2019-03-27 | 1 | -0/+1 |
| | | |||||
| * | Add window class along dark/bright to mark APP is using symbolic icons or ↵ | Jabiertxof | 2019-03-27 | 2 | -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 Bah | 2019-03-27 | 2 | -93/+0 |
| | | |||||
| * | Misc. typos | luz.paz | 2019-03-26 | 5 | -9/+9 |
| | | | | Found via `codespell` | ||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 1 | -2/+6 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 3 | -136/+112 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 2 | -46/+278 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: parameter enabling based on creation method | schwieni | 2019-03-25 | 4 | -7/+36 |
| | | |||||
| * | correct clang-format lpe-pts2ellipse.cpp | schwieni | 2019-03-25 | 1 | -1/+1 |
| | | |||||
| * | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 2 | -119/+85 |
| | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | ||||
| * | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 2 | -200/+308 |
| | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | ||||
| * | Update 2geom | Patrick Storz | 2019-03-24 | 10 | -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 location | Patrick Storz | 2019-03-24 | 2 | -2/+2 |
| | | | | | (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b) | ||||
| * | Extensions/Filters: Fix translations of submenu names | Patrick Storz | 2019-03-24 | 1 | -2/+1 |
| | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/42 | ||||
| * | Fixing coding style | Jabier Arraiza | 2019-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add some handling fixes to selector classes | Jabier Arraiza | 2019-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fix compiling problem | Jabier Arraiza | 2019-03-24 | 1 | -4/+4 |
| | | |||||
| * | Fix CI problems | Jabier Arraiza | 2019-03-24 | 2 | -83/+77 |
| | | |||||
| * | Move multiple selector to unhadled selector | Jabier Arraiza | 2019-03-24 | 1 | -24/+20 |
| | | |||||
| * | final improvements to style dialog | Jabier Arraiza | 2019-03-24 | 2 | -50/+109 |
| | | |||||
| * | Add base of working | Jabier Arraiza | 2019-03-24 | 3 | -90/+135 |
| | | |||||
| * | Fix localization | Marc Jeanmougin | 2019-03-24 | 1 | -2/+2 |
| | | |||||
| * | Fix text rendering when Inkscape multi-line text has an empty first line. | Tavmjong Bah | 2019-03-23 | 3 | -7/+85 |
| | | | | | Possible fix for GitLab issue #45. | ||||
| * | Allow guide duplication in guides dialog | Marc Jeanmougin | 2019-03-22 | 4 | -0/+16 |
| | | |||||
| * | Revert Ctrl+Up/Down direction to 0.92.4 behaviour | Nathan Lee | 2019-03-22 | 1 | -2/+2 |
| | | |||||
| * | Realign "Search and Replace" dialog | Patrick Storz | 2019-03-22 | 2 | -36/+40 |
| | | |||||
| * | Realign labels in "Transform" dialog | Patrick Storz | 2019-03-22 | 1 | -4/+20 |
| | | |||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 7 | -58/+56 |
| | | |||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 10 | -259/+255 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | Sync upstream libUEMF (0.2.6) | Nathan Lee | 2019-03-21 | 2 | -5/+7 |
| | | | | | | Corrects typo, suggested by David Binderman https://gitlab.com/inkscape/inkscape/issues/150 | ||||
| * | Empty string exception for CLI verbs | Nathan Lee | 2019-03-21 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/232 | ||||
| * | fix #145 XML editor crash removing style property | Thomas Holder | 2019-03-21 | 1 | -2/+2 |
| | | |||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 11 | -19/+19 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | ||||
| * | Fix #116: Wrong element names shown in XML editor for circles and ellipses | Martin Owens | 2019-03-20 | 17 | -34/+186 |
| |\ | |||||
