summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-adjustment-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis2019-05-281-1130/+0
|
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-5/+0
|
* EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere ↵Alexander Valavanis2018-11-251-141/+157
| | | | to GObject conventions
* Fix codding styleJabiertxof2018-11-091-2/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-1/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* adding gtk-themeJabier Arraiza2018-07-211-2/+4
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-27/+27
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Replace all deprecated gdk_keymap_get_default() with ↵Emmanuel Gil Peyrot2018-06-121-1/+2
| | | | Gdk::Display::get_default()->get_keymap().
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-1/+5
|
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-3/+7
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | 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 ```
* Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
|
* First batchMarc Jeanmougin2017-10-011-7/+6
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-56/+58
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-8/+7
|
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-1/+1
| | | (bzr r15043.1.2)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-11/+1
| | | (bzr r15023.2.8)
* ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+6
| | | (bzr r14803)
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| | | (bzr r14126)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-0/+1113
(bzr r13341.1.249)