summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ~sub advertising for a compile problemJabier Arraiza Cenoz2013-09-201-0/+1
| | | (bzr r11950.1.143)
* update to trunkJabier Arraiza Cenoz2013-09-196-265/+287
|\ | | | | (bzr r11950.1.142)
| * Fix make check after merge of cppify branchKrzysztof Kosi??ski2013-09-194-25/+28
| | | | | | (bzr r12549)
| * Fix assertion failure on Ctrl+CKrzysztof Kosi??ski2013-09-192-240/+259
| | | | | | (bzr r12548)
* | Update to trunkJabier Arraiza Cenoz2013-09-19367-21980/+22733
|\| | | | | (bzr r11950.1.141)
| * updates for cmakeCampbell Barton2013-09-196-28/+29
| | | | | | (bzr r12547)
| * Show warning when input image of Trace Pixel Art dialog is too large.Vinícius dos Santos Oliveira2013-09-191-0/+12
| | | | | | (bzr r12546)
| * Removing redundant "include config.h"Vinícius dos Santos Oliveira2013-09-191-4/+0
| | | | | | (bzr r12545)
| * Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
| | | | | | | | | | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544)
| * Fix serious potential bug in SPImage::printKrzysztof Kosi??ski2013-09-191-1/+1
| | | | | | (bzr r12543)
| * Remove a warning when embedding an image with a mimetype which is notKrzysztof Kosi??ski2013-09-191-5/+1
| | | | | | | | | | directly handled by Cairo (bzr r12542)
| * Fix colors when tracingKrzysztof Kosi??ski2013-09-191-2/+2
| | | | | | (bzr r12541)
| * Merge in doxygen updates from VinipsmakerMartin Owens2013-09-191-678/+1085
| |\ | | | | | | (bzr r12540)
| | * Restoring two setting related to previous Doxygen configuration of LaTeX outputVinícius dos Santos Oliveira2013-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The settings are: * EXTRA_PACKAGES: The change fix a bug * PDF_HYPERLINKS: The change improve the reading if you aren't using an electronic device (bzr r12298.1.2)
| | * Updated Doxygen configuration file to match new versionsVinícius dos Santos Oliveira2013-04-281-680/+1087
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All custom latex config entries were replaced by the defaults, because Inkscape's Doxyfile don't generate latex output. SHOW_DIRECTORIES (previously set to NO) and HTML_ALIGN_MEMBERS (previously set to YES) were removed, because these options don't exist in newer versions of Doxygen. Values that didn't exist before were set to the Doxygen's default, expect for PROJECT_BRIEF and PROJECT_LOGO, were appropriate values were used. The remaing values were kept. (bzr r12298.1.1)
| * | Merge in Adonis Papaderos' fix for bug lp:898797Martin Owens2013-09-191-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898797 (bzr r12539)
| | * | hack for 898797Adonis Papaderos2012-08-061-0/+2
| | | | | | | | | | | | (bzr r11595.1.1)
| * | | Remove outdated example file sp-skeleton.cppKrzysztof Kosi??ski2013-09-195-250/+0
| | | | | | | | | | | | (bzr r12538)
| * | | Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski2013-09-191-2/+2
| | | | | | | | | | | | (bzr r12537)
| * | | Revert some agressive changes and allow a seperate filter bbox for FER, ↵Martin Owens2013-09-195-4/+26
| | | | | | | | | | | | | | | | | | | | should be refactored at some point. (bzr r12536)
| * | | Fixing colors in libdepixelize integration output.Vinícius dos Santos Oliveira2013-09-191-2/+2
| | | | | | | | | | | | (bzr r12535)
| * | | Updating libdepixelize integration to use new Inkscape::Pixbuf interface.Vinícius dos Santos Oliveira2013-09-191-4/+6
| | | | | | | | | | | | | | | | | | | | Fixes build issue introduced in last commit. (bzr r12534)
| * | | Merging libdepixelize branchVinícius dos Santos Oliveira2013-09-1932-3827/+26613
| |\ \ \ | | | | | | | | | | (bzr r12533)
| | * | | Missing file from libdepixelizeVinícius dos Santos Oliveira2013-09-131-0/+123
| | | | | | | | | | | | | | | (bzr r12506.1.4)
| | * | | Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-139-195/+121
| | | | | | | | | | | | | | | (bzr r12506.1.3)
| | * | | Removing obvious comments from PixelArtDialogVinícius dos Santos Oliveira2013-09-131-13/+2
| | | | | | | | | | | | | | | (bzr r12506.1.2)
| | * | | Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-1232-3829/+26577
| | | | | | | | | | | | | | | (bzr r12506.1.1)
| * | | | Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-19307-20283/+16370
| |\ \ \ \ | | | | | | | | | | | | (bzr r12532)
| | * | | | Added gpl noticeMarkus Engel2013-09-162-0/+42
| | | | | | | | | | | | | | | | | | (bzr r11608.1.125)
| | * | | | Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-168-144/+84
| | | | | | | | | | | | | | | | | | (bzr r11608.1.124)
| | * | | | Added runtime check in SP_-cast macros.Markus Engel2013-09-15100-109/+109
| | | | | | | | | | | | | | | | | | (bzr r11608.1.123)
| | * | | | Modified SP_IS_ macros.Markus Engel2013-09-1499-111/+111
| | | | | | | | | | | | | | | | | | (bzr r11608.1.122)
| | * | | | Merged from trunk (r12517).Markus Engel2013-09-1486-11484/+7289
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.121)
| | * \ \ \ \ Merged from trunk (r12488).Markus Engel2013-08-30265-19022/+60371
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ \ \ \ Merged from trunk (r12465).Markus Engel2013-08-0444-256/+304
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | | | | Cleaned up once more.Markus Engel2013-08-0410-716/+552
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.118)
| | * | | | | | | Cleaned up.Markus Engel2013-08-0345-771/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.117)
| | * | | | | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-024-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.116)
| | * | | | | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-0113-50/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.115)
| | * | | | | | | Replacement of unnecessary variables.Markus Engel2013-07-3144-1403/+1356
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.114)
| | * | | | | | | Removed placement news / explicit destructor calls.Markus Engel2013-07-3112-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.113)
| | * | | | | | | Merged from trunk (r12441).Markus Engel2013-07-312-131/+70
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.112)
| | * | | | | | | | Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-3155-714/+592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.111)
| | * | | | | | | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-3143-276/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.110)
| | * | | | | | | | Further refactoring of EventContexts.Markus Engel2013-07-3060-1176/+1147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.109)
| | * | | | | | | | Merge from trunk (r12439).Markus Engel2013-07-25573-40677/+4389
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.108)
| | * \ \ \ \ \ \ \ \ Merged from trunk (r12419).Markus Engel2013-07-14292-26304/+27996
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.107)
| | * \ \ \ \ \ \ \ \ \ Merged from trunk (r12305)Markus Engel2013-04-2722-443/+3553
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.106)
| | * | | | | | | | | | | various changesMarkus Engel2013-04-2710-408/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.105)
| | * | | | | | | | | | | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-2137-694/+451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.104)