Go to file
Steve Howell 66b93d5cfd Fix barnowl style scrolling w/r/t fixed elements.
This change fixes the barnowl scrolling so that the ratios of
1/5, 1/2, and 2/3 are all relative to the visible viewport.

The core part of the fix is that we need to call
ui.message_viewport_info() to get the correct offsets for
the top/height of the actually visible viewport  Because
this function is fairly expensive, I didn't want the
helper functions needlessly re-calling it.  I could
have passed the helper functions the structure, but at
that point it was simpler to inline their functionality.

(imported from commit fb10d99313d568e85acfa70703c4651466acbc21)
2013-05-31 12:51:50 -04:00
api api: bump version to 0.1.7. 2013-05-29 15:23:26 -04:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots Move check_send_receive.py to the naigos plugins directory, renaming it. 2013-05-29 15:36:47 -04:00
certs [manual] Include SSL certificate for wildcard humbughq.com and corresponding chains. 2013-05-29 15:36:47 -04:00
confirmation Wrap render_to_response 2013-05-21 17:56:49 -04:00
humbug Minify our JS and CSS with third-party JS and CSS 2013-05-30 13:51:47 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers puppet: Only restart supervisor when the config file has been updated 2013-05-30 14:36:31 -04:00
templates Change sidebar element to say "@-mentions". 2013-05-31 12:24:30 -04:00
tools post-receive: Send a notification when deployment process completes. 2013-05-30 16:42:14 -04:00
zephyr Fix barnowl style scrolling w/r/t fixed elements. 2013-05-31 12:51:50 -04:00
.gitignore Add some things to .gitignore that are part of local deploy testing 2013-05-24 21:23:55 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00