aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
Commit message (Collapse)AuthorAgeFilesLines
* make always preload images before rendering the page a display settingMario Vavti2016-02-171-6/+5
|
* more refinement on collapsingMario Vavti2016-02-171-2/+6
|
* Thats probably better but there are still edge cases...Mario Vavti2016-02-161-2/+2
|
* typoMario Vavti2016-02-161-1/+1
|
* content -> viewportMario Vavti2016-02-161-1/+1
|
* only prefetch images on update_mode updateMario Vavti2016-02-161-29/+54
|
* since we preload images now we also can collapse and calculate posts above ↵Mario Vavti2016-02-161-25/+43
| | | | the viewport
* clean up some unused stuff and start loading content a bit earlierMario Vavti2016-02-151-25/+2
|
* tryout: introduce loading of images before rendering content and provide ↵Mario Vavti2016-02-121-3/+18
| | | | some detailed logging in js-console
* avoid collapsing only above the viewportMario Vavti2016-02-081-2/+2
|
* change aside width to reflect recent widget style changesMario Vavti2016-02-021-1/+4
|
* fix a slight regressionMario Vavti2016-01-301-1/+1
|
* do not make a difference if there are images or not for nowMario Vavti2016-01-301-3/+3
|
* more on collapsingMario Vavti2016-01-301-53/+20
|
* it is not perfect but it still may ease the collapsing of items above the ↵Mario Vavti2016-01-301-3/+47
| | | | viewport a little...
* make justify gallery work with more than one albums per page (eg album widget)Mario Vavti2015-12-071-4/+4
|
* issue #185 - prevent liveUpdate from updating while the built-in html5 media ↵redmatrix2015-11-231-1/+20
| | | | player is "active". This will not have any affect on flash or other media players, and could potentially get confused if you have more than one media player actively playing at any given time.
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-031-1/+0
|\
| * timeago() works best with iso format. fix #118Mario Vavti2015-11-031-1/+0
| |
* | implement unfollow threadredmatrix2015-11-031-1/+11
|/
* tweak justify gallery options to not load to large previewsMario Vavti2015-10-181-2/+1
|
* (re)add default image-size 320px - it is good for gallery preview. this size ↵Mario Vavti2015-10-151-3/+3
| | | | has the suffix -3 now
* double up default photo sizes - even the mos simple camera can now do images ↵Mario Vavti2015-10-151-2/+3
| | | | > 1024px
* do not collapse content which is just slightly higher than we allowMario Vavti2015-10-131-0/+1
|
* another collapseHeight() fixMario Vavti2015-10-111-1/+1
|
* bring our bbcode tools to private mailMario Vavti2015-10-051-2/+2
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-181-1/+1
|\ | | | | | | | | Conflicts: util/messages.po
| * fix calculation of content height with marginsMario Vavti2015-09-171-1/+1
| |
* | this is weirdredmatrix2015-08-251-1/+1
| |
* | change name of moduleredmatrix2015-08-221-1/+1
|/
* update justifiedGallery to versio 3.6.0Mario Vavti2015-07-011-0/+1
|
* some work on directoryMario Vavti2015-06-231-1/+1
|
* frontpage changesredmatrix2015-06-071-1/+1
|
* revert some changes in justified galleryMario Vavti2015-04-281-1/+0
|
* bring lockview to menu items, slightly change the way /lockview is calledMario Vavti2015-04-211-2/+2
|
* make dropItem more universal and move delete up in the dropdown menuMario Vavti2015-04-121-3/+2
|
* delete conv items on the fly in backgroundMario Vavti2015-04-081-0/+15
|
* this is easier on the eyes when collapsing a long post/commentMario Vavti2015-04-081-1/+2
|
* Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it ↵Mario Vavti2015-03-271-5/+5
| | | | there). Comment out some most probably deprecated js includes. Some css cleanup.
* whitespaceMario Vavti2015-03-261-1/+1
|
* do not move viewed content off the screen after collapsing a long postMario Vavti2015-03-261-2/+10
|
* this might stop page scrolls while new updates drop inMario Vavti2015-03-261-1/+7
|
* remove some vars from style.cssMario Vavti2015-03-261-1/+1
|
* Some JavaScript cleanups.Klaus Weidenbach2015-03-151-952/+880
| | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator.
* Bring simple editor formatting functions back to the main editor (bold, ↵friendica2015-03-091-0/+20
| | | | italic, underline, quote, code) so as to maintain parity and consistency with comments. Currently this will make the editor toolbar seem a bit cluttered but be aware that the second button group (attach and link tools) will be reduced to two buttons (attach and link) when the next phase of this work is completed. The third group of tools are optional features and will only be presented based on personal choice. Visual editors may need to disable, relocate, or redefine these buttons.
* restructure display settingsMario Vavti2015-03-051-1/+1
|
* fix theme preview image cssMario Vavti2015-03-051-1/+1
|
* the link icon on comments now calls the link parsing tool (just like the ↵friendica2015-03-041-0/+35
| | | | main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
* per Randal overheard on a foreign network - tab in post/comment edit window ↵friendica2015-02-261-0/+6
| | | | goes to submit instead of the next button.
* finish converting "delete" to trash icons for consistency. The 'x' was left ↵friendica2015-02-261-1/+1
| | | | in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.