summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-30/+15
| | | (bzr r12065)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-8/+8
| | | | | christmas\!) (bzr r11986)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+1
| | | (bzr r11868)
* Drop use of size-request in button and sp-widget (GTK3)Alex Valavanis2012-07-231-21/+40
| | | (bzr r11564)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Gtk+ 3 fixes for button widgetAlex Valavanis2012-05-181-7/+10
| | | (bzr r11381)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+4
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+28
| | | | | gtkmm 3.4) (bzr r11261)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-8/+1
| | | (bzr r11030)
* More GSEAL fixesAlex Valavanis2012-01-051-2/+3
| | | (bzr r10845)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-38/+24
| | | (bzr r10582.1.10)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-2/+2
| | | (bzr r10277.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-24/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Cleanups from backports.Jon A. Cruz2010-10-291-22/+20
| | | (bzr r9863)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-3/+5
| | | (bzr r9745)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-15/+18
| | | (bzr r5617)
* Minor cleanupJon A. Cruz2007-11-111-4/+4
| | | (bzr r4056)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+2
| | | (bzr r1379)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-3/+3
| | | (bzr r439)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+324
(bzr r1)