naelstrof
|
66237354da
|
removed depth bit requirement to window creation, and smushed a bunch of memory leaks
|
7 years ago |
naelstrof
|
b3e42e6ecd
|
Reduced required OpenGL version to 3.0
|
7 years ago |
naelstrof
|
adf7329671
|
shader chains now properly blend their alpha.
|
7 years ago |
naelstrof
|
7b5823071a
|
upped version from merge
|
7 years ago |
Dalton Nell
|
97d200f40a
|
Merge pull request #78 from Streetwalrus/master
Re-add arrow key adjustment during drags (again)
|
7 years ago |
Dan Elkouby
|
6afaf87485
|
Re-add arrow key adjustment during drags (again)
Also check for an initialized keyboard, fixes #77
|
7 years ago |
naelstrof
|
2d2ba77ab5
|
upped version
|
7 years ago |
naelstrof
|
170a6d0a80
|
slop now blocks until window is destroyed
|
7 years ago |
naelstrof
|
ee76d8e0dc
|
reduced required GLSL version to 1.2
|
7 years ago |
naelstrof
|
91d8585893
|
upped version number
|
7 years ago |
naelstrof
|
ec39dfc079
|
simplified rendering code
|
7 years ago |
naelstrof
|
d482546922
|
added more shader examples
|
7 years ago |
naelstrof
|
ab41bb7d3c
|
slop now errors properly when a positional argument is supplied
|
7 years ago |
naelstrof
|
ccb020ce29
|
Re-added arrow key adjustment during drags.
|
7 years ago |
naelstrof
|
dcb9364586
|
ignore arrowkey presses for cancelling selection.
|
7 years ago |
naelstrof
|
9b43427abc
|
introduced a sleep for opengl mode to prevent 100% cpu usage
|
7 years ago |
naelstrof
|
3b19860795
|
Switched to using a POSIX compliant argument parser. This will break scripts! sorry
|
7 years ago |
naelstrof
|
90192110ec
|
Fixed a bug where an InputOnly window would be selected.
|
7 years ago |
naelstrof
|
a65667346c
|
upped cmake requirement to match C++11 support
|
7 years ago |
Dalton Nell
|
7e04e89aa9
|
fixed readmex3
|
7 years ago |
Dalton Nell
|
9529fa3674
|
fixed readmex2
|
7 years ago |
Dalton Nell
|
ebbbb3dab1
|
fixed table in readme
|
7 years ago |
naelstrof
|
b8acd68dc2
|
Merge branch 'master' of github.com:naelstrof/slop
|
7 years ago |
naelstrof
|
df3bd41ddd
|
updated readme
|
7 years ago |
Dalton Nell
|
3fa0eaeb15
|
Merge pull request #65 from nylen/add/gitignore
Add .gitignore file
|
7 years ago |
naelstrof
|
f812b2a2cb
|
increased accuracy of mouse, some more shader polish
|
7 years ago |
James Nylen
|
3a5664cfe5
|
Add .gitignore
|
7 years ago |
naelstrof
|
1aaadbb1f6
|
flushed out shader support
|
7 years ago |
naelstrof
|
d50c58c630
|
fixed slop from segfaulting when options were provided incorrectly
|
7 years ago |
naelstrof
|
359b426b89
|
keep -n from consuming a parameter
|
7 years ago |
naelstrof
|
3634e20f0e
|
Made slop be really aggressive with mouse and keyboard grabs. Failing to grab the mouse results in a fatal shutdown now.
|
7 years ago |
naelstrof
|
8a4f1c20f2
|
Don't attempt to grab keyboard if --nokeyboard. Thanks #63
|
7 years ago |
naelstrof
|
3a70901e0a
|
fixed slop crashing when failing to grab keyboard for real
|
7 years ago |
naelstrof
|
eeadb3437a
|
slop should no longer crash grabbing the keyboard
|
7 years ago |
naelstrof
|
e87468bacf
|
improved backward compatibility.
|
7 years ago |
naelstrof
|
09787b38a2
|
Added more verbose OpenGL failure messages
|
7 years ago |
naelstrof
|
38d4f6c1a1
|
Fixed tabbing, and uncommented the transparency
|
7 years ago |
naelstrof
|
b185eada2e
|
fixed nvidia transparency issues
|
7 years ago |
naelstrof
|
0c7f1eae07
|
added noopengl flag
|
7 years ago |
naelstrof
|
9df78697d9
|
now clearing all buffers
|
7 years ago |
naelstrof
|
e787f1b15a
|
Set an always on top atom to tell the window manager to keep slop on top.
|
7 years ago |
Dalton Nell
|
1fd9f104c0
|
Merge pull request #57 from fkmclane/master
fix compilation on Gentoo and probably most distributions
|
7 years ago |
Dalton Nell
|
ba73ec850d
|
Merge pull request #58 from fkmclane/display
use DISPLAY environment variable by default instead of :0
|
7 years ago |
Foster McLane
|
548e887157
|
use DISPLAY environment variable by default instead of :0
|
7 years ago |
Foster McLane
|
24ca6151d1
|
fix compilation on Gentoo and probably most distributions
closes #56
|
7 years ago |
naelstrof
|
ee3b25c6a7
|
Merge branch 'slop-release-candidate'
|
7 years ago |
naelstrof
|
3dbc9951a3
|
updated readme
|
7 years ago |
naelstrof
|
ba04cef94b
|
cleaned up options
|
7 years ago |
naelstrof
|
4db2dbc6fe
|
improved namespace clashing
|
7 years ago |
naelstrof
|
dfd9462608
|
swapped around options a bit again
|
7 years ago |