ecb7ca1
(tag: v7.4)
Merge pull request #99 from SoapGentoo/version-bump by
2018-04-23 01:56:02 -0600
38d2339
Merge pull request #90 from jfly/exit-on-slop-cancel by
2018-04-23 01:55:45 -0600
96e1766
Bump to version 7.4 by
2018-04-22 12:27:09 +0200
a28a1da
(HEAD -> master)
Merge pull request #94 from SoapGentoo/soname by
2018-03-11 04:11:53 -0600
5894741
Merge pull request #96 from winny-/document_format by
2018-02-10 16:02:40 -0700
1e2c1e8
Document format specifiers by
2018-02-10 07:52:08 -0600
adf0635
Merge pull request #95 from winny-/throw_by_value_catch_by_reference by
2018-02-08 03:21:23 -0700
d9f3587
Wrap thrown string in std::runtime_error by
2018-02-08 00:01:39 -0600
71442ad
Throw exceptions by value, catch by reference by
2018-02-07 23:43:57 -0600
b8e1c48
Make SONAME equal to the PROJECT_VERSION by
2018-01-14 00:28:17 +0100
bbb735a
Merge pull request #93 from SoapGentoo/fix-cmake by
2017-12-31 06:38:59 -0700
1f74b12
Do not compress manpage by
2017-12-30 22:36:53 +0100
5a29981
Modernise CMake by
2017-12-30 22:36:53 +0100
dea8c06
More realistic examples that actually exit when slop is cancelled. by
2017-12-08 15:36:52 -0800
25c133e
Merge pull request #87 from Nicop06/fix-install-lib64 by
2017-09-17 17:36:14 -0600
db8055f
Fix 64 bit install by
2017-09-18 00:48:53 +0200
d7c12dd
fixed typo by
2017-09-12 21:48:51 -0600
4482565
(tag: v7.3.49)
Merge branch 'master' of github.com:naelstrof/slop by
2017-08-10 04:29:55 -0600
e9bc4a7
Added SLOP_OPENGL flag that makes OpenGL optional. (You shouldn't want this.) by
2017-08-10 04:28:44 -0600
5423836
Merge pull request #84 from AloisMahdal/fedora_copr by
2017-08-01 23:21:01 -0600
3e37b45
Added my Fedora COPR (experimental repo) by
2017-08-02 02:40:55 +0200
f4d9179
(tag: v7.3.48)
upped major version number, since library interface has changed. Most people shouldn\'t care about that though. by
2017-07-30 17:42:36 -0600
ccffce6
finished c interface to slop by
2017-07-30 17:41:32 -0600
93273d5
changing the interface to support pure C by
2017-07-30 15:08:40 -0600
8b8508a
(tag: v6.3.48)
upped version number by
2017-07-29 15:46:34 -0600
1984fec
fixed memory leak, ICU libraries are now optional by
2017-07-29 15:39:50 -0600
1f884e2
fixed border detection on certain window managers (pretty much just mutter). by
2017-07-28 14:01:37 -0600
fa10482
Use mix now in shader examples, also replaced a bunch of tabs with spaces to make it consistent by
2017-07-20 07:19:54 -0700
1dd26ac
added extra shader example. by
2017-07-19 21:12:19 -0600
14b0909
(tag: v6.3.47)
Finally fixed the dumb nvidia segfault on preload, also re-added GLEW as a dependency, pthreads is now required. Fixes #83, #81. by
2017-07-19 20:11:05 +0000
badecc2
(tag: v6.3.46)
Adjusted include order, slop now checks OpenGL version. by
2017-06-15 17:18:42 +0000
0b66444
(tag: v6.3.45)
namespaced opengl, added unicode support, (fixes #80) by
2017-06-10 00:41:22 +0000
6623735
(tag: v6.3.44)
removed depth bit requirement to window creation, and smushed a bunch of memory leaks by
2017-06-09 18:40:21 -0600
b3e42e6
(tag: v6.3.43)
Reduced required OpenGL version to 3.0 by
2017-06-09 16:01:37 -0600
adf7329
(tag: v6.3.42)
shader chains now properly blend their alpha. by
2017-06-06 08:47:37 -0600
7b58230
(tag: v6.3.41)
upped version from merge by
2017-06-02 16:25:54 -0600
97d200f
Merge pull request #78 from Streetwalrus/master by
2017-06-02 15:23:29 -0700
6afaf87
Re-add arrow key adjustment during drags (again) by
2017-06-02 21:45:52 +0300
2d2ba77
(tag: v6.3.40)
upped version by
2017-05-30 16:35:15 -0700
170a6d0
slop now blocks until window is destroyed by
2017-05-30 16:34:23 -0700
ee76d8e
reduced required GLSL version to 1.2 by
2017-05-30 15:28:56 -0700
91d8585
(tag: v6.3.39)
upped version number by
2017-05-30 14:56:14 -0600
ec39dfc
simplified rendering code by
2017-05-30 14:19:46 -0600
d482546
added more shader examples by
2017-05-30 14:19:26 -0600
ab41bb7
slop now errors properly when a positional argument is supplied by
2017-05-30 13:11:40 -0600
ccb020c
Re-added arrow key adjustment during drags. by
2017-05-30 12:40:20 -0600
dcb9364
ignore arrowkey presses for cancelling selection. by
2017-05-30 07:39:01 -0700
9b43427
introduced a sleep for opengl mode to prevent 100% cpu usage by
2017-05-30 07:38:12 -0700
3b19860
(tag: v6.3.38)
Switched to using a POSIX compliant argument parser. This will break scripts! sorry by
2017-05-23 20:01:51 -0600
9019211
(tag: v5.3.38)
Fixed a bug where an InputOnly window would be selected. by
2017-05-22 15:07:18 -0600
a656673
(tag: v5.3.37)
upped cmake requirement to match C++11 support by
2017-02-27 15:30:25 -0700
7e04e89
fixed readmex3 by
2017-02-27 14:15:09 -0700
9529fa3
fixed readmex2 by
2017-02-27 14:13:42 -0700
ebbbb3d
fixed table in readme by
2017-02-27 14:10:29 -0700
b8acd68
(tag: v5.3.36)
Merge branch 'master' of github.com:naelstrof/slop by
2017-02-27 14:08:05 -0700
df3bd41
updated readme by
2017-02-27 14:08:02 -0700
3fa0eae
Merge pull request #65 from nylen/add/gitignore by
2017-02-27 12:59:31 -0700
f812b2a
increased accuracy of mouse, some more shader polish by
2017-02-27 12:52:49 -0700
3a5664c
Add .gitignore by
2017-02-27 12:52:35 -0600
1aaadbb
(tag: v5.3.35)
flushed out shader support by
2017-02-27 03:18:46 -0700
d50c58c
(tag: v5.3.34)
fixed slop from segfaulting when options were provided incorrectly by
2017-02-26 14:35:06 -0700
359b426
(tag: v5.3.33)
keep -n from consuming a parameter by
2017-02-25 17:37:06 -0700
3634e20
(tag: v5.3.32)
Made slop be really aggressive with mouse and keyboard grabs. Failing to grab the mouse results in a fatal shutdown now. by
2017-02-25 16:10:54 -0700
8a4f1c2
(tag: v5.3.31)
Don't attempt to grab keyboard if --nokeyboard. Thanks #63 by
2017-02-25 15:16:48 -0700
3a70901
(tag: v5.3.30)
fixed slop crashing when failing to grab keyboard for real by
2017-02-25 13:42:09 -0700
eeadb34
(tag: v5.3.29)
slop should no longer crash grabbing the keyboard by
2017-02-25 12:44:36 -0700
e87468b
(tag: v5.3.28)
improved backward compatibility. by
2017-02-24 14:58:06 -0700
09787b3
Added more verbose OpenGL failure messages by
2017-02-24 10:36:59 -0700
38d4f6c
(tag: v5.3.27)
Fixed tabbing, and uncommented the transparency by
2017-02-24 00:53:20 -0700
b185ead
fixed nvidia transparency issues by
2017-02-24 00:44:39 +0000
0c7f1ea
(tag: v5.3.26)
added noopengl flag by
2017-02-23 15:06:02 -0700
9df7869
(tag: v5.3.24)
now clearing all buffers by
2017-02-23 14:36:52 -0700
e787f1b
(tag: v5.3.23)
Set an always on top atom to tell the window manager to keep slop on top. by
2017-02-23 13:24:00 -0800
1fd9f10
(tag: v5.3.22)
Merge pull request #57 from fkmclane/master by
2017-02-23 13:04:22 -0700
ba73ec8
Merge pull request #58 from fkmclane/display by
2017-02-23 13:02:59 -0700
548e887
use DISPLAY environment variable by default instead of :0 by
2017-02-23 09:11:57 -0500
24ca615
fix compilation on Gentoo and probably most distributions by
2017-02-23 08:54:26 -0500
ee3b25c
(tag: v5.3.21)
Merge branch 'slop-release-candidate' by
2017-02-23 04:54:04 -0700
3dbc995
updated readme by
2017-02-23 04:53:38 -0700
ba04cef
cleaned up options by
2017-02-22 17:04:51 -0700
4db2dbc
improved namespace clashing by
2017-02-20 03:12:12 -0600
dfd9462
swapped around options a bit again by
2017-02-14 13:08:58 -0600
eaea8cc
oops deleted cout debug thing by
2017-02-14 12:59:05 -0600
3721a5e
changed around option flags to not conflict with maim by
2017-02-14 11:23:46 -0600
675403f
fixed up library header by
2017-02-13 20:04:27 -0600
a4da810
Added quiet option by
2017-02-13 19:05:10 -0600
2a00b1f
Only prints one warning now instead of two when a compositor is missing by
2017-02-13 17:44:50 -0600
03a2956
Now you can select the level of aggressiveness when removing window borders. by
2017-02-13 17:40:16 -0600
96de1ea
added cancellation parsing in format by
2017-02-13 16:17:51 -0600
f119dc8
default to an xgeometry compliant format by
2017-02-13 16:14:23 -0600
0bddcbc
Added detection for compositors by
2017-02-13 16:07:20 -0600
ebd1b98
pretty much done now by
2017-02-10 13:54:02 -0600
5fbbd48
Now slop will just fallback to the xshape extension if opengl fails. by
2017-02-10 12:25:56 -0600
33adb69
improved library-ness by
2017-02-10 10:55:07 -0600
75e04cc
librarified slop by
2017-02-10 02:24:29 -0600
816a4dc
Allow for truncating of flag arguments by
2017-02-10 00:53:34 -0600
70c1f22
nearing completion by
2017-02-09 22:47:47 -0600
dbe3e4f
added delay to legacy updates to fix lag, and prevented mouse from selecting unmapped windows by
2017-02-09 22:30:15 -0600
d9ac7ad
added a prototype legacy mode by
2017-02-09 18:35:44 -0600
1ad1b4e
Removed yet another dependency by
2017-02-09 03:32:12 -0600