Commit Graph

15 Commits

Author SHA1 Message Date
Nils Asmussen
e41b0f81bd Improved fullscreen enter/leave in photo view.
Previously, document.mouse{enter,leave} was used for that. This
has the disadvantage that is doesn't work when the browser is
in fullscreen mode (at least, in Chromium), because the mouse
can no longer leave the document.

With this commit, mousemove is used to switch to fullscreen
in the photo view after the user has not moved the mouse for
some time. It is left again, if the user moves the mouse.
2016-08-01 14:20:21 +02:00
Tobias Reich
606968f349 Updated code style 2016-01-24 15:20:33 +01:00
Tobias Reich
453c587129 HTML and CSS changes 2015-09-28 18:47:50 +02:00
Tobias Reich
632557800c Improved null/undefined checks 2015-07-13 14:29:02 +02:00
Tobias Reich
a2b5e48f6d Only listen for mouseup event when multiselect in use 2015-07-09 15:23:54 +02:00
Tobias Reich
bcad26a8d1 Code adjustments and small performance improvements 2015-07-09 14:33:34 +02:00
Tobias Reich
9725eb707d Moved binding to multiselect.bind() and header.bind() 2015-03-15 21:29:54 +01:00
Tobias Reich
2b39f64c34 Infobox to Sidebar (rewrite)
- Sidebar now visible along content
- Interact with the content while the sidebar stays open
- Fixed "ctrl+a also selects the "about" tab #230"
- Sidebar redesign
- Own module for the sidebar
2015-03-15 01:48:11 +01:00
Tobias Reich
0630554789 Updated copyright 2015-02-01 22:08:37 +01:00
Tobias Reich
b27ccbe349 Replaced mobileBrowser() with a better test 2015-01-29 23:07:38 +01:00
Tobias Reich
4eebcedfe0 Comment cleanup 2014-10-21 13:38:32 +02:00
Tobias Reich
7aa07df0db Code adjustments 2014-10-18 18:15:00 +02:00
Tobias Reich
6672f556e1 Code adjustments 2014-10-18 18:13:45 +02:00
Tobias Reich
f882bac6f2 Code adjustments 2014-10-18 18:08:35 +02:00
Tobias Reich
961039bdfb Changed folder structure 2014-10-10 23:30:10 +02:00