summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* More GObject boilerplate reductionAlex Valavanis2014-08-241-28/+3
| | | (bzr r13341.1.175)
* Drop GtkObject usage in view widgetsAlex Valavanis2012-05-221-6/+6
| | | (bzr r11403)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-14/+2
| | | (bzr r10697)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Switch to GObjectAlex Valavanis2011-06-241-13/+12
| | | (bzr r10350.1.3)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-1/+3
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* request collection pass after destruction of a view widgetMenTaLguY2006-05-211-0/+2
| | | (bzr r924)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+135
(bzr r1)