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