Revisions of xpra-html5

Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 36)
- Update to version 13.0+git20240408.085e0df:
  * #298 fix text/html clipboard copy
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 35)
- Update to version 13.0+git20240329.81692ba:
  * #292 fix 864dc00808c6caab238578919cc2442488d4c9cf which broke the connect page
  * version bump
  * fix: do not convert u8a to string if it's already a string
  * fix do_keyb_process is not a function error
  * split record_vcs_info from sdist, add subcommand for it
  * ignore whitespace when updating vcs info
  * #294 PR #288 broke offscreen decoding
  * #292 getparam may return 'undefined' but not 'null' now
  * remove redundant statement
  * Update Utilities.js
  * handle file download
  * fix downloads: TextDecoder is not the same as String.fromCharCode.
  * Bugfix URL parameters not being applied
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 34)
- Update to version 12.0+git20240215.edf32fa:
  * Bugfix: Update video_max_size when offsceen_api flag is changed
  * update version string
  * #282 support custom minifier command
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 33)
- Update to version 12.0+git20240208.20dddce:
  * #282 always return a string
  * add relative pointer coordinates, if available
  * all supported browsers have the 'wheel' event
  * remove unused function
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 32)
- Update to version 12.0+git20240131.f67917a:
  * bump version
  * update the release notes
  * better compatibility with older python versions
  * also add setuptools to the build dependencies
  * newer python compatibility: prefer setuptools
  * linter warning cleanup
  * forgot to bump year..
  * Revert "Update README.md"
  * update the release notes
  * #280 detect minifier, default to 'copy' if not found
  * #273 copy 'text/html' to the server
  * unescape plain/text clipboard data
  * remove MSIE workarounds
  * #273 prefer 'text/html', if available
  * Update README.md
  * Bugfix: Prefix the sessionStorage data with pathname
  * doh: this is an assignment
  * Add back 'setting-change' capability for compability with v5 servers (#263).
  * #263 v5 servers need this flag
  * More consistent positioning of fullscreen windows
  * Set full range color space hint in videoDecoder.configure
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 31)
- Update to version 11.0+git20231128.52742e3:
  * offscreen now requires https with Chrome
  * newer servers require caps to enable pings
  * don't show the clock menu entry until we have the time
  * backticks don't work as expected
  * bump version
  * invalid escape sequence
  * simplify
  * #227 disable offscreen with webkit
  * Safari does not support offscreen rendering
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 30)
- Update to version 10.0+git20231016.60cd4d0:
  * update release notes
  * jquery v3.7.1
  * jquery ui v1.13.2
  * update the release notes
  * support more encoding options
  * #266 move some encoding attributes to default settings
  * simplify: getparam already uses default_settings
  * add some debug logging
  * tabs vs spaces
  * use structured caps
  * use more readable data structures
  * bump version
  * #263 v5 servers need this flag
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 29)
- Update to version 9.0+git20230830.e5fb000:
  * workaround 'mv: inter-device move failed'
  * update release no
  * update the release notes
  * #262 use v5 audio caps
  * #262 use v5 file-transfer caps
  * move modifier parsing to a dedicated function
  * move audio parsing to a dedicated function
  * #262 newer servers don't need these flags
  * #262 remove bencode remnants and calls to StringToUint8
  * #262 remove zlib
  * add screenshots to home page
  * Fix encoding issue when using authentication.
  * Use TextEncoder/TextDecoder to handle string conversion to/from UTF-8.
  * require less CPU in html5 clients
  * #227 Safari is the new IE
  * #258 enable OffscreenCanvas with Firefox>=108 and Safari>=16.4
  * use functions from Utilities.js
  * add function ord() to Utilities.js
  * load Utilities.js in index.html first
  * fix Protocol.js
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 28)
- Update to version 9.0+git20230615.cdd9ea7:
  * forgot to bump version here
  * #227 disable offscreen with safari
  * if an argument is missing, return an empty value
  * default to non-legacy mode: 'rencodeplus'
  * simplify
  * fix path to eye-icon
  * #249 allow spaces in passwords
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 27)
- Update to version 9.0+git20230515.2add797:
  * #240 honour the 'decorations' flag
  * #240 don't duplicate the 'decorations' logic
  * whitespace
  * remove unnecessary cruft
  * #246 typo underscore vs dash in capability name
  * also hide upload if file transfers are disabled client side
  * fix logging from window
  * restore console.warn
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 26)
- Update to version 9.0+git20230506.58e96fc:
  * better wording
  * bump version
  * update the release notes
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 25)
- Update to version 8.0+git20230504.9a7687f:
  * always use the preferred keywords for variable declaration
  * use cleaner / simpler for loop syntax
  * document empty functions
  * remove unused statements
  * the keys are strings
  * use the computed arguments
  * doh: we want to assign the callback function
  * make linter happier
  * we want a loose match here
  * function must take 5 args
  * Update README.md
  * #244 we need a jquery object to call trigger on
  * hide file upload if not supported by the server
  * #242 don't show 'shutdown' option when it isn't available
  * Update README.md - Sonarqube build test
  * Update README - Test sonarqube
  * Create build.yml
  * Create sonar-project.properties
  * don't overflow the div
  * #236 disable screenshot when offscreen api is in use
  * #235 also update call from menu
  * #235 only request window-close
  * function is no longer used
  * #230 when re-connecting, ignore page 'unload'
  * #230 don't close windows when re-connecting
  * #232 partial revert of 0e8652e30e2741d3561a78067ad482f54e910fce
  * remove unused vars
  * forward port of 6be1053f5650690634685ee7357351acba68a5b6
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 24)
- Update to version 8.0+git20230313.4e515ef:
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 23)
- Update to version v7.0+git20230313.4e515ef:
  * bump version
  * update the release notes
  * #226 skip auto-focus and polling when clipboard is disabled
  * #226 the problem is with Safari, not MacOS
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 22)
- Update to version 7.0+git20230310.0171476:
  * forward port 253118c34bbd6b56a3ab91937eaaa793760f97a9
  * workaround missing hasOwn in older versions of Safari
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 21)
- Update to version 7.0+git20230303.19b416b:
  * if we can't get sensible linting, get rid of it
  * log the packet data causing the error
  * re-use the parsed cursor data
  * bump revision no
  * fix linter warning, make code less dense
  * provide more useful name to the server
  * cosmetic
  * the close_window function now takes 2 arguments
  * variables for our windows should not shadow the browser's 'window' object
  * simplify focus methods, fix window menu actions
  * make linter happier
  * make linter happier
  * #228 correct location for h264 availability check?
  * #226 don't enable clipboard with Safari and SSL
  * #228 remove broadway
  * avoid errors if the window's title is unset
  * use a more distinct id for windows
  * #223 catch wheel events on windows
  * #225 use path relative to index.html instead
  * only send 'sound-stop' if audio is enabled
  * silence linter warning: readable is better
  * #224 use correct window constructor signature
  * oops: remove debug
  * fix linter warnings
  * remove outdated workaround
  * #222 remove vp9, for now
  * fix wrong context for logging call
  * Disable VP9, prefer h264
  * Fix #217
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 20)
- Update to version 7.0+git20221227.017148e:
  * workaround for setuptools breakage in version 61 and later
  * typo
  * Linting
  * firefox cancas flicker
  * bitmap_options.set() is not defined
  * throttle fix
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 19)
- Update to version 7.0+git20221031.f1e0fa1:
  * forgot to bump version here
  * #210 brackets change the event handler scope somehow?
  * Hotfix in OffscreenDecodeWorker
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 18)
- Update uglifyjs to '3.17.4'
Scott Bradnick's avatar Scott Bradnick (sbradnick) committed (revision 17)
- Update uglifyjs to '3.17.3'
- Update to version 6.0+git20221017.21cabde:
  * bump version
  * update the release notes
  * modernize - require python3
  * bump revision
  * typo: missing '%'
  * better wording
  * #204 don't allow modal windows to be minimized
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by