summaryrefslogtreecommitdiffstats
path: root/src/helper (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-192-11/+11
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-6/+1
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* update cmakefilesCampbell Barton2013-08-311-7/+0
| | | (bzr r12493)
* merge from trunk (r12487)su_v2013-08-2915-1290/+236
|\ | | | | (bzr r11668.1.75)
| * Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-069-1273/+2
| |\ | | | | | | (bzr r12471)
| | * Fixed building of tests.Matthew Petroff2013-08-031-6/+0
| | | | | | | | | (bzr r12380.1.60)
| | * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | | | | | | | (bzr r12380.1.54)
| | * Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-206-921/+0
| | | | | | | | | (bzr r12380.1.45)
| | * Removed "helper/unit-tracker.*".Matthew Petroff2013-07-173-344/+0
| | | | | | | | | (bzr r12380.1.20)
| | * Merge from trunk.Matthew Petroff2013-07-176-12/+231
| | |\ | | | | | | | | (bzr r12380.1.17)
| | * | Temporary fixes/kludges.Matthew Petroff2013-07-171-2/+2
| | | | | | | | | | | | (bzr r12380.1.16)
| * | | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-5/+3
| | |/ | |/| | | | (bzr r12469)
| * | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-042-3/+3
| | | | | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
| * | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-034-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
| * | Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-012-0/+152
| | | | | | | | | (bzr r12387.1.2)
| * | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-014-11/+40
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | merge from trunk (r12380)su_v2013-06-191-0/+5
|\| | | | | (bzr r11668.1.72)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+3
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* | merge from trunk (r12272)su_v2013-04-081-6/+6
|\| | | | | (bzr r11668.1.66)
| * Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour2013-04-041-6/+6
| | | | | | (bzr r12265)
* | merge from trunk (r12258)su_v2013-03-292-14/+13
|\| | | | | (bzr r11668.1.65)
| * Stop using top-level glibmm headerAlex Valavanis2013-03-261-13/+13
| | | | | | (bzr r12251)
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* | merge from trunk (r12209)su_v2013-03-152-2/+2
|\| | | | | (bzr r11668.1.58)
| * Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-142-2/+2
| | | | | | | | | | forward declarations (bzr r12203)
* | changes_2013_02_25a.patchDavid Mathog2013-03-082-0/+315
|/ | | | | | | | | | | | | | New: WMF import/export implements WMF (Windows Metafile) read and write. Inkscape previously supported that through uniconverter, which was not very good with WMF files. The new version now has a complete wmf-print/wmf-inout implementation, analogous to the previous emf-print/emf-inout. This handles images, patterns, and various other goodies to the extent that WMF does. WMF is a bit primitive, many fields are only 16 bits, so it even more resolution sapping issues than does EMF. Given the choice, always use the latter format. (bzr r11668.1.52)
* More GObject boilerplate reductionAlex Valavanis2013-01-262-59/+9
| | | (bzr r12065)
* 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)