| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add version check for new api | Bob Jamison | 2008-09-08 | 1 | -1/+4 | |
| | | | | (bzr r6782) | |||||
| * | Unselet item in geometry tool when the user clicked into empty space | Maximilian Albert | 2008-09-08 | 1 | -1/+3 | |
| | | | | (bzr r6781) | |||||
| * | Warning cleanup | Maximilian Albert | 2008-09-08 | 1 | -1/+0 | |
| | | | | (bzr r6780) | |||||
| * | Slightly smaller page size entries | Maximilian Albert | 2008-09-08 | 1 | -7/+7 | |
| | | | | (bzr r6779) | |||||
| * | Fix LP #258124 and crash when copying LPEs | Maximilian Albert | 2008-09-08 | 2 | -2/+2 | |
| | | | | (bzr r6778) | |||||
| * | Attempt to fix the 245 floor / 255 page size adjustment problem. | Bob Jamison | 2008-09-08 | 1 | -2/+5 | |
| | | | | (bzr r6777) | |||||
| * | fix node tool for LPEs by reverting r19694 | Johan B. C. Engelen | 2008-09-07 | 1 | -7/+1 | |
| | | | | (bzr r6776) | |||||
| * | Remove an obsolete comment | Diederik van Lierop | 2008-09-07 | 1 | -3/+7 | |
| | | | | (bzr r6775) | |||||
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 11 | -579/+0 | |
| | | | | | | references to nr-path.h) (bzr r6774) | |||||
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 2008-09-07 | 14 | -53/+55 | |
| | | | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | |||||
| * | Remove pointer to SPDesktop from ObjectSnapper | Diederik van Lierop | 2008-09-07 | 4 | -19/+17 | |
| | | | | (bzr r6772) | |||||
| * | finally got the pattern transform right | bulia byak | 2008-09-06 | 1 | -19/+10 | |
| | | | | (bzr r6771) | |||||
| * | Change includes for gtk.h/gtkclist.h slightly | Bob Jamison | 2008-09-06 | 1 | -1/+1 | |
| | | | | (bzr r6769) | |||||
| * | undo last commit - here's a better way to fix this bug | bulia byak | 2008-09-05 | 2 | -34/+32 | |
| | | | | (bzr r6768) | |||||
| * | fix crash: separate np and kh listeners so that np listener is not fired ↵ | bulia byak | 2008-09-05 | 1 | -8/+27 | |
| | | | | | | twice when a path with pattern fill is edited (bzr r6766) | |||||
| * | comment typo | bulia byak | 2008-09-05 | 1 | -1/+1 | |
| | | | | (bzr r6765) | |||||
| * | Make click-select work in geometry tool | Maximilian Albert | 2008-09-05 | 1 | -0/+33 | |
| | | | | (bzr r6764) | |||||
| * | Select landscape by default for certain page formats | Maximilian Albert | 2008-09-05 | 1 | -4/+28 | |
| | | | | (bzr r6763) | |||||
| * | Add page sizes for various business card formats as per request in LP #172225 | Maximilian Albert | 2008-09-05 | 1 | -0/+5 | |
| | | | | (bzr r6762) | |||||
| * | The page size table in Document Properties should use the available vertical ↵ | Maximilian Albert | 2008-09-05 | 2 | -4/+10 | |
| | | | | | | space (bzr r6761) | |||||
| * | Make rasterization of filters into pdf respect the requested dpi. | Aaron Spike | 2008-09-05 | 3 | -11/+11 | |
| | | | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760) | |||||
| * | convert moveto, lineto and curveto native to Point, instead of going to ↵ | Johan B. C. Engelen | 2008-09-04 | 1 | -10/+6 | |
| | | | | | | gdouble to go back to Point again.... (bzr r6759) | |||||
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵ | Maximilian Albert | 2008-09-04 | 6 | -7/+266 | |
| | | | | | | to display items in their true sizes) (bzr r6758) | |||||
| * | add lpe param: VectorParam<float> and VectorParam<double> | Johan B. C. Engelen | 2008-09-02 | 4 | -1/+180 | |
| | | | | (bzr r6757) | |||||
| * | add method to write single paths to svg | Johan B. C. Engelen | 2008-09-02 | 2 | -8/+21 | |
| | | | | (bzr r6756) | |||||
| * | Fixed forgotten variable assignment | Jon A. Cruz | 2008-09-02 | 1 | -1/+1 | |
| | | | | (bzr r6755) | |||||
| * | comment update | bulia byak | 2008-09-01 | 1 | -1/+9 | |
| | | | | (bzr r6754) | |||||
| * | use smaller subpixel scaling; large values take more memory and sometimes ↵ | bulia byak | 2008-09-01 | 1 | -1/+1 | |
| | | | | | | fail for too large patter tiles (bzr r6753) | |||||
| * | removed unnecessary pointer, changed to by reference. (the pointer was not ↵ | Johan B. C. Engelen | 2008-09-01 | 5 | -13/+12 | |
| | | | | | | allowed to be NULL, so reference is better) (bzr r6752) | |||||
| * | fix assert when exporting bug 171849 file, make sure small patterns are ↵ | bulia byak | 2008-09-01 | 1 | -2/+6 | |
| | | | | | | exported properly by scaling them up (to use integer width/height) and then down (bzr r6750) | |||||
| * | I don't have this function, must be a recent addition to glib? replaced by a ↵ | bulia byak | 2008-09-01 | 1 | -1/+1 | |
| | | | | | | more standard one (bzr r6749) | |||||
| * | update 2geom (rev. 1569) | Johan B. C. Engelen | 2008-09-01 | 21 | -169/+804 | |
| | | | | (bzr r6748) | |||||
| * | Move single-dot-creation function to a better location (and rename it ↵ | Maximilian Albert | 2008-09-01 | 6 | -64/+62 | |
| | | | | | | accordingly) (bzr r6746) | |||||
| * | Fixed missing return of value and misc return cleanup. Should be the proper ↵ | Jon A. Cruz | 2008-09-01 | 1 | -129/+150 | |
| | | | | | | fix for the prior problems here. (bzr r6745) | |||||
| * | Fix for missing define | Jon A. Cruz | 2008-09-01 | 1 | -0/+1 | |
| | | | | (bzr r6744) | |||||
| * | enable EPS export via cairo, use it instead of the old native one | bulia byak | 2008-09-01 | 5 | -3/+179 | |
| | | | | (bzr r6743) | |||||
| * | fix names and mime types; cairo ps out now the default | bulia byak | 2008-08-31 | 2 | -5/+5 | |
| | | | | (bzr r6742) | |||||
| * | disable old non-cairo ps export via print | bulia byak | 2008-08-31 | 1 | -1/+1 | |
| | | | | (bzr r6741) | |||||
| * | remove cairo and experimental from the name; now this is THE pdf exporter | bulia byak | 2008-08-31 | 1 | -2/+2 | |
| | | | | (bzr r6740) | |||||
| * | properly transform clippath: transform of the item using the clippath must ↵ | bulia byak | 2008-08-31 | 2 | -1/+13 | |
| | | | | | | also be applied (bzr r6739) | |||||
| * | remove unused include files and methods | Johan B. C. Engelen | 2008-08-31 | 2 | -65/+0 | |
| | | | | (bzr r6738) | |||||
| * | remove unused variables | Johan B. C. Engelen | 2008-08-31 | 2 | -12/+10 | |
| | | | | (bzr r6737) | |||||
| * | cairo-render-context extension implementation converted to 2geom | Johan B. C. Engelen | 2008-08-31 | 2 | -64/+15 | |
| | | | | (bzr r6736) | |||||
| * | temporary fix for continuity exception | Johan B. C. Engelen | 2008-08-31 | 1 | -2/+17 | |
| | | | | (bzr r6735) | |||||
| * | Fix patterns when scaled. | Tavmjong Bah | 2008-08-31 | 1 | -6/+10 | |
| | | | | | | Avoid pattern size change due to rounding errors in ceil(). (bzr r6734) | |||||
| * | NR => Geom for context-fns | Johan B. C. Engelen | 2008-08-30 | 4 | -33/+49 | |
| | | | | (bzr r6733) | |||||
| * | NR => Geom for arc-context | Johan B. C. Engelen | 2008-08-30 | 2 | -15/+15 | |
| | | | | (bzr r6732) | |||||
| * | NR => Geom for (almost all of) event-context.h/.cpp | Johan B. C. Engelen | 2008-08-30 | 2 | -20/+20 | |
| | | | | (bzr r6731) | |||||
| * | Eliminate SP_ACTIVE_DESKTOP in the object-snapper | Diederik van Lierop | 2008-08-30 | 3 | -32/+24 | |
| | | | | (bzr r6730) | |||||
| * | Fix regression in snapping to paths (which caused self-snapping) | Diederik van Lierop | 2008-08-29 | 1 | -9/+8 | |
| | | | | (bzr r6727) | |||||
