| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add canvas-rotate for rapid previewing canvas rotation. | Tavmjong Bah | 2017-03-30 | 1 | -5/+11 |
| | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612) | ||||
| * | Prevents crash when saving or closing a document in some cases | Minglangjun Li | 2017-03-26 | 1 | -6/+10 |
| |\ | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15608) | ||||
| | * | Fix lp:1670688. | Minglangjun Li | 2017-03-19 | 1 | -6/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15577.1.1) | ||||
| * | | Add canvas flip. No GUI. Can be bound to keys via preferences. | Tavmjong Bah | 2017-03-22 | 1 | -0/+42 |
| | | | | | | | (bzr r15606) | ||||
| * | | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | | Modify scroll_to_point() to work with rotated desktop. Simplified code to boot. | Tavmjong Bah | 2017-03-14 | 1 | -35/+13 |
| | | | | | | | (bzr r15596) | ||||
| * | | Add functions to rotate drawing inside desktop. | Tavmjong Bah | 2017-03-14 | 1 | -0/+42 |
| | | | | | | | (bzr r15595) | ||||
| * | | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -269/+275 |
| |/ | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Remove == true. | Shlomi Fish | 2016-09-03 | 1 | -1/+1 |
| | | | | (bzr r15100.1.7) | ||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -4/+0 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -4/+0 |
| | | | | | | | (bzr r15023.2.8) | ||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -13/+1 |
| | | | | | | | (bzr r15034) | ||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+13 |
| | | | | | | | (bzr r15027) | ||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -13/+1 |
| |/ | | | (bzr r15025) | ||||
| * | Move page border below the drawing. | Krzysztof Kosi??ski | 2016-04-13 | 1 | -1/+1 |
| | | | | (bzr r14838) | ||||
| * | Move background drawing to SPCanvas to avoid temporarily drawing an incorrect | Krzysztof Kosi??ski | 2016-04-13 | 1 | -14/+3 |
| | | | | | | background. #Hackfest2016 (bzr r14821) | ||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -2/+2 |
| | | | | (bzr r14790) | ||||
| * | desktop: Fix deprecated GdkCursor API | Alex Valavanis | 2016-04-11 | 1 | -1/+2 |
| | | | | (bzr r14779) | ||||
| * | Add option for checkerboard background. | Tavmjong Bah | 2015-12-21 | 1 | -6/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397723 (bzr r14539) | ||||
| * | finally removed all GSList from main folder .h files | Marc Jeanmougin | 2015-12-08 | 1 | -6/+0 |
| | | | | (bzr r14504.1.15) | ||||
| * | update to trunk + resolve conflicts | Marc Jeanmougin | 2015-12-08 | 1 | -0/+5 |
| |\ | | | | | (bzr r14504.1.9) | ||||
| | * | Fixes UX pointed in suv review | Jabier Arraiza Cenoz | 2015-12-06 | 1 | -0/+5 |
| | | | | | | | (bzr r14500.1.9) | ||||
| | * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -7/+0 |
| | | | | | | | (bzr r14500.1.8) | ||||
| | * | Add global lock guides to the rulers | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -0/+7 |
| | | | | | | | (bzr r14500.1.5) | ||||
| * | | cppification: GSList replaced by vectors (mostly related to guides and grids) | Marc Jeanmougin | 2015-12-05 | 1 | -1/+1 |
| |/ | | | (bzr r14504.1.1) | ||||
| * | Fix restoring previous state of 'Objects' and 'Selection sets' dialogs | su_v | 2015-08-31 | 1 | -0/+2 |
| | | | | (bzr r14335) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+0 |
| | | | | (bzr r14126) | ||||
| * | merge | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.12) | ||||
| | * | Strip ToolFactory | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | | | | (bzr r13939.1.2) | ||||
| * | | 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) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13811) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -2/+2 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Move more UI code into ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.253) | ||||
| | * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.247) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -32/+26 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+0 |
| | | | | | | | (bzr r13341.5.3) | ||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r13341.5.1) | ||||
| * | Stop observer from crashing when it doesn't exist in preferences.xml | Martin Owens | 2014-04-20 | 1 | -1/+0 |
| | | | | (bzr r13293) | ||||
| * | Fix remaining issue with prefs updating | Martin Owens | 2014-04-19 | 1 | -1/+1 |
| | | | | (bzr r13291.1.2) | ||||
| * | Add image rendering option for outlines. Setup desktop preferences observer. | Martin Owens | 2014-04-18 | 1 | -3/+9 |
| | | | | (bzr r13291.1.1) | ||||
| * | remove debug messages in desktop.cpp | Johan B. C. Engelen | 2014-04-14 | 1 | -3/+0 |
| | | | | (bzr r13287) | ||||
| * | fix potential call on nullptr | Johan B. C. Engelen | 2014-03-24 | 1 | -1/+1 |
| | | | | (bzr r13195) | ||||
| * | fix potential calls on nullptr | Johan B. C. Engelen | 2014-03-24 | 1 | -1/+3 |
| | | | | (bzr r13194) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -2/+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/+2 |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | ||||
| * | Work around a crash in the Undo History dialog caused by incorrect | Krzysztof Kosi??ski | 2014-02-28 | 1 | -1/+17 |
| | | | | | | | modifications to the XML when ensureUpToDate() is called during SPDesktop initialization. The underlying problem remains to be fixed. (bzr r13071) | ||||
| * | Fix for bug #1270287 (The toolbox buttons toggle between being pressed and ↵ | Nicolas Dufour | 2014-01-20 | 1 | -0/+1 |
| | | | | | | | | | released). Fixed bugs: - https://launchpad.net/bugs/1270287 (bzr r12961) | ||||
