summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add version check for new apiBob Jamison2008-09-081-1/+4
| | | (bzr r6782)
* Unselet item in geometry tool when the user clicked into empty spaceMaximilian Albert2008-09-081-1/+3
| | | (bzr r6781)
* Warning cleanupMaximilian Albert2008-09-081-1/+0
| | | (bzr r6780)
* Slightly smaller page size entriesMaximilian Albert2008-09-081-7/+7
| | | (bzr r6779)
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-082-2/+2
| | | (bzr r6778)
* Attempt to fix the 245 floor / 255 page size adjustment problem.Bob Jamison2008-09-081-2/+5
| | | (bzr r6777)
* fix node tool for LPEs by reverting r19694Johan B. C. Engelen2008-09-071-7/+1
| | | (bzr r6776)
* Remove an obsolete commentDiederik van Lierop2008-09-071-3/+7
| | | (bzr r6775)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-0711-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 Lierop2008-09-0714-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 ObjectSnapperDiederik van Lierop2008-09-074-19/+17
| | | (bzr r6772)
* finally got the pattern transform rightbulia byak2008-09-061-19/+10
| | | (bzr r6771)
* Change includes for gtk.h/gtkclist.h slightlyBob Jamison2008-09-061-1/+1
| | | (bzr r6769)
* undo last commit - here's a better way to fix this bugbulia byak2008-09-052-34/+32
| | | (bzr r6768)
* fix crash: separate np and kh listeners so that np listener is not fired ↵bulia byak2008-09-051-8/+27
| | | | | twice when a path with pattern fill is edited (bzr r6766)
* comment typobulia byak2008-09-051-1/+1
| | | (bzr r6765)
* Make click-select work in geometry toolMaximilian Albert2008-09-051-0/+33
| | | (bzr r6764)
* Select landscape by default for certain page formatsMaximilian Albert2008-09-051-4/+28
| | | (bzr r6763)
* Add page sizes for various business card formats as per request in LP #172225Maximilian Albert2008-09-051-0/+5
| | | (bzr r6762)
* The page size table in Document Properties should use the available vertical ↵Maximilian Albert2008-09-052-4/+10
| | | | | space (bzr r6761)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-053-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. Engelen2008-09-041-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 Albert2008-09-046-7/+266
| | | | | to display items in their true sizes) (bzr r6758)
* add lpe param: VectorParam<float> and VectorParam<double>Johan B. C. Engelen2008-09-024-1/+180
| | | (bzr r6757)
* add method to write single paths to svgJohan B. C. Engelen2008-09-022-8/+21
| | | (bzr r6756)
* Fixed forgotten variable assignmentJon A. Cruz2008-09-021-1/+1
| | | (bzr r6755)
* comment updatebulia byak2008-09-011-1/+9
| | | (bzr r6754)
* use smaller subpixel scaling; large values take more memory and sometimes ↵bulia byak2008-09-011-1/+1
| | | | | fail for too large patter tiles (bzr r6753)
* removed unnecessary pointer, changed to by reference. (the pointer was not ↵Johan B. C. Engelen2008-09-015-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 byak2008-09-011-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 byak2008-09-011-1/+1
| | | | | more standard one (bzr r6749)
* update 2geom (rev. 1569)Johan B. C. Engelen2008-09-0121-169/+804
| | | (bzr r6748)
* Move single-dot-creation function to a better location (and rename it ↵Maximilian Albert2008-09-016-64/+62
| | | | | accordingly) (bzr r6746)
* Fixed missing return of value and misc return cleanup. Should be the proper ↵Jon A. Cruz2008-09-011-129/+150
| | | | | fix for the prior problems here. (bzr r6745)
* Fix for missing defineJon A. Cruz2008-09-011-0/+1
| | | (bzr r6744)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-015-3/+179
| | | (bzr r6743)
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
| | | (bzr r6742)
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
| | | (bzr r6741)
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
| | | (bzr r6740)
* properly transform clippath: transform of the item using the clippath must ↵bulia byak2008-08-312-1/+13
| | | | | also be applied (bzr r6739)
* remove unused include files and methodsJohan B. C. Engelen2008-08-312-65/+0
| | | (bzr r6738)
* remove unused variablesJohan B. C. Engelen2008-08-312-12/+10
| | | (bzr r6737)
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-312-64/+15
| | | (bzr r6736)
* temporary fix for continuity exceptionJohan B. C. Engelen2008-08-311-2/+17
| | | (bzr r6735)
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
| | | | | Avoid pattern size change due to rounding errors in ceil(). (bzr r6734)
* NR => Geom for context-fnsJohan B. C. Engelen2008-08-304-33/+49
| | | (bzr r6733)
* NR => Geom for arc-contextJohan B. C. Engelen2008-08-302-15/+15
| | | (bzr r6732)
* NR => Geom for (almost all of) event-context.h/.cppJohan B. C. Engelen2008-08-302-20/+20
| | | (bzr r6731)
* Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop2008-08-303-32/+24
| | | (bzr r6730)
* Fix regression in snapping to paths (which caused self-snapping)Diederik van Lierop2008-08-291-9/+8
| | | (bzr r6727)