| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Optionaly measure only selected elements | Jabier Arraiza | 2017-12-02 | 1 | -0/+30 |
| | | |||||
| * | Add missing mappings. | Tavmjong Bah | 2017-11-17 | 1 | -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 Facchini | 2017-11-13 | 1 | -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 powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 9 | -10/+10 |
| |\ | |||||
| | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 9 | -9/+9 |
| | |\ | |||||
| | | * | Misc. typos | Unknown | 2017-11-07 | 9 | -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 tip | Maren Hachmann | 2017-11-04 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 20 | -442/+217 |
| |\| | |||||
| | * | Remove unused functions. | Tavmjong Bah | 2017-10-26 | 2 | -129/+0 |
| | | | |||||
| | * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | | |||||
| | * | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 6 | -7/+2 |
| | | | |||||
| | * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | | |||||
| | * | removed GList in ruler.cpp | Marc Jeanmougin | 2017-10-03 | 1 | -9/+15 |
| | | | |||||
| | * | First batch | Marc Jeanmougin | 2017-10-01 | 3 | -100/+48 |
| | | | |||||
| | * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 2 | -32/+18 |
| | | | |||||
| | * | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 7 | -147/+133 |
| | | | |||||
| * | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+6 |
| |\| | |||||
| | * | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+6 |
| | | | | | | | | | in bspline mode | ||||
| * | | Merge from master | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+16 |
| |\| | |||||
| | * | Remove LPE Simplify from spiro and BSpline mode because made uncontrolable ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -2/+15 |
| | | | | | | | | | paths. Is retained in bezier mode. Consider backport it | ||||
| * | | Parametrice into preferences magic numbers and other staff | Jabier Arraiza | 2017-08-28 | 1 | -24/+21 |
| | | | |||||
| * | | Allow pressure in pencil in the tree modes, bezier, bspline and spiro | Jabier Arraiza | 2017-08-28 | 1 | -42/+57 |
| | | | |||||
| * | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -1/+70 |
| | | | |||||
| * | | Starting with powerpencil | Jabier Arraiza | 2017-08-25 | 1 | -0/+7 |
| |/ | |||||
| * | Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵ | Jabier Arraiza | 2017-08-12 | 1 | -5/+75 |
| | | | | | because file changed | ||||
| * | Fix keyboard shortcuts for changing line spacing. | Tavmjong Bah | 2017-08-09 | 1 | -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 Bah | 2017-08-05 | 1 | -0/+287 |
| | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing. | ||||
| * | Remove unused files. | Tavmjong Bah | 2017-08-01 | 1 | -12/+0 |
| | | |||||
| * | Add C++ based Gtk::Action for choosing one item out of many. | Tavmjong Bah | 2017-07-24 | 1 | -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 typo | Alexander Valavanis | 2017-07-12 | 1 | -1/+1 |
| | | |||||
| * | Fix duplicate definition | Alexander Valavanis | 2017-07-11 | 1 | -1/+0 |
| | | |||||
| * | gimpcolorwheel: Fix event time | Alexander Valavanis | 2017-07-11 | 1 | -1/+1 |
| | | |||||
| * | update GdkSeat usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+27 |
| | | |||||
| * | Use new GdkSeat API and update gimpcolorwheel comments | Alexander Valavanis | 2017-07-10 | 2 | -29/+25 |
| | | |||||
| * | Update desktop-widget for GdkScreen/GdkMonitor changes | Alexander Valavanis | 2017-07-09 | 1 | -3/+29 |
| | | |||||
| * | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -5/+0 |
| | | |||||
| * | Updates for GdkScreen/GdkMonitor API changes | Alexander Valavanis | 2017-07-09 | 1 | -8/+7 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 2 | -2/+2 |
| | | |||||
| * | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 1 | -0/+10 |
| | | |||||
| * | Fix 'direction' gui. | Tavmjong Bah | 2017-07-05 | 1 | -5/+3 |
| | | |||||
| * | Hackfest icon work: restore selected menu icons and make theming easier | Alexander Valavanis | 2017-06-29 | 42 | -1896/+120 |
| |\ | |||||
| | * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 42 | -1894/+120 |
| | | | |||||
| | * | Revert "color wheel: Temp fix for Gtk+ style properties" | Alexander Valavanis | 2017-06-28 | 1 | -30/+0 |
| | | | | | | | | | This reverts commit c951edaa91414fd5dfddb745de49baf777f72075. | ||||
| | * | Revert "menu-items: C++ify" | Alexander Valavanis | 2017-06-28 | 2 | -13/+6 |
| | | | | | | | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614. | ||||
| | * | menu-items: C++ify | Alexander Valavanis | 2017-06-28 | 2 | -6/+13 |
| | | | |||||
| | * | color wheel: Temp fix for Gtk+ style properties | Alexander Valavanis | 2017-06-27 | 1 | -0/+30 |
| | | | |||||
| * | | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 2 | -11/+13 |
| |/ | | | | get_filename methods | ||||
| * | Attempt to make paintbucket build option not cause errors for toolbar loading | Martin Owens | 2017-06-16 | 1 | -0/+11 |
| | | |||||
| * | Fix err leaking and cmake | Martin Owens | 2017-06-16 | 1 | -0/+2 |
| | | |||||
| * | Complete to move to using ui files instead of compiled in xml | Martin Owens | 2017-06-16 | 1 | -470/+23 |
| | | |||||
