summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GTK+3 drawing of iconsAlex Valavanis2012-05-091-51/+61
| | | (bzr r11352)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+28
| | | | | gtkmm 3.4) (bzr r11261)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+2
| | | (bzr r10940)
* icon.cpp GSEAL fixesAlex Valavanis2012-01-141-6/+13
| | | (bzr r10883)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-2/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-25/+24
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-18/+10
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-07-251-4/+6
|\ | | | | (bzr r10347.1.18)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+6
| | | | | | (bzr r10461)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-34/+32
|/ | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-5/+5
|\ | | | | (bzr r9508.1.89)
| * Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-5/+5
| | | | | | (bzr r10302.1.2)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-216/+428
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
| | | | | | (bzr r10025)
| * Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz2010-12-211-26/+38
| | | | | | (bzr r9974)
| * Unify stat type for older glib.Jon A. Cruz2010-12-211-0/+8
| | | | | | (bzr r9972)
| * Enable icon disk cache by default.Jon A. Cruz2010-12-211-1/+1
| | | | | | (bzr r9970)
| * Clear cached items when state is invalid.Jon A. Cruz2010-12-211-3/+145
| | | | | | (bzr r9955.1.12)
| * C++-ification.Jon A. Cruz2010-12-181-119/+125
| | | | | | (bzr r9955.1.8)
| * Fix other fallback icon lookup.Jon A. Cruz2010-12-181-12/+13
| | | | | | (bzr r9955.1.7)
| * Add missing include\.Jon A. Cruz2010-12-181-0/+1
| | | | | | (bzr r9955.1.6)
| * Fix fallback icon loading order for icons with legacy names.Jon A. Cruz2010-12-181-91/+70
| | | | | | (bzr r9955.1.5)
| * Use subdirectories with icon sizes.Jon A. Cruz2010-12-181-17/+42
| | | | | | | | | | Perform work only when cache loading is enabled. (bzr r9955.1.4)
| * Simple first pass for rough timingJon A. Cruz2010-12-171-20/+56
| | | | | | (bzr r9955.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-11/+14
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+7
| |\ | | | | | | (bzr r9945.1.1)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+4
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
| * | Stop background rendering once crash handler is triggered.Jon A. Cruz2010-12-061-4/+7
| | | | | | | | | (bzr r9940)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
| | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-8/+1
| | | | | | (bzr r9508.1.44)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-45/+20
| | | | | | (bzr r9508.1.8)
* | Fix iconsKrzysztof Kosi??ski2010-06-291-3/+44
|/ | | (bzr r9508.1.7)
* Noop: removing and updating comments, fixing indentationDiederik van Lierop2010-02-191-0/+20
| | | (bzr r9101)
* Warning cleanupJon A. Cruz2009-12-201-1/+1
| | | (bzr r8895)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵chriswombat2009-08-051-1/+1
| | | | | "inkscape" wasn't working (probably some obscure bug somewhere with a reserved name or similar). This fixes the problem where the About Inkscape menu item in Help had a broken image picture rather than the Inkscape logo (on Win32 at least). (bzr r8411)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* Update name listJon A. Cruz2009-05-041-0/+3
| | | (bzr r7818)
* Cleanup cache and rendering of icons.Jon A. Cruz2009-04-281-47/+22
| | | (bzr r7781)
* Cleaning up legacy stock icons and correct icon sizes to match theme engine ↵Jon A. Cruz2009-04-271-69/+29
| | | | | sizes. (bzr r7779)
* Removed newer GIcon reference.Jon A. Cruz2009-04-221-12/+0
| | | (bzr r7759)
* Restoring needed icon rendering code. Addresses bug #363781.Jon A. Cruz2009-04-211-13/+249
| | | (bzr r7750)
* Added code to deal with changed icon names. Fixes bug #360964Jon A. Cruz2009-04-181-4/+255
| | | (bzr r7736)