summaryrefslogtreecommitdiffstats
path: root/src/ui/view (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-4/+4
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-2/+2
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2019-01-14Misc. typo and whitespace fixesluz.paz1-1/+1
2019-01-02modernize: add overridesMarc Jeanmougin1-1/+1
2018-12-03Update View README.Tavmjong Bah1-16/+22
2018-12-03Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah6-374/+232
2018-12-03Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2-4/+3
2018-12-03Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2-3/+5
2018-12-01Fix mergingJabier Arraiza1-1/+1
2018-12-01Fix merge to master and add shortcutJabier Arraiza1-1/+1
2018-11-30Replace void* by SPItem* to avoid static casts.Tavmjong Bah1-1/+1
2018-11-29Start of making View independent of GUI.Tavmjong Bah1-28/+29
2018-11-28Update/correct README.Tavmjong Bah1-7/+12
2018-11-27desktop-widget: Move function to correct headerAlexander Valavanis1-5/+1
2018-11-09Add README to src/ui/viewTavmjong Bah1-0/+41
2018-11-08Clarify licensesMax Gaukler9-13/+34
2018-11-06Remove delete that is causing crash.Tavmjong Bah1-1/+0
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah5-1/+476
2018-10-06Misc. typosluz.paz1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-0/+3
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2-11/+11
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-05-04Add global guide controls to guides panelGeoff Lankow1-3/+0
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-0/+3
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-9/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-0/+3
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2014-08-24More GObject boilerplate reductionAlex Valavanis1-28/+3
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-3/+3
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-3/+3
2014-01-11gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem1-1/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis1-1/+1
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis3-25/+0
2012-08-09Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith1-0/+3
2012-05-22Drop GtkObject usage in view widgetsAlex Valavanis1-6/+6
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+8
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz4-35/+35