summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-042-76/+74
| | | (bzr r11321)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-033-20/+49
| | | (bzr r11316)
* fix warningJohan B. C. Engelen2012-04-111-1/+1
| | | (bzr r11226)
* Fix for 367607 : Replace deprecated sp_ctrl_set_arg and ↵John Smith2012-04-111-91/+163
| | | | | gtk_object_add_arg_type calls in sodipodi-ctrl.cpp (bzr r11219)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-103-26/+27
| | | (bzr r11207)
* Stop using custom GtkObject flagsAlex Valavanis2012-04-082-26/+26
| | | (bzr r11181)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-032-4/+4
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-022-4/+4
| | | | | replaced with g_object_unref (bzr r11139)
* apply essentials of patch by zcgucasJohan B. C. Engelen2012-03-291-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/561503 (bzr r11133)
* Morphological filters linear in the number of output pixels.Jasper van de Gronde2012-03-131-66/+131
| | | (bzr r11079)
* Cleanup of unused variables and warnings.Jon A. Cruz2012-02-292-2/+33
| | | (bzr r11031)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-296-13/+23
| | | (bzr r11030)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-1/+1
| | | (bzr r11019)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-221-12/+18
| | | (bzr r11009)
* remove superfluous RectHullJohan B. C. Engelen2012-02-191-12/+5
| | | (bzr r11001)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+1
| | | (bzr r10996)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-1510-3/+18
| | | (bzr r10988)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-154-18/+11
| | | (bzr r10986)
* Snap to grid/guide lines perpendicularlyDiederik van Lierop2012-02-145-0/+20
| | | (bzr r10976)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-133-9/+10
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-124-10/+10
| | | (bzr r10961)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-066-4/+6
| | | (bzr r10940)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
| | | | | add some const stuff (bzr r10900)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-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 Lierop2012-01-131-1/+1
| | | | | sometimes led to blurry text) (bzr r10882)
* Fix for problem with shadowed x0 and y0 members.Jon A. Cruz2012-01-131-9/+12
| | | (bzr r10877)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-1214-829/+840
| | | (bzr r10873)
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
| | | (bzr r10872)
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-18/+21
| | | (bzr r10860)
* A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
| | | (bzr r10843)
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-042-7/+18
| | | (bzr r10841)
* Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-042-30/+62
| | | (bzr r10840)
* More GSEAL issuesAlex Valavanis2012-01-042-19/+27
| | | (bzr r10836)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-013-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. Engelen2011-12-202-1/+20
| | | | | will stay aligned to the grids. (bzr r10787)
* fix bug in emphasized line drawing for axonometric grid when origin is not zeroJohan B. C. Engelen2011-12-201-13/+10
| | | (bzr r10786)
* Remove more deprecated GTK macrosAlex Valavanis2011-12-181-9/+9
| | | (bzr r10782)
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-172-5/+1
| | | (bzr r10779)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-166-19/+13
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-111-12/+6
| | | | | | (bzr r10766.1.2)
| * mixed usage of class and struct for same objectKris De Gussem2011-12-115-7/+7
| | | | | | (bzr r10766.1.1)
* | Get rid of deprecated gtk_idle*Alex Valavanis2011-12-141-2/+3
| | | | | | (bzr r10773)
* | Get rid of deprecated gtk_type_is_aAlex Valavanis2011-12-141-1/+1
|/ | | (bzr r10772)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0810-11/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* small clean up in axonometric grid codeJohan B. C. Engelen2011-11-261-44/+8
| | | (bzr r10751)
* Fix text redraw problems (LP #837291)Krzysztof Kosi??ski2011-11-141-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 Lierop2011-11-041-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. Engelen2011-11-042-0/+8
| | | | | | | | conversions thingies in Inkscape! ...) Fixed bugs: - https://launchpad.net/bugs/885500 (bzr r10717)
* make significant digits consistent for gridsJohan B. C. Engelen2011-11-042-7/+7
| | | (bzr r10716)