| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -69/+70 |
| | | | | (bzr r10059) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -22/+22 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -17/+16 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | 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 | -2/+2 |
| | | | | | | | | | | | 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) | ||||
| * | | 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) | ||||
| * | | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 2010-07-09 | 1 | -5/+7 |
| | | | | | | | (bzr r9602) | ||||
| * | | Prevent conversion of 'solid' gradients. | Jon A. Cruz | 2010-07-05 | 1 | -45/+79 |
| | | | | | | | (bzr r9577) | ||||
| * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -12/+11 |
| | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| * | | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵ | Jon A. Cruz | 2010-07-03 | 1 | -43/+32 |
| |/ | | | | | to a swatch. Preserve CMS colors. (bzr r9560) | ||||
| * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -13/+16 |
| | | | | (bzr r9542) | ||||
| * | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 2010-03-23 | 1 | -4/+5 |
| | | | | (bzr r9224) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -23/+19 |
| | | | | (bzr r9169) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -35/+8 |
| | | | | (bzr r9163) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 1 | -46/+7 |
| | | | | (bzr r9153) | ||||
| * | Fixed const correctness for gradient stop count routines. | Jon A. Cruz | 2010-03-04 | 1 | -126/+131 |
| | | | | | | Minor whitespace cleanup. (bzr r9139) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -2/+2 |
| | | | | (bzr r9127) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8404) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+5 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -52/+52 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -66/+66 |
| | | | | (bzr r6884) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -3/+6 |
| | | | | (bzr r6793) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 |
| | | | | (bzr r6569) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 |
| | | | | (bzr r5884) | ||||
| * | fix crash caused by a gradient without a zero-offset stop | bulia byak | 2008-03-26 | 1 | -0/+6 |
| | | | | (bzr r5191) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | switch to utility functions in nr-point-fns | bulia byak | 2007-10-16 | 1 | -15/+1 |
| | | | | (bzr r3906) | ||||
| * | implement no-forking option | bulia byak | 2007-10-11 | 1 | -0/+5 |
| | | | | (bzr r3886) | ||||
| * | export average_color | bulia byak | 2007-10-07 | 1 | -2/+2 |
| | | | | (bzr r3847) | ||||
| * | a few more utility methods | bulia byak | 2007-10-06 | 1 | -14/+74 |
| | | | | (bzr r3841) | ||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -1/+1 |
| | | | | (bzr r3791) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -1/+1 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -9/+8 |
| | | | | (bzr r3706) | ||||
| * | fix 1705412: handle gracefully assigning gradients to no-bbox items | bulia byak | 2007-04-23 | 1 | -1/+3 |
| | | | | (bzr r2953) | ||||
| * | remove no longer relevant comment | bulia byak | 2007-03-26 | 1 | -1/+1 |
| | | | | (bzr r2761) | ||||
| * | Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash ↵ | Johan B. C. Engelen | 2007-03-25 | 1 | -30/+35 |
| | | | | | | when moving gradient nodes on group (bzr r2758) | ||||
| * | fix live dragging of gradient midstops, and fix crash when dragging writes ↵ | bulia byak | 2007-03-25 | 1 | -1/+2 |
| | | | | | | to repr (bzr r2751) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -5/+7 |
| | | | | (bzr r2723) | ||||
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 1 | -2/+2 |
| | | | | (bzr r2679) | ||||
| * | ban empty rectangles entirely and remove isEmpty test | MenTaLguY | 2007-03-11 | 1 | -2/+2 |
| | | | | (bzr r2606) | ||||
| * | Fixed interactive updating. | Johan B. C. Engelen | 2007-03-08 | 1 | -9/+9 |
| | | | | (bzr r2573) | ||||
| * | Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584 ]. Testing required though. | Johan B. C. Engelen | 2007-03-04 | 1 | -3/+3 |
| | | | | (bzr r2547) | ||||
| * | more NR::Maybe<NR::Rect> work | MenTaLguY | 2007-03-04 | 1 | -37/+33 |
| | | | | (bzr r2543) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -15/+27 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -24/+12 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
