]> git.alsa-project.org Git - alsa-gobject.git/shortlog
alsa-gobject.git
2020-11-14 Takashi Sakamototimer: add checks for method arguments
2020-11-14 Takashi Sakamototimer: check whether method argument for GError is...
2020-11-14 Takashi Sakamototimer: skip check of return value from g_malloc()
2020-11-14 Takashi Sakamototimer: user_instance: fix function comment
2020-11-13 Takashi Sakamotoctl: obsolete library-wide GQuark for error reporting
2020-11-13 Takashi Sakamotoctl: query: use GFileError to report error
2020-11-13 Takashi Sakamotoctl: card: update function comment for error reporting
2020-11-13 Takashi Sakamotoctl: card: report error due to existent control element
2020-11-13 Takashi Sakamotoctl: card: report error due to operations against eleme...
2020-11-13 Takashi Sakamotoctl: card: report error about unsupported element operation
2020-11-13 Takashi Sakamotoctl: card: report error about element not found
2020-11-13 Takashi Sakamotoctl: card: report error about disconnection
2020-11-13 Takashi Sakamotoctl: card: report open error
2020-11-13 Takashi Sakamotoctl: card: report system call error with own error...
2020-11-13 Takashi Sakamotoctl: card: add GQuark to report error specific for...
2020-11-13 Takashi Sakamotoctl: add GLib enumerations for error reporting
2020-11-13 Takashi Sakamotoctl: card: just return when character device is not...
2020-11-13 Takashi Sakamotoctl: add checks for method arguments
2020-11-13 Takashi Sakamotoctl: check whether method argument for GError is available
2020-11-13 Takashi Sakamotoctl: skip check of return value from g_malloc()
2020-06-23 Takashi Sakamotobump version up to 0.1.0 to release v0.1.0
2020-06-21 Takashi Sakamotodoc: seq: reorder sections
2020-06-21 Takashi Sakamotodoc: timer: reorder sections
2020-06-21 Takashi Sakamotoupdate README with alsa-gobject-rs URL
2020-06-21 Takashi Sakamotorawmidi: add an API to retrieve current version of...
2020-06-21 Takashi Sakamotoseq: add an API to retrieve current version of protocol...
2020-06-21 Takashi Sakamototimer: add an API to retrieve current version of protoc...
2020-06-21 Takashi Sakamotoctl: add an API to retrieve current version of protocol...
2020-06-21 Takashi Sakamotorawmidi: fix indentation
2020-06-21 Takashi Sakamotorawmidi: stream_pair: fix indentation
2020-06-21 Takashi Sakamotoseq: fix indentation
2020-06-21 Takashi Sakamotoseq: client_pool: fix indentation
2020-06-21 Takashi Sakamotoseq: user_client: fix indentation
2020-06-21 Takashi Sakamotoseq: remove_filter: fix indentation
2020-06-21 Takashi Sakamotoseq: event_cntr: fix indentation
2020-06-21 Takashi Sakamototimer: instance_params: fix indentation
2020-06-21 Takashi Sakamotoctl: elem_value: fix indentation
2020-06-19 Takashi Sakamotoseq: supplement to use guint8 for the numerical ID...
2020-06-19 Takashi Sakamotoseq: supplement to use guint8 for the numerical ID...
2020-06-19 Takashi Sakamotoseq: use guint8 for the numerical ID of port
2020-06-19 Takashi Sakamotoseq: use guint8 for the numerical ID of client
2020-06-19 Takashi Sakamotoseq: use guint8 for the numerical ID of queue
2020-06-17 Takashi Sakamotoseq: queue_timer_data_alsa: use const qualifier to...
2020-06-17 Takashi Sakamotoseq: event_data_result: use const qualifier to self...
2020-06-17 Takashi Sakamotoseq: event_data_queue: use const qualifier to self...
2020-06-17 Takashi Sakamotoseq: event_data_note: use const qualifier to self argum...
2020-06-17 Takashi Sakamotoseq: event_data_ctl: use const qualifier to self argume...
2020-06-17 Takashi Sakamotoseq: event_data_connect: use const qualifier to self...
2020-06-17 Takashi Sakamotoseq: tstamp: use const qualifier to self argument for...
2020-06-17 Takashi Sakamototimer: event_data_tstamp: use const qualifier to self...
2020-06-17 Takashi Sakamototimer: event_data_tick: use const qualifier to self...
2020-06-15 Takashi Sakamototimer: instance_status: add constructor
2020-06-15 Takashi Sakamototimer: device_status: add constructor
2020-06-15 Takashi Sakamotoseq: queue_status: add constructor
2020-06-15 Takashi Sakamototests: timer: fix test for ALSATimerDeviceStatus
2020-06-15 Takashi Sakamototimer: user_instance: use (inout) annotation to retriev...
2020-06-15 Takashi Sakamototimer: use (inout) annotation to retrieve the status...
2020-06-15 Takashi Sakamotoseq: use (inout) annotation to retrieve the status...
2020-06-14 Takashi Sakamotoupdate README
2020-06-14 Takashi Sakamotosamples: add Python 3 sample script for ALSASeq
2020-06-14 Takashi Sakamotosamples: add Python 3 sample script for ALSATimer
2020-06-14 Takashi Sakamotosamples: add Python 3 sample script for ALSARawmidi
2020-06-14 Takashi Sakamotosamples: add Python 3 sample script for ALSAHwdep
2020-06-14 Takashi Sakamotosamples: add Python 3 sample script for ALSACtl
2020-06-14 Takashi Sakamotoseq: user_client: return filled object after creating...
2020-06-14 Takashi Sakamotoseq: user_client: return filled object after creating...
2020-06-14 Takashi Sakamotoseq: user_client: add an API to create port with indica...
2020-06-14 Takashi Sakamotoseq: port_info: fix description for queue-id property
2020-06-14 Takashi Sakamotoseq: user_client: Fix the type of property for int64...
2020-06-14 Takashi Sakamotorawmidi: substream_status: use uint64_t for avail and...
2020-06-13 Takashi Sakamototimer: instance_status: unify two arguments to single...
2020-06-13 Takashi Sakamototimer: event_data_tstamp: unify two arguments to single...
2020-06-13 Takashi Sakamototimer: event: add constructor
2020-06-13 Takashi Sakamotoctl: elem_value: split function with two argument into...
2020-06-13 Takashi Sakamotoseq: update documentation for system call information
2020-06-13 Takashi Sakamotorawmidi: update documentation for system call information
2020-06-13 Takashi Sakamototimer: update documentation for system call information
2020-06-13 Takashi Sakamotohwdep: update documentation with system call information
2020-06-13 Takashi Sakamotoctl: update documentation with system call information
2020-06-13 Takashi Sakamotoseq: user_client: correct ioctl command to get the...
2020-06-13 Takashi Sakamotoseq: user_client: correct ioctl command to update queue
2020-06-13 Takashi Sakamotorawmidi: stream-pair: fix signal name according to...
2020-06-13 Takashi Sakamotorawmidi: fix leak of file descriptor in global methods...
2020-06-13 Takashi Sakamotohwdep: fix leak of file descriptor in global methods...
2020-06-12 Takashi Sakamototimer: user_instance: add API to choose the type of...
2020-06-12 Takashi Sakamotoctl: elem_info: fix SIGSEGV due to missing sentinel...
2020-06-12 Takashi Sakamotoctl: elem_info_int64: dismiss ALSACtlElemInfoInt64
2020-06-12 Takashi Sakamotoctl: elem_info_iec60958: dismiss ALSACtlElemInfoIec60958
2020-06-12 Takashi Sakamotoctl: elem_info_bytes: dismiss ALSACtlElemInfoBytes
2020-06-12 Takashi Sakamotoctl: elem_info_enum: dismiss ALSACtlElemInfoEnum
2020-06-12 Takashi Sakamotoctl: elem_info_int: dismiss ALSACtlElemInfoInt
2020-06-12 Takashi Sakamotoctl: elem_info_bool: dismiss ALSACtlElemInfoBool
2020-06-12 Takashi Sakamotoctl: elem_info: become concrete class instead of abstra...
2020-06-12 Takashi Sakamotoctl: elem_info: add count property
2020-06-12 Takashi Sakamotoctl: elem_info: add accessor APIs for label entries...
2020-06-12 Takashi Sakamotoctl: elem_info: add accessor APIs for triplet data...
2020-06-12 Takashi Sakamotoctl: elem_info: add accessor APIs for triplet data...
2020-06-12 Takashi Sakamotoctl: card: add helper function to parse names for enume...
2020-06-12 Takashi Sakamotoctl: card: fix uninitialized local value
2020-06-12 Takashi Sakamotodoc: ctl: fix title for documentation of ALSACtlElemInfo
next