summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-242-44/+52
| | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
* cppcheck stuffKris De Gussem2012-04-091-6/+6
| | | (bzr r11201)
* png-write: Fix FTBFSAlex Valavanis2012-04-061-1/+1
| | | (bzr r11163)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-031-1/+1
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-022-3/+3
| | | | | replaced with g_object_unref (bzr r11139)
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelectorJohn Smith2012-03-131-28/+44
| | | (bzr r11082)
* fix cmakelistsJohan B. C. Engelen2012-03-071-1/+0
| | | (bzr r11059)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-293-5/+11
| | | (bzr r11030)
* remove very old unused code fileJohan B. C. Engelen2012-02-191-25/+0
| | | (bzr r10998)
* remove unused codeJohan B. C. Engelen2012-02-192-11/+0
| | | (bzr r10997)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-193-61/+0
| | | (bzr r10996)
* Refresh marshallers for mingwAlex Valavanis2012-02-122-308/+60
| | | (bzr r10962)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-0/+1
| | | (bzr r10959)
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
| | | (bzr r10845)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-089-13/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* 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)