summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2014-08-24More GObject boilerplate reductionAlex Valavanis1-28/+3
(bzr r13341.1.175)
2012-05-22Drop GtkObject usage in view widgetsAlex Valavanis1-6/+6
(bzr r11403)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-14/+2
(bzr r10697)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-06-24Switch to GObjectAlex Valavanis1-13/+12
(bzr r10350.1.3)
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-1/+3
due to JonCruz considerations about the proper way of doing it. (bzr r7254)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
2006-05-21request collection pass after destruction of a view widgetMenTaLguY1-0/+2
(bzr r924)