summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-radio-action.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-03rm unused InkRadioActionAlexander Valavanis1-198/+0
2018-11-25InkRadioAction: Replace deprecated g_type_class_add_privateAlexander Valavanis1-20/+23
2018-11-09Fix codding styleJabiertxof1-2/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-1/+1
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-0/+9
- 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-07-21adding gtk-themeJabier Arraiza1-3/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-06-29Remove old icon handling codeAlexander Valavanis1-9/+9
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-0/+185
(bzr r15043)