summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added my name to the list of authorsDiederik van Lierop2007-08-061-0/+1
* 1) Make snapping of object's center optional 2) Optimize snapping preferences...Diederik van Lierop2007-08-069-10/+54
* adds export to ocal feature without dialog windowBruno Dilly2007-08-0614-2/+364
* Don't draw auxiliary vanishing points any moreMaximilian Albert2007-08-061-1/+0
* Better default style for 3D boxes (no stroke; faces have different shades of ...Maximilian Albert2007-08-061-7/+7
* Fix wrong states of VPs when writing to SVGMaximilian Albert2007-08-061-3/+3
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-067-20/+291
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate pe...Maximilian Albert2007-08-066-18/+358
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-067-0/+469
* Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert2007-08-067-91/+60
* Convenience for debuggingMaximilian Albert2007-08-065-0/+60
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-0613-19/+299
* Preparatory stuff to combine VPs in draggersMaximilian Albert2007-08-064-15/+37
* CosmeticMaximilian Albert2007-08-063-64/+59
* added missing " character at end of a line. Sorry, my mistake on Felipe Corr??a da Silva Sanches2007-08-061-1/+1
* Filter effects dialog:Nicholas Bishop2007-08-063-2/+19
* Added my name to AUTHORS listFelipe Corr??a da Silva Sanches2007-08-061-0/+13
* Filter effects:Nicholas Bishop2007-08-064-3/+15
* Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert2007-08-0610-81/+190
* Filter effects dialog:Nicholas Bishop2007-08-052-47/+128
* refactoring:Felipe Corr??a da Silva Sanches2007-08-053-27/+27
* Filter effects:Nicholas Bishop2007-08-057-23/+53
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-054-40/+101
* Filter effects dialog:Nicholas Bishop2007-08-051-10/+48
* adding files that were missing on my previous commitFelipe Corr??a da Silva Sanches2007-08-052-0/+102
* Make snapping to the item's transformation center optional, but not yet avail...Diederik van Lierop2007-08-045-5/+19
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-046-17/+103
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-0414-9/+384
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-036-1/+127
* Rearrange snapping preferences, put distinction between paths and nodes back ...Diederik van Lierop2007-08-0310-57/+132
* fix compilebulia byak2007-08-022-1/+3
* Filter effects dialog:Nicholas Bishop2007-08-014-27/+45
* Renamed various classes:Joel Holdsworth2007-08-013-43/+43
* These files were separated out from filedialog.cpp and filedialog.h, so to fa...Joel Holdsworth2007-08-012-0/+2206
* Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation for...Joel Holdsworth2007-08-012-2133/+9
* Redirected opening of AI files to the poppler-based PDF import extensionmiklosh2007-08-011-2/+16
* Filter effects dialog:Nicholas Bishop2007-08-014-29/+181
* Filter effects dialog:Nicholas Bishop2007-07-314-70/+222
* Forgot to advance text position when skipping the first spacemiklosh2007-07-301-0/+2
* Type3 fonts do not have a name set so default to 'Arial'miklosh2007-07-301-1/+3
* Added image mask supportmiklosh2007-07-303-10/+174
* Do not flip non-top-level imagesmiklosh2007-07-301-4/+6
* Do not set inkscape:groupmode for sub-page objects (eg. patterns)miklosh2007-07-302-1/+4
* Use the font matrix for Type3 fonts onlymiklosh2007-07-301-4/+7
* always zoom out on rmbbulia byak2007-07-301-7/+16
* add ui for mousewheel zoom and space panbulia byak2007-07-293-0/+10
* optionally zoom with mousewheel without modifiersbulia byak2007-07-291-1/+5
* add more rotation snapsbulia byak2007-07-291-3/+3
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-2917-165/+174
* optional panning by spacebulia byak2007-07-292-8/+47