summaryrefslogtreecommitdiffstats
path: root/src/widgets/gimp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-29Remove gimp ruler.Tavmjong Bah3-1552/+0
2019-06-17revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46Jabiertxof1-1/+0
2019-06-17Add Vlada sugestion to rulers in roket.chatJabiertxof1-0/+1
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-2/+0
2019-05-20Fix alignment of ruler ticksDiederik van Lierop1-12/+9
2019-02-27Stop crash, save dialog pos for floating dialog preferenceNathan Lee1-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
2018-11-25widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis1-14/+17
2018-11-16Rewrite of Gimp Color Wheel in C++.Tavmjong Bah3-1583/+0
2018-11-08Clarify licensesMax Gaukler5-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-2/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-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
2018-03-17[meson-build] libgimpwidgetsFelipe Corrêa da Silva Sanches1-0/+22
2017-12-18Replace GimpSpinScale by InkSpinScale.Tavmjong Bah3-1053/+0
2017-10-03removed GList in ruler.cppMarc Jeanmougin1-9/+15
2017-07-12Fix typoAlexander Valavanis1-1/+1
2017-07-11gimpcolorwheel: Fix event timeAlexander Valavanis1-1/+1
2017-07-10update GdkSeat usageAlexander Valavanis1-7/+27
2017-07-10Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2-29/+25
2017-06-28Revert "color wheel: Temp fix for Gtk+ style properties"Alexander Valavanis1-30/+0
This reverts commit c951edaa91414fd5dfddb745de49baf777f72075.
2017-06-27color wheel: Temp fix for Gtk+ style propertiesAlexander Valavanis1-0/+30
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-3/+2
(bzr r15485)
2016-12-31ruler: Read state flags for GtkStyleContext correctlyAlex Valavanis1-4/+12
(bzr r15380)
2016-12-27Merge all upstream changes to GimpRulerAlex Valavanis1-5/+22
(bzr r15369)
2016-08-08Move GIMP widgets to their own folderAlex Valavanis7-0/+4137
(bzr r15043.1.2)