summaryrefslogtreecommitdiffstats
path: root/src/ink-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-638/+0
| | | (bzr r13341.1.249)
* More GObject boilerplate cleanupAlex Valavanis2013-01-241-117/+10
| | | (bzr r12059)
* Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith2012-09-241-2/+4
| | | (bzr r11701)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-7/+2
| | | (bzr r11030)
* add toolbutton menu action type. now the add extremum node buttons are ↵Johan B. C. Engelen2012-01-051-0/+71
| | | | | somewhat subbuttons of the insert node button... (bzr r10849)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-7/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-161-1/+2
| | | (bzr r7721)
* Fix ink toggle buttons to have non-stretching icons. Fixes blurring.Jon A. Cruz2009-04-031-1/+3
| | | (bzr r7612)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-3/+4
| | | (bzr r7107)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-211-4/+7
| | | (bzr r6859)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-221-0/+1
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-20/+20
| | | | | Fixes bug #168826. (bzr r4167)
* if there's no icon, create a toggle button with text labelbulia byak2007-08-181-18/+19
| | | (bzr r3506)
* Adding icons to pop-up toolbar menusJon A. Cruz2007-04-111-1/+30
| | | (bzr r2861)
* Updating incon when property changesJon A. Cruz2007-04-101-0/+24
| | | (bzr r2842)
* Updated simple action to work like toggle and radion versionsJon A. Cruz2007-04-091-25/+50
| | | (bzr r2840)
* Updating star toolbar with radio togglesJon A. Cruz2007-03-241-16/+218
| | | (bzr r2748)
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-191-0/+391
(bzr r1809)