summaryrefslogtreecommitdiffstats
path: root/src/widgets/gimp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove gimp ruler.Tavmjong Bah2019-06-293-1552/+0
|
* revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46Jabiertxof2019-06-171-1/+0
|
* Add Vlada sugestion to rulers in roket.chatJabiertxof2019-06-171-0/+1
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+0
|
* Fix alignment of ruler ticksDiederik van Lierop2019-05-201-12/+9
|
* Stop crash, save dialog pos for floating dialog preferenceNathan Lee2019-02-271-24/+25
| | | | | | | | | Adds error checking and calls sp_ruler_remove_track_widget before track widget is removed. Fixes: https://gitlab.com/inkscape/inkscape/issues/90 https://bugs.launchpad.net/inkscape/+bug/1674155
* widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-14/+17
|
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-163-1583/+0
|
* Clarify licensesMax Gaukler2018-11-085-5/+13
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-2/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-4/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-22/+0
| | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
* [meson-build] libgimpwidgetsFelipe Corrêa da Silva Sanches2018-03-171-0/+22
|
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-183-1053/+0
|
* removed GList in ruler.cppMarc Jeanmougin2017-10-031-9/+15
|
* Fix typoAlexander Valavanis2017-07-121-1/+1
|
* 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
|
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-3/+2
| | | (bzr r15485)
* ruler: Read state flags for GtkStyleContext correctlyAlex Valavanis2016-12-311-4/+12
| | | (bzr r15380)
* Merge all upstream changes to GimpRulerAlex Valavanis2016-12-271-5/+22
| | | (bzr r15369)
* Move GIMP widgets to their own folderAlex Valavanis2016-08-087-0/+4137
(bzr r15043.1.2)