Winston Weinert
1e2c1e85e3
Document format specifiers
пре 6 година
Winston Weinert
d9f3587a71
Wrap thrown string in std::runtime_error
пре 6 година
Winston Weinert
71442ad080
Throw exceptions by value, catch by reference
This fixes bug #92 where exceptions are not being catch thrown by
cxxopts.
This is also standard practice :)
https://stackoverflow.com/a/2522311/2720026
пре 6 година
naelstrof
d7c12dd5d7
fixed typo
пре 7 година
naelstrof
93273d564f
changing the interface to support pure C
пре 7 година
naelstrof
14b0909113
Finally fixed the dumb nvidia segfault on preload, also re-added GLEW as a dependency, pthreads is now required. Fixes #83 , #81 .
пре 7 година
naelstrof
0b66444ad4
namespaced opengl, added unicode support, (fixes #80 )
пре 7 година
naelstrof
ab41bb7d3c
slop now errors properly when a positional argument is supplied
пре 7 година
naelstrof
3b19860795
Switched to using a POSIX compliant argument parser. This will break scripts! sorry
пре 7 година
naelstrof
1aaadbb1f6
flushed out shader support
пре 7 година
naelstrof
359b426b89
keep -n from consuming a parameter
пре 7 година
naelstrof
e87468bacf
improved backward compatibility.
пре 7 година
naelstrof
0c7f1eae07
added noopengl flag
пре 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
a4da810654
Added quiet option
пре 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
5fbbd48916
Now slop will just fallback to the xshape extension if opengl fails.
пре 7 година
naelstrof
33adb69592
improved library-ness
пре 7 година
naelstrof
d9ac7ad9ae
added a prototype legacy mode
пре 7 година
naelstrof
1ad1b4e23a
Removed yet another dependency
пре 7 година
naelstrof
5775c18e1c
slop no longer needs files installed to function, it can still load custom shaders from ~/.config/slop though
пре 7 година
naelstrof
bf24bc367c
added version flag
пре 7 година
naelstrof
e157484d65
added help printing
пре 7 година
naelstrof
525b3746d4
added no decoration flag
пре 7 година
naelstrof
e82299f97b
added copyright information to every file
пре 7 година
naelstrof
4a7c5fe6fb
moved over wayland port
пре 7 година
naelstrof
0d5a32bba4
Fixed another off-by-one bug, and a typo.
пре 9 година
naelstrof
a8f1e5cd57
Fixed a bug where a single pixel isn't accounted for when selecting the entire screen. Upped version for previous changes
пре 9 година
Brian Callahan
15e4b04535
These things are not needed if you're not compiling with OpenGL.
пре 9 година
Dalton Nell
43b179df21
Removed a stray include.
пре 9 година
Dalton Nell
3af00283a4
Added optional CMake flag CMAKE_OPENGL_SUPPORT to enable slop's OpenGL implementation.
пре 9 година
Dalton Nell
437eccc73b
Added shader support
пре 9 година
Dalton Nell
2200ce763a
Added basic textured themes.
пре 9 година
Dalton Nell
7f3edc8df3
Added an experimental magnifying glass for --opengl only.
пре 9 година
Dalton Nell
bf50639960
Added experimental OpenGL rendering. Use --opengl to activate it.
пре 9 година
Dalton Nell
f6e72a937b
Fixed a case where slop couldn't grab the mouse due to the window manager already having it grabbed due to a key combination being pressed. Slop simply waits for the duration of --gracetime in order for the key combination to be released, thus freeing up the mouse.
пре 9 година
Rafael Bodill
09109c7fc7
Workaround lack of clock_gettime in OSX
пре 9 година
Dalton Nell
761a7c0d00
Slop now outputs the root window ID when no window is selected.
пре 10 година
Dalton Nell
8a03f9a24c
Fixed slop from segfaulting.
пре 10 година
Dalton Nell
09d2eb9de8
Added error message when the XShape extension isn't supported.
пре 10 година
Dalton Nell
5a98bc1b57
Fixed bug where slop would ignore the environment variable DISPLAY.
пре 10 година
naelstrof
77f5af15ac
Fixed Ubuntu having undefined references.
пре 10 година
Dalton Nell
6285e519f0
Added ability to move starting points of selections with arrow keys, and made pressing enter accept the current selection rather than cancel it.
пре 10 година
naelstrof
74d5bab587
Improved error handling
пре 10 година
Dalton Nell
61cc45f913
Changed build system to cmake, made error handling more verbose, fixed many warnings, and added exception handling.
пре 10 година