| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -2/+4 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -13/+19 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | Document. Fix for bug #680347 (page margins can't be reset with single click ↵ | Nicolas Dufour | 2011-06-24 | 1 | -13/+19 |
| | | | | | | | | | | | of Resize). (bzr r10355) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+1 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -3/+3 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -4/+5 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Fix for Bug #586955 (the unit for user defined document size is not ↵ | Nicolas Dufour | 2010-09-26 | 1 | -0/+9 |
| |/ | | | | | refreshed if document is reopen). (bzr r9793) | ||||
| * | Fixing order from r9463, correct order is Width -> Height -> Units. (Bug ↵ | Alex Leone | 2010-06-01 | 1 | -1/+1 |
| | | | | | | | | | #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9464) | ||||
| * | In the document properties dialog, changes tab order to units, width, ↵ | Alex Leone | 2010-06-01 | 1 | -1/+10 |
| | | | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463) | ||||
| * | Makes the "Fit Page to Selection" margin options load from the opened file. ↵ | Alex Leone | 2010-06-01 | 1 | -17/+52 |
| | | | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462) | ||||
| * | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 2010-01-08 | 1 | -20/+49 |
| | | | | (bzr r8952) | ||||
| * | Patch by Dan_Krause to add Arch Paper sizes | Josh Andler | 2009-11-28 | 1 | -0/+20 |
| | | | | (bzr r8843.1.1) | ||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 1 | -12/+11 |
| | | | | (bzr r8561) | ||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -11/+12 |
| | | | | | | by Adrian Johnson. (bzr r8473) | ||||
| * | 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) | ||||
| * | When changing document size, the origin (lower left corner) should be ↵ | Diederik van Lierop | 2009-05-09 | 1 | -0/+6 |
| | | | | | | stationary. This way the guides will keep their relative position w.r.t. the objects (bug #167762), and also everything will be redrawn properly (bug #179373) (bzr r7840) | ||||
| * | Makes page-sizer be a little less eager to change the orientation of pages ↵ | Jasper van de Gronde | 2008-12-08 | 1 | -5/+12 |
| | | | | | | automatically(!), it only does it for page sizes which are preferred to be in a certain orientation (landscape) now. (bzr r6972) | ||||
| * | Slightly smaller page size entries | Maximilian Albert | 2008-09-08 | 1 | -7/+7 |
| | | | | (bzr r6779) | ||||
| * | Select landscape by default for certain page formats | Maximilian Albert | 2008-09-05 | 1 | -4/+28 |
| | | | | (bzr r6763) | ||||
| * | Add page sizes for various business card formats as per request in LP #172225 | Maximilian Albert | 2008-09-05 | 1 | -0/+5 |
| | | | | (bzr r6762) | ||||
| * | The page size table in Document Properties should use the available vertical ↵ | Maximilian Albert | 2008-09-05 | 1 | -1/+1 |
| | | | | | | space (bzr r6761) | ||||
| * | Whitespace & misc cleanup | Jon A. Cruz | 2008-02-28 | 1 | -62/+66 |
| | | | | (bzr r4892) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -49/+24 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | patch by cilix42 for bug 1671665 | bulia byak | 2007-03-19 | 1 | -13/+19 |
| | | | | (bzr r2719) | ||||
| * | fixed 1582582 | gustav_b | 2006-11-02 | 1 | -0/+3 |
| | | | | (bzr r1885) | ||||
| * | undo annotations | gustav_b | 2006-10-10 | 1 | -2/+1 |
| | | | | (bzr r1795) | ||||
| * | Last tweaks for now | Bob Jamison | 2006-08-20 | 1 | -4/+4 |
| | | | | (bzr r1621) | ||||
| * | Change layout to be more space conserving. This allows a larger paper list | Bob Jamison | 2006-08-20 | 1 | -56/+54 |
| | | | | (bzr r1620) | ||||
| * | Change to two columns. Probably do different later, but this is a start | Bob Jamison | 2006-08-19 | 1 | -24/+76 |
| | | | | (bzr r1616) | ||||
| * | Clean up paper size table | Bob Jamison | 2006-08-16 | 1 | -62/+70 |
| | | | | (bzr r1606) | ||||
| * | Clean up a bit. Clarify several variable names. Add a lot of comments. | Bob Jamison | 2006-08-16 | 1 | -82/+79 |
| | | | | (bzr r1605) | ||||
| * | Change deprecated OptionMenu to ComboBox. Modernize lookup a bit | Bob Jamison | 2006-08-16 | 1 | -77/+147 |
| | | | | (bzr r1604) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -1/+2 |
| | | | | (bzr r1315) | ||||
| * | reorganize flow, prevent infinite loop, fixes #1509854 | Ralf Stephan | 2006-06-22 | 1 | -23/+36 |
| | | | | (bzr r1260) | ||||
| * | fixed broken page unit changing in Document Properties | Andrius Ramanauskas | 2006-05-04 | 1 | -3/+2 |
| | | | | (bzr r723) | ||||
| * | small update for 1480247 fix (cleaned up the redundant code) | Andrius Ramanauskas | 2006-05-03 | 1 | -4/+2 |
| | | | | (bzr r700) | ||||
| * | Fix for Bug-1480247 (wrong page size when switching portrait-landscape) | Andrius Ramanauskas | 2006-05-03 | 1 | -6/+13 |
| | | | | (bzr r699) | ||||
| * | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 2006-05-02 | 1 | -1/+1 |
| | | | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | ||||
| * | (bzr r690) | Ted Gould | 2006-05-02 | 1 | -1/+1 |
| | | |||||
| * | add mnemonic for "Fit page to selection" | Ralf Stephan | 2006-05-01 | 1 | -1/+1 |
| | | | | (bzr r653) | ||||
| * | Move fit canvas button into PageSizer | Aaron Spike | 2006-04-25 | 1 | -1/+28 |
| | | | | (bzr r585) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | mnemonics for all widgets in the Doc Props dialog | Ralf Stephan | 2006-01-24 | 1 | -6/+8 |
| | | | | | | (fixes #1384494-9+B) (bzr r26) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+357 |
| (bzr r1) | |||||
