naelstrof
|
ec39dfc079
|
simplified rendering code
|
7 年 前 |
naelstrof
|
d482546922
|
added more shader examples
|
7 年 前 |
naelstrof
|
ab41bb7d3c
|
slop now errors properly when a positional argument is supplied
|
7 年 前 |
naelstrof
|
ccb020ce29
|
Re-added arrow key adjustment during drags.
|
7 年 前 |
naelstrof
|
dcb9364586
|
ignore arrowkey presses for cancelling selection.
|
7 年 前 |
naelstrof
|
9b43427abc
|
introduced a sleep for opengl mode to prevent 100% cpu usage
|
7 年 前 |
naelstrof
|
3b19860795
|
Switched to using a POSIX compliant argument parser. This will break scripts! sorry
|
7 年 前 |
naelstrof
|
90192110ec
|
Fixed a bug where an InputOnly window would be selected.
|
7 年 前 |
naelstrof
|
a65667346c
|
upped cmake requirement to match C++11 support
|
7 年 前 |
Dalton Nell
|
7e04e89aa9
|
fixed readmex3
|
7 年 前 |
Dalton Nell
|
9529fa3674
|
fixed readmex2
|
7 年 前 |
Dalton Nell
|
ebbbb3dab1
|
fixed table in readme
|
7 年 前 |
naelstrof
|
b8acd68dc2
|
Merge branch 'master' of github.com:naelstrof/slop
|
7 年 前 |
naelstrof
|
df3bd41ddd
|
updated readme
|
7 年 前 |
Dalton Nell
|
3fa0eaeb15
|
Merge pull request #65 from nylen/add/gitignore
Add .gitignore file
|
7 年 前 |
naelstrof
|
f812b2a2cb
|
increased accuracy of mouse, some more shader polish
|
7 年 前 |
James Nylen
|
3a5664cfe5
|
Add .gitignore
|
7 年 前 |
naelstrof
|
1aaadbb1f6
|
flushed out shader support
|
7 年 前 |
naelstrof
|
d50c58c630
|
fixed slop from segfaulting when options were provided incorrectly
|
7 年 前 |
naelstrof
|
359b426b89
|
keep -n from consuming a parameter
|
7 年 前 |
naelstrof
|
3634e20f0e
|
Made slop be really aggressive with mouse and keyboard grabs. Failing to grab the mouse results in a fatal shutdown now.
|
7 年 前 |
naelstrof
|
8a4f1c20f2
|
Don't attempt to grab keyboard if --nokeyboard. Thanks #63
|
7 年 前 |
naelstrof
|
3a70901e0a
|
fixed slop crashing when failing to grab keyboard for real
|
7 年 前 |
naelstrof
|
eeadb3437a
|
slop should no longer crash grabbing the keyboard
|
7 年 前 |
naelstrof
|
e87468bacf
|
improved backward compatibility.
|
7 年 前 |
naelstrof
|
09787b38a2
|
Added more verbose OpenGL failure messages
|
7 年 前 |
naelstrof
|
38d4f6c1a1
|
Fixed tabbing, and uncommented the transparency
|
7 年 前 |
naelstrof
|
b185eada2e
|
fixed nvidia transparency issues
|
7 年 前 |
naelstrof
|
0c7f1eae07
|
added noopengl flag
|
7 年 前 |
naelstrof
|
9df78697d9
|
now clearing all buffers
|
7 年 前 |
naelstrof
|
e787f1b15a
|
Set an always on top atom to tell the window manager to keep slop on top.
|
7 年 前 |
Dalton Nell
|
1fd9f104c0
|
Merge pull request #57 from fkmclane/master
fix compilation on Gentoo and probably most distributions
|
7 年 前 |
Dalton Nell
|
ba73ec850d
|
Merge pull request #58 from fkmclane/display
use DISPLAY environment variable by default instead of :0
|
7 年 前 |
Foster McLane
|
548e887157
|
use DISPLAY environment variable by default instead of :0
|
7 年 前 |
Foster McLane
|
24ca6151d1
|
fix compilation on Gentoo and probably most distributions
closes #56
|
7 年 前 |
naelstrof
|
ee3b25c6a7
|
Merge branch 'slop-release-candidate'
|
7 年 前 |
naelstrof
|
3dbc9951a3
|
updated readme
|
7 年 前 |
naelstrof
|
ba04cef94b
|
cleaned up options
|
7 年 前 |
naelstrof
|
4db2dbc6fe
|
improved namespace clashing
|
7 年 前 |
naelstrof
|
dfd9462608
|
swapped around options a bit again
|
7 年 前 |
naelstrof
|
eaea8ccab4
|
oops deleted cout debug thing
|
7 年 前 |
naelstrof
|
3721a5e3bf
|
changed around option flags to not conflict with maim
|
7 年 前 |
naelstrof
|
675403f133
|
fixed up library header
|
7 年 前 |
naelstrof
|
a4da810654
|
Added quiet option
|
7 年 前 |
naelstrof
|
2a00b1f125
|
Only prints one warning now instead of two when a compositor is missing
|
7 年 前 |
naelstrof
|
03a2956e47
|
Now you can select the level of aggressiveness when removing window borders.
|
7 年 前 |
naelstrof
|
96de1eaa68
|
added cancellation parsing in format
|
7 年 前 |
naelstrof
|
f119dc80d7
|
default to an xgeometry compliant format
|
7 年 前 |
naelstrof
|
0bddcbc002
|
Added detection for compositors
|
7 年 前 |
naelstrof
|
ebd1b98f9d
|
pretty much done now
|
7 年 前 |