summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-2/+21
2012-05-11Fix for 169759 : HIG compliant Edit menuJohn Smith1-1/+1
2012-05-08Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith1-6818/+31
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-1/+1
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+5
2012-04-25Fix for 950677 : Add link option to gradient toolbarJohn Smith1-0/+1
2012-04-23Correct GTK+ 3 box syntax in toolboxAlex Valavanis1-5/+5
2012-04-23Get rid of GtkObject in toolboxAlex Valavanis1-16/+16
2012-04-23Fix remaining Lucid build issues, hopefullyAlex Valavanis1-18/+22
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-1/+5
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+20
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+5
2012-04-01Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith1-5/+19
2012-03-12Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis1-1/+1
2012-03-08UI. Removing Affect: label (see Bug #590686).Nicolas Dufour1-1/+0
2012-03-03Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith1-2/+3
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+3
2012-02-26Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis1-1/+3
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+2
2012-02-16Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith1-2/+1
2012-02-11GSEAL fixesAlex Valavanis1-61/+84
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+0
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem1-1/+3
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-14/+32
2012-01-05add toolbutton menu action type. now the add extremum node buttons are somewh...Johan B. C. Engelen1-11/+18
2012-01-04new: add nodes at extreme values of selected subpathsJohan B. C. Engelen1-6/+6
2012-01-02add buttons for node adding at extremaJohan B. C. Engelen1-0/+74
2012-01-01Added signal for desktop destruction to allow for proper removal of tracked s...Jon A. Cruz1-1/+15
2011-12-31add NULL pointer checksJohan B. C. Engelen1-0/+6
2011-12-18Refactor snap-preferences a bit moreDiederik van Lierop1-6/+6
2011-12-14Replace deprecated orientation symbolsAlex Valavanis1-4/+4
2011-10-081) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop1-0/+8
2011-10-03Doxygen cleanup.Jon A. Cruz1-4/+5
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-19/+7
2011-08-28Tie the snapping of rectangle corners and quadrant points of ellipses to the ...Diederik van Lierop1-2/+2
2011-08-27Allow snapping to path intersections without snapping to the paths themselvesDiederik van Lierop1-3/+2
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+2
2011-08-231) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop1-3/+3
2011-08-22Use different icons to communicate the change in behavior of the snap buttons...Diederik van Lierop1-12/+12
2011-08-22Some code cosmetics and commentsDiederik van Lierop1-30/+30
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-49/+32
2011-07-22Fixed bug where having a font-family with an uninstalled font (or with aTavmjong Bah1-95/+96
2011-07-19Add two new snap icons, and fix toggling bug for a single buttonDiederik van Lierop1-1/+1
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-86/+86
2011-06-30Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop1-0/+18
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-4/+23
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-15/+15
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-3/+3
2011-06-25warning cleanup (no functional changes)Campbell Barton1-2/+2
2011-06-24Removed outdated callback function.Jon A. Cruz1-6/+0