platform/upstream/glib.git
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-11-03 Ryan LortieAdd simple dynamic scheduling to GPeriodic
2010-11-03 Matthias ClasenTweak GApplication docs
2010-11-03 Ryan Lortiedocs: Recommend against using GTimeVal
2010-11-03 Ryan LortieGMainContext: store real time as int64
2010-11-03 Ryan Lortieglocalfileinfo: remove non-use of GTimeVal
2010-11-03 Ryan LortieAdd g_get_real_time() for wall-clock int64 micros
2010-11-03 Ryan LortieClean up g_usleep()
2010-11-03 Ryan LortieGTimer: switch to monotonic time
2010-11-03 Ryan LortieDrop GTimeSpec type
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-11-03 Ryan LortieGTimeout: simplify math for 'seconds' case
2010-11-02 Jorge GonzálezUpdated Spanish translation
2010-11-01 Jorge GonzálezUpdated Spanish translation
2010-11-01 Fran DiéguezUpdated Galician translations
2010-11-01 Paolo BorelliFix gtk-doc typo
2010-11-01 Christian PerschFix Since: for new functions
2010-11-01 Yaron ShahrabaniUpdated Hebrew translation.
2010-11-01 Matthias ClasenBump version
2010-11-01 Matthias ClasenNEWS for 2.27.2 2.27.2
2010-11-01 Matthias ClasenRemove nonexisting type from giotypes.h
2010-11-01 Matthias ClasenFix a doc typo
2010-11-01 Matthias ClasenRemove leftover definition from gactiongroup.h
2010-11-01 Matthias ClasenVarious documentation fixes
2010-11-01 Matthias ClasenGSimpleAsyncResult: add error-taking variants
2010-11-01 Matthias ClasenAdd an example of invoking actions
2010-11-01 Matthias ClasenFix g_action_group_activate_action() docs
2010-11-01 Matthias ClasenBe more careful about overwriting errors
2010-11-01 Matthias ClasenGApplication: Add an action example
2010-11-01 Matthias ClasenDon't leak references in the actions example
2010-10-31 Takayuki KUSANOFix error in Japanese translation
2010-10-31 Matthias ClasenAdd an example of using GApplication with actions
2010-10-31 Christian PerschUse G_GINT64_CONSTANT here
2010-10-30 Matthias Clasengsettings-tool: Support completion for enum values
2010-10-30 Matthias ClasenAdd a command to list keys and values recursively
2010-10-30 Matthias ClasenMake gsettings-tool translatable again
2010-10-29 Ryan LortieUse 'aay' instead of 'as' for environ
2010-10-29 Ryan LortieGApplication: emit a signal when starting up
2010-10-29 Ryan LortieGApplication: support environment passing
2010-10-29 Ryan LortieAdd testcase for environment functions
2010-10-29 Ryan LortieAdd g_get_environ(): portable access to 'environ'
2010-10-28 Carles FerrandoUpdated Catalan (Valencian) translation
2010-10-28 Ryan LortieGApplication: use infinite timeout for CommandLine
2010-10-28 Ryan LortieBug 633356 - (GDBus) Make G_MAXINT mean no timeout
2010-10-28 Dan WinshipGNetworkService: fix a small bug
2010-10-28 Emilio Pozuelo... Don't enable dtrace support when dtrace isn't available
2010-10-28 Ryan LortieBug 158725 - free linked list with data
2010-10-27 Ryan LortieGApplication: exit_status unset in one branch
2010-10-27 Ryan LortieGPeriodic: allow unblock time to be passed in
2010-10-27 Ryan LortieDeprecate g_source_get_current_time()
2010-10-27 Ryan Lortieswitch GSocket to monotonic time for timeouts
2010-10-27 Ryan Lortieswitch GPeriodic to use monotonic time
2010-10-27 Ryan Lortieswitch GTimeoutSource to use monotonic time
2010-10-27 Ryan LortieAdd g_source_get_time()
2010-10-27 Ryan LortieRename time_is_current to current_time_is_fresh
2010-10-27 Ryan LortieAdd g_get_monotonic_time()
2010-10-27 Ryan LortieAdd 'GTimeSpec' as 'struct timespec' equivalent
2010-10-27 Ryan LortieLink libglib against -lrt if we have clock_gettime
2010-10-27 Ryan LortieBug 632169 - manual use of gsettings-data-convert
2010-10-26 Ryan Lortiegsettings m4: Use --strict for checking
2010-10-26 Ryan LortieGVariant: avoid locking in a common case
2010-10-25 Ryan LortieGApplicationCommandLine: add printf annotations
2010-10-25 Ryan LortieImplement (untested) GApplication actions support
2010-10-25 Andika TriwidadaUpdated Indonesian translation
2010-10-25 Matthias ClasenBump version
2010-10-25 Matthias ClasenMore documentation fixups 2.27.1
2010-10-25 Matthias ClasenRemove nonexisting API from the headers
2010-10-25 Matthias ClasenAdd new gmain api to the docs
2010-10-25 Matthias ClasenUpdate NEWS for 2.27.1
2010-10-24 Yinghua WangUpdate Simplified Chinese translation.
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-22 Dan WinshipGNetworkService: fall back when there is no valid SRV...
2010-10-22 Dan WinshipGNetworkService: fix iteration of multiple addresses
2010-10-22 Dan WinshipGSocket: set protocol when using g_socket_new_from_fd()
2010-10-22 Florian MüllnerFix deadlock in g_object_remove_toggle_ref()
2010-10-21 Alberto GarciaProtect access to closure, weak refs and toggle refs...
2010-10-21 Ryan LortieGApplication: create local commandline properly
2010-10-20 Ryan LortieGPeriodic: pass microseconds to the tick functions
2010-10-20 Ryan LortieGPeriodic: a periodic event clock
2010-10-19 Ryan LortieGApplication: reduce GVariant abuse
2010-10-19 Ryan LortieCleanup and doc GApplicationCommandLine
2010-10-19 Ryan LortieGIO reference doc cleanups (re: GApplication)
2010-10-19 Ryan LortieGDBus: disable test to work around bug #631379
2010-10-19 Ryan LortieGApplication: merge DBus interface into C source
2010-10-19 Ryan Lortiegio: update symbols
2010-10-19 Ryan LortieDon't try to dist old GApplication implementations
2010-10-18 Ryan LortieGApplication: use g_signal_accumulator_first_wins
2010-10-18 Ryan LortieChange 'Since:' to 2.28 for action classes
2010-10-18 Ryan LortieGApplication: fill in action group implementation
2010-10-18 Ryan Lortiegio: app info symbol file fixup
2010-10-18 Ryan Lortiegio: symbol file updates (actions, command line)
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 test: test remote commandline
next