summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-7/+7
| | | | | christmas\!) (bzr r11986)
* Update to current trunkTed Gould2012-11-252-10/+9
|\ | | | | (bzr r11804.1.8)
| * cppcheck: Fix a couple of leaksAlex Valavanis2012-10-281-0/+1
| | | | | | (bzr r11845)
| * cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in ↵Alex Valavanis2012-10-271-10/+8
| | | | | | | | | | sp_metric (bzr r11838)
* | Files in /src that no longer existTed Gould2012-10-151-1/+0
|/ | | (bzr r11804.1.2)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-042-1/+3
| | | (bzr r11736)
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-202-5/+9
| | | (bzr r11614)
* Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵John Smith2012-08-041-1/+3
| | | | | after reloading the file (bzr r11588)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-172-4/+0
| | | (bzr r11503)
* 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)