summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-023-170/+73
|\ \ \ \ \
| * | | | | Move directory scanners to new get_filenames(...) callsMartin Owens2017-07-023-170/+73
| |/ / / /
* | | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-011-2/+1
|\| | | |
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeSylvain Chiron2017-07-0152-276/+447
| |\ \ \ \
| | * | | | Fix a compiling error on debian testingJabier Arraiza2017-07-011-1/+1
| | | |_|/ | | |/| |
| * | | | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* | | | | Improving CR feedback. thanks!Jabier Arraiza2017-07-015-39/+7
| | | | |
* | | | | Finish add selectable knot shapesJabier Arraiza2017-07-014-14/+22
| | | | |
* | | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knotsJabier Arraiza2017-07-011-35/+73
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Hackfest: Add start of dropping toolMartin Owens2017-06-301-35/+73
| | | | |
* | | | | working on knots selectionJabier Arraiza2017-07-015-13/+57
| | | | |
* | | | | Starting selectable knotsJabier Arraiza2017-06-302-9/+9
|/ / / /
* | | | Hackfest: Show dropper color in cursor, while moving the mouse.Martin Owens2017-06-302-43/+35
| | | |
* | | | Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-3029-93/+59
| | | |
* | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-06-295-8/+186
|\ \ \ \
| * | | | Filter editor fix for gcc 5Martin Owens2017-06-291-2/+6
| | | | |
| * | | | Disable "new" filter editorMarc Jeanmougin2017-06-291-1/+0
| | | | |
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-2916-114/+84
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-2943-1260/+1552
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | glade WIPMarc Jeanmougin2017-06-292-34/+41
| | | | | |
| * | | | | First version (non-working)Marc Jeanmougin2017-06-285-8/+176
| | | | | |
* | | | | | aboutbox: Gtk3 fixesAlexander Valavanis2017-06-291-0/+27
| |_|/ / / |/| | | |
* | | | | knot-properties: Use Gtk::GridAlexander Valavanis2017-06-292-11/+11
| | | | |
* | | | | Rm remaining imagemenuitem usageAlexander Valavanis2017-06-293-35/+42
| | | | |
* | | | | Use Gtk orientable widgetsAlexander Valavanis2017-06-294-15/+17
| | | | |
* | | | | previewholder: Rm unused (and wrongly constructed) varAlexander Valavanis2017-06-291-1/+0
| | | | |
* | | | | interface: Rm unused functionAlexander Valavanis2017-06-291-29/+0
| | | | |
* | | | | Dock: Rm unnecessary enumAlexander Valavanis2017-06-295-23/+14
| |/ / / |/| | |
* | | | Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-2943-1260/+1552
|\ \ \ \ | |/ / / |/| | |
| * | | Remove old icon handling codeAlexander Valavanis2017-06-2938-184/+344
| | | |
| * | | contextmenu: Rm icons per GNOME HIGAlexander Valavanis2017-06-281-19/+1
| | | |
| * | | Add a show-icon attribute to menu XMLAlexander Valavanis2017-06-281-11/+34
| | | |
| * | | Revert "menu-items: C++ify"Alexander Valavanis2017-06-282-79/+50
| | | | | | | | | | | | | | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614.
| * | | Revert "Rm unused fn"Alexander Valavanis2017-06-281-0/+29
| | | | | | | | | | | | | | | | This reverts commit 1da12a921c8a5e9f49de799cf9f3e9a642208bd7.
| * | | Rm unused fnAlexander Valavanis2017-06-281-29/+0
| | | |
| * | | menu-items: C++ifyAlexander Valavanis2017-06-282-50/+79
| | | |
| * | | Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-276-1080/+1191
| | | |
| * | | Initial addition of menu iconsAlexander Valavanis2017-06-271-32/+48
| | | |
* | | | Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-287-29/+27
|/ / / | | | | | | | | | get_filename methods
* | | GdkScreen deprecation fixesAlexander Valavanis2017-06-272-7/+42
| | |
* | | select-tool: Only stop the rubberband when it was startedUli Schlachter2017-06-261-1/+3
|/ / | | | | | | | | | | | | | | Rubberband::stop() calls SPCanvas::endForcedFullRedraws(), which means possible no full redraw will happen while moving. Fixes: https://bugs.launchpad.net/inkscape/+bug/1510704 Signed-off-by: Uli Schlachter <psychon@znc.in>
* | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-4/+9
| | | | | | | | (Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...)
* | Fix a crash in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-6/+6
| | | | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1639701
* | Update dialog when object is added, deleted, or changed.Tavmjong Bah2017-06-142-0/+149
| |
* | Prevent crash due to clones.Tavmjong Bah2017-06-141-0/+1
| |
* | Reorder hide and lock from context menuJabier Arraiza Cenoz2017-06-071-7/+7
| | | | | | (bzr r15736)
* | 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 r15735)
* | Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-063-2/+89
| | | | | | (bzr r15732)
* | Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah2017-06-052-0/+35
| | | | | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15731)
* | Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-032-25/+35
|/ | | (bzr r15725)