| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Header cleaning for GTK+3 migration | Alex Valavanis | 2012-06-05 | 1 | -2/+0 |
| | | | | (bzr r11460) | ||||
| * | Cleanup of measure text for moving away from overlap. | Jon A. Cruz | 2012-05-28 | 2 | -4/+3 |
| | | | | (bzr r11430) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -2/+0 |
| | | | | (bzr r11406) | ||||
| * | Added sp-ctrlcurve, usefull for meshes. | Tavmjong Bah | 2012-05-21 | 4 | -0/+276 |
| | | | | (bzr r11395) | ||||
| * | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 2012-05-21 | 2 | -0/+2 |
| | | | | | | Additional prep for centralizing color setting. (bzr r11390) | ||||
| * | Revert r11370. Fix crash with grid in default template | Alex Valavanis | 2012-05-19 | 7 | -49/+75 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1001724 (bzr r11386) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 1 | -18/+1 |
| | | | | (bzr r11375) | ||||
| * | Drop some GtkObject usage | Alex Valavanis | 2012-05-16 | 7 | -75/+49 |
| | | | | (bzr r11370) | ||||
| * | patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' ↵ | Kris De Gussem | 2012-05-13 | 1 | -11/+26 |
| | | | | | | are invisible in outline mode) (bzr r11359) | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -1/+1 |
| | | | | (bzr r11358) | ||||
| * | Centralized line creation and enhanced visibility. | Jon A. Cruz | 2012-05-09 | 2 | -6/+17 |
| | | | | (bzr r11350) | ||||
| * | Fix drawing of eek-preview in GTK+3 | Alex Valavanis | 2012-05-08 | 1 | -4/+23 |
| | | | | (bzr r11348) | ||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 2 | -76/+74 |
| | | | | (bzr r11321) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 3 | -20/+49 |
| | | | | (bzr r11316) | ||||
| * | fix warning | Johan B. C. Engelen | 2012-04-11 | 1 | -1/+1 |
| | | | | (bzr r11226) | ||||
| * | Fix for 367607 : Replace deprecated sp_ctrl_set_arg and ↵ | John Smith | 2012-04-11 | 1 | -91/+163 |
| | | | | | | gtk_object_add_arg_type calls in sodipodi-ctrl.cpp (bzr r11219) | ||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 3 | -26/+27 |
| | | | | (bzr r11207) | ||||
| * | Stop using custom GtkObject flags | Alex Valavanis | 2012-04-08 | 2 | -26/+26 |
| | | | | (bzr r11181) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-03 | 2 | -4/+4 |
| | | | | | | and combo_box fixes (bzr r11140) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 2 | -4/+4 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | apply essentials of patch by zcgucas | Johan B. C. Engelen | 2012-03-29 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/561503 (bzr r11133) | ||||
| * | Morphological filters linear in the number of output pixels. | Jasper van de Gronde | 2012-03-13 | 1 | -66/+131 |
| | | | | (bzr r11079) | ||||
| * | Cleanup of unused variables and warnings. | Jon A. Cruz | 2012-02-29 | 2 | -2/+33 |
| | | | | (bzr r11031) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 6 | -13/+23 |
| | | | | (bzr r11030) | ||||
| * | Replace deprecated GTK_TYPE macros | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11019) | ||||
| * | cppcheck: null pointer dereference fix | Kris De Gussem | 2012-02-22 | 1 | -12/+18 |
| | | | | (bzr r11009) | ||||
| * | remove superfluous RectHull | Johan B. C. Engelen | 2012-02-19 | 1 | -12/+5 |
| | | | | (bzr r11001) | ||||
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 1 | -1/+1 |
| | | | | (bzr r10996) | ||||
| * | Prevent false gtk deprecation warnings in canvas-grid and tidy headers | Alex Valavanis | 2012-02-15 | 10 | -3/+18 |
| | | | | (bzr r10988) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 4 | -18/+11 |
| | | | | (bzr r10986) | ||||
| * | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 2012-02-14 | 5 | -0/+20 |
| | | | | (bzr r10976) | ||||
| * | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 3 | -9/+10 |
| | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 4 | -10/+10 |
| | | | | (bzr r10961) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 6 | -4/+6 |
| | | | | (bzr r10940) | ||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -2/+2 |
| | | | | | | add some const stuff (bzr r10900) | ||||
| * | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵ | Diederik van Lierop | 2012-01-14 | 1 | -0/+6 |
| | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886) | ||||
| * | Make sure canvas-text is always equally crisp (differences in rounding ↵ | Diederik van Lierop | 2012-01-13 | 1 | -1/+1 |
| | | | | | | sometimes led to blurry text) (bzr r10882) | ||||
| * | Fix for problem with shadowed x0 and y0 members. | Jon A. Cruz | 2012-01-13 | 1 | -9/+12 |
| | | | | (bzr r10877) | ||||
| * | Initial C++ification of SPCanvas. | Jon A. Cruz | 2012-01-12 | 14 | -829/+840 |
| | | | | (bzr r10873) | ||||
| * | A few GSEAL issues | Kris De Gussem | 2012-01-11 | 1 | -1/+1 |
| | | | | (bzr r10872) | ||||
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -18/+21 |
| | | | | (bzr r10860) | ||||
| * | A few GSEAL fixes for SPCanvas | Alex Valavanis | 2012-01-05 | 1 | -13/+34 |
| | | | | (bzr r10843) | ||||
| * | CanvasText: reinstate ability to set anchor position manually | Diederik van Lierop | 2012-01-04 | 2 | -7/+18 |
| | | | | (bzr r10841) | ||||
| * | Final fix for CanvasText alignment bugs | Diederik van Lierop | 2012-01-04 | 2 | -30/+62 |
| | | | | (bzr r10840) | ||||
| * | More GSEAL issues | Alex Valavanis | 2012-01-04 | 2 | -19/+27 |
| | | | | (bzr r10836) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 3 | -37/+53 |
| | | | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816) | ||||
| * | when resizing page, move the origin of the grids too. This way all objects ↵ | Johan B. C. Engelen | 2011-12-20 | 2 | -1/+20 |
| | | | | | | will stay aligned to the grids. (bzr r10787) | ||||
| * | fix bug in emphasized line drawing for axonometric grid when origin is not zero | Johan B. C. Engelen | 2011-12-20 | 1 | -13/+10 |
| | | | | (bzr r10786) | ||||
| * | Remove more deprecated GTK macros | Alex Valavanis | 2011-12-18 | 1 | -9/+9 |
| | | | | (bzr r10782) | ||||
