ozzloy@gmail.com/oble
7 years agouse full word "display" for variable in all places master
daniel watson [Sun, 31 Jul 2016 18:03:48 +0000 (11:03 -0700)]
use full word "display" for variable in all places

7 years agoignore built and temporary files
daniel watson [Sun, 31 Jul 2016 18:00:14 +0000 (11:00 -0700)]
ignore built and temporary files

7 years agoget stats on screensaver, idle time, etc
daniel watson [Sun, 31 Jul 2016 18:39:25 +0000 (11:39 -0700)]
get stats on screensaver, idle time, etc

7 years agoreturn whether setting idle time worked
daniel watson [Sun, 31 Jul 2016 18:37:40 +0000 (11:37 -0700)]
return whether setting idle time worked

7 years agoclean whitespace
daniel watson [Sun, 31 Jul 2016 18:37:04 +0000 (11:37 -0700)]
clean whitespace

7 years agoadd notes on tracking screensaver command bug
daniel watson [Sun, 31 Jul 2016 18:10:20 +0000 (11:10 -0700)]
add notes on tracking screensaver command bug

7 years agomake targets for printing screensaver stats
daniel watson [Sun, 31 Jul 2016 18:09:56 +0000 (11:09 -0700)]
make targets for printing screensaver stats

11 years agoexpand README to include compilation instructions
daniel watson [Sat, 28 Apr 2012 06:00:46 +0000 (02:00 -0400)]
expand README to include compilation instructions

11 years agotake out a bunch of unused stuff
daniel watson [Sat, 28 Apr 2012 05:54:48 +0000 (01:54 -0400)]
take out a bunch of unused stuff

11 years agofix Makefile to list object files before linked libs
daniel watson [Sat, 28 Apr 2012 05:54:23 +0000 (01:54 -0400)]
fix Makefile to list object files before linked libs

12 years agomore fault tolerant of single frames and/or capture dying
daniel watson [Mon, 11 Jul 2011 00:58:50 +0000 (17:58 -0700)]
more fault tolerant of single frames and/or capture dying

12 years agocpp indented via emacs
daniel watson [Sun, 10 Jul 2011 06:46:09 +0000 (23:46 -0700)]
cpp indented via emacs

12 years agoupdate install for ubuntu 11.04
daniel watson [Fri, 8 Jul 2011 23:25:24 +0000 (16:25 -0700)]
update install for ubuntu 11.04

12 years agoin progress, need libxss-dev for screensaverpoking
daniel watson [Sat, 2 Jul 2011 06:25:08 +0000 (23:25 -0700)]
in progress, need libxss-dev for screensaverpoking

13 years agoadding file with related projects that might help
daniel watson [Sun, 8 Aug 2010 01:18:26 +0000 (18:18 -0700)]
adding file with related projects that might help

13 years agoadding script install ubuntu dependencies
daniel watson [Sun, 8 Aug 2010 01:16:01 +0000 (18:16 -0700)]
adding script install ubuntu dependencies

14 years agobreak down big functions. Closes #12
ozzloy [Tue, 9 Mar 2010 09:13:03 +0000 (01:13 -0800)]
break down big functions.  Closes #12

14 years agoignoring \x0. Closes #2
ozzloy [Sun, 7 Mar 2010 22:07:10 +0000 (14:07 -0800)]
ignoring \x0.  Closes #2

14 years agoadd verbosity flag on cli. Closes #10
ozzloy [Sun, 7 Mar 2010 22:05:58 +0000 (14:05 -0800)]
add verbosity flag on cli.  Closes #10

14 years agoallow specifying cascade file as cli arg. Closes #7
ozzloy [Mon, 22 Feb 2010 10:56:57 +0000 (02:56 -0800)]
allow specifying cascade file as cli arg.  Closes #7

14 years agoface detection resets idle time and deactivates ss
ozzloy [Thu, 18 Feb 2010 08:55:31 +0000 (00:55 -0800)]
face detection resets idle time and deactivates ss

14 years agogss-poke by [Un]Inhibit doesn't work
ozzloy [Sun, 7 Feb 2010 22:40:59 +0000 (14:40 -0800)]
gss-poke by [Un]Inhibit doesn't work

adding the gss script and commented code to demonstraow it was used.  tried
inhibiting and uninhibiting the screensaver every time a face was detected, but
that didn't prevent gss from activating due to timer.  this is frustrating.

next i will try xdg-screensaver suspend / resume

14 years agocleanup. mostly notes, not code
ozzloy [Sun, 7 Feb 2010 09:16:07 +0000 (01:16 -0800)]
cleanup.  mostly notes, not code

separated README into {TODO,README,NOTES}
added oble.h
modified Makefile

14 years agoaggressive screensaver [de]activation
ozzloy [Sat, 6 Feb 2010 22:55:53 +0000 (14:55 -0800)]
aggressive screensaver [de]activation

ditching [Un]Inhibit, SimulateUserActivity in favor of gnome-screensaver-command
which seems to work better.

bugs:
  * mouse and keyboard activity don't delay oble's gnome-screensaver activation
toggle.  sometimes oble will activate the screensaver while the mouse is
moving.
* face recognition is not recognized by gnome-screensaver as user activity.
sometimes gnome-screensaver will activate due to timeout even while oble
clearly shows a face.

14 years agopulling out dbus stuff from face detection
ozzloy [Sun, 31 Jan 2010 01:11:20 +0000 (17:11 -0800)]
pulling out dbus stuff from face detection

15 years agowoops, forgot changes in README and hello-world.cpp
ozzloy [Fri, 27 Feb 2009 08:24:50 +0000 (00:24 -0800)]
woops, forgot changes in README and hello-world.cpp

15 years agoworks, gonna start separating stuff
ozzloy [Fri, 27 Feb 2009 08:23:37 +0000 (00:23 -0800)]
works, gonna start separating stuff

15 years agoyeah! it simulates the user activity! woo! awesome
ozzloy [Thu, 26 Feb 2009 08:18:05 +0000 (00:18 -0800)]
yeah!  it simulates the user activity! woo!  awesome

15 years agosoo close to working!
ozzloy [Tue, 24 Feb 2009 05:58:03 +0000 (21:58 -0800)]
soo close to working!

15 years agomaking separate IplImage to hold mirrored image. this avoids flickering
ozzloy [Mon, 9 Feb 2009 09:09:37 +0000 (01:09 -0800)]
making separate IplImage to hold mirrored image.  this avoids flickering

15 years agousing temp vars to make code more readable in main drawing loop.
ozzloy [Mon, 9 Feb 2009 01:11:10 +0000 (17:11 -0800)]
using temp vars to make code more readable in main drawing loop.

making code more readable in general, removing unnecessary spaces.

15 years agowoops, forgot COPYING file
ozzloy [Sun, 8 Feb 2009 20:38:37 +0000 (12:38 -0800)]
woops, forgot COPYING file

15 years agoadding GPLv3 stuff
ozzloy [Sun, 8 Feb 2009 20:35:36 +0000 (12:35 -0800)]
adding GPLv3 stuff

15 years agocommit for github
ozzloy [Sun, 8 Feb 2009 06:18:52 +0000 (22:18 -0800)]
commit for github

15 years agoMerge branch 'experimental'
ozzloy [Sun, 8 Feb 2009 06:08:17 +0000 (22:08 -0800)]
Merge branch 'experimental'

Conflicts:

hello-world.cpp

dude, git is neat!  decided to not use either comment change

15 years agoserious conflicting changes to be merged soon. watchout
ozzloy [Sun, 8 Feb 2009 06:04:21 +0000 (22:04 -0800)]
serious conflicting changes to be merged soon.  watchout

15 years agotesting conflicting changes
ozzloy [Sun, 8 Feb 2009 06:03:43 +0000 (22:03 -0800)]
testing conflicting changes

15 years agoMerge branch 'experimental'
ozzloy [Sun, 8 Feb 2009 06:01:12 +0000 (22:01 -0800)]
Merge branch 'experimental'

15 years agocommiting a change on master to test git branching
ozzloy [Sun, 8 Feb 2009 06:00:28 +0000 (22:00 -0800)]
commiting a change on master to test git branching

15 years agochanged whitespace to test git branching
ozzloy [Sun, 8 Feb 2009 05:58:48 +0000 (21:58 -0800)]
changed whitespace to test git branching

15 years agoInitial commit
ozzloy [Sun, 8 Feb 2009 05:45:34 +0000 (21:45 -0800)]
Initial commit