summaryrefslogtreecommitdiffstats
path: root/src/widgets/select-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-04Switched to global UnitTable.Matthew Petroff1-4/+1
2013-08-01Improved math formatting.Matthew Petroff1-2/+2
2013-07-31Added percent support back to select toolbar.Matthew Petroff1-6/+7
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-13/+11
2013-07-17Port remaining files away from "helper/unit-tracker.h".Matthew Petroff1-28/+34
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-1/+1
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+3
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-2/+2
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-0/+1
2012-09-04Fix for 1042602 : Select toolbar, fix for regression when X and Y values are ...John Smith1-2/+2
2012-08-28Fix for 1042602 : Select toolbar : Width and height are not initially 0John Smith1-4/+4
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+5
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+5
2012-03-08UI. Removing Affect: label (see Bug #590686).Nicolas Dufour1-8/+0
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-26Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis1-1/+3
2012-02-14Cleaning up unused variables and other warnings.Jon A. Cruz1-1/+0
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-6/+6
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
2012-01-06More GSEAL stuffAlex Valavanis1-10/+10
2011-09-041) Fix absolute scaling in transform dialogDiederik van Lierop1-3/+5
2011-09-03Allow changing dimensions of vertical/horizontal lines using the numeric inpu...Diederik van Lierop1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-6/+6
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-8/+8
2011-07-10Selector's toolbar: changing the dimensions of the visual bounding box of sel...Diederik van Lierop1-19/+23
2011-07-02Be accurate when changing width/height in the toolbar, in case geometric boun...Diederik van Lierop1-1/+8
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+4
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+0
2011-04-19Restore modularity to adjustment action.Jon A. Cruz1-0/+17
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-12/+4
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-03-06i18n. Remove underscores in message context.Nicolas Dufour1-4/+4
2010-01-09Initial c++-ification of toolbox creation.Jon A. Cruz1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-07-09* dummy commit - previous commit message should have mentioned bug 380522 ins...Ivan Mas??r1-1/+1
2009-07-09* added tooltip (see bug 358921) and translator commentsIvan Mas??r1-1/+1
2009-04-27Cleaning up legacy stock icons and correct icon sizes to match theme engine s...Jon A. Cruz1-0/+2
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-7/+8
2009-02-14Zero page size for GTK spinbutton changeJon A. Cruz1-1/+1
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-2/+2
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-27From trunkTed Gould1-23/+33
2008-10-11Merging from trunkTed Gould1-10/+10
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen1-14/+15
2008-06-18Conversion to toolbars and preserve size upon undockJon A. Cruz1-1/+7