summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Cleanup old xmlMartin Owens2017-06-161-55/+4
|
* Use user interface files for the user interfaceMartin Owens2017-06-161-3/+17
|
* Remove duplicated build checks.Elliott Sales de Andrade2017-06-151-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 Bah2017-06-141-55/+39
|
* stroke-style: fix preloading no-markerchr2017-05-181-4/+10
| | | | | speed up inkscape startup (bzr r15698.1.3)
* Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-211-2/+3
| | | | | Change default rotation step to 15 degrees. (bzr r15605)
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-202-158/+180
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Fix zoom reference point when using desktop's zoom widget.Tavmjong Bah2017-03-141-2/+4
| | | (bzr r15594)
* Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-131-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 textEduard Braun2017-03-071-1/+1
| | | (bzr r15574)
* Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" ↵Eduard Braun2017-03-061-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 Braun2017-03-061-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 signJabiertxof2017-03-061-9/+9
| | | (bzr r15570)
* Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-34/+57
| | | (bzr r15561)
* merge minor refactoringShlomi Fish2017-02-282-9/+0
|\ | | | | (bzr r15555)
| * Merged.Shlomi Fish2017-02-231-1/+1
| |\ | | | | | | (bzr r15369.1.19)
| * \ Merged.Shlomi Fish2017-02-067-41/+370
| |\ \ | | | | | | | | (bzr r15369.1.18)