| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)... | Diederik van Lierop | 2011-07-16 | 1 | -1/+6 |
| * | fix for building with cmake and building without lcms works again. | Campbell Barton | 2011-07-16 | 1 | -2/+2 |
| * | Remove useless pixmap_gc variable | Krzysztof Kosi??ski | 2011-07-14 | 2 | -25/+7 |
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 4 | -13/+22 |
| |\ |
|
| | * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 2 | -0/+13 |
| | * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -6/+4 |
| | * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -1/+1 |
| | * | Fix outline mode for text objects (LP #802354). | Krzysztof Kosi??ski | 2011-07-06 | 1 | -7/+7 |
| * | | Fix crashes during offscreen rendering, part 1 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -1/+9 |
| * | | Compute different bounding boxes in outline mode to fix partial | Krzysztof Kosi??ski | 2011-07-12 | 2 | -57/+65 |
| * | | Simplify rendering of masked / clipped / translucent items. | Krzysztof Kosi??ski | 2011-07-10 | 3 | -61/+48 |
| * | | Remove irrelevant clip-rule handling bit from NRArenaGroup. | Krzysztof Kosi??ski | 2011-07-10 | 1 | -12/+0 |
| * | | Implement handling of the clip-rule property. Partially based on | Krzysztof Kosi??ski | 2011-07-10 | 3 | -5/+31 |
| * | | Redesign the rendering pipeline. Clipping paths are now rasterized. | Krzysztof Kosi??ski | 2011-07-09 | 4 | -109/+154 |
| * | | Add SPCanvasArena caching layer. Currently breaks for clipped groups | Krzysztof Kosi??ski | 2011-07-09 | 5 | -23/+173 |
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 25 | -104/+100 |
| |\| |
|
| | * | GTK+ cleanup: gtk_object_sink | Alex Valavanis | 2011-07-03 | 1 | -2/+2 |
| | * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 11 | -12/+12 |
| | * | GTK+ cleanup: gtk_object_set | Alex Valavanis | 2011-07-02 | 1 | -1/+1 |
| | * | GTK+ cleanup: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -6/+3 |
| | |\ |
|
| | | * | GTK+ cleaning: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -6/+3 |
| | * | | Removed outdated and undesired "I'm in this cpp, so change your behavior" mac... | Jon A. Cruz | 2011-07-02 | 4 | -8/+0 |
| | * | | Applying patch from Campbell Barton to help building on other than gcc. | Jon A. Cruz | 2011-07-02 | 1 | -4/+4 |
| | * | | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 2011-06-30 | 1 | -2/+5 |
| | |/ |
|
| | * | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 2011-06-26 | 3 | -8/+2 |
| | * | Switch to GObject | Alex Valavanis | 2011-06-24 | 15 | -61/+71 |
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 17 | -251/+58 |
| * | | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 3 | -4/+1 |
| |/ |
|
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 10 | -34/+37 |
| * | oops! I forgot to put "break;"s in my switch statement :-P | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -0/+6 |
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 1 | -13/+6 |
| * | * Fix text_extents calculation for canvas text items. | Felipe Corr??a da Silva Sanches | 2011-06-21 | 2 | -15/+43 |
| * | fix bug 800052: improve measure tool readability | Felipe Corr??a da Silva Sanches | 2011-06-21 | 2 | -12/+37 |
| * | Fix outline view | Krzysztof Kosi??ski | 2011-06-19 | 2 | -9/+8 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 31 | -177/+344 |
| |\ |
|
| | * | Clean up deprecated GTK_WIDGET API | Alex Valavanis | 2011-06-15 | 1 | -7/+7 |
| | * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 14 | -41/+41 |
| | * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 2 | -5/+6 |
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+68 |
| | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -7/+5 |
| | |\ |
|
| | | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 1 | -7/+5 |
| | * | | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -5/+2 |
| | |/ |
|
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+2 |
| | * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca... | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | * | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 2011-06-12 | 1 | -1/+1 |
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -58/+65 |
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b... | Jon A. Cruz | 2011-06-04 | 11 | -17/+13 |
| | |\ |
|
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 10 | -16/+12 |
| | |/ |
|
| | * | fix rendering of angled guidelines | Felipe Corr??a da Silva Sanches | 2011-06-01 | 1 | -6/+7 |
| | * | Port of 0.48.x branch revision 9781. | Jon A. Cruz | 2011-05-28 | 4 | -2/+5 |