summaryrefslogtreecommitdiffstats
path: root/src/ui/view (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-4/+4
|
* Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-151-2/+2
| | | | Any change from previous behavior is a bug.
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
| | | | Makes searching through code for them easier.
* Misc. typo and whitespace fixesluz.paz2019-01-141-1/+1
| | | Found via `codespell` and `atom editor`
* modernize: add overridesMarc Jeanmougin2019-01-021-1/+1
|
* Update View README.Tavmjong Bah2018-12-031-16/+22
|
* Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah2018-12-036-374/+232
| | | | Another step in making View not dependent on GUI.
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-032-4/+3
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-032-3/+5
| | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
* Fix mergingJabier Arraiza2018-12-011-1/+1
|
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-1/+1
|
* Replace void* by SPItem* to avoid static casts.Tavmjong Bah2018-11-301-1/+1
|
* Start of making View independent of GUI.Tavmjong Bah2018-11-291-28/+29
|
* Update/correct README.Tavmjong Bah2018-11-281-7/+12
|
* desktop-widget: Move function to correct headerAlexander Valavanis2018-11-271-5/+1
|
* Add README to src/ui/viewTavmjong Bah2018-11-091-0/+41
|
* Clarify licensesMax Gaukler2018-11-089-13/+34
| | | | | | - 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 delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
|
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-065-1/+476
|
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* adding gtk-themeJabier Arraiza2018-07-211-0/+3
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-182-11/+11
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Add global guide controls to guides panelGeoff Lankow2018-05-041-3/+0
|
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-0/+3
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-9/+0
| | | (bzr r15046)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+3
| | | (bzr r14500.1.9)
* Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White2015-02-261-1/+1
| | | (bzr r13950)
* Isolate components of libgcLiam P. White2015-02-251-1/+1
| | | (bzr r13946)
* Update to experimental r13527Liam P. White2014-08-301-28/+3
|\ | | | | (bzr r13341.5.15)
| * More GObject boilerplate reductionAlex Valavanis2014-08-241-28/+3
| | | | | | (bzr r13341.1.175)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-3/+3
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
| | | | | | (bzr r13341.5.3)
* | 1. make it compileLiam P. White2014-06-251-3/+3
|/ | | (bzr r13341.5.1)
* gtkmmification (seems there is more margin in desktop-widget.cpp)Kris De Gussem2014-01-111-1/+1
| | | (bzr r12915)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-273-25/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-0/+3
| | | (bzr r11600)
* Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-6/+6
| | | (bzr r11403)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+8
| | | (bzr r11030)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-274-35/+35
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-16/+13
| | | (bzr r10696)