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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1651
/
+0
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-4
/
+6
2017-01-25
[Bug #1537497] Icon preview doesn't render background.
tghs
1
-0
/
+14
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+2
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-51
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-05-04
Fix rendering of tool bar icons.
Tavmjong Bah
1
-2
/
+6
2016-05-03
Remove some GTK3 warnings.
Tavmjong Bah
1
-18
/
+24
2016-04-13
icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016
Alex Valavanis
1
-0
/
+6
2016-04-12
Add option for larger icons (useful for 4K display).
Tavmjong Bah
1
-0
/
+8
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2014-08-23
icon: gtk_widget_get_state deprecation fix
Alex Valavanis
1
-0
/
+4
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-1
/
+1
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-2
/
+2
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-2
/
+2
2014-01-20
cppcheck stuff
Kris De Gussem
1
-2
/
+2
2014-01-02
fix pointer initialization ( "0" --> "NULL")
Johan B. C. Engelen
1
-12
/
+12
2014-01-02
try to improve some error-prone piece of code (icon name related)
Johan B. C. Engelen
1
-8
/
+9
2014-01-02
fix Windows build (constness)
Johan B. C. Engelen
1
-3
/
+3
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-39
/
+14
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-1
/
+2
2013-06-12
Use fixed inkscape icon for 'no-marker' instead of gtk theme icon
Martin Owens
1
-0
/
+7
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-26
update icons
Jabier Arraiza Cenoz
1
-0
/
+1
2013-02-23
Fix missing headers for Gtk+ 3 build
Alex Valavanis
1
-0
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-34
/
+10
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-11
/
+8
2012-11-26
Drop support for Glib < 2.28
Alex Valavanis
1
-9
/
+0
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-1
/
+1
2012-06-24
Migrate some widgets to GtkStyleContext
Alex Valavanis
1
-0
/
+8
2012-05-09
GTK+3 drawing of icons
Alex Valavanis
1
-51
/
+61
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-0
/
+28
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+2
2012-01-14
icon.cpp GSEAL fixes
Alex Valavanis
1
-6
/
+13
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-2
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-25
/
+24
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-18
/
+10
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-34
/
+32
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-4
/
+6
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-06-15
Clean up deprecated GTK_WIDGET API
Alex Valavanis
1
-5
/
+5
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-3
/
+3
2010-12-21
Handle missing, inaccessible and misnamed cache directories.
Jon A. Cruz
1
-26
/
+38
[next]