summaryrefslogtreecommitdiffstats
path: root/src/ink-action.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-638/+0
(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)