Revisions of mako

michael wheatley's avatar michael wheatley (MWh3) committed (revision 27)
Link to X11:Wayland project
michael wheatley's avatar michael wheatley (MWh3) committed (revision 26)
Add missing source files
michael wheatley's avatar michael wheatley (MWh3) committed (revision 25)
mako v1.6

This release adds the following new features:
- Modes allow to conditonally change options at runtime, and allow to
  setup things like a "do not disturb" mode.
- Add support for synchronous hints, to easily replace an existing
  notification from a script.
- Add an "exec" binding to execute a command
- Add "on-notify" bindings to trigger an action when a notification
  is opened.
The release also includes a few other improvements and some bug fixes.
Full changelot below.
Bill Doyle (1):
      Update IRC channel
Davester47 (1):
      Set the cursor to left_ptr when the mouse moves over a notification
FollieHiyuki (3):
      Fix a small typo in mako --help
      contrib/completion: add missing fish completions
      contrib/completions: keep verbs consistent in zsh completions
Kirens (1):
      contrib/completions: add missing declaration of fish_comp
Matej Novota (1):
      Add anchor to center-right and center-left
Nicolas Cornu (1):
      Fix out-of-bounds write in apply_superset_style
Ragnar Groot Koerkamp (1):
      Print notification category in `makoctl list`
Ricardo Biehl Pasquali (1):
      Fix memory leak by freeing image before returning in error path
Simon Ser (16):
michael wheatley's avatar michael wheatley (MWh3) committed (revision 24)
mako v1.5

This long overdue release contains a lot of new features and bug
fixes. New features include:
- Allow multiple notifications to be anchored to different outputs, edges and
  layers at the same time
- Add an history buffer for expired notifications
- Add customizable button and touch bindings
- Add regex criteria for summary and body
- Make icon position configurable
- Add support for basu, for non-systemd installations
- Allow specifying notification IDs with makoctl
- Allow dismissing a whole group at once with makoctl
- Make text alignment customizable
Thanks to all contributors!
Alexey Yerin (1):
      Add text-alignment option
Arkadij Chistyj (1):
      max-visible = 0 now works
Bill Doyle (25):
      Rework border drawing
      Scale border-radius
      Inset progress completely within border
      Keep minimum height large enough for border-radius
      Disable subpixel antialiasing when requested
      Improve icon-path documentation
      Remove misleading spaces from mako.5
      Add parse_int_ge to improve integer parsing
      Add missing flags to makoctl manpage
      Add validate_criteria
      Document group match rules
michael wheatley's avatar michael wheatley (MWh3) committed (revision 23)
Update to v1.4.1

This release contains a few new features and bug fixes. New features
include:
* `makoctl menu` to choose a notification action
* A CLI flag to use a custom config file path
* Improved touch support (multiple touches)
Thanks to all contributors!
Ashkan Kiani (1):
      Add variant for int32_t and fallback error message
Bill Doyle (1):
      Support image-path and more deprecated hints
Dasith Gunawardhana (1):
      Add --config option
Martin Michlmayr (2):
      Allow access to icons in AppArmor profile
      Fix typo in man page
Ryan Adolf (2):
      Add support for tracking multiple touches
      wayland.c style: break if statements into blocks
Simon Ser (4):
      readme: link to the spec
      readme: add jq to list of deps
      Split out configuration docs
      Bump to v1.4.1
rpigott (1):
      Include list command in makoctl zsh completions
xPMo (2):
      makoctl: fix test command in "invoke"
      Support choosing a notification action with 'makoctl menu' (#195)
michael wheatley's avatar michael wheatley (MWh3) committed (revision 22)
Make package own directory
michael wheatley's avatar michael wheatley (MWh3) committed (revision 21)
Make package own directory
michael wheatley's avatar michael wheatley (MWh3) committed (revision 20)
Package dbus service config
michael wheatley's avatar michael wheatley (MWh3) committed (revision 19)
Fix incorrect source extension
michael wheatley's avatar michael wheatley (MWh3) committed (revision 18)
mako v1.4

This release polishes icon support introduced in v1.3 and adds a few other
cool features. Highlights:
* Icon support is now complete
* Touchscreens are now supported
* makoctl can now list current notifications
* makoctl can now list and invoke notification actions
* A D-Bus service file has been added
* Various bug fixes
Thanks to all contributors!
AN3223 (1):
      Fixed typo, critiera -> criteria
Bill Doyle (1):
      Allow listing and invoking actions with makoctl (#158)
Daniel Eklöf (1):
      makoctl: unbreak 'dismiss' and 'invoke' called without argument
Joe Lanford (1):
      Add icon_data hint support
Meiyo Peng (1):
      Add a D-Bus service file for mako
Michael Aquilina (1):
      Fix typo in man s/backslack/backslash
Sauyon Lee (2):
      Properly URL decode file:// URIs
      notification.c: use correct format arguments
Simon Ser (4):
      meson: bump version to v1.3
      readme: add gdk-pixbuf dependency
      Add ListNotifications to D-Bus API
      readme: add IRC channel
michael wheatley's avatar michael wheatley (MWh3) committed (revision 17)
Package apparmor profile
michael wheatley's avatar michael wheatley (MWh3) committed (revision 16)
mako v1.3

Many changes in this release! The biggest new features are:
* Grouping (#98 and #111)
* Icons (#115 and #128)
* Progress bar indicator (#109)
* Rounded corners (#134)
Big thanks to all contributors!
Packager maintainers: this release contains an optional AppArmor policy and ZSH
completions. See Meson options to enable them. Please read the AppArmor policy
if you plan to use it.
Below is the detailed shortlog.
Anton Älgmyr (18):
      Fix rounding errors because of double->int conversion
      Add icon support
      Add --max-icon-size to documentation
      Add dep to CI config
      Add meson flag, redo code to use `gdk_cairo_set_source_pixbuf`
      Move guards
      Add --show-icons (and add missing help text for --max-icon-size)
      get_icon -> create_icon
      Remove duplicate prototype
      --show-icons -> --icons
      Fix style issues
      icon now pointer and part of notification, ifdef only in icon.c
      Explicit build option for no icons, don't fallback on missing deps
      Icon should be NULL for hidden notification
      Go back to storing full scale image
      Small fixes
      Move style check to `handle_notify`
      Advertise icon capability iff icons are used
michael wheatley's avatar michael wheatley (MWh3) committed (revision 15)
Include dependencies for icon support
michael wheatley's avatar michael wheatley (MWh3) committed (revision 14)
Update to commit e3a69aa - added support for icons
michael wheatley's avatar michael wheatley (MWh3) committed (revision 13)
Fix spec file licence info
michael wheatley's avatar michael wheatley (MWh3) committed (revision 12)
update to commit 81b0be5
michael wheatley's avatar michael wheatley (MWh3) committed (revision 11)
Update to commit b30c786
michael wheatley's avatar michael wheatley (MWh3) committed (revision 10)
Update to commit b30c786
michael wheatley's avatar michael wheatley (MWh3) committed (revision 9)
Update to version 1.2 commit a0e798a
michael wheatley's avatar michael wheatley (MWh3) committed (revision 8)
Change date on source
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by