| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6ef | Eduard Braun | 2017-07-19 | 1 | -11/+1 |
| | | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+1 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+1 |
| | | | | (bzr r15025) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -19/+2 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Fix for Bug #918319 (Printing offsets page). | Nicolas Dufour | 2015-03-05 | 1 | -19/+2 |
| | | | | | | | | | | | | | | | | | Fix for a dead assignment in the printing code (Jenkins warning: http://jenkins.inkscape.org/job/Inkscape_trunk_scan-build/42/clangScanBuildBugs/browse/report-a94344.html#EndPath). Fixed bugs: - https://launchpad.net/bugs/918319 (bzr r13965) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -1/+1 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | fix Windows 64-bit build | Johan B. C. Engelen | 2014-08-23 | 1 | -2/+2 |
| | | | | (bzr r13531) | ||||
| * | Fix build | Liam P. White | 2014-08-13 | 1 | -1/+3 |
| | | | | (bzr r13510) | ||||
| * | Printing. Fix for Bug #264831 (Print settings not persistent). | Nicolas Dufour | 2014-08-13 | 1 | -1/+7 |
| | | | | | | | | | | Printing. Fix for Bug #508529 (Printing rastered image offsets the page). Fixed bugs: - https://launchpad.net/bugs/264831 - https://launchpad.net/bugs/508529 (bzr r13509) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -3/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -2/+2 |
| | | | | (bzr r12475.1.9) | ||||
| * | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -4/+4 |
| | | | | (bzr r12475.1.2) | ||||
| * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -6/+6 |
| | | | | (bzr r12380.1.54) | ||||
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -1/+1 |
| | | | | (bzr r11847) | ||||
| * | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵ | Alex Valavanis | 2012-02-15 | 1 | -1/+1 |
| | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -12/+14 |
| | | | | (bzr r10858) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -4/+4 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -5/+9 |
| | | | | (bzr r8895) | ||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 1 | -1/+1 |
| | | | | (bzr r8561) | ||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -4/+11 |
| | | | | | | by Adrian Johnson. (bzr r8473) | ||||
| * | Fix for Bug #373309 (Print has offset on page), by Adrian Johnson. | Nicolas Dufour | 2009-08-12 | 1 | -1/+20 |
| | | | | (bzr r8469) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8408) | ||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -63/+0 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768) | ||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -1/+4 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -0/+1 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+15 |
| | | | | (bzr r6885) | ||||
| * | Made bitmap printing use the DPI setting (bug 258916) | Niko Kiirala | 2008-09-22 | 1 | -3/+7 |
| | | | | (bzr r6870) | ||||
| * | Ulf Ericson's patch for implementing missing properties in the new pdf exporter | bulia byak | 2008-08-29 | 1 | -1/+1 |
| | | | | (bzr r6726) | ||||
| * | Fixing as per discussion in LP # 179988 | Mike Pittman | 2008-03-28 | 1 | -3/+77 |
| | | | | (bzr r5211) | ||||
| * | Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵ | Joel Holdsworth | 2008-03-21 | 1 | -2/+3 |
| | | | | | | windows in Win32 (bzr r5147) | ||||
| * | BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵ | Albin Sunnanbo | 2008-03-13 | 1 | -1/+2 |
| | | | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -6/+6 |
| | | | | (bzr r4838) | ||||
| * | don't zoom when changing dpi | Kees Cook | 2007-12-30 | 1 | -2/+2 |
| | | | | (bzr r4338) | ||||
| * | rip out gtkmmification of print dialog, to temporarily solve LP: #176018 | Kees Cook | 2007-12-30 | 1 | -46/+60 |
| | | | | (bzr r4336) | ||||
| * | adjust cairo bitmap origin offset fixup | Kees Cook | 2007-12-30 | 1 | -1/+1 |
| | | | | (bzr r4335) | ||||
| * | clean up print dialog for better integration with gtkmm | Kees Cook | 2007-12-29 | 1 | -30/+26 |
| | | | | (bzr r4331) | ||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 1 | -2/+2 |
| | | | | | | main inkscape desktop window (bzr r4278) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-12 | 1 | -3/+2 |
| | | | | (bzr r4216) | ||||
| * | r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800 | Ted Gould | 2007-12-11 | 1 | -2/+3 |
| | | | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205) | ||||
| * | include header for close command | Adib Taraben | 2007-12-10 | 1 | -0/+1 |
| | | | | (bzr r4204) | ||||
| * | add #include <io.h> to enable win32 compile | Bob Jamison | 2007-12-10 | 1 | -0/+1 |
| | | | | (bzr r4202) | ||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 1 | -0/+170 |
| (bzr r4199) | |||||
