Revisions of xdotool

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 943848 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- update to 3.2021022.1:
  * Fix a bug causing `make create-package-deb` to fail. (#362)
  * Revert XWayland detection. Some parts of xdotool do not work under
    XWayland. However, many features *do* work on XWayland, and rejecting
    XWayland caused problems for several
    folks who were otherwise happily using xdotool under Wayland/XWayland. (#346, #355)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 925681 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- update to 3.20210903.1:
  * xdotool and libxdo will now reject if it is running under Wayland/XWayland.
    If XWayland is detected, the program will fail. This is because XWayland
    doesn't allow xdotool or libxdo to work correctly. (#342, Jordan Sissel)
 * New command `windowstate` which can be used to modify properties of windows.
    For example, to full-screen the current window, use:
      xdotool getactivewindow windowstate --add FULLSCREEN
  * New command `windowquit`  which is used to ask the windowed application to
    terminate.
  * New command `getwindowclassname` to print the window's class name.
  * When sending keystrokes, `enter` and `return` now are synonyms for the
    `Return` key symbol
  * getmouselocation now updates the window stack with the window the cursor is
    currently over.
  * search command now supports searching by window role with `--role` flag
  * search command should now no longer report BadWindow errors
  * get_window_location now reports correct value
  * Uppercase Latin-1/Basic Latin are now typed correctly
  * Document the regular expressions (POSIX Extended) supported by xdotool
  * Use the default X11 Screen instead of assuming 0
  * Wrap header files with `extern "C"` to enable easier C++ use of libxdo.
  * Install pkgconfig file when running `make install`
  * Set permissions correctly when installing `xdo.h`
  * Fix memory leak
  * Fixed some documentation typos
  * Fix all compiler warnings during `make`
- drop xdotool-2.2012-reproducible.patch, remove-dead-function.patch (upstream)
buildservice-autocommit accepted request 578403 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 15)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 577704 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 14)
- update to 3.20160805.1
  * Fix release tool problem. cflags.sh was missing from the
    previous two releases. 
  * `make test-package-build` now works correctly on Fedora and OSX
- includes 3.20160804.2
  * Fix some bugs in the Makefile
- includes 3.20160804.1
  * Fix memory leaks in window search and charcode map lookups
  * xdotool selectwindow (xdo_select_window_with_click) now only
    selects the window if mouse button 1 is pressed. Any other
    buttons will cause this selection to be aborted.
  * Fix bug where `xdotool click` with --clearmodifiers can
    sometimes leave stuck keys or mouse buttons.
  * windowmove now supports coordinates as a percentage of screen
    size. For example, a move to 50% 50% would move the window
    such that the top-left corner of the window is in the center
    of the screen.
  * Typing commands (key and type) will now try to use XTEST
    instead of XSendEvent in a special circumstance. If the window
    id given (by window stack or the --window flag) is the currenly
    focused window, key sequences will be sent using XTEST.
  * getmouselocation, getwindowgeometry, and search commands: now
    supports --shell and --prefix for having stdout be consumable by
    bash or similar shells.
  * xdotool scripts such as running via `xdotool -` will now execute
    commands as lines of input are read. The previous behavior
    waited until stdin closed before executing anything.
- includes 3.20150503 ()
  * Fix sending wrong keys when using multiple keyboard layouts 
  * Add --repeat and --repeat-delay to allow repetition of a key
    sequence
  * Fix handling of empty files in type command
  * consume regexp argument only if present.
  * update URLs to Github
  * Changes determined via:
    https://github.com/jordansissel/xdotool/compare/65cb0b1...v3.20150503.1
with an optional delay in between each full sequence.
- drop _service file in favor of github release tarball
- use https for site
- cleanup with spec-cleaner
- add remove-dead-function.patch
  * removes reference to function in header file that was removed
buildservice-autocommit accepted request 512183 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 13)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 12)
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 511708 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 11)
Add reproducible.patch to override build date to fix build-compare (boo#1047218)
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 10)
new meta
buildservice-autocommit accepted request 260130 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 259247 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 8)
-  Switch to individual pkgconfig() build requires 
   instead of using metapackage xorg-x11-devel
- "as-needed" build works, remove SUSE_ASNEEDED workaround.
- xdotool-devel requires pkgconfig(x11)
buildservice-autocommit accepted request 158787 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 7)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 6)
-
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 158655 from Adam Spiers's avatar Adam Spiers (aspiers) (revision 5)
- add disabled source service
- update to latest upstream github master @ e0a3e8fb
buildservice-autocommit accepted request 104697 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 4)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 104580 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 3)
patch license to follow spdx.org standard
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 99227 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 2)
initialized devel package after accepting 99227
Pascal Bleser's avatar Pascal Bleser (pbleser) accepted request 99220 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 1)
This is a very useful testing tool, should be in X11:Utilities and then be submitted to Factory.
Displaying all 17 revisions
openSUSE Build Service is sponsored by