Use G_GINT64_CONSTANT here
[platform/upstream/glib.git] / gio /
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-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-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 Lortieswitch GSocket to monotonic time for timeouts
2010-10-27 Ryan Lortieswitch GPeriodic to use monotonic time
2010-10-25 Ryan LortieGApplicationCommandLine: add printf annotations
2010-10-25 Ryan LortieImplement (untested) GApplication actions support
2010-10-25 Matthias ClasenMore documentation fixups 2.27.1
2010-10-25 Matthias ClasenRemove nonexisting API from the headers
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-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 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
2010-10-18 Ryan LortieGApplication: add remote commandline support
2010-10-18 Ryan LortieGApplication test case
2010-10-18 Ryan LortieGApplication: fix inactivity-timeout
2010-10-18 Ryan Lortienew GApplication implementation
2010-10-17 Matthias ClasenPrevent error pileup
2010-10-12 Colin Waltersgthemedicon: Fix annotation for g_themed_icon_get_names
2010-10-08 Christian DywanInitialise lengths in GvdbReader to silence warnings
2010-10-08 Christian DywanInitialise lengths in GDbusAuth to silence warnings
2010-10-05 Bastien NoceraReplace "gio-desktop-app-info-lookup" extension point
2010-10-05 Ryan Lortievolume monitor: don't unref NULL
2010-10-05 Ryan LortieGSettings test: fix error match strings
2010-10-04 Ryan Lortiegsettings-tool: Add 'range' subcommand
2010-10-04 Ryan Lortiegsettings-tool: implement range-checking
2010-10-04 Ryan LortieUpdate symbols and docs sections
2010-10-04 Ryan LortieGSettings: add g_settings_range_check() API
2010-10-04 Ryan LortieBug 631263 - GSettings needs range/choice APIs
2010-10-04 Ryan Lortieschema compiler: Don't store zero-valued flags
2010-10-04 Ryan Lortieglib-compile-schemas: write strinfo little endian
2010-10-04 Ryan LortieGSettings strinfo: byteswap integers
2010-10-04 Ryan LortieGSettings endian: missed a spot
2010-10-04 Ryan LortieGSettings big endian tweaks
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieGSettings test: fix unsafe GObject properties use
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-03 Ryan LortieBug 623400 - acquire context before dispatching
2010-10-03 Ryan Lortiegsettings-tool: Rewrite
2010-10-03 Ryan LortieGSettings: implement .property_get('path')
2010-10-03 Ryan LortieAdd 'Since:' tags for schema listing APIs
2010-10-03 Ryan LortieClean up g_settings_list_schemas()
2010-10-01 Ryan LortieImprove .gitignore
2010-10-01 Ryan LortieBug 628937 - gracefully handle broken schemas
2010-10-01 Ryan Lortieglib-compile-schemas: improve error accuracy
2010-10-01 Ryan LortieBug 628937 - gracefully handle broken schemas
2010-09-30 Matthias Clasenmessage_to_write_data_free: Don't unref data->message...
2010-09-29 Colin Waltersintrospection: Fix one annotation syntax
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-24 Johan Dahlin[introspection] Move over annotations
2010-09-24 Christian DywanCorrect error message when GUnixOutputStream fails...
2010-09-23 David ZeuthenGDBus: Don't use abstract sockets in test code
2010-09-23 David ZeuthenGDBus: Use abstract namespace in test cases to avoid...
2010-09-23 David ZeuthenGDBusConnection: Use correct GMainContext when invoking...
2010-09-23 David ZeuthenGDBus: fix name test cases
2010-09-23 David ZeuthenGDBus: bump timeout for some tests
2010-09-23 David ZeuthenGDBus: Move "slow" connection test cases into separate...
2010-09-23 David ZeuthenGDBusConnection: Avoid callbacks on finalized connection
2010-09-23 Nicolas DufresneFix memory leak in SOCKSv5 implementation
2010-09-22 Ryan LortieGSocketControlMessage: clean up confusing code
2010-09-22 Claude ParozAdd translator comments for command parameter translation
2010-09-17 Ryan Lortie.gitignore some test cases
2010-09-17 Dan Winshipg_output_stream_write: fix misleadingly ungrammatical...
2010-09-14 Christian PerschGDBusConnection leaks its GCredentials
2010-09-14 Ryan LortieGSettings: reverse accidental addition to .h file
2010-09-13 Ryan LortieAdd g_data_input_stream_read_upto{,async,finish}
2010-09-12 Ryan LortieGSettings: no writability->value change assumption
2010-09-12 Tor LillqvistAdd some more individual own header includes where...
2010-09-10 Benjamin Ottedocs: Clarify string encoding for GFile constructors
next