summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* full remove expader + codeJabiertxof2019-03-271-1/+0
|
* Allow add LPE with one clickJabiertxof2019-03-272-4/+38
|
* 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-271-0/+1
|
* 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
|
* 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-252-200/+308
| | | | | | | 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
* Fixing coding styleJabier Arraiza2019-03-241-1/+1
|
* Add some handling fixes to selector classesJabier Arraiza2019-03-241-2/+2
|
* Fix compiling problemJabier Arraiza2019-03-241-4/+4
|
* Fix CI problemsJabier Arraiza2019-03-242-83/+77
|
* 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
|
* Fix localizationMarc Jeanmougin2019-03-241-2/+2
|
* 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
|
* Realign "Search and Replace" dialogPatrick Storz2019-03-222-36/+40
|
* Realign labels in "Transform" dialogPatrick Storz2019-03-221-4/+20
|
* Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-227-58/+56
|
* Document Properties: General UI cleanupPatrick Storz2019-03-2210-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 Lee2019-03-212-5/+7
| | | | | Corrects typo, suggested by David Binderman https://gitlab.com/inkscape/inkscape/issues/150
* Empty string exception for CLI verbsNathan Lee2019-03-211-1/+1
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/232
* fix #145 XML editor crash removing style propertyThomas Holder2019-03-211-2/+2
|
* Misc. typos and whitespace fixesluz.paz2019-03-2111-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 ellipsesMartin Owens2019-03-2017-34/+186
|\
| * Add explicit overridesJoseph Da Silva2019-03-201-1/+1
| |
| * make GQuark => int conversion explicitJoseph Da Silva2019-03-201-1/+1
| |
| * Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-2017-34/+186
| |
* | Disable GTK3's motion event compression which was making drawing lag.yale2019-03-201-0/+1
| | | | | | | | This could be related to https://bugs.launchpad.net/inkscape/+bug/1723247
* | removing typo on previous commit, thanks McJabiertxof2019-03-201-1/+0
| |
* | Fix complication when debugging enabled.Tavmjong Bah2019-03-201-3/+4
| |
* | Avoid cancel dragging a item when right click presedJabiertxof2019-03-202-1/+2
|/
* fix #141 Find/Replace with empty stringThomas Holder2019-03-191-1/+1
|
* Tweaks to allow one to reduce size of Text and Font dialog.Tavmjong Bah2019-03-182-5/+9
| | | | Enabled/addded scrollbars and made style treeview columns resizable.
* Keep generic attributes with "Simplify" et. alThomas Holder2019-03-183-189/+159
| | | | | | | Keep generic attributes and child nodes when doing path conversion like "Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations. Fixes https://bugs.launchpad.net/inkscape/+bug/373140