index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
clonetiler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-8
/
+14
2014-10-13
Fixed: "Called C++ object pointer is null"
Tavmjong Bah
1
-1
/
+6
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-2
/
+2
2014-07-11
scale tiled clones to document units (Bug 1288860)
Alvin Penner
1
-8
/
+10
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-2
/
+2
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-5
/
+5
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-5
/
+1
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
1
-11
/
+6
2013-07-18
Ported "ui/dialog/clonetiler.*".
Matthew Petroff
1
-32
/
+54
2013-07-09
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
1
-1
/
+1
2013-03-29
Header cleanup
Alex Valavanis
1
-1
/
+0
2012-12-09
Migrate remaining stuff from GtkTable to GtkGrid
Alex Valavanis
1
-4
/
+43
2012-11-15
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
1
-10
/
+10
2012-04-30
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
1
-4
/
+53
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+15
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+60
2012-03-24
Fix for 251674 and 592323 : Make CloneTiler dialog dockable
John Smith
1
-1269
/
+1186
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-0
/
+5
2012-02-15
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
1
-2
/
+5
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-13
Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.
Nicolas Dufour
1
-50
/
+59
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-10
/
+12
2012-01-04
More GSEAL issues
Alex Valavanis
1
-1
/
+1
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-3
/
+3
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-11-05
increase significant digits in clone tile dialog
Johan B. C. Engelen
1
-5
/
+8
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-4
/
+3
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-17
/
+13
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-11
/
+7
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-15
/
+9
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-6
/
+7
2011-07-15
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
1
-7
/
+7
2011-07-01
Migrate clonetiler to GtkComboBox
Alex Valavanis
1
-25
/
+33
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
1
-3
/
+3
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-1
/
+1
2011-06-23
Replace deprecated gtk_radio_button_group symbol
Alex Valavanis
1
-8
/
+8
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-51
/
+51
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-115
/
+88
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-0
/
+1
2011-04-11
Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...
Nicolas Dufour
1
-101
/
+78
2011-03-08
UI fix (message was not clear)
Kris De Gussem
1
-1
/
+1
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-22
/
+24
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-93
/
+93
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-12
Remove the failed and unused "new gui" stuff.
Krzysztof Kosi??ski
1
-23
/
+5
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-9
/
+3
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
1
-0
/
+1
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-30
/
+2
[next]