summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-273-4/+3
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-3/+9
| | | (bzr r10696)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-052-3/+10
| | | | | the contents forward.h at all). (bzr r10667)
* Purging some forward.h files.Jon A. Cruz2011-10-043-41/+9
| | | (bzr r10664)
* Doxygen cleanup.Jon A. Cruz2011-10-031-9/+8
| | | (bzr r10660)
* Warning cleanup.Jon A. Cruz2011-10-022-24/+18
| | | (bzr r10655)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-282-162/+74
| | | (bzr r10582.1.10)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-072-24/+19
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-063-39/+32
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-07-253-7/+7
|\ | | | | (bzr r10347.1.18)
| * Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-162-5/+5
| | | | | | (bzr r10461)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-222-30/+15
|/ | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-2/+3
|\ | | | | (bzr r10347.1.13)
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-2/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450)
* | Merge from trunkKrzysztof Kosi??ski2011-07-062-11/+8
|\| | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | | | | (bzr r10407)
| * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-7/+2
| | | | | | (bzr r10390.1.3)
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| |\ | | | | | | (bzr r10365)
| | * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | | | | | | | (bzr r10350.1.8)
| * | Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| |\| | | | | | | (bzr r10363)
| | * Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| | | | | | | | | (bzr r10350.1.5)
| * | added a Modules cmake dir, only use for find_package, reference cmake ↵Campbell Barton2011-06-251-1/+3
| |/ | | | | | | | | include paths explicitly. (bzr r10358)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-234-7/+9
| | | | | | (bzr r10347.1.2)
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
|/ | | (bzr r10347.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-06-198-43/+60
|\ | | | | (bzr r9508.1.89)
| * Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | | | | (bzr r10302.1.1)
| * cmake:Campbell Barton2011-06-131-1/+0
| | | | | | | | | | | | | | | | The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-2/+2
| | | | | | (bzr r10282.1.1)
| * cmake:Campbell Barton2011-06-131-3/+23
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-5/+4
| | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * work in progress cmake commit:Campbell Barton2011-06-121-23/+25
| | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-046-10/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-036-10/+6
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-4/+4
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-076-55/+70
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-11/+11
| | | | | | (bzr r10067)
| * Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-052-19/+21
| | | | | | | | | | in 2Geom's BezierCurve (bzr r10035)
| * update to latest 2geom !Johan B. C. Engelen2011-02-024-25/+25
| | | | | | (bzr r10025)
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-0/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-153-48/+41
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-123-48/+41
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-033-5/+5
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-013-12/+12
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-293-13/+13
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)