summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add case insensitive and no dialog loadingJabier Arraiza2017-10-202-58/+39
|
* Finish speed improvementsJabiertxo Arraiza Cenoz2017-10-192-34/+51
|
* Working on current documentJabiertxo Arraiza Cenoz2017-10-192-14/+21
|
* Improving speedJabier Arraiza2017-10-192-42/+69
|
* Working on speed improvementsJabiertxo Arraiza Cenoz2017-10-182-32/+89
|
* Add search to symbols dialogJabiertxo Arraiza Cenoz2017-10-182-17/+72
|
* Remove deprecated GNOME VFSStefano Facchini2017-10-132-43/+17
| | | | Just use Gio::File when access to non-local files is needed.
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-0535-77/+77
|
* Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin2017-10-052-3/+37
| | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval.
* Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscapeMarc Jeanmougin2017-10-056-104/+63
|\
| * Rename object-edit.cpp to what it really isStefano Facchini2017-10-014-89/+52
| |
| * Fix the editing of clipping and masking objectsStefano Facchini2017-10-013-15/+11
| | | | | | | | | | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization
* | Second batchMarc Jeanmougin2017-10-023-118/+42
| |
* | First batchMarc Jeanmougin2017-10-016-69/+55
| |
* | Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-0117-239/+181
| |
* | Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-305-30/+21
|/
* remove helper/gnome-utils.*Marc Jeanmougin2017-09-291-7/+7
|
* Merge branch 'jali/inkscape-ustring_refactor'Tavmjong Bah2017-09-278-48/+37
|\ | | | | | | Removes usage of GString.
| * Remove remaining usage of GString in ui/tools/*Jan Lingscheid2017-09-215-30/+25
| |
| * Remove unused GString in ui/tools/box3d-tool.cppJan Lingscheid2017-09-211-1/+0
| |
| * Remove usage of GString from ui/tools/spiral-tool.cppJan Lingscheid2017-09-211-3/+2
| |
| * Remove usage of GString from tool/node.cppJan Lingscheid2017-09-211-12/+7
| |
| * Refactor Box3d::string_from_axes to use Glib::ustringJan Lingscheid2017-09-211-2/+3
| |
* | Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-251-2/+5
| |
* | Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-2416-19/+19
| |
* | Fix bug #1094504 GTK3: RegisteredColorPicker (e.g. for grid, guides color) ↵Jabier Arraiza2017-09-231-22/+23
| | | | | | | | does not show preview of current color
* | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-3/+5
|/ | | | powerstroke path
* Add default extension for native win32 file save dialog.Eduard Braun2017-09-151-0/+1
| | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links.
* Added new LPE parameter to store Items array, also bugfixing in patharray ↵Jabiertxo Arraiza Cenoz2017-09-142-2/+2
| | | | parameter
* Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza2017-09-091-1/+1
|
* This commit is based on a coment on bug #1670644. And allow to fill the fill ↵Jabier Arraiza2017-09-092-0/+50
| | | | | | | between many LPE widget that allow attach all paths on the clipboard instead only one Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
* Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+1
| | | | in bspline mode
* Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵Jabiertxo Arraiza Cenoz2017-08-291-1/+3
| | | | paths. Is retained in bezier mode. Consider backport it
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-152-4/+6
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-11/+25
| | | | previous width
* Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'Martin Owens2017-08-131-1/+4
|\
| * update to trunkJabier Arraiza2017-07-0192-1569/+2067
| |\
| * \ Updating to masterJabier Arraiza2017-06-243-10/+165
| |\ \
| * \ \ Update to trunkJabier Arraiza Cenoz2017-06-072-8/+14
| |\ \ \ | | | | | | | | | | (bzr r15721)
| | * | | Reorder hide and lock from context menuJabier Arraiza Cenoz2017-06-071-7/+7
| | | | | | | | | | | | | | | (bzr r15703.1.33)
| | * | | Strip comments when parsing CSS. Allow no space after an element name if ↵Tavmjong Bah2017-06-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15703.1.32)
| * | | | Update to trunkJabier Arraiza Cenoz2017-06-065-27/+159
| |\| | | | | | | | | | | | | (bzr r15715)
| | * | | Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-063-2/+89
| | | | | | | | | | | | | | | (bzr r15703.1.29)
| | * | | Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah2017-06-052-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15703.1.28)
| | * | | Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-032-25/+35
| | | | | | | | | | | | | | | (bzr r15703.1.22)
| * | | | Working on hideJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | | | | | | | | | | (bzr r15711)
| * | | | Add toggle clip bisibility buttonJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | | | | | | | | | | (bzr r15709)
| * | | | Initial releaseJabiertxof2017-05-291-2/+5
| |/ / / | | | | | | | | (bzr r15704)
* | | | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen toolsJabier Arraiza2017-08-132-47/+127
| | | |
* | | | fix set_set_Marc Jeanmougin2017-08-071-1/+1
| | | |