summaryrefslogtreecommitdiff
path: root/glib/src/shell.ccg
Commit message (Collapse)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* Glib::Shell: Use vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-171-2/+2
| | | | | | Using Glib::ArrayHandler<>::vector_to_array() and Glib::ArrayHandler<>::array_to_vector() instead, and only in the implementatoin instead of in the API.
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-10/+11
| | | | This seems to work.
* Replace ScopedPtr with make_unique_ptr_gfree().Murray Cumming2016-01-181-2/+2
| | | | | Using std::unique_ptr. ScopedPtr is now deprecated. Bug #760223
* C++11: Use nullptr.Murray Cumming2015-07-161-3/+3
|
* Remove useless Subversion tags.Mark Vender2012-09-151-3/+0
| | | | *.[hg|ccg]: Remove uselless Subversion tags.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-5/+5
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Initial revisionMurray Cumming2003-01-071-0/+61