summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added my name to the list of authorsDiederik van Lierop2007-08-061-0/+1
| | | (bzr r3400)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-069-10/+54
| | | | | preferences dialog (bzr r3399)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-0614-2/+364
| | | (bzr r3398)
* Don't draw auxiliary vanishing points any moreMaximilian Albert2007-08-061-1/+0
| | | (bzr r3396)
* Better default style for 3D boxes (no stroke; faces have different shades of ↵Maximilian Albert2007-08-061-7/+7
| | | | | blue) (bzr r3395)
* Fix wrong states of VPs when writing to SVGMaximilian Albert2007-08-061-3/+3
| | | (bzr r3394)
* Draw perspective lines; provide shortcuts to toggle their visibility and the ↵Maximilian Albert2007-08-067-20/+291
| | | | | corners where they are attached (bzr r3393)
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate ↵Maximilian Albert2007-08-066-18/+358
| | | | | perspectives and thus create new ones interactively (bzr r3392)
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-067-0/+469
| | | (bzr r3391)
* Workaround for some segfaults: Store perspectives globally instead of in ↵Maximilian Albert2007-08-067-91/+60
| | | | | each desktop (this should probably be reverted later on) (bzr r3390)
* Convenience for debuggingMaximilian Albert2007-08-065-0/+60
| | | (bzr r3389)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-0613-19/+299
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Preparatory stuff to combine VPs in draggersMaximilian Albert2007-08-064-15/+37
| | | (bzr r3387)
* CosmeticMaximilian Albert2007-08-063-64/+59
| | | (bzr r3385)
* added missing " character at end of a line. Sorry, my mistake on Felipe Corr??a da Silva Sanches2007-08-061-1/+1
| | | | | previous commit... (bzr r3384)
* Filter effects dialog:Nicholas Bishop2007-08-063-2/+19
| | | | | * Added controls for scale and channel selection to the filter dialog for feDisplacementMap (bzr r3383)
* Added my name to AUTHORS listFelipe Corr??a da Silva Sanches2007-08-061-0/+13
| | | | | | Updated aboutbox.cpp Also corrected the ordering of names: alphabetic by surname (bzr r3382)
* Filter effects:Nicholas Bishop2007-08-064-3/+15
| | | | | | * Added edge mode setting to the filter dialog * Changed type of edgeMode in SPFeConvolveMatrix to use the enum type (bzr r3381)
* Store a global list of existing perspectives; for each perspective hold a ↵Maximilian Albert2007-08-0610-81/+190
| | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380)
* Filter effects dialog:Nicholas Bishop2007-08-052-47/+128
| | | | | | * Added control for the values attribute of feColorMatrix; shows a matrix or a slider depending on the value of the type attribute. * Added a frame shadow around the matrix used by feColorMatrix and feConvolveMatrix. (bzr r3379)
* refactoring:Felipe Corr??a da Silva Sanches2007-08-053-27/+27
| | | | | | *using CLAMP_D_TO_U8 *Changed edgeMode field of ConvolveMatrix filter to use an enum rather than a plain int (bzr r3378)
* Filter effects:Nicholas Bishop2007-08-057-23/+53
| | | | | | * Changed type field of ColorMatrix filter to use an enum rather than a plain int * Added control for the ColorMatrix type to the filter dialog (bzr r3375)
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-054-40/+101
| | | (bzr r3374)
* Filter effects dialog:Nicholas Bishop2007-08-051-10/+48
| | | | | | * Added a class to show a checkbutton setting * Added most of the settings for feTurbulence (bzr r3373)
* adding files that were missing on my previous commitFelipe Corr??a da Silva Sanches2007-08-052-0/+102
| | | (bzr r3372)
* Make snapping to the item's transformation center optional, but not yet ↵Diederik van Lierop2007-08-045-5/+19
| | | | | available in the snapping preferences dialog (bzr r3365)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-046-17/+103
| | | | | | refactornig: moved read_kernel_matrix to helper-fns.h and renamed it to helperfns_read_vector. Used it on sp-fecolormatrix.cpp (bzr r3364)
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-0414-9/+384
| | | | | probably deal with setting default attribute values for these filters (bzr r3363)
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-036-1/+127
| | | (bzr r3362)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-0310-57/+132
| | | | | in, and a bit of refactoring (bzr r3361)
* fix compilebulia byak2007-08-022-1/+3
| | | (bzr r3360)
* Filter effects dialog:Nicholas Bishop2007-08-014-27/+45
| | | | | Removed unused header file. (bzr r3359)
* Renamed various classes:Joel Holdsworth2007-08-013-43/+43
| | | | | | | | FileDialogBase -> FileDialogBaseGtk FileOpenDialogImpl -> FileOpenDialogImplGtk FileSaveDialogImpl -> FileSaveDialogImplGtk FileExportDialog -> FileExportDialogImpl (bzr r3358)
* These files were separated out from filedialog.cpp and filedialog.h, so to ↵Joel Holdsworth2007-08-012-0/+2206
| | | | | facilitate a Win32 verion of these impls (bzr r3357)
* Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵Joel Holdsworth2007-08-012-2133/+9
| | | | | for a Win32 implementation of the file dialogs (bzr r3356)
* Redirected opening of AI files to the poppler-based PDF import extensionmiklosh2007-08-011-2/+16
| | | (bzr r3355)
* Filter effects dialog:Nicholas Bishop2007-08-014-29/+181
| | | | | * Added light source controls for feDiffuseLighting and feSpecularLighting. (bzr r3354)
* Filter effects dialog:Nicholas Bishop2007-07-314-70/+222
| | | | | | | * Added a "Link" toggle to the DualSpinSlider widget, when active the two values will be set equal to eachother. * Added DualSpinButtons (for attributes that have an optional number, similar to DualSpinSlider but without the gtkscale) * Added MultiSpinButtons (for showing multiple spinbuttons together but with different attributes) (bzr r3352)
* Forgot to advance text position when skipping the first spacemiklosh2007-07-301-0/+2
| | | (bzr r3351)
* Type3 fonts do not have a name set so default to 'Arial'miklosh2007-07-301-1/+3
| | | (bzr r3350)
* Added image mask supportmiklosh2007-07-303-10/+174
| | | (bzr r3349)
* Do not flip non-top-level imagesmiklosh2007-07-301-4/+6
| | | (bzr r3348)
* Do not set inkscape:groupmode for sub-page objects (eg. patterns)miklosh2007-07-302-1/+4
| | | (bzr r3347)
* Use the font matrix for Type3 fonts onlymiklosh2007-07-301-4/+7
| | | (bzr r3346)
* always zoom out on rmbbulia byak2007-07-301-7/+16
| | | (bzr r3345)
* add ui for mousewheel zoom and space panbulia byak2007-07-293-0/+10
| | | (bzr r3344)
* optionally zoom with mousewheel without modifiersbulia byak2007-07-291-1/+5
| | | (bzr r3343)
* add more rotation snapsbulia byak2007-07-291-3/+3
| | | (bzr r3342)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-2917-165/+174
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* optional panning by spacebulia byak2007-07-292-8/+47
| | | (bzr r3340)