summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
| | | (bzr r5681)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-0/+7
| | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659)
* More type registration cleanupJon A. Cruz2008-05-101-11/+15
| | | (bzr r5646)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-095-8/+9
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-099-190/+240
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* xy-grid: when shown as dots, add emphasis using crosses.Johan B. C. Engelen2008-05-061-3/+11
| | | (bzr r5619)
* Updating deprecated type calls.Jon A. Cruz2008-05-061-34/+34
| | | (bzr r5617)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-054-370/+362
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Remove warningsBob Jamison2008-05-047-8/+12
| | | (bzr r5604)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-042-15/+20
| | | (bzr r5600)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-302-2/+2
| | | (bzr r5562)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-302-0/+4
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and ↵Jasper van de Gronde2008-04-181-113/+4
| | | | | friends). (See bug 166720.) (bzr r5473)
* fix by kur9kin for endless loop from bug 212332bulia byak2008-04-161-0/+1
| | | (bzr r5458)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-2/+2
| | | (bzr r5400)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-1/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-072-5/+7
| | | | | the selector tool) (bzr r5374)
* fix bug with garbage lines caused with close_path when part of a subpath is ↵bulia byak2008-04-071-2/+12
| | | | | optimized out (bzr r5360)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-7/+0
| | | (bzr r5299)
* suppress warnings when closing a desktop but not programbulia byak2008-04-011-1/+8
| | | (bzr r5294)
* implement filter toggleMenTaLguY2008-03-311-0/+1
| | | (bzr r5266)
* lay groundwork for non-filter view modeMenTaLguY2008-03-3110-36/+59
| | | (bzr r5265)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-301-2/+0
| | | (bzr r5262)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+59
| | | (bzr r5206)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-262-2/+2
| | | (bzr r5190)
* Line-end fixupsJon A. Cruz2008-03-226-401/+401
| | | (bzr r5161)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-2115-81/+88
| | | (bzr r5149)
* disable snapindicator for now to fix pen toolJohan B. C. Engelen2008-03-131-13/+15
| | | (bzr r5080)
* fix by Albin Sunnanbo for dash offset in textbulia byak2008-03-111-0/+1
| | | (bzr r5055)
* patch by Albin Sunnanbo for 168072bulia byak2008-03-101-0/+1
| | | (bzr r5043)
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-091-10/+0
| | | (bzr r5008)
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-061-0/+1
| | | (bzr r4977)
* fix 198818bulia byak2008-03-051-2/+4
| | | (bzr r4968)
* new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen2008-03-031-1/+1
| | | (bzr r4945)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-025-5/+142
| | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-025-0/+273
| | | (bzr r4918)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-5/+5
| | | (bzr r4914)
* Fix to check for out of bounds index *before* using the array indexJon A. Cruz2008-03-011-1/+1
| | | (bzr r4913)
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-272-68/+56
| | | | | RegisteredWdg. (bzr r4887)
* svg element referenced by id part of feImage filter rendering.Felipe Corr??a da Silva Sanches2008-02-252-4/+78
| | | | | | | | | | | This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it. Nominally they are: * seems to leak memory. I haven't found out how. Needs review. * it works when you create and use the filter, but it crashes when trying to open a file that already contains a filter using feImage referencing an svgelement. (bzr r4844)
* pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud2008-02-245-42/+84
| | | | | color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839)
* partial fix sent by jfb for bug #188814Felipe Corr??a da Silva Sanches2008-02-232-0/+16
| | | (bzr r4829)
* * convert to non-premultiplied alpha on fedisplacementmapFelipe Corr??a da Silva Sanches2008-02-212-2/+15
| | | | | * corrected a slight mistake on a comment (!) on fecolormatrix :-P (bzr r4805)
* fix for bug #193838 (colormatrix uses premultiplied alpha)Felipe Corr??a da Silva Sanches2008-02-211-1/+14
| | | (bzr r4803)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-192-5/+6
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* * convolve matrix code refactoring Felipe Corr??a da Silva Sanches2008-02-191-9/+16
| | | | | * filter effects dialog warning cleanup (bzr r4776)
* fix for bug #189788Felipe Corr??a da Silva Sanches2008-02-131-4/+4
| | | | | pixbuffer was erroneously initialized in premultiplied alpha mode. (bzr r4721)
* Fix initialization of grids. Should finally fix Bug #172778Johan B. C. Engelen2008-02-122-4/+4
| | | (bzr r4716)
* opacity max value is 255 instead of previous wrong 256 maxvalue that was ↵Felipe Corr??a da Silva Sanches2008-02-121-1/+1
| | | | | used here (bzr r4714)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
| | | (bzr r4706)