| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | some static code analysis stuff (cppcheck warnings) | Kris De Gussem | 2011-12-17 | 2 | -5/+1 | |
| | | | | (bzr r10779) | |||||
| * | - SPAttributeWidget and SPAttributeTable C++ified | Kris De Gussem | 2011-12-16 | 6 | -19/+13 | |
| |\ | | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775) | |||||
| | * | SPAttributeWidget C++ified | Kris De Gussem | 2011-12-11 | 1 | -12/+6 | |
| | | | | | | | (bzr r10766.1.2) | |||||
| | * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 5 | -7/+7 | |
| | | | | | | | (bzr r10766.1.1) | |||||
| * | | Get rid of deprecated gtk_idle* | Alex Valavanis | 2011-12-14 | 1 | -2/+3 | |
| | | | | | | | (bzr r10773) | |||||
| * | | Get rid of deprecated gtk_type_is_a | Alex Valavanis | 2011-12-14 | 1 | -1/+1 | |
| |/ | | | (bzr r10772) | |||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 10 | -11/+10 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | small clean up in axonometric grid code | Johan B. C. Engelen | 2011-11-26 | 1 | -44/+8 | |
| | | | | (bzr r10751) | |||||
| * | Fix text redraw problems (LP #837291) | Krzysztof Kosi??ski | 2011-11-14 | 1 | -0/+2 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/837291 (bzr r10739) | |||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -1/+1 | |
| | | | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720) | |||||
| * | add missing units to grid length interpretation (we have 4 different unit ↵ | Johan B. C. Engelen | 2011-11-04 | 2 | -0/+8 | |
| | | | | | | | | | conversions thingies in Inkscape! ...) Fixed bugs: - https://launchpad.net/bugs/885500 (bzr r10717) | |||||
| * | make significant digits consistent for grids | Johan B. C. Engelen | 2011-11-04 | 2 | -7/+7 | |
| | | | | (bzr r10716) | |||||
| * | Fixing initializer order and missing initializers. | Jon A. Cruz | 2011-10-29 | 1 | -14/+21 | |
| | | | | (bzr r10708) | |||||
| * | cppcheck: variable initialisation | Kris De Gussem | 2011-10-29 | 1 | -0/+2 | |
| | | | | (bzr r10705) | |||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 4 | -4/+4 | |
| | | | | (bzr r10697) | |||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 10 | -27/+42 | |
| | | | | (bzr r10696) | |||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 2 | -5/+5 | |
| | | | | (bzr r10678) | |||||
| * | update cmake file lists | Campbell Barton | 2011-10-08 | 1 | -16/+15 | |
| | | | | (bzr r10673) | |||||
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 2 | -0/+39 | |
| | | | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672) | |||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 2 | -2/+4 | |
| | | | | | | the contents forward.h at all). (bzr r10667) | |||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 12 | -62/+28 | |
| | | | | (bzr r10666) | |||||
| * | Next pass of doxygen @brief cleanup. | Jon A. Cruz | 2011-10-02 | 15 | -30/+35 | |
| | | | | (bzr r10658) | |||||
| * | Removing redundant doxygen @brief tag. | Jon A. Cruz | 2011-10-02 | 12 | -51/+85 | |
| | | | | (bzr r10656) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 5 | -18/+12 | |
| | | | | (bzr r10655) | |||||
