summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-25InkAction: 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 i...Jabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-07-21adding gtk-themeJabier Arraiza1-2/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2017-06-29Remove old icon handling codeAlexander Valavanis1-36/+9
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-4/+2
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-430/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-38/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
2016-04-13Fix cmake buildMarc Jeanmougin1-1/+1
2016-04-13ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+22
2016-04-12Fork GtkImageMenuItem and remove show_image boolean because we always want to...Martin Owens1-1/+19
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-117/+10
2012-09-24Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith1-2/+4
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-7/+2
2012-01-05add toolbutton menu action type. now the add extremum node buttons are somewh...Johan B. C. Engelen1-0/+71
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-7/+2
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-2/+4
2009-04-16Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski1-1/+2
2009-04-03Fix ink toggle buttons to have non-stretching icons. Fixes blurring.Jon A. Cruz1-1/+3
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-3/+4
2008-09-21Fixes for missing icons and icon size issues.Jon A. Cruz1-4/+7
2008-02-22Changed how tooltips for verbs are fetched to display translated versions cor...Marcin Floryan1-0/+1
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-20/+20
2007-08-18if there's no icon, create a toggle button with text labelbulia byak1-18/+19
2007-04-11Adding icons to pop-up toolbar menusJon A. Cruz1-1/+30
2007-04-10Updating incon when property changesJon A. Cruz1-0/+24
2007-04-09Updated simple action to work like toggle and radion versionsJon A. Cruz1-25/+50
2007-03-24Updating star toolbar with radio togglesJon A. Cruz1-16/+218
2006-10-19Adding custom action to work with spinbuttons in toolbarsJon A. Cruz1-0/+391