| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added my name to the list of authors | Diederik van Lierop | 2007-08-06 | 1 | -0/+1 | |
| | | | | (bzr r3400) | |||||
| * | 1) Make snapping of object's center optional 2) Optimize snapping ↵ | Diederik van Lierop | 2007-08-06 | 9 | -10/+54 | |
| | | | | | | preferences dialog (bzr r3399) | |||||
| * | adds export to ocal feature without dialog window | Bruno Dilly | 2007-08-06 | 14 | -2/+364 | |
| | | | | (bzr r3398) | |||||
| * | Don't draw auxiliary vanishing points any more | Maximilian Albert | 2007-08-06 | 1 | -1/+0 | |
| | | | | (bzr r3396) | |||||
| * | Better default style for 3D boxes (no stroke; faces have different shades of ↵ | Maximilian Albert | 2007-08-06 | 1 | -7/+7 | |
| | | | | | | blue) (bzr r3395) | |||||
| * | Fix wrong states of VPs when writing to SVG | Maximilian Albert | 2007-08-06 | 1 | -3/+3 | |
| | | | | (bzr r3394) | |||||
| * | Draw perspective lines; provide shortcuts to toggle their visibility and the ↵ | Maximilian Albert | 2007-08-06 | 7 | -20/+291 | |
| | | | | | | corners where they are attached (bzr r3393) | |||||
| * | (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate ↵ | Maximilian Albert | 2007-08-06 | 6 | -18/+358 | |
| | | | | | | perspectives and thus create new ones interactively (bzr r3392) | |||||
| * | First stage of draggable vanishing points (no snapping/unsnapping yet) | Maximilian Albert | 2007-08-06 | 7 | -0/+469 | |
| | | | | (bzr r3391) | |||||
| * | Workaround for some segfaults: Store perspectives globally instead of in ↵ | Maximilian Albert | 2007-08-06 | 7 | -91/+60 | |
| | | | | | | each desktop (this should probably be reverted later on) (bzr r3390) | |||||
| * | Convenience for debugging | Maximilian Albert | 2007-08-06 | 5 | -0/+60 | |
| | | | | (bzr r3389) | |||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 13 | -19/+299 | |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | |||||
| * | Preparatory stuff to combine VPs in draggers | Maximilian Albert | 2007-08-06 | 4 | -15/+37 | |
| | | | | (bzr r3387) | |||||
| * | Cosmetic | Maximilian Albert | 2007-08-06 | 3 | -64/+59 | |
| | | | | (bzr r3385) | |||||
| * | added missing " character at end of a line. Sorry, my mistake on | Felipe Corr??a da Silva Sanches | 2007-08-06 | 1 | -1/+1 | |
| | | | | | | previous commit... (bzr r3384) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-06 | 3 | -2/+19 | |
| | | | | | | * Added controls for scale and channel selection to the filter dialog for feDisplacementMap (bzr r3383) | |||||
| * | Added my name to AUTHORS list | Felipe Corr??a da Silva Sanches | 2007-08-06 | 1 | -0/+13 | |
| | | | | | | | Updated aboutbox.cpp Also corrected the ordering of names: alphabetic by surname (bzr r3382) | |||||
| * | Filter effects: | Nicholas Bishop | 2007-08-06 | 4 | -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 Albert | 2007-08-06 | 10 | -81/+190 | |
| | | | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-05 | 2 | -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 Sanches | 2007-08-05 | 3 | -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 Bishop | 2007-08-05 | 7 | -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 implementation | Felipe Corr??a da Silva Sanches | 2007-08-05 | 4 | -40/+101 | |
| | | | | (bzr r3374) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-05 | 1 | -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 commit | Felipe Corr??a da Silva Sanches | 2007-08-05 | 2 | -0/+102 | |
| | | | | (bzr r3372) | |||||
| * | Make snapping to the item's transformation center optional, but not yet ↵ | Diederik van Lierop | 2007-08-04 | 5 | -5/+19 | |
| | | | | | | available in the snapping preferences dialog (bzr r3365) | |||||
| * | setting of attributes and default values for feColorMatrix. | Felipe Corr??a da Silva Sanches | 2007-08-04 | 6 | -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 Sanches | 2007-08-04 | 14 | -9/+384 | |
| | | | | | | probably deal with setting default attribute values for these filters (bzr r3363) | |||||
| * | boiler plate code for feTile | Felipe Corr??a da Silva Sanches | 2007-08-03 | 6 | -1/+127 | |
| | | | | (bzr r3362) | |||||
| * | Rearrange snapping preferences, put distinction between paths and nodes back ↵ | Diederik van Lierop | 2007-08-03 | 10 | -57/+132 | |
| | | | | | | in, and a bit of refactoring (bzr r3361) | |||||
| * | fix compile | bulia byak | 2007-08-02 | 2 | -1/+3 | |
| | | | | (bzr r3360) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-01 | 4 | -27/+45 | |
| | | | | | | Removed unused header file. (bzr r3359) | |||||
| * | Renamed various classes: | Joel Holdsworth | 2007-08-01 | 3 | -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 Holdsworth | 2007-08-01 | 2 | -0/+2206 | |
| | | | | | | facilitate a Win32 verion of these impls (bzr r3357) | |||||
| * | Broken filedialog into filedialog and filedialogimpl-gtkmm in preparation ↵ | Joel Holdsworth | 2007-08-01 | 2 | -2133/+9 | |
| | | | | | | for a Win32 implementation of the file dialogs (bzr r3356) | |||||
| * | Redirected opening of AI files to the poppler-based PDF import extension | miklosh | 2007-08-01 | 1 | -2/+16 | |
| | | | | (bzr r3355) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-01 | 4 | -29/+181 | |
| | | | | | | * Added light source controls for feDiffuseLighting and feSpecularLighting. (bzr r3354) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-31 | 4 | -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 space | miklosh | 2007-07-30 | 1 | -0/+2 | |
| | | | | (bzr r3351) | |||||
| * | Type3 fonts do not have a name set so default to 'Arial' | miklosh | 2007-07-30 | 1 | -1/+3 | |
| | | | | (bzr r3350) | |||||
| * | Added image mask support | miklosh | 2007-07-30 | 3 | -10/+174 | |
| | | | | (bzr r3349) | |||||
| * | Do not flip non-top-level images | miklosh | 2007-07-30 | 1 | -4/+6 | |
| | | | | (bzr r3348) | |||||
| * | Do not set inkscape:groupmode for sub-page objects (eg. patterns) | miklosh | 2007-07-30 | 2 | -1/+4 | |
| | | | | (bzr r3347) | |||||
| * | Use the font matrix for Type3 fonts only | miklosh | 2007-07-30 | 1 | -4/+7 | |
| | | | | (bzr r3346) | |||||
| * | always zoom out on rmb | bulia byak | 2007-07-30 | 1 | -7/+16 | |
| | | | | (bzr r3345) | |||||
| * | add ui for mousewheel zoom and space pan | bulia byak | 2007-07-29 | 3 | -0/+10 | |
| | | | | (bzr r3344) | |||||
| * | optionally zoom with mousewheel without modifiers | bulia byak | 2007-07-29 | 1 | -1/+5 | |
| | | | | (bzr r3343) | |||||
| * | add more rotation snaps | bulia byak | 2007-07-29 | 1 | -3/+3 | |
| | | | | (bzr r3342) | |||||
| * | due to the order of processing events, we must disable lmb handling in ↵ | bulia byak | 2007-07-29 | 17 | -165/+174 | |
| | | | | | | children contexts so that parent event context can handle it for space panning (bzr r3341) | |||||
| * | optional panning by space | bulia byak | 2007-07-29 | 2 | -8/+47 | |
| | | | | (bzr r3340) | |||||
