| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -1/+1 | |
| | | | | | | | (bzr r10429) | |||||
| | * | Fix outline mode for text objects (LP #802354). | Krzysztof Kosi??ski | 2011-07-06 | 1 | -7/+7 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802354 (bzr r10422) | |||||
| * | | Fix crashes during offscreen rendering, part 1 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -1/+9 | |
| | | | | | | | (bzr r10347.1.12) | |||||
| * | | Compute different bounding boxes in outline mode to fix partial | Krzysztof Kosi??ski | 2011-07-12 | 2 | -57/+65 | |
| | | | | | | | | | | | | | | | | | | | rendering of objects where the clipping path is much larger than the base object or vice versa. Fixes LP #177687. Fixed bugs: - https://launchpad.net/bugs/177687 (bzr r10347.1.11) | |||||
| * | | Simplify rendering of masked / clipped / translucent items. | Krzysztof Kosi??ski | 2011-07-10 | 3 | -61/+48 | |
| | | | | | | | | | | | Handle nested clipping paths correctly. (bzr r10347.1.10) | |||||
| * | | Remove irrelevant clip-rule handling bit from NRArenaGroup. | Krzysztof Kosi??ski | 2011-07-10 | 1 | -12/+0 | |
| | | | | | | | (bzr r10347.1.9) | |||||
| * | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 3 | -5/+31 | |
| | | | | | | | | | | | | | | | | | a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8) | |||||
| * | | Redesign the rendering pipeline. Clipping paths are now rasterized. | Krzysztof Kosi??ski | 2011-07-09 | 4 | -109/+154 | |
| | | | | | | | | | | | | | | | This fixes breakage related to clipped groups and correctly handles nested clipping paths. Also add the ability to use text objects as clipping paths. (bzr r10347.1.7) | |||||
| * | | Add SPCanvasArena caching layer. Currently breaks for clipped groups | Krzysztof Kosi??ski | 2011-07-09 | 5 | -23/+173 | |
| | | | | | | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6) | |||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 25 | -104/+100 | |
| |\| | | | | | (bzr r10347.1.5) | |||||
| | * | GTK+ cleanup: gtk_object_sink | Alex Valavanis | 2011-07-03 | 1 | -2/+2 | |
| | | | | | | | (bzr r10411) | |||||
| | * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 11 | -12/+12 | |
| | | | | | | | (bzr r10407) | |||||
| | * | GTK+ cleanup: gtk_object_set | Alex Valavanis | 2011-07-02 | 1 | -1/+1 | |
| | | | | | | | (bzr r10405) | |||||
| | * | GTK+ cleanup: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -6/+3 | |
| | |\ | | | | | | | (bzr r10401) | |||||
| | | * | GTK+ cleaning: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -6/+3 | |
| | | | | | | | | | | (bzr r10390.1.3) | |||||
| | * | | Removed outdated and undesired "I'm in this cpp, so change your behavior" ↵ | Jon A. Cruz | 2011-07-02 | 4 | -8/+0 | |
| | | | | | | | | | | | | | | | | macros. (bzr r10400) | |||||
| | * | | Applying patch from Campbell Barton to help building on other than gcc. | Jon A. Cruz | 2011-07-02 | 1 | -4/+4 | |
| | | | | | | | | | | (bzr r10399) | |||||
| | * | | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵ | Diederik van Lierop | 2011-06-30 | 1 | -2/+5 | |
| | |/ | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392) | |||||
| | * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 3 | -8/+2 | |
| | | | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372) | |||||
| | * | Switch to GObject | Alex Valavanis | 2011-06-24 | 15 | -61/+71 | |
| | | | | | | | (bzr r10350.1.3) | |||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 17 | -251/+58 | |
| | | | | | | | (bzr r10347.1.2) | |||||
| * | | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 3 | -4/+1 | |
| |/ | | | (bzr r10347.1.1) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 10 | -34/+37 | |
| | | | | (bzr r10339) | |||||
| * | oops! I forgot to put "break;"s in my switch statement :-P | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -0/+6 | |
| | | | | (bzr r10337) | |||||
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 1 | -13/+6 | |
| | | | | (bzr r10334) | |||||
| * | * Fix text_extents calculation for canvas text items. | Felipe Corr??a da Silva Sanches | 2011-06-21 | 2 | -15/+43 | |
| | | | | | | | * Add anchor positioning options. * make measure tool length labels be perfectly centered in the measured linesegments (bzr r10331) | |||||
| * | fix bug 800052: improve measure tool readability | Felipe Corr??a da Silva Sanches | 2011-06-21 | 2 | -12/+37 | |
| | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/800052 And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right) (bzr r10329) | |||||
| * | Fix outline view | Krzysztof Kosi??ski | 2011-06-19 | 2 | -9/+8 | |
| | | | | (bzr r9508.1.90) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 31 | -177/+344 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -7/+7 | |
| | | | | | | | (bzr r10302.1.2) | |||||
| | * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 14 | -41/+41 | |
| | | | | | | | (bzr r10302.1.1) | |||||
| | * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 2 | -5/+6 | |
| | | | | | | | (bzr r10282.1.1) | |||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+68 | |
| | | | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | |||||
| | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -7/+5 | |
| | |\ | | | | | | | (bzr r10280) | |||||
| | | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -7/+5 | |
| | | | | | | | | | | (bzr r10277.1.1) | |||||
| | * | | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -5/+2 | |
| | |/ | | | | | (bzr r10278) | |||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | |||||
| | * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 | |
| | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | |||||
| | * | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 2011-06-12 | 1 | -1/+1 | |
| | | | | | | | (bzr r10273) | |||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -58/+65 | |
| | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | |||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 11 | -17/+13 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | |||||
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 10 | -16/+12 | |
| | |/ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| | * | fix rendering of angled guidelines | Felipe Corr??a da Silva Sanches | 2011-06-01 | 1 | -6/+7 | |
| | | | | | | | (bzr r10246) | |||||
| | * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 4 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242) | |||||
| | * | add entry widget to guideline dialog to change guide's label | Johan B. C. Engelen | 2011-05-26 | 2 | -4/+9 | |
| | | | | | | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234) | |||||
| | * | actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵ | Felipe Corr??a da Silva Sanches | 2011-05-22 | 2 | -0/+32 | |
| | | | | | | | | | | | the svg spec. So we need to do it also. (bzr r10218) | |||||
| | * | Reinstating version bump. | Jon A. Cruz | 2011-05-20 | 1 | -6/+1 | |
| | | | | | | | (bzr r10215) | |||||
| | * | fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered ↵ | Felipe Corr??a da Silva Sanches | 2011-05-19 | 2 | -18/+57 | |
| | | | | | | | | | | | | | | | upside-down since I was trying to make it compatible with fontforge rendering. Now, reading again the SVG spec, it seems to me that it is fontforge that renders it incorrectly. I have also added support for rendering path tags that are children of glyph and missing-glyph nodes. And also use tags. But fontforge does not seem to understand use tags in glyph descriptions... compatibility issues that we have to figure out how to solve. (bzr r10211) | |||||
| | * | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 2011-05-19 | 1 | -1/+6 | |
| | | | | | | | (bzr r10210) | |||||
| | * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 2 | -10/+52 | |
| | | | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | |||||
