index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
toolbox.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-23
Fix spelling error in filename
Krzysztof Kosi??ski
1
-1
/
+1
2013-07-19
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
Matthew Petroff
1
-5
/
+0
2013-07-17
Port remaining files away from "helper/unit-tracker.h".
Matthew Petroff
1
-3
/
+0
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-6
/
+8
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-2
/
+2
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-47
/
+49
2013-04-18
Remove mesh tool active from source
root
1
-1
/
+1
2013-03-25
Fixed uninitialized variables & misc warnings.
Jon A. Cruz
1
-1
/
+1
2013-03-22
Enabling Mesh
Jabier Arraiza Cenoz
1
-1
/
+1
2013-03-22
Fixed end extremium node delete fault, ready for testing
root
1
-3
/
+3
2013-01-15
Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar functiona...
Alex Valavanis
1
-53
/
+4
2012-11-30
Step 1. Remove junk and keep functionality.
Martin Owens
1
-3
/
+0
2012-11-30
Fix for 255792 : Calligraphy tool presets management
John Smith
1
-0
/
+1
2012-10-20
GTK3: Migrate toolbox to GtkGrid API
Alex Valavanis
1
-0
/
+19
2012-10-11
Fix for 246153 : Broken style indicator
John Smith
1
-1
/
+1
2012-08-15
i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
Nicolas Dufour
1
-1
/
+1
2012-08-04
Fix for 575831 : Add font variant drop-down box to new text toolbar
John Smith
1
-2
/
+3
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-2
/
+21
2012-05-11
Fix for 169759 : HIG compliant Edit menu
John Smith
1
-1
/
+1
2012-05-08
Fix for 986446 : Refactor toolbox into tool specific files
John Smith
1
-6818
/
+31
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-1
/
+1
2012-04-30
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
1
-0
/
+5
2012-04-25
Fix for 950677 : Add link option to gradient toolbar
John Smith
1
-0
/
+1
2012-04-23
Correct GTK+ 3 box syntax in toolbox
Alex Valavanis
1
-5
/
+5
2012-04-23
Get rid of GtkObject in toolbox
Alex Valavanis
1
-16
/
+16
2012-04-23
Fix remaining Lucid build issues, hopefully
Alex Valavanis
1
-18
/
+22
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-1
/
+5
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+20
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+5
2012-04-01
Fix for 950677 : Add stops and repeat controls to the gradient toolbar
John Smith
1
-5
/
+19
2012-03-12
Fix false gtk deprecation warnings from gtkmm headers
Alex Valavanis
1
-1
/
+1
2012-03-08
UI. Removing Affect: label (see Bug #590686).
Nicolas Dufour
1
-1
/
+0
2012-03-03
Fix for 390458 : Convert Export Bitmap to a dockable dialog
John Smith
1
-2
/
+3
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+3
2012-02-26
Replace deprecated gtk_toolbar_append_widget API
Alex Valavanis
1
-1
/
+3
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+2
2012-02-16
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
John Smith
1
-2
/
+1
2012-02-11
GSEAL fixes
Alex Valavanis
1
-61
/
+84
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-11
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
1
-1
/
+3
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-14
/
+32
2012-01-05
add toolbutton menu action type. now the add extremum node buttons are somewh...
Johan B. C. Engelen
1
-11
/
+18
2012-01-04
new: add nodes at extreme values of selected subpaths
Johan B. C. Engelen
1
-6
/
+6
2012-01-02
add buttons for node adding at extrema
Johan B. C. Engelen
1
-0
/
+74
2012-01-01
Added signal for desktop destruction to allow for proper removal of tracked s...
Jon A. Cruz
1
-1
/
+15
2011-12-31
add NULL pointer checks
Johan B. C. Engelen
1
-0
/
+6
2011-12-18
Refactor snap-preferences a bit more
Diederik van Lierop
1
-6
/
+6
[next]