summaryrefslogtreecommitdiffstats
path: root/src/widgets/icon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* Correct recent changes that had reverted to always use SPIcon when not ↵Jon A. Cruz2009-04-181-25/+41
| | | | | present as external .png files. (bzr r7735)
* Restore base legacy name supportJon A. Cruz2009-04-181-11/+88
| | | (bzr r7731)
* Warning cleanupJon A. Cruz2009-04-181-1/+1
| | | (bzr r7730)
* Whitespace cleanupJon A. Cruz2009-04-181-3/+3
| | | (bzr r7729)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-161-29/+23
| | | (bzr r7721)
* Only add builtin icons if loading from SVG succeededKrzysztof Kosi??ski2009-04-121-1/+1
| | | (bzr r7696)
* Fix the "select all" icon and remove stuff causing problems from ↵Krzysztof Kosi??ski2009-04-111-324/+56
| | | | | widgets/icon.cpp (bzr r7685)
* Debug enhancementJon A. Cruz2009-04-021-1/+3
| | | (bzr r7605)
* Fixed icon blurriness due to theme changing icon sizesJon A. Cruz2009-03-311-6/+20
| | | (bzr r7596)
* Fix icon cache code to properly render multiple sizes as needed.Jon A. Cruz2009-03-301-2/+22
| | | (bzr r7591)
* Fix GTK includes in widgets/icon.cppKrzysztof Kosi??ski2009-02-251-8/+2
| | | (bzr r7367)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-69/+78
| | | (bzr r7332)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-0/+4
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* Merge from fe-movedTed Gould2008-11-211-2/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-9/+15
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-7/+3
| | | (bzr r6884)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-211-32/+52
| | | (bzr r6859)
* Fix prerender shortcut by size. Fixes bug #262916.Jon A. Cruz2008-09-181-5/+11
| | | (bzr r6834)
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-251-24/+63
| | | (bzr r6715)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-3/+7
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-14/+14
| | | (bzr r6561)
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* Add use of themed icon names in addition to older stock iconsJon A. Cruz2008-07-111-12/+53
| | | (bzr r6256)
* Fixed icon loading, cacheing and fallback to use stock mechanisms.Jon A. Cruz2008-07-091-40/+98
| | | | | Helps with bugs #167341, #172148 (bzr r6242)
* Refactoring to be able to use standard themeable iconsJon A. Cruz2008-07-071-76/+82
| | | (bzr r6200)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-7/+4
| | | (bzr r5149)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-6/+4
| | | (bzr r4765)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-4/+2
| | | (bzr r4629)
* re-introduce isEmpty testsMenTaLguY2007-03-171-1/+1
| | | (bzr r2679)
* ban empty rectangles entirely and remove isEmpty testMenTaLguY2007-03-111-1/+1
| | | (bzr r2606)
* more NR::Maybe<NR::Rect> workMenTaLguY2007-03-041-17/+22
| | | (bzr r2543)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-13/+8
| | | | | rect handling, though) (bzr r2536)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* Fixed crash when draw height was zero.Jon A. Cruz2007-02-231-6/+11
| | | (bzr r2420)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-4/+4
| | | (bzr r2402)