Dalton Nell
9f53e6a99c
Merge pull request #14 from ShadowKyogre/patch-1
slop is now available in Void Linux
10 年之前
Dalton Nell
5a98bc1b57
Fixed bug where slop would ignore the environment variable DISPLAY.
10 年之前
ShadowKyogre
4ac195e897
slop is now available in Void Linux
Not sure whether to link to http://repo.voidlinux.eu/current/ or the template that I constructed, which was processed by the buildbot after the merge.
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 年之前
Dalton Nell
0dbb41e25d
Updated readme.
10 年之前
naelstrof
1d13527a7a
Upped version for previous changes
10 年之前
naelstrof
74d5bab587
Improved error handling
10 年之前
naelstrof
c8cf1ad28a
Improved CMakeLists.txt
10 年之前
Dalton Nell
61cc45f913
Changed build system to cmake, made error handling more verbose, fixed many warnings, and added exception handling.
10 年之前
naelstrof
5cc203e18a
Added option --format, which lets you change the output format. Useful to manually parse variables, and to avoid using eval.
10 年之前
Dalton Nell
1d53e9f23a
Fixed slop from returning the wrong window ID in certain situations.
10 年之前
Dalton Nell
de4a0c2bd3
Fixed some copyright and readme inconsistentcies.
10 年之前
Dalton Nell
d9f1299620
Added copy of GPLv3, thanks to https://github.com/Simonft.
10 年之前
Dalton Nell
fa2b624c02
Added GPL notifications at the top of each file, and made it clear that contributors must agree with it too.
10 年之前
Dalton Nell
be060e70e1
Standardized readme and added more detailed install instructions.
10 年之前
Dalton Nell
c2dc5cbbec
Added install section to readme.
10 年之前
Dalton Nell
8ed905d243
Fixed some memory leaks.
10 年之前
Dalton Nell
a4a45a823e
Deleted junk
10 年之前
Dalton Nell
9f7a1c0faf
Slop now uses more unix-like argument parsing. All thanks to lovely gengetopt.
10 年之前
Dalton Nell
9bd51fe1c2
Changed default color and size, improved readme a little, and slop now outputs the ID of the selected window.
10 年之前
Dalton Nell
19e9c46838
Additional precautions to keep windows from appearing in screenshots.
10 年之前
Dalton Nell
8d99db47b8
Oops fixed another typo.
10 年之前
Dalton Nell
552b30ef60
Reflected merge with version change, and fixed a typo.
10 年之前
Dalton Nell
342573b7c6
Merge pull request #11 from Darkwater124/patch-1
Changed window clear method
10 年之前
Sam Lakerveld
cc21c2d491
Changed window clear method
Actually clear the window instead of drawing a 0x0 rectangle which for some reason pisses off compton.
10 年之前
Dalton Nell
e66dba979e
Improved rendering speed and accuracy.
10 年之前
Dalton Nell
163f336872
Fixed cursor bug when minimumsize and maximumsize were the same value
10 年之前
Dalton Nell
edd9784e85
Added highlight feature, and now events fall through slop windows.
10 年之前
Dalton Nell
a31494baa5
Added transparency suppport.
10 年之前
Dalton Nell
8cf798f908
Fixed mistake
10 年之前
naelstrof
780b6a030d
Added option --maximumsize, using pixel-based selection rather than boundary-based so slop can no longer output a size of 0x0 (unless a window is that size and you somehow hover over it), improved render speed for slower laptops.
10 年之前
Dalton Nell
e296d29736
Improved detection of selecting the very bottom row or the very right column of pixels.
10 年之前
Dalton Nell
d4e7c44ec5
Added a workaround for being incapable of selecting the bottom right corner of pixels, and added option --minimumsize for those who don't want to accidentally select a 0x0 size selection.
10 年之前
Dalton Nell
d91f31edbe
Fixed exiting on non-fatal error.
10 年之前
Dalton Nell
a078a0df27
Whoops still learning git I suppose
10 年之前
Dalton Nell
5f8f04a518
Merge branch 'master' of github.com:naelstrof/slrn
10 年之前
Dalton Nell
db35ce2c88
reached version 2.0.1
10 年之前
Dalton Nell
a7a6816813
Merge pull request #9 from stevenhoneyman/master
Makefile improvements & compiler warnings fixed
10 年之前
Steven Honeyman
0b40e60ea2
fixed an ambiguous operator precedence warning
Signed-off-by: Steven Honeyman <stevenhoneyman@users.noreply.github.com>
10 年之前
Steven Honeyman
e16dc27803
fixed a warning (int->long int)
Signed-off-by: Steven Honeyman <stevenhoneyman@users.noreply.github.com>
10 年之前
Steven Honeyman
86ddd9becd
fixed up the makefile a little
- allow for user specified compiler
- allow for users CXXFLAGS + LDFLAGS
- removed unnecessary implicit .o rule
- changed CC to CXX (c++ instead of c)
Signed-off-by: Steven Honeyman <stevenhoneyman@users.noreply.github.com>
10 年之前
Dalton Nell
0d90fe2b52
oops forgot to update the makefile
10 年之前
Dalton Nell
b2a09cc55a
Lots of changes here
Cleaned up code
Windows are now selected via EnterNotify events
Improved response time on rectangle drawing (no longer creates new rectangles when window selection changes, waits 0.01 seconds between re-drawing for xorg to catch up and display)
Removed offset settings as they seem useless
Added --version option
--nodecorations now doesn't attempt to actively search for the correct subwindow. Now it just allows for selection of subwindows. This should keep slop from crashing/not work properly on weird WMs like openbox, but may make it act a little unexpectedly since you can still click on decorations to include them.
10 年之前
Dalton Nell
eae2f3fa73
Added a --nodecoration window selection feature, and a way to offset selections that had decorations removed.
10 年之前
Dalton Nell
77988fb2f1
Cleaned up some code, and flushed out the error handler.
10 年之前
Dalton Nell
7da3bf4e1d
Fixed compile error
10 年之前
Dalton Nell
c0f4ef1327
Added error handler that catches the non-fatal BadAccess error, added a DestroyNotify blocker that waits for the window to be destroyed before actually shutting down, and now we're using SFML's way of detecting keyboard presses.
10 年之前
Dalton Nell
ad0f2088c9
Merge pull request #8 from necrophcodr/master
Fix makefile issue
10 年之前
necrophcodr
7f6b126aa2
Update makefile
Fix issue where librt wasn't linked in, which is sometimes required on certain systems.
10 年之前