summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InkAction: 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-2/+3
|
* 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-36/+9
|
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-4/+2
| | | (bzr r15368)
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-430/+10
| | | (bzr r15043)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-39/+3
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-38/+1
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
|/ | | (bzr r15025)
* Fix cmake buildMarc Jeanmougin2016-04-131-1/+1
| | | (bzr r14818)
* ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+22
| | | (bzr r14813)
* Fork GtkImageMenuItem and remove show_image boolean because we always want ↵Martin Owens2016-04-121-1/+19
| | | | | to show menu. (bzr r14800)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-0/+638
(bzr r13341.1.249)