summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-012-0/+152
* | | | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-014-11/+40
|/ / / / /
* | | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* | | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+3
| |_|_|/ |/| | |
* | | | Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour2013-04-041-6/+6
| |_|/ |/| |
* | | Stop using top-level glibmm headerAlex Valavanis2013-03-261-13/+13
* | | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+0
| |/ |/|
* | Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-142-2/+2
|/
* More GObject boilerplate reductionAlex Valavanis2013-01-262-59/+9
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-7/+7
* Update to current trunkTed Gould2012-11-252-10/+9
|\
| * cppcheck: Fix a couple of leaksAlex Valavanis2012-10-281-0/+1
| * cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in sp_me...Alex Valavanis2012-10-271-10/+8
* | Files in /src that no longer existTed Gould2012-10-151-1/+0
|/
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-042-1/+3
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-202-5/+9
* Fix for 1030239 : Custom markers only added to the list in Stroke Style after...John Smith2012-08-041-1/+3
* Removed unneeded header style filename #definesJon A. Cruz2012-06-172-4/+0
* Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-242-44/+52
* cppcheck stuffKris De Gussem2012-04-091-6/+6
* png-write: Fix FTBFSAlex Valavanis2012-04-061-1/+1
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-031-1/+1
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-022-3/+3
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelectorJohn Smith2012-03-131-28/+44
* fix cmakelistsJohan B. C. Engelen2012-03-071-1/+0
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-293-5/+11
* remove very old unused code fileJohan B. C. Engelen2012-02-191-25/+0
* remove unused codeJohan B. C. Engelen2012-02-192-11/+0
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-193-61/+0
* Refresh marshallers for mingwAlex Valavanis2012-02-122-308/+60
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-0/+1
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-089-13/+8
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-2/+2
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-273-4/+3
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-3/+9
* update cmake file listsCampbell Barton2011-10-081-1/+0
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-052-3/+10
* Purging some forward.h files.Jon A. Cruz2011-10-043-41/+9
* Doxygen cleanup.Jon A. Cruz2011-10-031-9/+8
* Warning cleanup.Jon A. Cruz2011-10-022-24/+18
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-282-162/+74
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-072-24/+19
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-063-39/+32
* Merge from trunkKrzysztof Kosi??ski2011-07-253-7/+7
|\
| * Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-2/+2
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-162-5/+5
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-222-30/+15
|/
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-2/+3
|\