summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-toggle-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Tavmjong Bah2019-06-201-247/+0
|
* InkToggleAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-23/+26
|
* 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-3/+2
| | | | 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
* DropperToolbar: GtkAction migrationAlexander Valavanis2018-07-291-0/+14
|
* adding gtk-themeJabier Arraiza2018-07-211-9/+12
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Remove unused icon-size.hStefano Facchini2017-10-191-2/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-8/+7
|
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+221
(bzr r15043)