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
2009-04-22
Removed newer GIcon reference.
Jon A. Cruz
1
-12
/
+0
2009-04-21
Restoring needed icon rendering code. Addresses bug #363781.
Jon A. Cruz
1
-13
/
+249
2009-04-18
Added code to deal with changed icon names. Fixes bug #360964
Jon A. Cruz
1
-4
/
+255
2009-04-18
Correct recent changes that had reverted to always use SPIcon when not presen...
Jon A. Cruz
1
-25
/
+41
2009-04-18
Restore base legacy name support
Jon A. Cruz
1
-11
/
+88
2009-04-18
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2009-04-18
Whitespace cleanup
Jon A. Cruz
1
-3
/
+3
2009-04-16
Fix most icon issues: blurry icons, tiling, etc. (hooray!)
Krzysztof Kosi??ski
1
-29
/
+23
2009-04-12
Only add builtin icons if loading from SVG succeeded
Krzysztof Kosi??ski
1
-1
/
+1
2009-04-11
Fix the "select all" icon and remove stuff causing problems from widgets/icon...
Krzysztof Kosi??ski
1
-324
/
+56
2009-04-02
Debug enhancement
Jon A. Cruz
1
-1
/
+3
2009-03-31
Fixed icon blurriness due to theme changing icon sizes
Jon A. Cruz
1
-6
/
+20
2009-03-30
Fix icon cache code to properly render multiple sizes as needed.
Jon A. Cruz
1
-2
/
+22
2009-02-25
Fix GTK includes in widgets/icon.cpp
Krzysztof Kosi??ski
1
-8
/
+2
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-69
/
+78
2009-02-09
adding comments/TODOs and/or reverting some of the things done in r20655
Felipe Corr??a da Silva Sanches
1
-0
/
+4
2009-02-09
gcc warning cleanup
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-9
/
+15
2008-10-11
Merging from trunk
Ted Gould
1
-7
/
+3
2008-09-21
Fixes for missing icons and icon size issues.
Jon A. Cruz
1
-32
/
+52
2008-09-18
Fix prerender shortcut by size. Fixes bug #262916.
Jon A. Cruz
1
-5
/
+11
2008-08-25
Cleanup of named icon background rendering and added pref for workaround
Jon A. Cruz
1
-24
/
+63
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-3
/
+7
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-14
/
+14
2008-07-16
warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-11
Add use of themed icon names in addition to older stock icons
Jon A. Cruz
1
-12
/
+53
2008-07-09
Fixed icon loading, cacheing and fallback to use stock mechanisms.
Jon A. Cruz
1
-40
/
+98
2008-07-07
Refactoring to be able to use standard themeable icons
Jon A. Cruz
1
-76
/
+82
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-7
/
+4
2008-02-18
Fixing preview/swatch sizes.
Jon A. Cruz
1
-6
/
+4
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-4
/
+2
2007-03-17
re-introduce isEmpty tests
MenTaLguY
1
-1
/
+1
2007-03-11
ban empty rectangles entirely and remove isEmpty test
MenTaLguY
1
-1
/
+1
2007-03-04
more NR::Maybe<NR::Rect> work
MenTaLguY
1
-17
/
+22
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-13
/
+8
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-1
/
+1
2007-02-23
Fixed crash when draw height was zero.
Jon A. Cruz
1
-6
/
+11
2007-02-20
Moving functions from svg_preview_cache.h to a new .cpp
Bryce Harrington
1
-4
/
+4
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-25
I peeled back my changes because of some deep error.
Jon Phillips
1
-2
/
+0
2006-08-24
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
1
-0
/
+2
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-4
/
+5
2006-05-20
Changled dialog from checkboxes to icons for visible and locked.
Jon A. Cruz
1
-5
/
+13
2006-04-09
Tweaked smaller size to be 3/4ths the menu size
Jon A. Cruz
1
-2
/
+2
2006-04-08
Fixed array index calculation
Jon A. Cruz
1
-2
/
+4
2006-04-07
Putting in smaller icon size
Jon A. Cruz
1
-16
/
+76
[next]