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
*
[Bug #1537497] Icon preview doesn't render background.
tghs
2017-01-25
1
-0
/
+14
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-51
/
+0
|
\
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-51
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-5
/
+2
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+5
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-5
/
+0
|
/
*
Fix rendering of tool bar icons.
Tavmjong Bah
2016-05-04
1
-2
/
+6
*
Remove some GTK3 warnings.
Tavmjong Bah
2016-05-03
1
-18
/
+24
*
icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016
Alex Valavanis
2016-04-13
1
-0
/
+6
*
Add option for larger icons (useful for 4K display).
Tavmjong Bah
2016-04-12
1
-0
/
+8
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Update to experimental r13527
Liam P. White
2014-08-30
1
-0
/
+4
|
\
|
*
icon: gtk_widget_get_state deprecation fix
Alex Valavanis
2014-08-23
1
-0
/
+4
*
|
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-1
/
+1
*
|
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
2014-06-26
1
-2
/
+2
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
update to trunk
Jabier Arraiza Cenoz
2014-02-08
1
-2
/
+2
|
\
|
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
*
|
update to trunk
Jabier Arraiza Cenoz
2014-01-27
1
-2
/
+2
|
\
|
|
*
cppcheck stuff
Kris De Gussem
2014-01-20
1
-2
/
+2
*
|
update to trunk
Jabier Arraiza Cenoz
2014-01-09
1
-61
/
+37
|
\
|
|
*
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
*
|
Update to trunk
Jabier Arraiza Cenoz
2013-09-20
1
-1
/
+2
|
\
|
|
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-1
/
+2
*
|
Upadate to trunk
Jabier Arraiza Cenoz
2013-07-04
1
-0
/
+11
|
\
|
|
*
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
*
|
update icons
Jabier Arraiza Cenoz
2013-04-26
1
-0
/
+1
|
/
*
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
[next]