19 次程式碼提交 (v4.3.21)

作者 SHA1 備註 提交日期
  naelstrof 0d5a32bba4 Fixed another off-by-one bug, and a typo. 8 年之前
  naelstrof a8f1e5cd57 Fixed a bug where a single pixel isn't accounted for when selecting the entire screen. Upped version for previous changes 8 年之前
  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. 9 年之前
  Dalton Nell 8a03f9a24c Fixed slop from segfaulting. 9 年之前
  Dalton Nell 09d2eb9de8 Added error message when the XShape extension isn't supported. 9 年之前
  Dalton Nell 5a98bc1b57 Fixed bug where slop would ignore the environment variable DISPLAY. 9 年之前
  naelstrof 77f5af15ac Fixed Ubuntu having undefined references. 9 年之前
  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. 9 年之前
  naelstrof 74d5bab587 Improved error handling 9 年之前
  Dalton Nell 61cc45f913 Changed build system to cmake, made error handling more verbose, fixed many warnings, and added exception handling. 9 年之前
  naelstrof 5cc203e18a Added option --format, which lets you change the output format. Useful to manually parse variables, and to avoid using eval. 9 年之前
  Dalton Nell 1d53e9f23a Fixed slop from returning the wrong window ID in certain situations. 9 年之前
  Dalton Nell fa2b624c02 Added GPL notifications at the top of each file, and made it clear that contributors must agree with it too. 9 年之前
  Dalton Nell 8ed905d243 Fixed some memory leaks. 9 年之前
  Dalton Nell 9f7a1c0faf Slop now uses more unix-like argument parsing. All thanks to lovely gengetopt. 9 年之前
  Dalton Nell 9bd51fe1c2 Changed default color and size, improved readme a little, and slop now outputs the ID of the selected window. 9 年之前
  Dalton Nell 19e9c46838 Additional precautions to keep windows from appearing in screenshots. 9 年之前
  Dalton Nell e66dba979e Improved rendering speed and accuracy. 9 年之前
  Dalton Nell 163f336872 Fixed cursor bug when minimumsize and maximumsize were the same value 9 年之前
  Dalton Nell edd9784e85 Added highlight feature, and now events fall through slop windows. 9 年之前
  Dalton Nell a31494baa5 Added transparency suppport. 9 年之前
  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. 9 年之前
  Dalton Nell e296d29736 Improved detection of selecting the very bottom row or the very right column of pixels. 9 年之前
  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. 9 年之前
  Dalton Nell d91f31edbe Fixed exiting on non-fatal error. 9 年之前
  Steven Honeyman 0b40e60ea2 fixed an ambiguous operator precedence warning 9 年之前
  Dalton Nell b2a09cc55a Lots of changes here 9 年之前
  Dalton Nell eae2f3fa73 Added a --nodecoration window selection feature, and a way to offset selections that had decorations removed. 9 年之前
  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. 9 年之前
  naelstrof a70b3ada43 oops now i fixed the accuracy, I think 10 年之前
  naelstrof e078d082ca Fixed a lot of accuracy issues. 10 年之前
  naelstrof 46092fa6f9 now i fixed the accuracy issues 10 年之前
  naelstrof fdd129c997 added an option to disable auto-window-selection and fixed a few options in the makefile 10 年之前
  naelstrof 8f327d736c Fixed 1px accuracy issues 10 年之前
  naelstrof 4246877681 added an option to disable auto-window-selection and fixed a few options in the makefile 10 年之前
  naelstrof 081bb6196e fixed a few x syncronization issues 10 年之前
  naelstrof 98c819a0ec fixed accuracy 10 年之前
  naelstrof 532d2928dd fixed slop from getting in screenshots 10 年之前
  naelstrof 20c8794fe0 added options to disable keyboard grabbing 10 年之前
  naelstrof 9580ac6fa4 fixed consistentcies 10 年之前
  naelstrof c675ecfb1b made code more consistant 10 年之前