summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-09GTK+3 drawing of iconsAlex Valavanis1-51/+61
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+28
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-1/+2
2012-01-14icon.cpp GSEAL fixesAlex Valavanis1-6/+13
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-25/+24
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-18/+10
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-34/+32
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+6
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-5/+5
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-3/+3
2010-12-21Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz1-26/+38
2010-12-21Unify stat type for older glib.Jon A. Cruz1-0/+8
2010-12-21Enable icon disk cache by default.Jon A. Cruz1-1/+1
2010-12-21Clear cached items when state is invalid.Jon A. Cruz1-3/+145
2010-12-19Correct load order of user icons.svg icons with legacy names.Jon A. Cruz1-87/+58
2010-12-18C++-ification.Jon A. Cruz1-119/+125
2010-12-18Fix other fallback icon lookup.Jon A. Cruz1-12/+13
2010-12-18Add missing include\.Jon A. Cruz1-0/+1
2010-12-18Fix fallback icon loading order for icons with legacy names.Jon A. Cruz1-91/+70
2010-12-18Use subdirectories with icon sizes.Jon A. Cruz1-17/+42
2010-12-17Simple first pass for rough timingJon A. Cruz1-20/+56
2010-12-06Stop background rendering once crash handler is triggered.Jon A. Cruz1-4/+7
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-8/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-45/+20
2010-06-29Fix iconsKrzysztof Kosi??ski1-3/+44
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+4
2010-02-19Noop: removing and updating comments, fixing indentationDiederik van Lierop1-0/+20
2009-12-20Warning cleanupJon A. Cruz1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as "ink...chriswombat1-1/+1
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-05-04Update name listJon A. Cruz1-0/+3
2009-04-28Cleanup cache and rendering of icons.Jon A. Cruz1-47/+22
2009-04-27Cleaning up legacy stock icons and correct icon sizes to match theme engine s...Jon A. Cruz1-69/+29
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