Imported Upstream version 2.67.3
[platform/upstream/glib.git] / gio / gapplication.c
2011-12-08 Matthias ClasenFully implement app-menu and menubar properties
2011-12-08 Ryan LortieGApplication: make menu properties readwrite
2011-12-08 Ryan LortieGApplication: menu can change after registration
2011-12-08 Ryan LortieGApplication: implement GActionMap
2011-12-08 Ryan LortieFix some GMenu and GMenuItem leaking
2011-12-08 Ryan LortieGApplication: make distinction about menus
2011-12-08 Matthias ClasenGApplication: Add a menu example to the docs
2011-12-08 Matthias ClasenAdd g_application_set_menu
2011-12-08 Matthias ClasenGApplication: use GDBusActionGroup
2011-12-07 Matthias ClasenClarify docs around main loop vfuncs
2011-11-27 Ryan LortieGApplication: add default application
2011-11-27 Matthias ClasenGApplication: Implement query_action
2011-11-21 Ryan LortieDrop last uses of @returns:
2011-09-14 Ryan LortieGApplication: don't create a mainloop
2011-09-14 Ryan LortieGApplication: add chain-up checks
2011-09-14 Brian KoningGApplication: introduce ::shutdown
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-06 Ryan Lortiegio docs: lots more fixes
2011-07-19 Johan DahlinPass in NULL instead of g_cclosure_marshal_generic
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-05-18 Ryan LortieWhitespace fixes
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Colin Waltersgapplication: Fix typo in property
2011-04-15 Ryan LortieGApplication: #include "gsettings.h"
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-11 Ryan LortieGApplication: g_settings_sync() on exit
2011-04-10 Ryan LortieGApplication: add G_APPLICATION_NON_UNIQUE
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-07 Matthias ClasenImprove preconditions in action-related GApplication api
2011-03-05 Murray Cummingg_application_run(): Add (allow-none) introspection...
2011-03-04 Matthias ClasenAdd more GApplication docs
2011-03-04 Murray CummingGApplication: Check more before warning about a missing...
2011-03-04 Matthias ClasenGApplication: More documentation tweaks
2011-03-04 Matthias ClasenSmall doc correction
2011-03-04 Matthias ClasenGApplication: Clarify docs for @argv
2011-03-04 Matthias ClasenGApplication: Beef up the local_command_line() docs
2011-03-04 Matthias ClasenGApplication: Improve documentation
2011-03-04 Matthias ClasenTry harder to explain GApplicationCommandline
2011-02-25 Matthias ClasenGApplications: Tighten up application-id validity checks
2011-02-23 Cosimo Cecchiapplication: fix a typo in the docs annotation
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-31 Ryan LortieGApplication: add notes about GDBus architecture
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-21 Matthias ClasenDon't warn in GApplication if class handlers have been...
2010-12-15 Pavel HolejsovskyAdd missing annotations to GApplication and GApplicatio...
2010-11-03 Matthias ClasenTweak GApplication docs
2010-11-01 Matthias ClasenGApplication: Add an action example
2010-10-29 Ryan LortieUse 'aay' instead of 'as' for environ
2010-10-29 Ryan LortieGApplication: support environment passing
2010-10-27 Ryan LortieGApplication: exit_status unset in one branch
2010-10-25 Ryan LortieImplement (untested) GApplication actions support
2010-10-23 Matthias ClasenSome more GApplication doc tweaks
2010-10-23 Matthias ClasenProperly register the inactivity-timeout property
2010-10-23 Matthias ClasenMove a confusing comment to the right place
2010-10-23 Matthias ClasenAdd another example for commandline handling
2010-10-23 Matthias ClasenAdd some examples to the GApplication docs
2010-10-23 Matthias ClasenBrush up the GApplication docs
2010-10-23 Matthias ClasenFix a typo
2010-10-21 Ryan LortieGApplication: create local commandline properly
2010-10-19 Ryan LortieGApplication: reduce GVariant abuse
2010-10-18 Ryan LortieGApplication: use g_signal_accumulator_first_wins
2010-10-18 Ryan LortieGApplication: fill in action group implementation
2010-10-18 Ryan LortieRename methods on GActionGroup to include 'action'
2010-10-18 Ryan LortieGApplication: stub-in GActionGroup implementation
2010-10-18 Ryan LortieGApplication: add remote commandline support
2010-10-18 Ryan LortieGApplication: fix inactivity-timeout
2010-10-18 Ryan Lortienew GApplication implementation
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-30 Matthias ClasenFix an off-by-one error
2010-07-14 Colin WaltersMake default-quit not apply if register=FALSE
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 Ryan LortieGVariant: improve bytestring support
2010-06-22 Matthias ClasenImprove g_application_new documentation
2010-06-18 Colin Walters[GApplication] Add working directory to platform data
2010-06-17 Matthias ClasenFix the build
2010-06-17 Matthias ClasenDocumentation fixups
2010-06-17 Christian PerschFix GApplication for the G_TYPE_VARIANT change
2010-06-16 Christian PerschTypo fix
2010-06-16 Colin WaltersRework GApplication API to use GInitable
2010-06-14 Colin WaltersSwitch to using variants for timestamps, split out...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Colin Walters[GApplication] Tweak docs a bit
2010-06-08 Christian PerschFix thinko
2010-06-08 Christian PerschUse g_variant_is_of_type()
2010-06-08 Matthias ClasenFix a missing parameter in a doc comment
2010-06-08 Matthias ClasenFix a signal signature
2010-06-08 Matthias ClasenFix a misspelt doc comment
2010-06-08 Matthias ClasenRename GApplication::appid to GApplication::application-id
2010-06-08 Matthias ClasenDocument signals
2010-06-07 Javier Jardón[docs] GApplication is available since Gio 2.26
2010-06-07 Matthias ClasenUse g types for consistency
2010-06-07 Matthias ClasenMerge the wip/gapplication branch