summaryrefslogtreecommitdiff
path: root/glib/glibmm/init.cc
Commit message (Collapse)AuthorAgeFilesLines
* Glib::init(): Set the global localeKjell Ahlstedt2016-12-141-2/+54
| | | | | | | | | * glib/glibmm/init.[cc|h]: Add set/get_init_to_users_preferred_locale(). Let Glib::init() set the C andC++ global locale to the user's preferred locale, or (if Glib::set_init_to_users_preferred_locale(false) has been called) set the C++ locale to be equal to the C locale. * glib/glibmm/ustring.h: Add to the documentation that Glib::init() sets the global locale. Bug 661588
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-1/+2
|
* Glib::Error::register_init(): Call Glib::wrap_register_init()Kjell Ahlstedt2015-01-251-7/+3
| | | | | | | | | * glib/glibmm/error.cc: Call wrap_register_init() before wrap_init(). It was not necessary, when Error::register_init() was called from Glib::init(), but Error::register_init() can be called from other places (Glib::thread_init() and Glib::Error::throw_exception()). * glib/glibmm/init.cc: Not necessary to call Glib::wrap_register_init() before calling Glib::Error::register_init(). Bug #743466 (Mike Fleetwood).
* Strip trailing whitespace.Mark Vender2012-10-291-1/+1
| | | | | | | * gio/giomm/*.[h|cc]: * gio/src/*.[hg|ccg]: * glib/glibmm/*.[h|cc]: * glib/src/*.[hg|ccg]: Strip trailing whitespace. Bug #681072.
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 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
* Added init.[h|cc] with Glib::init() so that the gnomemm init() methods doMurray Cumming2003-11-031-0/+34
2003-11-02 Murray Cumming <murrayc@usa.net> * glib/glibmm/: Added init.[h|cc] with Glib::init() so that the gnomemm init() methods do not need to initialize gtkmm. * tools/m4/class_gobject.m4, class_gtkobject.m4: Added _GMMPROC_PROTECTED_GCLASS macro, needed by libgnomecanvasmm. This was not previously properly merged from gtkmm2. * tools/m4/property.m4: Re-added PropertyProxy reference documentation that did not survive a previous merge from gtkmm2.