| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | correct copy-paste error | Johan B. C. Engelen | 2007-11-20 | 2 | -2/+2 | |
| | | | | (bzr r4116) | |||||
| * | Display CMS adjustment per-desktop view | Jon A. Cruz | 2007-11-20 | 8 | -87/+228 | |
| | | | | (bzr r4114) | |||||
| * | add one fractional digit to zooms less than 10% | bulia byak | 2007-11-19 | 1 | -2/+7 | |
| | | | | (bzr r4113) | |||||
| * | 1) Improving snapping logic 2) When skewing, don't snap to selection itself | Diederik van Lierop | 2007-11-18 | 6 | -43/+97 | |
| | | | | (bzr r4111) | |||||
| * | rename EditCloneOriginal to EditCloneSelectOriginal ; ↵ | Johan B. C. Engelen | 2007-11-18 | 3 | -4/+4 | |
| | | | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109) | |||||
| * | Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly | Johan B. C. Engelen | 2007-11-18 | 4 | -2/+18 | |
| | | | | (bzr r4108) | |||||
| * | Make LPE Path along path behave more naturally. (fixes problems in moving a ↵ | Johan B. C. Engelen | 2007-11-18 | 2 | -2/+8 | |
| | | | | | | path with that effect applied to it) (bzr r4107) | |||||
| * | further work on the gtkmm exception problems in the file ↵ | Johan B. C. Engelen | 2007-11-18 | 1 | -2/+7 | |
| | | | | | | dialog/filedialogimpl-gtkmm.cpp (bzr r4106) | |||||
| * | Switched from directly using CairoOutputDev to using the poppler-glib API | miklosh | 2007-11-18 | 2 | -22/+25 | |
| | | | | (bzr r4105) | |||||
| * | Improving snapping logic; more to follow | Diederik van Lierop | 2007-11-18 | 1 | -5/+21 | |
| | | | | (bzr r4102) | |||||
| * | whitespace | Johan B. C. Engelen | 2007-11-17 | 1 | -3/+2 | |
| | | | | (bzr r4101) | |||||
| * | Prevent CMS button from pinning space used by scrollbars | Jon A. Cruz | 2007-11-17 | 1 | -0/+4 | |
| | | | | (bzr r4100) | |||||
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by ↵ | Johan B. C. Engelen | 2007-11-17 | 3 | -11/+8 | |
| | | | | | | reference! 17.7 of C++FAQlite (bzr r4099) | |||||
| * | Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can ↵ | miklosh | 2007-11-17 | 1 | -0/+4 | |
| | | | | | | not load it properly (bzr r4098) | |||||
| * | 2geom: splice exceptions code from utils.h into exception.h | Johan B. C. Engelen | 2007-11-17 | 8 | -86/+130 | |
| | | | | (bzr r4097) | |||||
| * | fix compile warning with C++ style cast | Johan B. C. Engelen | 2007-11-17 | 1 | -1/+1 | |
| | | | | (bzr r4096) | |||||
| * | Adding ICC Profiles in X support | Jon A. Cruz | 2007-11-17 | 5 | -39/+791 | |
| | | | | (bzr r4095) | |||||
| * | 2geom tryout: new exceptions | Johan B. C. Engelen | 2007-11-17 | 8 | -18/+77 | |
| | | | | (bzr r4094) | |||||
| * | hopefully fix compile (#include <errno.h> | Johan B. C. Engelen | 2007-11-16 | 1 | -0/+1 | |
| | | | | (bzr r4093) | |||||
| * | fix warnings and delete gradient pixmap that will not be used | Johan B. C. Engelen | 2007-11-16 | 6 | -48/+19 | |
| | | | | (bzr r4092) | |||||
| * | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 | Johan B. C. Engelen | 2007-11-16 | 4 | -25/+28 | |
| | | | | (bzr r4091) | |||||
| * | make the order of buttons the same as that of menu commands | bulia byak | 2007-11-16 | 1 | -4/+4 | |
| | | | | (bzr r4089) | |||||
| * | INX files: <option>, <_option>, <item> and <_item> now all work. The ↵ | Johan B. C. Engelen | 2007-11-15 | 2 | -4/+6 | |
| | | | | | | underscored ones will be translated, the non-underscored ones won't. (bzr r4087) | |||||
| * | A pasted selection is supposed to snap to the grid, but this cannot work the ↵ | Diederik van Lierop | 2007-11-14 | 3 | -70/+1 | |
| | | | | | | | | way its implemented currently. If one of the points is currently snapped, then how can we make sure that that SAME point is snapped again after pasting? If it's another point that snaps, then this is useless... Furthermore it's also buggy currently (it messes up the grid snapping sensitivity), so I'm removing this functionality. If someone wants it back, we should rather round the paste offset to a multiple of the grid pitch. This way, something that was snapped to the grid before will stay snapped after pasting. (bzr r4083) | |||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 13 | -63/+185 | |
| | | | | (bzr r4082) | |||||
| * | better paint bucket queue handling; queue points are sorted and cleaned up ↵ | John Bintz | 2007-11-13 | 1 | -25/+57 | |
| | | | | | | more efficiently now (bzr r4080) | |||||
| * | change pixel queuing method & add pixel queue cleanup routine to reduce ↵ | John Bintz | 2007-11-13 | 1 | -19/+40 | |
| | | | | | | number of function calls for each fill peration (bzr r4079) | |||||
| * | Partial fix for bug #1824387 [Still asks to save after complete undo] | Maximilian Albert | 2007-11-13 | 3 | -1/+29 | |
| | | | | (bzr r4078) | |||||
| * | Don't set inkscape:modified on startup when grids are shown/hidden. | Maximilian Albert | 2007-11-13 | 4 | -8/+12 | |
| | | | | (bzr r4077) | |||||
| * | make INX <option> translatable | Johan B. C. Engelen | 2007-11-13 | 2 | -4/+10 | |
| | | | | (bzr r4076) | |||||
| * | fix 1830356 | bulia byak | 2007-11-13 | 1 | -8/+8 | |
| | | | | (bzr r4074) | |||||
| * | Don't force focus on the canvas when the desktop is given | gustav_b | 2007-11-12 | 1 | -4/+1 | |
| | | | | | | | focus. Instead, focus will be given to the widget in the desktop that had focus the last time. (bzr r4070) | |||||
| * | Remove makefiles that shouldn't be in repos | gustav_b | 2007-11-12 | 2 | -34/+0 | |
| | | | | (bzr r4069) | |||||
| * | update to 2geom rev. 1168 | Johan B. C. Engelen | 2007-11-12 | 19 | -68/+253 | |
| | | | | (bzr r4068) | |||||
| * | LPE: no longer overload doEffect methods, but name them according to ↵ | Johan B. C. Engelen | 2007-11-12 | 15 | -34/+33 | |
| | | | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067) | |||||
| * | * added reference link for translators | Luca Bruno | 2007-11-11 | 1 | -0/+1 | |
| | | | | (bzr r4062) | |||||
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 | |
| | | | | (bzr r4060) | |||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 5 | -41/+41 | |
| | | | | (bzr r4056) | |||||
| * | more logical order of commands | bulia byak | 2007-11-10 | 1 | -1/+1 | |
| | | | | (bzr r4055) | |||||
| * | readjust jitter force | bulia byak | 2007-11-10 | 1 | -2/+0 | |
| | | | | (bzr r4054) | |||||
| * | Added rough ui to flip colors to be icc-color | Jon A. Cruz | 2007-11-10 | 1 | -8/+46 | |
| | | | | (bzr r4053) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 35 | -516/+517 | |
| | | | | (bzr r4052) | |||||
| * | Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h. | Johan B. C. Engelen | 2007-11-09 | 12 | -222/+63 | |
| | | | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050) | |||||
| * | allow for _option in radiobuttons for XML translation | John Bintz | 2007-11-09 | 1 | -1/+1 | |
| | | | | (bzr r4049) | |||||
| * | Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ↵ | Diederik van Lierop | 2007-11-09 | 8 | -57/+50 | |
| | | | | | | -> SnappedLine (bzr r4048) | |||||
| * | refactoring, one MakeTweak method instead of a bunch largely similar methods | bulia byak | 2007-11-09 | 3 | -337/+127 | |
| | | | | (bzr r4047) | |||||
| * | try to fix "hidden method" warning | Johan B. C. Engelen | 2007-11-08 | 1 | -2/+3 | |
| | | | | (bzr r4046) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 31 | -443/+424 | |
| | | | | (bzr r4043) | |||||
| * | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ↵ | Johan B. C. Engelen | 2007-11-08 | 1 | -1/+15 | |
| | | | | | | in a crash; but for some reason, exception catching does not work... (bzr r4042) | |||||
| * | update 2geom | Johan B. C. Engelen | 2007-11-07 | 2 | -9/+9 | |
| | | | | (bzr r4041) | |||||
