summaryrefslogtreecommitdiff
path: root/gio/src/application.ccg
Commit message (Expand)AuthorAgeFilesLines
* Gio: Use callback functions with C linkageKjell Ahlstedt2023-03-271-4/+23
* Gio::Application::custom_class_init(): Update a commentKjell Ahlstedt2017-09-271-2/+4
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Gio::Application: Remove local class ExtraApplicationDataKjell Ahlstedt2017-06-161-85/+66
* Glib::OptionEntry: Use _WRAP_ENUM for Glib::OptionEntry::FlagsKjell Ahlstedt2017-06-121-7/+7
* Gio::Application: Change ApplicationFlags to Application::Flags.Murray Cumming2017-04-181-1/+3
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-241-0/+1
* sigc3: SignalProxy: Use R(Args...) syntax.Murray Cumming2016-11-141-2/+2
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-141-2/+2
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-3/+3
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-86/+101
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-3/+3
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-211-2/+2
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-211-1/+1
* Gio::Application: Destructor: Use noexcept in the implementation too.Murray Cumming2015-11-291-1/+1
* Use std::unique_lock::unlock() instead of release()Kjell Ahlstedt2015-11-281-19/+19
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-271-1/+0
* Gio::Application: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-5/+5
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-201-11/+17
* More use of nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* Replace static_cast<char*>(0) with nullptr.Murray Cumming2015-11-191-1/+1
* C++11: Use nullptr.Murray Cumming2015-07-161-3/+3
* C++11: More use of auto.Murray Cumming2015-07-151-2/+2
* C++11: More uses of range-based for.Murray Cumming2015-07-151-4/+2
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-13/+13
* Gio::Application: Add get/set/unset_resource_base_path() and property.Murray Cumming2015-03-031-0/+5
* Gio::Application: Add add_main_option_entry() taking a slot parameterKjell Ahlstedt2014-05-141-4/+204
* Gio::Application: Add add_main_option_entry() and enum OptionTypeKjell Ahlstedt2014-05-121-8/+70
* Application: Comment out an implementation too.Murray Cumming2014-04-041-0/+2
* Application: Add add_main_option_entry() and add_option_group().Murray Cumming2014-03-051-0/+11
* Strip trailing whitespace.Mark Vender2012-10-291-10/+10
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-10/+0
* Application: Pass 0 (NULL) rather than to GApplication.Murray Cumming2012-05-281-1/+1
* Gio::Application: Add missing virtual functions and methods.José Alburquerque2012-02-241-0/+6
* Re-add Application and related class so they can be finished.José Alburquerque2011-10-091-0/+214
* Remove Application and friends, because they are still not ready.Murray Cumming2011-09-261-214/+0
* Add back Gio::Application and friends so we can try to finish them.Murray Cumming2011-08-031-0/+214
* Remove Gio::Application and friends for now because they are not finished.Murray Cumming2011-03-241-214/+0
* Gio::Application::open(file): Fix this.Murray Cumming2011-03-041-1/+1
* Gio::Application: open(): Added a single-file method overload.Murray Cumming2011-03-041-0/+7
* Dealt with several TODOs.Murray Cumming2011-02-151-23/+8
* Application: Fix the build.Murray Cumming2011-01-201-0/+1
* Application: Constructor: Initialize glibmm and giomm.Murray Cumming2011-01-191-0/+18
* Revert "Gio::Application: Initialize glibmm and giomm."Murray Cumming2011-01-191-10/+0
* Gio::Application: Initialize glibmm and giomm.Murray Cumming2011-01-181-0/+10
* giomm: Application: Add the open signal.Yannick Guesnet2010-12-221-0/+149
* Miscellaneous Gio::Application fixesJonathon Jongsma2010-11-121-0/+10
* Gio: Added some methods.Murray Cumming2010-11-101-0/+16
* Application: Re-wrap according to the latest API.José Alburquerque2010-11-011-0/+1
* Fix the build with the latest glib API.Murray Cumming2010-10-191-29/+0