| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -1/+1 |
| | | | | (bzr r10064) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| | | | | (bzr r10025) | ||||
| * | Handle missing, inaccessible and misnamed cache directories. | Jon A. Cruz | 2010-12-21 | 1 | -26/+38 |
| | | | | (bzr r9974) | ||||
| * | Unify stat type for older glib. | Jon A. Cruz | 2010-12-21 | 1 | -0/+8 |
| | | | | (bzr r9972) | ||||
| * | Enable icon disk cache by default. | Jon A. Cruz | 2010-12-21 | 1 | -1/+1 |
| | | | | (bzr r9970) | ||||
| * | Clear cached items when state is invalid. | Jon A. Cruz | 2010-12-21 | 1 | -3/+145 |
| | | | | (bzr r9955.1.12) | ||||
| * | C++-ification. | Jon A. Cruz | 2010-12-18 | 1 | -119/+125 |
| | | | | (bzr r9955.1.8) | ||||
| * | Fix other fallback icon lookup. | Jon A. Cruz | 2010-12-18 | 1 | -12/+13 |
| | | | | (bzr r9955.1.7) | ||||
| * | Add missing include\. | Jon A. Cruz | 2010-12-18 | 1 | -0/+1 |
| | | | | (bzr r9955.1.6) | ||||
| * | Fix fallback icon loading order for icons with legacy names. | Jon A. Cruz | 2010-12-18 | 1 | -91/+70 |
| | | | | (bzr r9955.1.5) | ||||
| * | Use subdirectories with icon sizes. | Jon A. Cruz | 2010-12-18 | 1 | -17/+42 |
| | | | | | | Perform work only when cache loading is enabled. (bzr r9955.1.4) | ||||
| * | Simple first pass for rough timing | Jon A. Cruz | 2010-12-17 | 1 | -20/+56 |
| | | | | (bzr r9955.1.1) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -7/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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. Cruz | 2010-12-06 | 1 | -4/+7 |
| | | | | | | | (bzr r9940) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 indentation | Diederik van Lierop | 2010-02-19 | 1 | -0/+20 |
| | | | | (bzr r9101) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -1/+1 |
| | | | | (bzr r8895) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵ | chriswombat | 2009-08-05 | 1 | -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->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8404) | ||||
| * | Update name list | Jon A. Cruz | 2009-05-04 | 1 | -0/+3 |
| | | | | (bzr r7818) | ||||
| * | Cleanup cache and rendering of icons. | Jon A. Cruz | 2009-04-28 | 1 | -47/+22 |
| | | | | (bzr r7781) | ||||
| * | Cleaning up legacy stock icons and correct icon sizes to match theme engine ↵ | Jon A. Cruz | 2009-04-27 | 1 | -69/+29 |
| | | | | | | sizes. (bzr r7779) | ||||
| * | Removed newer GIcon reference. | Jon A. Cruz | 2009-04-22 | 1 | -12/+0 |
| | | | | (bzr r7759) | ||||
| * | Restoring needed icon rendering code. Addresses bug #363781. | Jon A. Cruz | 2009-04-21 | 1 | -13/+249 |
| | | | | (bzr r7750) | ||||
| * | Added code to deal with changed icon names. Fixes bug #360964 | Jon A. Cruz | 2009-04-18 | 1 | -4/+255 |
| | | | | (bzr r7736) | ||||
| * | Correct recent changes that had reverted to always use SPIcon when not ↵ | Jon A. Cruz | 2009-04-18 | 1 | -25/+41 |
| | | | | | | present as external .png files. (bzr r7735) | ||||
| * | Restore base legacy name support | Jon A. Cruz | 2009-04-18 | 1 | -11/+88 |
| | | | | (bzr r7731) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-04-18 | 1 | -1/+1 |
| | | | | (bzr r7730) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2009-04-18 | 1 | -3/+3 |
| | | | | (bzr r7729) | ||||
| * | Fix most icon issues: blurry icons, tiling, etc. (hooray!) | Krzysztof Kosi??ski | 2009-04-16 | 1 | -29/+23 |
| | | | | (bzr r7721) | ||||
| * | Only add builtin icons if loading from SVG succeeded | Krzysztof Kosi??ski | 2009-04-12 | 1 | -1/+1 |
| | | | | (bzr r7696) | ||||
| * | Fix the "select all" icon and remove stuff causing problems from ↵ | Krzysztof Kosi??ski | 2009-04-11 | 1 | -324/+56 |
| | | | | | | widgets/icon.cpp (bzr r7685) | ||||
| * | Debug enhancement | Jon A. Cruz | 2009-04-02 | 1 | -1/+3 |
| | | | | (bzr r7605) | ||||
| * | Fixed icon blurriness due to theme changing icon sizes | Jon A. Cruz | 2009-03-31 | 1 | -6/+20 |
| | | | | (bzr r7596) | ||||
| * | Fix icon cache code to properly render multiple sizes as needed. | Jon A. Cruz | 2009-03-30 | 1 | -2/+22 |
| | | | | (bzr r7591) | ||||
| * | Fix GTK includes in widgets/icon.cpp | Krzysztof Kosi??ski | 2009-02-25 | 1 | -8/+2 |
| | | | | (bzr r7367) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 1 | -69/+78 |
| | | | | (bzr r7332) | ||||
| * | adding comments/TODOs and/or reverting some of the things done in r20655 | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -0/+4 |
| | | | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+1 |
| | | | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+2 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -9/+15 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+3 |
| | | | | (bzr r6884) | ||||
| * | Fixes for missing icons and icon size issues. | Jon A. Cruz | 2008-09-21 | 1 | -32/+52 |
| | | | | (bzr r6859) | ||||
| * | Fix prerender shortcut by size. Fixes bug #262916. | Jon A. Cruz | 2008-09-18 | 1 | -5/+11 |
| | | | | (bzr r6834) | ||||
| * | Cleanup of named icon background rendering and added pref for workaround | Jon A. Cruz | 2008-08-25 | 1 | -24/+63 |
| | | | | (bzr r6715) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -3/+7 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
