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
/
icon.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
*
cppcheck stuff
Kris De Gussem
2014-01-20
1
-2
/
+2
*
fix pointer initialization ( "0" --> "NULL")
Johan B. C. Engelen
2014-01-02
1
-12
/
+12
*
try to improve some error-prone piece of code (icon name related)
Johan B. C. Engelen
2014-01-02
1
-8
/
+9
*
fix Windows build (constness)
Johan B. C. Engelen
2014-01-02
1
-3
/
+3
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-39
/
+14
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-1
/
+2
*
Use fixed inkscape icon for 'no-marker' instead of gtk theme icon
Martin Owens
2013-06-12
1
-0
/
+7
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-34
/
+10
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-1
/
+1
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-11
/
+8
*
Drop support for Glib < 2.28
Alex Valavanis
2012-11-26
1
-9
/
+0
*
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
2012-11-11
1
-1
/
+1
*
Migrate some widgets to GtkStyleContext
Alex Valavanis
2012-06-24
1
-0
/
+8
*
GTK+3 drawing of icons
Alex Valavanis
2012-05-09
1
-51
/
+61
*
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
2012-04-17
1
-0
/
+28
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-1
/
+1
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+2
*
icon.cpp GSEAL fixes
Alex Valavanis
2012-01-14
1
-6
/
+13
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-2
/
+1
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-25
/
+24
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-18
/
+10
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-25
1
-4
/
+6
|
\
|
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-4
/
+6
*
|
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-34
/
+32
|
/
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-5
/
+5
|
\
|
*
Clean up deprecated GTK_WIDGET API
Alex Valavanis
2011-06-15
1
-5
/
+5
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-216
/
+428
|
\
|
|
*
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
2011-02-21
1
-1
/
+1
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-3
/
+3
|
*
Handle missing, inaccessible and misnamed cache directories.
Jon A. Cruz
2010-12-21
1
-26
/
+38
|
*
Unify stat type for older glib.
Jon A. Cruz
2010-12-21
1
-0
/
+8
|
*
Enable icon disk cache by default.
Jon A. Cruz
2010-12-21
1
-1
/
+1
|
*
Clear cached items when state is invalid.
Jon A. Cruz
2010-12-21
1
-3
/
+145
|
*
C++-ification.
Jon A. Cruz
2010-12-18
1
-119
/
+125
|
*
Fix other fallback icon lookup.
Jon A. Cruz
2010-12-18
1
-12
/
+13
|
*
Add missing include\.
Jon A. Cruz
2010-12-18
1
-0
/
+1
|
*
Fix fallback icon loading order for icons with legacy names.
Jon A. Cruz
2010-12-18
1
-91
/
+70
|
*
Use subdirectories with icon sizes.
Jon A. Cruz
2010-12-18
1
-17
/
+42
|
*
Simple first pass for rough timing
Jon A. Cruz
2010-12-17
1
-20
/
+56
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-11
/
+14
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-7
/
+7
|
|
\
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-5
/
+4
|
*
|
Stop background rendering once crash handler is triggered.
Jon A. Cruz
2010-12-06
1
-4
/
+7
[next]