summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-radio-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm unused InkRadioActionAlexander Valavanis2019-02-031-198/+0
|
* InkRadioAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-20/+23
|
* 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/+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
* adding gtk-themeJabier Arraiza2018-07-211-3/+5
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Remove old icon handling codeAlexander Valavanis2017-06-291-9/+9
|
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+185
(bzr r15043)