summaryrefslogtreecommitdiffstats
path: root/src/widgets/ink-action.cpp (unfollow)
Commit message (Collapse)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 ↵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-2/+3
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-36/+9
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-4/+2
(bzr r15368)
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-430/+10
(bzr r15043)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+0
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-38/+1
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+5
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+0
(bzr r15025)
2016-04-13Fix cmake buildMarc Jeanmougin1-1/+1
(bzr r14818)
2016-04-13ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+22
(bzr r14813)
2016-04-12Fork GtkImageMenuItem and remove show_image boolean because we always want ↵Martin Owens1-1/+19
to show menu. (bzr r14800)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
(bzr r13341.1.249)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-117/+10
(bzr r12059)
2012-09-24Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith1-2/+4
(bzr r11701)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-7/+2
(bzr r11030)
2012-01-05add toolbutton menu action type. now the add extremum node buttons are ↵Johan B. C. Engelen1-0/+71
somewhat subbuttons of the insert node button... (bzr r10849)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-7/+2
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-2/+4
Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
2009-04-16Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski1-1/+2
(bzr r7721)
2009-04-03Fix ink toggle buttons to have non-stretching icons. Fixes blurring.Jon A. Cruz1-1/+3
(bzr r7612)
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-3/+4
(bzr r7107)
2008-09-21Fixes for missing icons and icon size issues.Jon A. Cruz1-4/+7
(bzr r6859)
2008-02-22Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan1-0/+1
correctly in the toolbox. Closes #169103. (bzr r4822)
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-20/+20
Fixes bug #168826. (bzr r4167)
2007-08-18if there's no icon, create a toggle button with text labelbulia byak1-18/+19
(bzr r3506)
2007-04-11Adding icons to pop-up toolbar menusJon A. Cruz1-1/+30
(bzr r2861)
2007-04-10Updating incon when property changesJon A. Cruz1-0/+24
(bzr r2842)
2007-04-09Updated simple action to work like toggle and radion versionsJon A. Cruz1-25/+50
(bzr r2840)
2007-03-24Updating star toolbar with radio togglesJon A. Cruz1-16/+218
(bzr r2748)
2006-10-19Adding custom action to work with spinbuttons in toolbarsJon A. Cruz1-0/+391
(bzr r1809)