summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optionaly measure only selected elementsJabier Arraiza2017-12-021-0/+30
|
* Add missing mappings.Tavmjong Bah2017-11-171-1/+13
| | | | | | Note: This file does not appear to be used but is useful for scripts that extract icons from old files which contain the entire set of icons. Actual mapping is handled in 0.92.x and earlier by the now removed src/widgets/icon.cpp file.
* Unset the current tool early on shutdown.Stefano Facchini2017-11-131-2/+1
| | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method.
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-109-10/+10
|\
| * Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-079-9/+9
| |\
| | * Misc. typosUnknown2017-11-079-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
| * | Fix typo in line spacing tool tipMaren Hachmann2017-11-041-1/+1
| |/
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-0320-442/+217
|\|
| * Remove unused functions.Tavmjong Bah2017-10-262-129/+0
| |
| * Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
| |
| * Remove unused icon-size.hStefano Facchini2017-10-196-7/+2
| |
| * Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
| |
| * removed GList in ruler.cppMarc Jeanmougin2017-10-031-9/+15
| |
| * First batchMarc Jeanmougin2017-10-013-100/+48
| |
| * Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-012-32/+18
| |
| * Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-307-147/+133
| |
* | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-08-291-3/+6
|\|
| * Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵Jabiertxo Arraiza Cenoz2017-08-291-3/+6
| | | | | | | | in bspline mode
* | Merge from masterJabiertxo Arraiza Cenoz2017-08-291-3/+16
|\|
| * Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵Jabiertxo Arraiza Cenoz2017-08-291-2/+15
| | | | | | | | paths. Is retained in bezier mode. Consider backport it
* | Parametrice into preferences magic numbers and other staffJabier Arraiza2017-08-281-24/+21
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-42/+57
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-271-1/+70
| |
* | Starting with powerpencilJabier Arraiza2017-08-251-0/+7
|/
* Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵Jabier Arraiza2017-08-121-5/+75
| | | | because file changed
* Fix keyboard shortcuts for changing line spacing.Tavmjong Bah2017-08-091-59/+123
| | | | | | | Many bug fixes to ensure proper behavior for the different line spacing modes. Return focus to canvas when buttons are pushed in text tool bar. Change step size to a reasonable value for line height when unit not percent. Fix some issues with history for changes to line spacing in flowed text.
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-0/+287
| | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing.
* Remove unused files.Tavmjong Bah2017-08-011-12/+0
|
* Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-241-231/+168
| | | | | | | | | | Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower.
* Fix typoAlexander Valavanis2017-07-121-1/+1
|
* Fix duplicate definitionAlexander Valavanis2017-07-111-1/+0
|
* gimpcolorwheel: Fix event timeAlexander Valavanis2017-07-111-1/+1
|
* update GdkSeat usageAlexander Valavanis2017-07-101-7/+27
|
* Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2017-07-102-29/+25
|
* Update desktop-widget for GdkScreen/GdkMonitor changesAlexander Valavanis2017-07-091-3/+29
|
* Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-5/+0
|
* Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis2017-07-091-8/+7
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-082-2/+2
|
* Fix gtk margin APIAlexander Valavanis2017-07-061-0/+10
|
* Fix 'direction' gui.Tavmjong Bah2017-07-051-5/+3
|
* Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-2942-1896/+120
|\
| * Remove old icon handling codeAlexander Valavanis2017-06-2942-1894/+120
| |
| * Revert "color wheel: Temp fix for Gtk+ style properties"Alexander Valavanis2017-06-281-30/+0
| | | | | | | | This reverts commit c951edaa91414fd5dfddb745de49baf777f72075.
| * Revert "menu-items: C++ify"Alexander Valavanis2017-06-282-13/+6
| | | | | | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614.
| * menu-items: C++ifyAlexander Valavanis2017-06-282-6/+13
| |
| * color wheel: Temp fix for Gtk+ style propertiesAlexander Valavanis2017-06-271-0/+30
| |
* | Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-282-11/+13
|/ | | | get_filename methods
* Attempt to make paintbucket build option not cause errors for toolbar loadingMartin Owens2017-06-161-0/+11
|
* Fix err leaking and cmakeMartin Owens2017-06-161-0/+2
|
* Complete to move to using ui files instead of compiled in xmlMartin Owens2017-06-161-470/+23
|