summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix layer traversingTobias Ellinghaus2017-08-011-29/+24
* Expand io api for tav, resolve filename to local directoryMartin Owens2017-07-312-0/+27
* fixes the exclusion list for localized templatesMarc Jeanmougin2017-07-311-1/+1
* Fix translation of menus.xmlEduard Braun2017-07-301-1/+6
* layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
* filter-effects-dialog: Avoid copy-constructorAlexander Valavanis2017-07-292-15/+15
* Fix a bug pointed by CR on delete nodes in fillet/chamfer LPEJabier Arraiza2017-07-292-6/+7
* Show a control point for the center of a spiralAntonio Ospite2017-07-281-0/+47
* UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-264-26/+43
* change "FileDescription" in inkscape.rc to include product nameEduard Braun2017-07-261-2/+2
* interface: add support for old Gtk+Alex Valavanis2017-07-251-0/+5
* Fix Harfbuzz version check for TrustyAlex Valavanis2017-07-251-1/+4
* libcola: C++11 fixes for TrustyAlex Valavanis2017-07-251-2/+2
* Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-244-231/+540
* Use menus.xml for menus, load a basic File>Quit menu as backup.Martin Owens2017-07-212-312/+3
* Adjust the tooltip strings of the objects center pointAntonio Ospite2017-07-201-3/+3
* Show a control point for the center of a rectangleAntonio Ospite2017-07-201-0/+39
* Remove unnecessary cast which creates a temporary object that then goes out o...Tavmjong Bah2017-07-191-1/+1
* Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6efEduard Braun2017-07-191-11/+1
* Cleanup: eliminate version from config.hEduard Braun2017-07-175-6/+11
* Cleanup: eliminate require-config.hEduard Braun2017-07-174-6/+3
* cmake: autogenerate Windows .rc files for inkscape and inkviewEduard Braun2017-07-179-158/+55
* root dir tidying: cleanup inkscape iconsEduard Braun2017-07-164-4/+4
* Revert "Drop btool .rc files"Eduard Braun2017-07-144-0/+118
* Drop btool .rc filesBryce Harrington2017-07-144-118/+0
* cmake: fix targets to actually depend on inkscape-version.cppEduard Braun2017-07-141-13/+7
* Update ege-color-prof-tracker.cppMarc Jeanmougin2017-07-131-1/+1
* Fix src/ege-color-prof-tracker.cpp after 27cadae623ce5bc66b0401238bc7737b7b9d...Marc Jeanmougin2017-07-131-1/+1
* Fix typoAlexander Valavanis2017-07-121-1/+1
* Prevent crash when get_primary_monitor() returns nullptr. (Second place.)Tavmjong Bah2017-07-121-1/+5
* Merge branch 'shortcuts' (!41)Eduard Braun2017-07-1111-97/+115
|\
| * Only update shortcuts tree view once after updating (significantly reduces th...Eduard Braun2017-07-091-1/+5
| * Add Super, Hyper and Meta keys to get in sync with d79cc2caf65007ac9d1d598867...Eduard Braun2017-07-091-1/+4
| * Merge branch 'master' into shortcutsEduard Braun2017-07-09569-13089/+183223
| |\
| * | Use .xml when exporting shortcuts by defaultEduard Braun2017-06-231-6/+7
| * | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&")Eduard Braun2017-06-231-1/+1
| * | Improve and simplify shortcut handling.Eduard Braun2017-06-2311-75/+97
* | | Improve revision formatEduard Braun2017-07-111-1/+1
* | | Fix duplicate definitionAlexander Valavanis2017-07-111-1/+0
* | | gimpcolorwheel: Fix event timeAlexander Valavanis2017-07-111-1/+1
* | | update GdkSeat usageAlexander Valavanis2017-07-111-1/+20
* | | update GdkSeat usageAlexander Valavanis2017-07-101-7/+27
* | | Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2017-07-104-34/+73
* | | Drop obsolete SizeGroup::set_ignore_hiddenAlexander Valavanis2017-07-101-1/+0
* | | Drop obsolete resize_mode usageAlexander Valavanis2017-07-101-7/+0
* | | input devices: Update treeview usageAlexander Valavanis2017-07-101-54/+4
* | | Update GtkMenu usageAlexander Valavanis2017-07-102-20/+27
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-07-103-30/+66
|\ \ \ | | |/ | |/|
| * | Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ...Eduard Braun2017-07-091-4/+4
| * | Shortcuts: if loading the shortcuts file set in preferences fails fall back t...Eduard Braun2017-07-091-5/+26