Overview
Request 158787 accepted
- update to github master @ e0a3e8fb
+ don't try to access xdo until after we verify it's not null. (#18, reported by zarelit)
+ mark swedish and danish symbol typing as known-broken, allow skipping them by setting $SKIP_KNOWN_BROKEN_TESTS
+ provide a way to override which specific test combinations are run
+ create a way to build xdotool without setting rpath (see e.g. https://wiki.debian.org/RpathIssue)
+ include the CPPFLAGS variable for C preprocessor flags
+ Avoid unnecessary double linking
+ bump major version due to API overhaul (including function name normalization)
+ constify display argument in xdo_new() since it will not be modified.
+ allow xdo_free(NULL) without segfaults
- add disabled source service and update to github master @ 118979c5
+ Don't translate a window's location if its parent is the root.
+ Fixed merge conflict
+ Fixed an error in xdo_get_window_property
+ Merge miss
+ Unified naming convention for all functions of the API
+ Changed the behaviour of xdo_get_window_property
+ Remove xdo_version.h when cleaning
+ Removed all signed/unsigned conflicts
+ Changed XKeycodeToKeysym to XkbKeycodeToKeysym to get rid of compilation warnings
+ Changed name on xdo_getwinprop() to xdo_window_get_property()
+ Fixed some minor compilation warnings
+ Replaced xdo_get_active_modifiers with xdo_active_keys_to_keycode_list
+ Fix another C++ reserved word issue. Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663007
+ add '--file' argument for the type command
+ don't emit 'findclient' messages
+ Hack linker rpath to solve problem of /usr/local/lib (or elsewhere) not being in the run-time linker path (see ldd, etc).
+ abort if we're using a shell that probably won't work
+ fix librt linking on GNU Hurd
Request History
namtrac created request
- update to github master @ e0a3e8fb
+ don't try to access xdo until after we verify it's not null. (#18, reported by zarelit)
+ mark swedish and danish symbol typing as known-broken, allow skipping them by setting $SKIP_KNOWN_BROKEN_TESTS
+ provide a way to override which specific test combinations are run
+ create a way to build xdotool without setting rpath (see e.g. https://wiki.debian.org/RpathIssue)
+ include the CPPFLAGS variable for C preprocessor flags
+ Avoid unnecessary double linking
+ bump major version due to API overhaul (including function name normalization)
+ constify display argument in xdo_new() since it will not be modified.
+ allow xdo_free(NULL) without segfaults
- add disabled source service and update to github master @ 118979c5
+ Don't translate a window's location if its parent is the root.
+ Fixed merge conflict
+ Fixed an error in xdo_get_window_property
+ Merge miss
+ Unified naming convention for all functions of the API
+ Changed the behaviour of xdo_get_window_property
+ Remove xdo_version.h when cleaning
+ Removed all signed/unsigned conflicts
+ Changed XKeycodeToKeysym to XkbKeycodeToKeysym to get rid of compilation warnings
+ Changed name on xdo_getwinprop() to xdo_window_get_property()
+ Fixed some minor compilation warnings
+ Replaced xdo_get_active_modifiers with xdo_active_keys_to_keycode_list
+ Fix another C++ reserved word issue. Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663007
+ add '--file' argument for the type command
+ don't emit 'findclient' messages
+ Hack linker rpath to solve problem of /usr/local/lib (or elsewhere) not being in the run-time linker path (see ldd, etc).
+ abort if we're using a shell that probably won't work
+ fix librt linking on GNU Hurd
licensedigger accepted review
{"approve": "preliminary, version number changed"}
factory-auto accepted review
Builds for repo openSUSE_Factory
factory-auto added a reviewer
Please review sources
a_jaeger accepted review
ok
a_jaeger approved review
ok
coolo accepted request
checkin