| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | differentiate the SP_ITEM_REFERENCE_FLAGS, even though it is not currently used | bulia byak | 2007-07-29 | 1 | -2/+3 |
| | | | | (bzr r3339) | ||||
| * | now this is the correct way to avoid nested updates, instead of the hack i ↵ | bulia byak | 2007-07-29 | 1 | -2/+14 |
| | | | | | | recently removed from sptspan set method (bzr r3338) | ||||
| * | add setter for first x/y pair | bulia byak | 2007-07-29 | 1 | -0/+3 |
| | | | | (bzr r3337) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-29 | 1 | -1/+0 |
| | | | | | | Removed debug cout (bzr r3336) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-29 | 5 | -46/+93 |
| | | | | | | | * feMergeNodes can be deleted by clicking the input without dragging. * feMergeNodes can be added using a special empty input at the bottom of primitive. (bzr r3335) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 2 | -44/+66 |
| | | | | | | * Added basic support for feMerge. Nodes can't be added or deleted yet, but the value of their "in" attributes can be edited using drag/drop as with other filters. (bzr r3334) | ||||
| * | pass the geometric bbox flag when taking bbox for clipping; unfortunately ↵ | bulia byak | 2007-07-28 | 1 | -2/+2 |
| | | | | | | this still does not fix the clip-by-clone crash, now it crashes in the show method instead of bbox... (bzr r3333) | ||||
| * | Modification of the parameters/return value of SPDesktop::getToplevel | Joel Holdsworth | 2007-07-28 | 4 | -15/+9 |
| | | | | (bzr r3332) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 29 | -196/+283 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | Set top-level groups as layers with the name of the PDF document | miklosh | 2007-07-28 | 3 | -3/+34 |
| | | | | (bzr r3330) | ||||
| * | Reworked text state handling so that now SvgBuilder keeps track of the ↵ | miklosh | 2007-07-28 | 3 | -17/+71 |
| | | | | | | current text position (bzr r3329) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 15 | -180/+236 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 2 | -18/+52 |
| | | | | | | | * Added settings for feDiffuseLighting. * Added color buttons for feDiffuseLighting and feSpecularLighting. (bzr r3327) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 1 | -4/+8 |
| | | | | | | | * Changed lower limit of gaussian blur to 0.01, as the value 0 makes the result blank * Corrected a couple of sp_document_done calls (bzr r3326) | ||||
| * | fix off-by-one with line drawing | MenTaLguY | 2007-07-28 | 1 | -1/+1 |
| | | | | (bzr r3325) | ||||
| * | nudge things over by a pixel to make them line up | MenTaLguY | 2007-07-28 | 1 | -3/+3 |
| | | | | (bzr r3324) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 2 | -25/+33 |
| | | | | | | * Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order. (bzr r3323) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 1 | -6/+7 |
| | | | | | | * A couple corrections to the way the vertical inputs are displayed and handled. (bzr r3322) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-28 | 3 | -3/+42 |
| | | | | | | | * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321) | ||||
| * | Various small cleanups and optimizations to Paint Bucket tool. | John Bintz | 2007-07-27 | 1 | -37/+50 |
| | | | | (bzr r3320) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 1 | -2/+2 |
| | | | | | | * Changed drawing of vertical input bars to make them stick to the right side of the treeview. (bzr r3319) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 3 | -1/+10 |
| | | | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318) | ||||
| * | cosmetic improvement to standard filter input bar rendering | MenTaLguY | 2007-07-27 | 1 | -1/+4 |
| | | | | (bzr r3316) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-27 | 2 | -25/+71 |
| | | | | | | | * Double-clicking a filter now applies it to the selection * Updating filter settings widgets no longer updates the filter primitive (bzr r3315) | ||||
| * | refactoring: gathering some commonly copy'n'pasted functions on a common | Felipe Corr??a da Silva Sanches | 2007-07-27 | 5 | -85/+71 |
| | | | | | | header (bzr r3314) | ||||
