summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Starting Summer of Code: SVG FontsFelipe Corr??a da Silva Sanches2008-05-084-0/+257
| | | | | * hkern and vkern: parameter loading. (bzr r5624)
* fix bug when editing endnodesbulia byak2008-05-071-0/+2
| | | (bzr r5623)
* Update to Unicode 5.1.0. Fix header (oops)Bob Jamison2008-05-072-1200/+1321
| | | (bzr r5622)
* fix 224981bulia byak2008-05-061-1/+4
| | | (bzr r5621)
* Add svg-path-test.h to src/svg/Makefile_insertJasper van de Gronde2008-05-061-1/+2
| | | (bzr r5620)
* xy-grid: when shown as dots, add emphasis using crosses.Johan B. C. Engelen2008-05-061-3/+11
| | | (bzr r5619)
* Fix a regression in the SVG path data parser (it will now parse things like ↵Jasper van de Gronde2008-05-062-17/+491
| | | | | "M 1.3.4" correctly again). (bzr r5618)
* Updating deprecated type calls.Jon A. Cruz2008-05-0610-129/+155
| | | (bzr r5617)
* limit the change to the relative moves onlybulia byak2008-05-061-58/+65
| | | (bzr r5616)
* reinterpret move when apply-separately checkbox is onbulia byak2008-05-061-0/+63
| | | (bzr r5615)
* export bbox sorting machinerybulia byak2008-05-062-12/+19
| | | (bzr r5614)
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
| | | (bzr r5613)
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-062-8/+7
| | | (bzr r5612)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-068-14/+57
| | | (bzr r5611)
* Bring testing files up-to-date in preparation to test new svg code.Bob Jamison2008-05-053-24/+17
| | | (bzr r5610)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-0540-798/+777
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-056-123/+117
| | | | | inkscape source list (bzr r5608)
* copyeditbulia byak2008-05-052-17/+43
| | | (bzr r5607)
* move to visualize pathbulia byak2008-05-051-1/+1
| | | (bzr r5606)
* separate x and y jitteringbulia byak2008-05-052-12/+17
| | | (bzr r5605)
* Remove warningsBob Jamison2008-05-047-8/+12
| | | (bzr r5604)
* Remove warningsBob Jamison2008-05-041-2/+6
| | | (bzr r5603)
* Remove warningsBob Jamison2008-05-043-18/+18
| | | (bzr r5602)
* Remove warningsBob Jamison2008-05-041-1/+1
| | | (bzr r5601)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-0417-59/+107
| | | (bzr r5600)
* Remove warningsBob Jamison2008-05-042-8/+53
| | | (bzr r5599)
* * configure.ac: Have the "linker tolerates -z relro" configure test domjwybrow2008-05-041-1/+1
| | | | | | a AC_LINK_IFELSE since the existing AC_COMPILE_IFELSE didn't use the LDFLAGS and therefore wasn't actually performing the test. (bzr r5598)
* Address string-literal-to-char* warning: Make gm_read_error global var point ↵Peter Moulder2008-05-042-6/+6
| | | | | to const char. (bzr r5597)
* noop: Address string-literal-to-char* warning.Peter Moulder2008-05-041-2/+2
| | | (bzr r5596)
* Patch from sas to fix validity of the INX file for gimp_xcf.pyAaron Spike2008-05-041-2/+2
| | | (bzr r5595)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-0418-139/+139
| | | (bzr r5594)
* Initial cut of touch-delete modeJon A. Cruz2008-05-031-29/+69
| | | (bzr r5593)
* Adding Triangle Extension - See LP#226001Mike Pittman2008-05-034-0/+225
| | | (bzr r5592)
* Export grid and guides to XCF (Bug #222655)Aaron Spike2008-05-032-1/+79
| | | | | Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid. (bzr r5591)
* Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher2008-05-035-80/+80
| | | (bzr r5590)
* Remove invalid struct initialization warnings.Bob Jamison2008-05-031-2/+4
| | | (bzr r5589)
* Removed entries for removed/dead extensions (randompnt.inx and ↵Mike Pittman2008-05-032-4/+1
| | | | | randompos.inx). Discussion in LP#225486. (bzr r5588)
* Removing seemingly dead/unused extension files that are causing a menu ↵Mike Pittman2008-05-032-28/+0
| | | | | problem - See LP#225486 (bzr r5587)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-033-0/+46
| | | (bzr r5586)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-031-0/+14
| | | (bzr r5585)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-035-78/+107
| | | (bzr r5584)
* make more messages immediatebulia byak2008-05-031-4/+4
| | | (bzr r5583)
* Modify for *Parser->*Reader conversionBob Jamison2008-05-021-4/+4
| | | (bzr r5582)
* Add new property to <cc>, refreshCache, to force recompBob Jamison2008-05-022-21/+30
| | | (bzr r5581)
* Cleaned up xml to validate as per sas' patch @ LP#225651Mike Pittman2008-05-022-6/+6
| | | (bzr r5580)
* Removed <submenu _name="Object"/> entry from inx files to prevent bogus menu ↵Mike Pittman2008-05-022-3/+1
| | | | | entry while preserving xml <effects-menu> </effects-menu> structure. See discussion under LP #225486. (bzr r5579)
* Switch to alternate const correction.Jon A. Cruz2008-05-021-1/+1
| | | (bzr r5578)
* Const cleanup on strings.Jon A. Cruz2008-05-022-2/+2
| | | (bzr r5577)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-026-40/+76
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* Removed Submenu name "Object" from randompnt.inx and randompos.inx to stop ↵Mike Pittman2008-05-022-2/+2
| | | | | bogus submenu. (bzr r5575)