- 28 Feb, 2014 1 commit
-
-
Randall Leeds authored
-
- 27 Feb, 2014 4 commits
-
-
Randall Leeds authored
In Angular v1.2 what has actually changed about isolate scopes is that only the directive declaring isolation gets the isolate scope. Its template will inherit this scope, but other directives on the element will not. That's the reason ngModel now works with `$parent`. Everywhere we were binding the controller to the scope it's easier to use the isolate binding with `=ngModel`.
-
Randall Leeds authored
-
Randall Leeds authored
The isolation scopes are truly isolated better, or evaluation of the submit handler is happening from the descendent cousin scopes of the isolated directive. I could probably have moved the ng-submit handler below the authentication directive, but I didn't see a compelling reason for the directive to stay in an isolated scope.
-
Randall Leeds authored
-
- 26 Feb, 2014 1 commit
-
-
Ujvari Gergely authored
-
- 20 Feb, 2014 4 commits
-
-
Randall Leeds authored
This moves away from measuring layout of non-typographical elements in ems, favoring px for better consistency across devices with different pixel densities. While that may sound backward, the reality is that CSS pixels are device independent, and non-integer em values seem to be handled less consistently. Finally, there were some font size and line height tweaks made here to match the new measurements of the top bar. This provides a consistent feel to the top bar across devices and dpi.
-
Randall Leeds authored
Added loading icon suggestion and basic CSS.
-
Randall Leeds authored
Added contributing information and useful resources to the homepage.
-
Randall Leeds authored
Changed icons to give them a consistent style.
-
- 11 Feb, 2014 3 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-
RawKStar77 authored
-
- 03 Feb, 2014 1 commit
-
-
RawKStar77 authored
-
- 22 Jan, 2014 1 commit
-
-
Jake Hartnell authored
Changed positioning on topbar to fixed on the streams page. It's much more consistent with design on feed-type sites like Facebook and Twitter.
-
- 10 Jan, 2014 1 commit
-
-
csillag authored
See #1020 for a description of the problem. This commit patches the merge behavior of the bridge plugin: never update a list of targets with a shorter list. (This avoids it being zeroed by accident.) This does not really solve the more generic problem: the race condition of the messages moving on the bridge. We should either do some time-stamping, or some other smarter flow control...
-
- 03 Jan, 2014 2 commits
-
-
Randall Leeds authored
Fix #575
-
Randall Leeds authored
Changed how threading works.
-
- 17 Dec, 2013 3 commits
-
-
RawKStar77 authored
-
RawKStar77 authored
-
csillag authored
-
- 14 Dec, 2013 1 commit
-
-
csillag authored
-
- 13 Dec, 2013 2 commits
- 12 Dec, 2013 1 commit
-
-
csillag authored
-
- 11 Dec, 2013 1 commit
-
-
csillag authored
-
- 10 Dec, 2013 5 commits
-
-
csillag authored
-
csillag authored
-
csillag authored
-
csillag authored
Updated Annotator TextHighlights plugin to c90ac7cd (typed packaging branch), with performance improvements
-
Ujvari Gergely authored
Fixes #972
-
- 09 Dec, 2013 1 commit
-
-
csillag authored
-
- 05 Dec, 2013 1 commit
-
-
Kristof Csillag authored
Fixed bug where the wrong icon would show marking an annotation as private.
-
- 03 Dec, 2013 1 commit
-
-
csillag authored
-
- 02 Dec, 2013 2 commits
-
-
Ujvari Gergely authored
Because of that many load top annotation labels were missing. Fixes #948
-
Ujvari Gergely authored
After login/logout if there were search results, they were not displayed again. Now a new event is broadcasted to which the SearchController listens to and calls the refresh() again. Currently it is done with a timer. The most elegant solution would be having an event about loading and anchoring all annotations and after that we could call this event properly. Fixes #959
-
- 01 Dec, 2013 1 commit
-
-
Jake Hartnell authored
Made a slight mistake in my Iconwork PR. This fixes it. On private annotations the wrong icon was showing.
-
- 30 Nov, 2013 3 commits
-
-
Randall Leeds authored
Updated icons for toolbar. Cleaned up Icomoon session file to reduce its size.
-
csillag authored
-
csillag authored
-