| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Handling cursor for dragin split | Jabier Arraiza | 2018-12-01 | 1 | -1/+58 | |
| | | ||||||
| * | Adding minor fixes | Jabier Arraiza | 2018-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | Initial commit of split canvas | Jabiertxof | 2018-12-01 | 1 | -0/+14 | |
| | | ||||||
| * | Replace void* by SPItem* to avoid static casts. | Tavmjong Bah | 2018-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 | |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| * | Remove unused functions | Jabier Arraiza | 2018-11-05 | 1 | -13/+0 | |
| | | ||||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 1 | -0/+13 | |
| | | ||||||
| * | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 1 | -2/+2 | |
| | | | | | clearer. | |||||
| * | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -0/+3 | |
| | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | |||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+2 | |
| | | ||||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+0 | |
| | | ||||||
| * | make /options/yaxisdown true the default | Thomas Holder | 2018-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -9/+12 | |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -2/+1 | |
| | | ||||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -0/+11 | |
| | | ||||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 | |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -53/+53 | |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| * | Make SPDesktop::setWaitingCursor() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -5/+4 | |
| | | ||||||
| * | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 2018-06-06 | 1 | -1/+0 | |
| | | ||||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 1 | -0/+1 | |
| | | ||||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 1 | -1/+0 | |
| | | ||||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 1 | -0/+1 | |
| | | ||||||
| * | Add global guide controls to guides panel | Geoff Lankow | 2018-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -16/+21 | |
| | | | | | A lot of header clean-up. | |||||
| * | Unset the current tool early on shutdown. | Stefano Facchini | 2017-11-13 | 1 | -7/+1 | |
| | | | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method. | |||||
| * | Refactor SPDesktop::setEventContext to allow for unsetting the current tool | Stefano Facchini | 2017-11-13 | 1 | -22/+22 | |
| | | | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit. | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| * | Enable reopening of Prototype dialog on startup. | Tavmjong Bah | 2017-10-27 | 1 | -0/+1 | |
| | | ||||||
| * | Try to ensure that panels are created with the correct desktop. | Tavmjong Bah | 2017-10-27 | 1 | -0/+6 | |
| | | | | | Fixes bug #1720096. (Crash under Wayland in gdl code.) | |||||
| * | 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) | |||||
