summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update XML correctly when editing propertieskamalpreetgrewal2016-07-191-7/+6
* Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-194-21/+88
* Merge changes from trunkkamalpreetgrewal2016-07-194-4/+4
|\
| * Disambiguate sigc::ptr_fun to fix C++14 compilation.alexhenrie242016-07-184-4/+4
| |\
| | * [Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.Alex Henrie2016-07-184-4/+4
| |/
* | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-179-0/+219
* | Merge changes from trunkkamalpreetgrewal2016-07-171-1540/+1338
|\|
| * Translations: Update German .po fileEduard Braun2016-07-131-1540/+1338
* | Change expander column of treeview and set indentation of child rowskamalpreetgrewal2016-07-131-0/+2
* | Correct deletion of child rows when parent selector is deletedkamalpreetgrewal2016-07-131-4/+27
* | Replace s1 with matchSelectorkamalpreetgrewal2016-07-131-3/+4
* | Fix crash when deleting selectorkamalpreetgrewal2016-07-131-11/+16
* | Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-138-207/+233
* | Merge changes from trunkkamalpreetgrewal2016-07-131-7/+7
|\|
| * Comment out unused enum.Tavmjong Bah2016-07-101-7/+7
* | Delete objects from selector by clicking '-' in front of objectskamalpreetgrewal2016-07-091-44/+104
* | Merge changes from trunkkamalpreetgrewal2016-07-091-101/+128
|\|
| * Dutch translation updateKris De Gussem2016-07-081-101/+128
* | Selects matching objects for single as well as double click on selectorkamalpreetgrewal2016-07-082-34/+59
* | Merge changes from trunkkamalpreetgrewal2016-07-0825-4003/+4447
|\|
| * Documentation. French documentation translation updated.Nicolas Dufour2016-07-0812-1476/+1485
| * fix for mac ossuv-lp2016-07-061-1/+1
| * CMake build on windows (merge Sebastian's branch)Marc Jeanmougin2016-07-0612-618/+1092
| |\
| | * Fixing build for Linux.Sebastian Faubel2016-07-062-4/+6
| | * Fixing build for Linux.Sebastian Faubel2016-07-065-806/+808
| | * Removed configure.bat and touch.batSebastian Faubel2016-07-062-10/+0
| | * Fixed config.h defines to point to the right locations for data (icons) and l...Sebastian Faubel2016-07-066-34/+40
| | * Added missing files.Sebastian Faubel2016-07-053-0/+511
| | * Refactored the path settings and install scripts.Sebastian Faubel2016-07-053-435/+66
| | * Fixed locales.Sebastian Faubel2016-07-044-4/+6
| | * Merge with trunk.Sebastian Faubel2016-07-025-135/+465
| * | Translations. French translations update.chironsylvain2016-07-062-1908/+1869
* | | Fix issues related to updating style content and selection of rows in treeviewkamalpreetgrewal2016-07-061-27/+35
* | | Fix deletion and selection of objects clicking on styledialog rows and vice-v...kamalpreetgrewal2016-07-052-49/+122
* | | Merge changes from trunkkamalpreetgrewal2016-07-053-1214/+67
|\| |
| * | [Bug #1574561] Italian translation updates for 0.92.x.firashanife2016-07-041-1211/+59
| * | Fix typo that prevents reading of 'units-per-em'.Tavmjong Bah2016-07-041-1/+1
| * | Prevent data-losing crash when sorting attributes and Layer dialog open.Tavmjong Bah2016-07-041-2/+7
* | | Merge changes from trunkkamalpreetgrewal2016-07-043-104/+112
|\| |
| * | Rename function, fix some indenting issues.Tavmjong Bah2016-07-022-100/+110
| * | Fix typo from GList purge that broke SVG Font Editor dialog.Tavmjong Bah2016-07-021-1/+1
| * | Fix bug #1598009 regression on path parameterJabier Arraiza Cenoz2016-07-021-3/+1
* | | Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal2016-07-012-11/+52
* | | Solve a spacing issue & fix buttons to add selectors when existing drawing is...kamalpreetgrewal2016-07-011-1/+2
* | | Solve some compiler errorskamalpreetgrewal2016-06-302-8/+6
* | | If selectors(children) of a row in treeview are deleted, XML repr is updated ...kamalpreetgrewal2016-06-302-33/+65
* | | Merge changes from trunkkamalpreetgrewal2016-06-301-1/+1
|\| |
| * | avoid zero SBasis curve. (Bug 1593963)Alvin Penner2016-06-291-1/+1
| |/
* | Update XML repr when objects are added to selector & some code cleanupkamalpreetgrewal2016-06-282-91/+91
* | Select objects corresponding to selector selected in treeviewkamalpreetgrewal2016-06-262-13/+72