| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -143/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 2017-12-05 | 1 | -1/+1 |
| | | |||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -8/+3 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add some Vlava improvements from mailing list | Jabier Arraiza Cenoz | 2016-11-01 | 1 | -1/+1 |
| |\ | | | | | (bzr r15142.1.28) | ||||
| * | | Fix some canvas problems and refactorization | Jabier Arraiza Cenoz | 2016-10-10 | 1 | -1/+5 |
| | | | | | | | (bzr r15142.1.8) | ||||
| * | | Added widget to to rotate | Jabier Arraiza Cenoz | 2016-10-09 | 1 | -1/+1 |
| | | | | | | | (bzr r15142.1.7) | ||||
| * | | Doc rotate start | Jabier Arraiza Cenoz | 2016-10-02 | 1 | -0/+1 |
| |/ | | | (bzr r15142.1.1) | ||||
| * | Remove unused svg-units variable. | Tavmjong Bah | 2016-06-08 | 1 | -1/+0 |
| | | | | (bzr r14963) | ||||
| * | Remove last use of getSVGUnit() and remove all remnants of this abomination. | Tavmjong Bah | 2016-06-01 | 1 | -1/+0 |
| | | | | (bzr r14939) | ||||
| * | Add option for checkerboard background. | Tavmjong Bah | 2015-12-21 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539) | ||||
| * | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 1 | -0/+2 |
| |\ | | | | | (bzr r14504.1.9) | ||||
| | * | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -1/+1 |
| | | | | | | | (bzr r14500.1.9) | ||||
| | * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -0/+2 |
| | | | | | | | (bzr r14500.1.8) | ||||
| * | | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 2015-12-05 | 1 | -4/+5 |
| |/ | | | (bzr r14504.1.1) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -1/+1 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+3 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Rename variable to better express its use. (units -> page_size_units) | Tavmjong Bah | 2014-11-20 | 1 | -1/+1 |
| | | | | (bzr r13740) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -13/+16 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -1/+0 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 1 | -0/+1 |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | ||||
| * | try to add some const-correctness | Johan B. C. Engelen | 2013-10-24 | 1 | -0/+1 |
| | | | | (bzr r12719) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -1/+1 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -8/+9 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | Removed SPMetric. | Matthew Petroff | 2013-07-22 | 1 | -2/+0 |
| | | | | | | | (bzr r12380.1.49) | ||||
| | * | Ported "widgets/ruler.*" away from SPMetric. | Matthew Petroff | 2013-07-22 | 1 | -0/+1 |
| | | | | | | | (bzr r12380.1.48) | ||||
| | * | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -5/+6 |
| | | | | | | | (bzr r12380.1.8) | ||||
| | * | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. | Matthew Petroff | 2013-07-02 | 1 | -1/+2 |
| | | | | | | | (bzr r12380.1.4) | ||||
| * | | Cleaned up. | Markus Engel | 2013-08-03 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.117) | ||||
| * | | Merged ObjectGroup and subclasses. | Markus Engel | 2013-04-06 | 1 | -23/+2 |
| | | | | | | | (bzr r11608.1.83) | ||||
| * | | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -0/+1 |
| | | | | | | | (bzr r11608.1.67) | ||||
| * | | Replaced all casting macros with glib-independent ones. | Markus Engel | 2013-04-01 | 1 | -4/+2 |
| | | | | | | | (bzr r11608.1.64) | ||||
| * | | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -6/+6 |
| | | | | | | | (bzr r11608.1.57) | ||||
| * | | merged from trunk | Markus Engel | 2013-03-29 | 1 | -0/+4 |
| |\| | | | | | (bzr r11608.1.56) | ||||
| | * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 1 | -0/+4 |
| | | | | | | | (bzr r12055) | ||||
| * | | Added "virtual pad" to SPNamedView. | Markus Engel | 2012-08-21 | 1 | -1/+26 |
| |/ | | | (bzr r11608.1.40) | ||||
| * | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 2012-08-09 | 1 | -0/+1 |
| | | | | (bzr r11600) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -1/+0 |
| | | | | (bzr r10986) | ||||
| * | when resizing page, move the origin of the grids too. This way all objects ↵ | Johan B. C. Engelen | 2011-12-20 | 1 | -0/+1 |
| | | | | | | will stay aligned to the grids. (bzr r10787) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 1 | -1/+2 |
| | | | | (bzr r10664) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -0/+11 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -0/+10 |
| | | | | | | | (bzr r9546.1.12) | ||||
| * | | 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) | ||||
| * | | Fix for Bug #586955 (the unit for user defined document size is not ↵ | Nicolas Dufour | 2010-09-26 | 1 | -1/+2 |
| |/ | | | | | refreshed if document is reopen). (bzr r9793) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Store the maximized state in the document (closes bug #168422) | Diederik van Lierop | 2009-05-31 | 1 | -0/+1 |
| | | | | (bzr r7967) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -10/+1 |
| | | | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+1 |
| | | | | (bzr r6891) | ||||
