| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 2012-12-25 | 1 | -7/+7 |
| | | | | | | christmas\!) (bzr r11986) | ||||
| * | Update to current trunk | Ted Gould | 2012-11-25 | 2 | -10/+9 |
| |\ | | | | | (bzr r11804.1.8) | ||||
| | * | cppcheck: Fix a couple of leaks | Alex Valavanis | 2012-10-28 | 1 | -0/+1 |
| | | | | | | | (bzr r11845) | ||||
| | * | cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in ↵ | Alex Valavanis | 2012-10-27 | 1 | -10/+8 |
| | | | | | | | | | | | sp_metric (bzr r11838) | ||||
| * | | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -1/+0 |
| |/ | | | (bzr r11804.1.2) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 2 | -1/+3 |
| | | | | (bzr r11736) | ||||
| * | Fix for 165865 : markers must take object's stroke color | John Smith | 2012-08-20 | 2 | -5/+9 |
| | | | | (bzr r11614) | ||||
| * | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 2012-08-04 | 1 | -1/+3 |
| | | | | | | after reloading the file (bzr r11588) | ||||
| * | Removed unneeded header style filename #defines | Jon A. Cruz | 2012-06-17 | 2 | -4/+0 |
| | | | | (bzr r11503) | ||||
| * | Applied modified patch to add export messages. Partially fixes bug #43730. | Jon A. Cruz | 2012-05-24 | 2 | -44/+52 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407) | ||||
| * | cppcheck stuff | Kris De Gussem | 2012-04-09 | 1 | -6/+6 |
| | | | | (bzr r11201) | ||||
| * | png-write: Fix FTBFS | Alex Valavanis | 2012-04-06 | 1 | -1/+1 |
| | | | | (bzr r11163) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-03 | 1 | -1/+1 |
| | | | | | | and combo_box fixes (bzr r11140) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 2 | -3/+3 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelector | John Smith | 2012-03-13 | 1 | -28/+44 |
| | | | | (bzr r11082) | ||||
| * | fix cmakelists | Johan B. C. Engelen | 2012-03-07 | 1 | -1/+0 |
| | | | | (bzr r11059) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 3 | -5/+11 |
| | | | | (bzr r11030) | ||||
| * | remove very old unused code file | Johan B. C. Engelen | 2012-02-19 | 1 | -25/+0 |
| | | | | (bzr r10998) | ||||
| * | remove unused code | Johan B. C. Engelen | 2012-02-19 | 2 | -11/+0 |
| | | | | (bzr r10997) | ||||
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 3 | -61/+0 |
| | | | | (bzr r10996) | ||||
| * | Refresh marshallers for mingw | Alex Valavanis | 2012-02-12 | 2 | -308/+60 |
| | | | | (bzr r10962) | ||||
| * | Get rid of deprecated gtk_marshal_* and some old GtkComboBox API | Alex Valavanis | 2012-02-11 | 1 | -0/+1 |
| | | | | (bzr r10959) | ||||
| * | More GSEAL fixes | Alex Valavanis | 2012-01-05 | 1 | -6/+6 |
| | | | | (bzr r10845) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 9 | -13/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Updating use of libpng jump buffer. Fixes bug #721029. | Jon A. Cruz | 2011-10-29 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 3 | -4/+3 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 3 | -3/+9 |
| | | | | (bzr r10696) | ||||
| * | update cmake file lists | Campbell Barton | 2011-10-08 | 1 | -1/+0 |
| | | | | (bzr r10673) | ||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 2 | -3/+10 |
| | | | | | | the contents forward.h at all). (bzr r10667) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 3 | -41/+9 |
| | | | | (bzr r10664) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -9/+8 |
| | | | | (bzr r10660) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 2 | -24/+18 |
| | | | | (bzr r10655) | ||||
| * | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 2 | -162/+74 |
| | | | | (bzr r10582.1.10) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 2 | -24/+19 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 3 | -39/+32 |
| | | | | (bzr r10347.1.21) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 3 | -7/+7 |
| |\ | | | | | (bzr r10347.1.18) | ||||
| | * | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) | ||||
| | * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 2 | -5/+5 |
| | | | | | | | (bzr r10461) | ||||
| * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 2 | -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 #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -2/+3 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 2 | -11/+8 |
| |\| | | | | | (bzr r10347.1.5) | ||||
| | * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 1 | -1/+1 |
| | | | | | | | (bzr r10407) | ||||
| | * | GTK+ cleaning: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -7/+2 |
| | | | | | | | (bzr r10390.1.3) | ||||
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -1/+1 |
| | |\ | | | | | | | (bzr r10365) | ||||
| | | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r10350.1.8) | ||||
| | * | | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -1/+1 |
| | |\| | | | | | | | (bzr r10363) | ||||
| | | * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r10350.1.5) | ||||
| | * | | added a Modules cmake dir, only use for find_package, reference cmake ↵ | Campbell Barton | 2011-06-25 | 1 | -1/+3 |
| | |/ | | | | | | | | | include paths explicitly. (bzr r10358) | ||||
