summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* prepare for adding angled guideline renderingJohan B. C. Engelen2007-12-162-25/+32
| | | (bzr r4244)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-162-10/+12
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* fix default grid unit scaling, fix crash for unknown unit.Johan B. C. Engelen2007-12-162-10/+14
| | | (bzr r4240)
* prevent writing to xml when initializing grid. fixes not working default units.Johan B. C. Engelen2007-12-162-0/+4
| | | (bzr r4239)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-162-2/+12
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-142-18/+18
| | | (bzr r4230)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+2
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-123-7/+34
| | | (bzr r4219)
* Snap to axonometric grid linesDiederik van Lierop2007-12-082-13/+72
| | | (bzr r4194)
* Warning cleanupJon A. Cruz2007-12-081-1/+1
| | | (bzr r4192)
* Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2007-12-064-25/+72
| | | (bzr r4187)
* remove my drama commentJohan B. C. Engelen2007-12-061-2/+2
| | | (bzr r4186)
* 3D grid: When snapping, consider both left and right vertical lines next to ↵Johan B. C. Engelen2007-12-041-4/+4
| | | | | the point. (see rev 16610) (bzr r4171)
* When snapping, consider all four grid lines around the current point instead ↵Diederik van Lierop2007-12-042-49/+7
| | | | | of only the nearest two (bzr r4168)
* Improve default axonomgrid settings (colors, and spacing=1mm since it will ↵Johan B. C. Engelen2007-12-021-4/+7
| | | | | be used for technical drawing probably. pixels seems like a strange default choice in that case) (bzr r4159)
* Snapping of axonometric grid: correctly snap to vertical gridline. angled ↵Johan B. C. Engelen2007-12-021-14/+11
| | | | | lines not implemented yet. (bzr r4158)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-017-21/+36
| | | (bzr r4150)
* Fix emphasized line drawing for axonometric gridJohan B. C. Engelen2007-12-011-16/+17
| | | (bzr r4149)
* Improve layout of grid document propertiesJohan B. C. Engelen2007-12-011-1/+1
| | | (bzr r4148)
* add visibility and snap_enabled checkbuttons for grids.Johan B. C. Engelen2007-11-294-15/+54
| | | | | visibility already works, snap_enabled not yet. (bzr r4146)
* show gridtype name in document propertiesJohan B. C. Engelen2007-11-293-6/+37
| | | (bzr r4145)
* Warning cleanupJon A. Cruz2007-11-2513-59/+64
| | | (bzr r4133)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-1/+7
| | | (bzr r4132)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-202-22/+34
| | | (bzr r4114)
* Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen2007-11-181-0/+13
| | | (bzr r4108)
* Warning cleanupJon A. Cruz2007-11-104-35/+34
| | | (bzr r4052)
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ↵Diederik van Lierop2007-11-092-2/+2
| | | | | -> SnappedLine (bzr r4048)
* partially implemented xlink:href parameter loading. (It still just Felipe Corr??a da Silva Sanches2007-11-052-11/+27
| | | | | | | | | | | works for filenames.) Removed a hardcoded string. This part of the code must be improved in order to reference other pieces of SVG. I need somebody to help me on working with proper URI handling! Also fixed gdk pixbuf handling. (bzr r4030)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-046-8/+8
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-034-43/+43
| | | (bzr r4020)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-034-2/+15
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* Fix typo: "Fitler"Bob Jamison2007-10-311-1/+1
| | | (bzr r3995)
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-3137-63/+88
| | | (bzr r3994)
* Warning cleanupJon A. Cruz2007-10-264-27/+26
| | | (bzr r3962)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-1/+2
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* Added 'paraller axis' rendering hint to filter primitives, that need it.Niko Kiirala2007-10-2416-0/+40
| | | (bzr r3952)
* associate an item with the line, for grdragbulia byak2007-10-162-0/+5
| | | (bzr r3904)
* Composite Filter: Handle negative K's in Arithmetic mode.Tavmjong Bah2007-10-063-4/+19
| | | (bzr r3839)
* Initial cut of softproofingJon A. Cruz2007-10-031-11/+1
| | | (bzr r3826)
* Convolve Matrix Filter:Tavmjong Bah2007-09-301-0/+3
| | | | | | Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818)
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs ↵Peter Moulder2007-09-2921-1910/+2065
| | | | | for indentation. (bzr r3816)
* noop: CodingStyle: const placementPeter Moulder2007-09-298-92/+91
| | | (bzr r3815)
* Color Matrix Filter:Tavmjong Bah2007-09-281-7/+7
| | | | | | | Matrix mode: set default to Identity matrix. Matrix mode: multiply 5th column by 255. Hue Rotation mode: convert degrees to radians for sin/cos. (bzr r3811)
* Added display profile calibrationJon A. Cruz2007-09-261-2/+33
| | | (bzr r3804)
* Fixed a rendering bug & crash when filtering empty objectsNiko Kiirala2007-09-191-3/+26
| | | (bzr r3775)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-154-35/+27
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Purged fill type enumJon A. Cruz2007-09-102-68/+51
| | | (bzr r3706)
* prevent freeze when window is too wide; reduce tile size to 16 for nowbulia byak2007-09-051-2/+2
| | | (bzr r3676)
* remove redundant commitbulia byak2007-08-301-10/+10
| | | (bzr r3619)