| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ressurrect Spiro Symplify by LPE because no wrong results and retain removed ↵ | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+6 |
| | | | | | in bspline mode | ||||
| * | 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 | ||||
| * | 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 |
| | | |||||
| * | Cleanup old xml | Martin Owens | 2017-06-16 | 1 | -55/+4 |
| | | |||||
| * | Use user interface files for the user interface | Martin Owens | 2017-06-16 | 1 | -3/+17 |
| | | |||||
| * | Remove duplicated build checks. | Elliott Sales de Andrade | 2017-06-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB). | ||||
| * | Use Glib::ustring to simplify title string code. | Tavmjong Bah | 2017-06-14 | 1 | -55/+39 |
| | | |||||
| * | stroke-style: fix preloading no-marker | chr | 2017-05-18 | 1 | -4/+10 |
| | | | | | | speed up inkscape startup (bzr r15698.1.3) | ||||
| * | Add entry for canvas rotate step in Inkscape Preferences dialog. | Tavmjong Bah | 2017-03-21 | 1 | -2/+3 |
| | | | | | | Change default rotation step to 15 degrees. (bzr r15605) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 2 | -158/+180 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Fix zoom reference point when using desktop's zoom widget. | Tavmjong Bah | 2017-03-14 | 1 | -2/+4 |
| | | | | (bzr r15594) | ||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -13/+7 |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | Fix field width of rotation input text | Eduard Braun | 2017-03-07 | 1 | -1/+1 |
| | | | | (bzr r15574) | ||||
| * | Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" ↵ | Eduard Braun | 2017-03-06 | 1 | -7/+12 |
| | | | | | | | | from previous commit. This allows to enter numbers with both dot (.) and comma (,) as decimal separator independently of the system locale. (bzr r15573) | ||||
| * | Fix Inkscape crashing on Windows (and possibly other OSs) if $LANG is set to ↵ | Eduard Braun | 2017-03-06 | 1 | -12/+15 |
| | | | | | | | | | | | anything but "C". The crash was caused by a call to "std::locale("")" which threw an error because std::locale support is not fully implemented in libstdc++ yet (see linked bug for details). Fixed bugs: - https://launchpad.net/bugs/1666314 (bzr r15572) | ||||
| * | Fix bug pointed by suv on IRC bad using of unicode degree sign | Jabiertxof | 2017-03-06 | 1 | -9/+9 |
| | | | | (bzr r15570) | ||||
| * | Implement arc "chord" type. (Matches Krita "chord" arc type.) | Tavmjong Bah | 2017-03-02 | 1 | -34/+57 |
| | | | | (bzr r15561) | ||||
| * | merge minor refactoring | Shlomi Fish | 2017-02-28 | 2 | -9/+0 |
| |\ | | | | | (bzr r15555) | ||||
| | * | Merged. | Shlomi Fish | 2017-02-23 | 1 | -1/+1 |
| | |\ | | | | | | | (bzr r15369.1.19) | ||||
| | * \ | Merged. | Shlomi Fish | 2017-02-06 | 7 | -41/+370 |
| | |\ \ | | | | | | | | | (bzr r15369.1.18) | ||||
| | * \ \ | Merged. | Shlomi Fish | 2017-01-10 | 1 | -0/+2 |
| | |\ \ \ | | | | | | | | | | | (bzr r15369.1.16) | ||||
| | * \ \ \ | Merged. | Shlomi Fish | 2017-01-06 | 3 | -7/+6 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r15369.1.15) | ||||
| | * | | | | | Remove an old comment which I don't understand. | Shlomi Fish | 2017-01-06 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like a todo which may or may not have been followed. (bzr r15369.1.14) | ||||
| | * | | | | | Cleanup: remove an unused local enum declaration. | Shlomi Fish | 2017-01-04 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | (bzr r15369.1.10) | ||||
| * | | | | | | Don't block data entry into the text-tool font-size entry widget after an ↵ | Tavmjong Bah | 2017-02-24 | 1 | -0/+1 |
| | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | empty entry. (bzr r15546) | ||||
