18 Commits

Author SHA256 Message Date
44df738e7e Accepting request 1133078 from X11:Wayland
- Update to 1.5.0:
  * extract cursor state initialization
  * Implement wp_cursor_shape_v1
  * build: move to `meson setup build` command
  * Fix crosshair cursor is not scaled

OBS-URL: https://build.opensuse.org/request/show/1133078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=9
2023-12-15 20:47:58 +00:00
3aea81af58 - Update to 1.5.0:
* extract cursor state initialization
  * Implement wp_cursor_shape_v1
  * build: move to `meson setup build` command
  * Fix crosshair cursor is not scaled

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=17
2023-12-14 11:37:38 +00:00
e4b8dc10ac Accepting request 1040531 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1040531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=8
2022-12-06 13:24:13 +00:00
d5ead2d878 Accepting request 1040454 from home:dirkmueller:Factory
- update to 1.4.0:
  * Fix busying the buffer
  * Add option to enforce a specific aspect ratio of the selection (#77)
  * man: fix wrong section headers
  * render: Allow the user to specify which font family to use
  * Mark moved-away from outputs as dirty (#89)
  * has_selection is true only after moving the mouse (#88)
  * Render dimensions with same color as border
  * readme: IRC channel has moved to Libera Chat
  * Use cairo_scale instead of multiplying by the scale everywhere
  * Print output local coordinates

OBS-URL: https://build.opensuse.org/request/show/1040454
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=15
2022-12-06 08:31:30 +00:00
bc41c89b14 Accepting request 886685 from X11:Wayland
- Update to 1.3.2:
  * Fix incorrect anchor when output has negative position
  * Fix loss of selection when pointer moves between outputs

OBS-URL: https://build.opensuse.org/request/show/886685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=7
2021-04-19 19:06:28 +00:00
006f288647 - Update to 1.3.2:
* Fix incorrect anchor when output has negative position
  * Fix loss of selection when pointer moves between outputs

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=13
2021-04-19 12:07:04 +00:00
9fda0c6e15 Accepting request 846224 from X11:Wayland
- Update to 1.3.1:
  * Fix off-by-one error in in_box function
  * Print output into buffer, print result late
  * Safe printf usage
  * readme: simplify "select output" example
  * readme: clarify that -f "%o" prints the output name

OBS-URL: https://build.opensuse.org/request/show/846224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=6
2020-11-05 20:55:55 +00:00
8aab9f7ce5 - Update to 1.3.1:
* Fix off-by-one error in in_box function
  * Print output into buffer, print result late
  * Safe printf usage
  * readme: simplify "select output" example
  * readme: clarify that -f "%o" prints the output name

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=11
2020-11-05 12:50:52 +00:00
27987f78de Accepting request 842187 from X11:Wayland
- Update to 1.3.0:
  * Touch input is now supported
  * The current selection can now be moved by holding the Space key
  * Choice boxes specified on stdin can now be labelled
  * A new format option prints the name of the output
  * The new -o option allows to add all outputs as choice boxes
  * The new -r option forces the user to select one of the choice boxes

OBS-URL: https://build.opensuse.org/request/show/842187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=5
2020-10-18 14:31:53 +00:00
b218ecb48e - Update to 1.3.0:
* Touch input is now supported
  * The current selection can now be moved by holding the Space key
  * Choice boxes specified on stdin can now be labelled
  * A new format option prints the name of the output
  * The new -o option allows to add all outputs as choice boxes
  * The new -r option forces the user to select one of the choice boxes

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=9
2020-10-16 19:32:22 +00:00
fe681ac3ce Accepting request 707381 from X11:Wayland
- Update to 1.2.0:
  * It's now possible to provide a list of predefined
    regions to choose from
  * A single-pixel selection mode has been added
  * Check out the README for some examples:
     https://github.com/emersion/slurp#example-usage

OBS-URL: https://build.opensuse.org/request/show/707381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=4
2019-06-04 10:14:25 +00:00
94052d631c - Update to 1.2.0:
* It's now possible to provide a list of predefined
    regions to choose from
  * A single-pixel selection mode has been added
  * Check out the README for some examples:
     https://github.com/emersion/slurp#example-usage

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=7
2019-06-04 06:13:32 +00:00
Stephan Kulow
4642e3e86a Accepting request 678842 from X11:Wayland
- Update to 1.1.0:
  * Add man-pages option like swaywm/sway@ba16f16e4d
  * Display alpha in usage
  * Add user-defined output formatting (#33)
  * Abort on escape (#25)
  * Support selection across multiple outputs (#27)

OBS-URL: https://build.opensuse.org/request/show/678842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=3
2019-02-25 16:58:30 +00:00
0698f08024 - Update to 1.1.0:
* Add man-pages option like swaywm/sway@ba16f16e4d
  * Display alpha in usage
  * Add user-defined output formatting (#33)
  * Abort on escape (#25)
  * Support selection across multiple outputs (#27)

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=5
2019-02-25 09:07:58 +00:00
a2f927ba19 Accepting request 674530 from X11:Wayland
- Update to 1.0.1:
  * Mention scdoc as optional dependency
  * Remove erronous endif
  * Fix frame callback running after output free
  * Use linux/input-event-codes.h on FreeBSD

OBS-URL: https://build.opensuse.org/request/show/674530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=2
2019-02-14 13:33:47 +00:00
5e199bfd31 - Update to 1.0.1:
* Mention scdoc as optional dependency
  * Remove erronous endif
  * Fix frame callback running after output free
  * Use linux/input-event-codes.h on FreeBSD

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=3
2019-02-13 12:30:21 +00:00
Stephan Kulow
757776a9cf Accepting request 672360 from X11:Wayland
- Initial package of slurp 1.0 for openSUSE

OBS-URL: https://build.opensuse.org/request/show/672360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurp?expand=0&rev=1
2019-02-08 11:13:20 +00:00
0297dcd3b3 Accepting request 672161 from home:jubalh
Please add me as maintainer

OBS-URL: https://build.opensuse.org/request/show/672161
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/slurp?expand=0&rev=1
2019-02-06 15:35:47 +00:00