Timeline
05/01/18:
- 16:20 Changeset in xpra [19153] by
- free the image as soon as we have copied / uploaded the pixels
- 15:11 Changeset in xpra [19152] by
- gpu buffer may be none
- 15:05 Changeset in xpra [19151] by
- add env var to disable fast GPU copy mode, don't bother with nogil for …
- 14:48 Changeset in xpra [19150] by
- better debug logging: don't bother logging intermediary timings, most …
- 14:28 Changeset in xpra [19149] by
- log encoding used with performance data
- 13:10 Ticket #1825 (multi window nvfbc) closed by
- fixed: Updates: * r19138: capture only once for all monitors * r19145: use …
- 12:48 Changeset in xpra [19148] by
- make sure we cleanup everything when we free the image wrapper, better …
- 10:50 Ticket #1826 (salsify codec) created by
- salsify is a new design for …
- 09:17 Changeset in xpra [19147] by
- #1825: window per display support for nvfbc 'sys' capture, use BGRX …
- 07:22 Changeset in xpra [19146] by
- fix segfault when copying into smaller buffer (part 2): use correct …
- 07:16 Changeset in xpra [19145] by
- #1825: keep track of the image wrappers we hand out and clean them to …
- 07:14 Changeset in xpra [19144] by
- when cleaning up the pixel format may change to None, don't log a …
- 06:30 Changeset in xpra [19143] by
- constify locked batch delay and increase it to 1 second
- 06:29 Changeset in xpra [19142] by
- keep track of idle state separately from the locked batch delay, use …
- 06:19 Changeset in xpra [19141] by
- #1825: remove refresh suspend code which isn't multi-user safe (and …
- 06:14 Changeset in xpra [19140] by
- record where the window is mapped by the client before doing anything …
- 05:32 Changeset in xpra [19139] by
- use the same loggign code for non multi-window mode
- 05:28 Changeset in xpra [19138] by
- #1825: capture once for all monitors, add refresh() method on capture …
04/30/18:
- 20:02 Changeset in xpra [19137] by
- #1825: share a single nvfbc instance for multiple monitors
- 20:01 Changeset in xpra [19136] by
- better debug logging
- 19:59 Ticket #1801 (shadow outputs to different windows) closed by
- fixed: Works well enough, will follow up in #1825 for nvfbc.
- 19:58 Ticket #1825 (multi window nvfbc) created by
- Split from ticket:1801#comment:5. It should be possible to use a …
- 18:12 Changeset in xpra [19135] by
- use asynchronous copying, only wait when we are actually going to use …
- 16:42 Changeset in xpra [19134] by
- r19132 + r19133: fix key-shortcut command line handling and man page
- 16:37 Changeset in xpra [19133] by
- there are many default shortcuts
- 16:35 Changeset in xpra [19132] by
- #1824: the key-shortcut command line option is meant to override the …
- 16:18 Changeset in xpra [19131] by
- better error message
- 16:17 Changeset in xpra [19130] by
- doh: remove debug
- 16:17 Changeset in xpra [19129] by
- more keyboard helper tests, remove more debug
- 16:03 Keyboard edited by
- (diff)
- 15:57 Changeset in xpra [19128] by
- doh: remove debug
- 15:56 Changeset in xpra [19127] by
- fixup test (must be unused?)
- 15:53 Changeset in xpra [19126] by
- start adding unit tests for keyboard helper
- 14:01 Changeset in xpra [19125] by
- #1575: add missing xsync context
- 08:30 Changeset in xpra [19124] by
- #1776: revert change that made private xauth by default (was part of …
- 07:50 Changeset in xpra [19123] by
- fix cython warning
- 07:43 Changeset in xpra [19122] by
- re-doh
- 07:42 Changeset in xpra [19121] by
- doh
- 07:36 Changeset in xpra [19120] by
- with fedora 28 or later, don't rebuild cuda kernels and rely on …
- 07:33 Changeset in xpra [19119] by
- #1800 make it easier to pass arguments to the clean command, use it to …
- 07:09 Changeset in xpra [19118] by
- log a warning if a token is missing rather than adding an empty value
04/29/18:
- 19:18 Changeset in xpra [19117] by
- 1.0 ships with new lib we need to package
- 19:09 Changeset in xpra [19116] by
- webp 1.0 is out
- 16:34 Ticket #1824 (--key-shortcut not working when using start with attach=yes) created by
- When running the command `xpra start-desktop --daemon=no --attach=yes …
- 09:20 Changeset in xpra [19115] by
- warn just once per device / encoding because we probe the nvenc …
- 08:29 Changeset in xpra [19114] by
- debug logging tweaks
- 08:26 Changeset in xpra [19113] by
- #1822: prefer BGRX for CUDA buffers
- 08:26 Changeset in xpra [19112] by
- #1822: add gpu bias so we favour gpu encoders
- 07:17 Ticket #1763 (nvfbc cuda regression: picture does not update) closed by
- fixed: Linux was not affected.
- 07:17 Ticket #1822 (support nvidia capture SDK v7) closed by
- fixed: Noteworthy related changes: * r19110. CUDA image wrappers are marked …
- 07:12 Changeset in xpra [19111] by
- remove outdated comment: we support python3 here
- 07:05 Changeset in xpra [19110] by
- we have a meaningful method, use it instead of explicitly calling restride
- 06:44 Changeset in xpra [19109] by
- roundup the new stride and only restride if the new rowstride is …
- 06:43 Changeset in xpra [19108] by
- can use stronger C type
04/28/18:
- 18:59 Changeset in xpra [19107] by
- r19101 backport: fix concurrency error with python3
- 18:59 Changeset in xpra [19106] by
- r19102 backport: bump nvidia driver version tested
- 18:58 Changeset in xpra [19105] by
- r19103 + r19104: fix and re-enable nvfbc cuda capture
- 18:52 Changeset in xpra [19104] by
- #1763: re-enable cuda by default
- 18:49 Changeset in xpra [19103] by
- #1763: never pop the context since we only access it from the main thread
- 18:48 Ticket #1823 (nvenc v8.1 support) closed by
- fixed: Tested on both Linux and Windows. Bumped max driver version tested to …
- 18:47 Changeset in xpra [19102] by
- nvenc tested with driver version 396
- 18:32 Changeset in xpra [19101] by
- python3 pain: values is an iterator, so we have to create a list or …
- 17:51 Changeset in xpra [19100] by
- structure the data
- 13:28 Changeset in xpra [19099] by
- #1823: require SDK v8 or later
- 13:17 Ticket #1823 (nvenc v8.1 support) created by
- Download link: …
- 11:48 Changeset in xpra [19098] by
- #1822: minor win32 api updates
- 11:30 Changeset in xpra [19097] by
- #1822: new SDK only adds BGRA pixel format capture
- 11:04 Ticket #1822 (support nvidia capture SDK v7) created by
- * nvidia capture SDK * …
04/27/18:
- 17:44 Changeset in xpra [19096] by
- send notification that the server is going to suspend
- 17:31 Changeset in xpra [19095] by
- add power event logging to shadow server
- 17:20 Changeset in xpra [19094] by
- python3 compatible exception handling
- 13:20 Ticket #1820 (HTML5 is slow on startup, showing ERR_INVALID_HTTP_RESPONSE) closed by
- worksforme
- 13:18 Ticket #1811 (Changing Scaling before Drawing crashes) closed by
- fixed
- 12:19 Ticket #1813 (cannot attach from win10 client) closed by
- fixed: As I managed to solve #1815, I'd say that this is invalid and/or …
- 11:59 Ticket #1815 (Doing `shadow` on top of an existing `shadow` confuses client?) closed by
- invalid: I think you are right - clipboard sync does affect this :/
- 07:51 Ticket #1678 (2.3 moduleset updates) closed by
- fixed: > to fix pygobject building with new > 2.52 exit to shell and do this …
- 07:42 Changeset in xpra [19093] by
- #1678: remove garbage from patch
- 07:42 Changeset in xpra [19092] by
- #1678: after lzo (python gets built early anyway)
- 07:26 Changeset in xpra [19091] by
- pyu2f 0.1.4
04/26/18:
- 18:02 Changeset in xpra [19090] by
- doh
- 17:31 Changeset in xpra [19089] by
- derive all modifier names from the server modifier mappings, make it …
- 17:25 Changeset in xpra [19088] by
- add missing mask constants
- 17:09 Changeset in xpra [19087] by
- py3k strings byte us again
- 16:43 Changeset in xpra [19086] by
- r19085 backport: cairo backing must be able to handle scroll paints
- 16:42 Ticket #1821 (scroll paint error when disabling opengl with python3 client) closed by
- fixed: Done in r19085. Found the magic formulae in this cairo mailing list …
- 16:41 Changeset in xpra [19085] by
- #1821: implement scroll paints with cairo
- 16:07 Ticket #1821 (scroll paint error when disabling opengl with python3 client) created by
- Scroll paint is enabled since opengl supports it, but when we turn …
- 16:03 Changeset in xpra [19084] by
- force argument is part of the 'interface' method we override here, it …
- 16:01 Changeset in xpra [19083] by
- r19082 backport: ffmpeg compatibility (new dylib dependency)
- 16:00 Changeset in xpra [19082] by
- ffmpeg 4.0 compatiblity
- 15:21 Changeset in xpra [19081] by
- undo r19078: macos 10.10 ships with outdated versions of everything…
- 13:15 Changeset in xpra [19080] by
- #1801: re-use the same capture instance for all shadow windows, means …
- 04:45 Changeset in xpra [19079] by
- improve clang-6.0 compatibility
- 04:38 Changeset in xpra [19078] by
- drop support gcc for gcc versions older than 4.4
04/25/18:
- 20:53 Ticket #1080 (strict-aliasing rules build failures on some platforms) reopened by
- This happens because https://bugs.python.org/issue969718 Building any …
- 14:21 Changeset in xpra [19077] by
- don't log an error when the encode has been cancelled
- 13:42 Changeset in xpra [19076] by
- py3k string nonsense: fix error message string
- 13:06 Changeset in xpra [19075] by
- if we sanitize the selection, we still want to return an empty value …
- 13:05 Changeset in xpra [19074] by
- more pretty filename
- 04:14 Changeset in xpra [19073] by
- remap buttons 4 and 5 to 8 and 9 since that's what xev should see
- 03:33 Changeset in xpra [19072] by
- add mouse click debug logging
04/24/18:
- 18:32 Ticket #1471 (html5 toolbar) closed by
- fixed: Noted and closing
- 16:29 Changeset in xpra [19071] by
- backport r19070: packaging compatibility with gstreamer 1.14
- 16:28 Changeset in xpra [19070] by
- fix compat with gstreamer 1.14 and its new lib name for directsound …
- 08:34 Changeset in xpra [19069] by
- r19068 backport: fix parsing of display strings in connection urls
- 08:30 Changeset in xpra [19068] by
- only prepend the ':' character to a display string if it is actually a …
- 07:58 Changeset in xpra [19067] by
- ensure we don't mangle the log file output by logging binary strings
- 05:56 Changeset in xpra [19066] by
- only work out the actual socket permissions once and reuse the value …
- 05:24 Changeset in xpra [19065] by
- must compare with full version otherwise 16.04>16
- 04:49 Changeset in xpra [19064] by
- fixup r18103: --enable-memfd=no cannot be used with Ubuntu 16.04 …
- 04:16 Changeset in xpra [19063] by
- r19062 backport: the default pulseaudio command is a list os strings
- 04:15 Changeset in xpra [19062] by
- DEFAULT_PULSEAUDIO_COMMAND is a list
04/23/18:
- 13:20 Ticket #1820 (HTML5 is slow on startup, showing ERR_INVALID_HTTP_RESPONSE) created by
-
Continuing from ticket:1813#comment:4
(
*-with-children
commands … - 08:17 Changeset in xpra [19061] by
- version bump + update release notes
- 07:53 Versions/PendingFixes edited by
- (diff)
- 07:53 Changeset in xpra [19060] by
- r19024 backport: better compatibility with ssh remote start of older …
04/22/18:
- 20:12 Changeset in xpra [19059] by
- avoid cython warning
- 17:51 Authentication edited by
- (diff)
- 17:48 Authentication edited by
- (diff)
- 17:30 Ticket #1819 (legacy flag removal) created by
- Flags that have been available by default since before 1.0 We can …
- 17:27 Changeset in xpra [19058] by
- r19057 backport: ensure browsers get a valid http error response when …
- 17:24 Changeset in xpra [19057] by
- try harder to talk http when replying with a 400 error code
- 17:08 Changeset in xpra [19056] by
- r19055 backport: don't make X11 call when checking the xshm status …
- 17:07 Changeset in xpra [19055] by
- #1475: don't make an X11 call and get a new xshm handle just to see if …
- 15:14 Changeset in xpra [19054] by
- r19052 + r19053 backport: remove duplicated encodings
- 14:54 Changeset in xpra [19053] by
- remove duplicated 'mpeg+mp4' entry
- 14:54 Changeset in xpra [19052] by
- fix case-insensitive encodings validation
- 07:39 Ticket #1649 (Seeing 'ERROR: Pipeline doesn't want to pause.' message (and sound ...) closed by
- invalid: See also #1775
- 07:38 Ticket #1586 (HTML5 client, when reconnecting, sometimes fails reconnection with ...) closed by
- fixed
- 07:37 Ticket #1689 (firefox does not emit clipboard events) closed by
- fixed
- 07:34 Ticket #1377 (gvim sometimes has a very small window) closed by
- needinfo
- 07:30 Ticket #1475 (X errors crash server) closed by
- fixed: Feel free to re-open if you can reproduce the problems or if you see …
- 07:20 Changeset in xpra [19051] by
- #1615: disable touchpad by default for now
- 07:18 Ticket #1717 (python3 gtk3 client feature parity) closed by
- fixed: This will do for this release, will follow up in #1818
- 07:18 Ticket #1818 (python3 gtk3 client feature parity) created by
- Follow up from #1717, still TODO: * launcher doesn't have "advanced" …
- 06:50 Ticket #1806 (On 3-monitor screen, 'shadow'-ing "Disconnects" one screen) closed by
- invalid: > Screens seem to attach correctly (both for active monitors and on …
- 06:44 Ticket #1654 (xpra start with proxy fails / xvfb error) closed by
- needinfo: Not heard back, closing.
- 06:43 Ticket #1792 (Can't start xpra server inside a container.) closed by
- needinfo: Not heard back, closing.
- 06:35 Ticket #1817 (html5 toolbar improvements) created by
- Follow up from #1471 Make it more similar to the systray menu, adding …
04/21/18:
- 14:50 Changeset in xpra [19050] by
- add news item to bump the revision
- 08:37 Changeset in xpra [19049] by
- python-lz4 1.1.0
- 07:25 Changeset in xpra [19048] by
- doh: undo r19047 and update our openssl version instead of the …
- 07:21 Changeset in xpra [19047] by
- openssl 1.1.0h
- 07:15 Changeset in xpra [19046] by
- someone needs to tell the python devs that breaking the internet is …
- 06:51 Changeset in xpra [19045] by
- r19043 backport: we need to explicitly link against libavformat to use …
- 06:50 Changeset in xpra [19044] by
- backport r19042: remove unused includes
- 06:49 Changeset in xpra [19043] by
- #1772: we need to explicitly link against libavformat to use the shim
- 06:48 Changeset in xpra [19042] by
- remove unused includes
- 06:44 Changeset in xpra [19041] by
- r19040 backport: fix new warnings with ffmpeg < 4 compat code
- 06:41 Changeset in xpra [19040] by
- #1772: we cannot place the function in the header file as this …
- 05:56 Changeset in xpra [19039] by
- build ffmpeg 4.0
- 05:49 Ticket #1772 (Deprecated declarations) closed by
- fixed: Fixes: * r19035 + r19040: "avcodec2" decoder fixed - the function …
- 05:44 Changeset in xpra [19038] by
- backport r19035: ffmpeg 4.0 compatibility
- 05:42 Changeset in xpra [19037] by
- backport r19035: ffmpeg 4.0 compatibility
- 05:40 Changeset in xpra [19036] by
- #1772: require ffmpeg >= 4.0 for building the enc_ffmpeg codec
- 05:22 Changeset in xpra [19035] by
- #1772: ffmpeg 4.0 compatibility
- 04:32 Ticket #1816 (decode mpeg1 in html5 client) created by
- We are having problems enabling H264 video decoding (#1463), but maybe …
04/20/18:
- 16:12 Ticket #1809 (Remote windows jump back into screen) closed by
- fixed: Thanks.
- 15:25 Changeset in xpra [19034] by
- r19031 backport: fix sqlite authentication
- 15:24 Changeset in xpra [19033] by
- all subcommands should return an exit code
- 15:24 Changeset in xpra [19032] by
- make it easier to test from the command line: add an 'authenticate' …
- 15:22 Changeset in xpra [19031] by
- fix sqlite authentication: must use special Row class to access row …
- 14:51 Changeset in xpra [19030] by
- #1791: recommend ldap dependency
- 14:25 Changeset in xpra [19029] by
- #1809: change default to not clamping windows to root
- 14:21 Ticket #1312 (avoid clipboard loops when running nested / sharing sessions) reopened by
- Hit a clipboard loop which was not detected: #1814
- 13:47 Ticket #1810 (--exit-with-children broken) closed by
- invalid: I think I somehow fumbled my testing, indeed. I re-tested and it …
- 12:19 Ticket #1815 (Doing `shadow` on top of an existing `shadow` confuses client?) created by
- I am not sure how much of a "bug" this is. But I am trying to split …
- 12:14 Ticket #1814 (Cannot cleanly shutdown xpra windows client) created by
- On Windows 10, I ran `C:\>"C:\Program Files\Xpra\xpra_cmd" shadow …
- 05:37 Changeset in xpra [19028] by
- we can't remove values from a tuple
- 05:36 Changeset in xpra [19027] by
- avoid silly u prefix in vpx version strings
- 04:59 Changeset in xpra [19026] by
- r19018 backport: don't allow scaling changes until the connection is …
- 04:59 Versions/PendingFixes edited by
- (diff)
- 04:56 Changeset in xpra [19025] by
- r19023 backport: constify group and allow env override
- 04:51 Changeset in xpra [19024] by
- #1810: try harder to support connecting to older servers
- 04:06 Changeset in xpra [19023] by
- constify and allow the socket group to be changed using an env var
- 02:58 Changeset in xpra [19022] by
- #1809 rename env var added in r19016
- 02:56 Changeset in xpra [19021] by
- #1809: make it possible to disable 'clamp-window-to-root'
04/19/18:
- 21:30 Ticket #1813 (cannot attach from win10 client) created by
- Issues arising from #1806 testing.
- 17:15 Changeset in xpra [19020] by
- #1806: if there is nothing left after removing the exclude region …
- 16:26 Changeset in xpra [19019] by
- #1811: don't allow scaling changes via the tray menu until we're …
- 16:11 Changeset in xpra [19018] by
- #1811: embargo all scale changes until we have parse the server caps
- 16:10 Changeset in xpra [19017] by
- log event count details
- 16:05 Ticket #1809 (Remote windows jump back into screen) reopened by
- 16:05 Changeset in xpra [19016] by
- #1809 make it possible to disable 'clip-window-to-screen' using env var
- 12:53 Ticket #1812 (Disable server sound when playing sound on client) closed by
- duplicate: This is fixed in #1266 and will be included in the 2.3 release, in the …
- 03:04 Ticket #1812 (Disable server sound when playing sound on client) created by
- Hi there, I searched around through the tickets and instruction …
04/17/18:
- 15:20 Ticket #1811 (Changing Scaling before Drawing crashes) created by
- Changing the scaling during a shadow crashes with: […] Change is …
04/16/18:
- 16:53 Ticket #1810 (--exit-with-children broken) created by
-
The
--exit-with-children
option seems to be currently broken: … - 16:24 Ticket #1809 (Remote windows jump back into screen) closed by
- invalid: > The Xpra version I am using is 0.17.6+dfsg-1+b3 from Debian on both …
- 15:22 Ticket #1809 (Remote windows jump back into screen) created by
- Hi. If I have a remote window forwarded by Xpra and for some reason I …
04/13/18:
- 18:34 Ticket #1299 (low fps when vigorously mousing over the video) closed by
- fixed: Meant to close this earlier, but I've been fairly busy. For at least …
- 14:11 Changeset in xpra [19015] by
- bump build no
04/12/18:
- 14:26 Ticket #1807 (undefined function get_util_logger) closed by
- fixed: Thanks for reporting this bug. It was caused by r18948 and is fixed in …
- 14:25 Changeset in xpra [19014] by
- #1807: fixup r18948, v1.x does not have a get_util_logger function so …
- 09:31 Ticket #1808 (Wish: Add a 'Window' menu for MacOSX) created by
- Hi, Nearly all MacOSX apps have a 'Window' menu which lists all of the …
- 08:26 Ticket #1807 (undefined function get_util_logger) created by
- After upgrading from xpra version 1.0.10-r18414-1 to 1.0.11-r19007-1, …
04/10/18:
- 20:20 Ticket #1803 (Pulseaudio selecting incorrect default device) closed by
- fixed: That fixed it - closing.
- 18:01 Changeset in xpra [19013] by
- #1789: new upstream release: pyu2f 0.1.3
- 10:37 Ticket #1806 (On 3-monitor screen, 'shadow'-ing "Disconnects" one screen) created by
- I am trying to shadow a 3-monitor screen. After leaving / locking the …
- 07:42 Changeset in xpra [19012] by
- * fixes for 5.1 release: some files have moved or been removed * …
- 06:36 Changeset in xpra [19011] by
- oops: cut&paste gone wrong
- 06:18 Changeset in xpra [19010] by
- Pillow 5.1.0 is out
04/09/18:
- 16:02 Changeset in xpra [19009] by
- r19008 backport: add missing paragraph marker
- 16:01 Changeset in xpra [19008] by
- add missing paragraph marker
- 09:28 Ticket #1804 (full-length domain user names not interpreted correctly on ssh login) closed by
- fixed: This fix seems to work.
04/08/18:
- 13:03 Printing edited by
- (diff)
- 12:51 Changeset in xpra [19007] by
- backport r18991 fixup
- 09:49 Building/OpenBSD edited by
- (diff)
- 09:49 Building/FreeBSD edited by
- (diff)
- 09:49 Building/OpenBSD edited by
- (diff)
- 09:48 Building/FreeBSD edited by
- (diff)
- 09:48 Building/Other edited by
- (diff)
- 09:47 Building/MacOSX edited by
- (diff)
- 09:46 Building/MSWindows edited by
- (diff)
- 09:46 Building/RPM edited by
- (diff)
- 09:43 Building/Debian edited by
- (diff)
- 09:34 Ticket #1805 (multi window shadow for win32 and macos) created by
- Same as #1801 was for X11 shadow servers. For win32, the are some …
- 09:26 Changeset in xpra [19006] by
- shadow fixups: * arrays are base-0! (doh) * timer attribute got renamed
04/07/18:
- 13:19 Changeset in xpra [19005] by
- #1801: * implement screenshot using GTKImageCapture on the root window …
- 12:29 Changeset in xpra [19004] by
- #1801: * re-create window models when the screen size changes * split …
- 10:55 Changeset in xpra [19003] by
- #1801: * add toggle to turn off multi-window mode * fixup default …
- 10:12 Ticket #1802 (Wrong window position with JavaFX) closed by
- invalid: Java is known to do weird things with how it manages its windows. In …
- 05:33 Changeset in xpra [19002] by
- #1475: include the is_override_redirect call in the x11 sync context
- 05:29 Changeset in xpra [19001] by
- missed some attribute renaming
04/06/18:
- 17:27 Changeset in xpra [19000] by
- #999: if the bandwidth limit goes back to zero, do update each …
- 17:16 Changeset in xpra [18999] by
- #999: only apply MIN_BANDWIDTH if we have a value to apply it to
- 16:53 Changeset in xpra [18998] by
- #1801: create a window model for each monitor
- 16:03 Changeset in xpra [18997] by
- compatibility with gstreamer 1.14 which splits autodetect to its own …
- 15:52 Changeset in xpra [18996] by
- #1801: match function renaming
- 15:49 Changeset in xpra [18995] by
- cosmetic: * pydev warning * wrong gtk version reported by shadow …
- 15:27 Changeset in xpra [18994] by
- #1804: support "@" character in username, find the last "@" to locate …
- 15:16 Changeset in xpra [18993] by
- always ship the gtk_info and show_webcam utility scripts
- 15:10 Changeset in xpra [18992] by
- #1801: use a more generic mechanism for keeping track of the root …
- 14:47 Ticket #1804 (full-length domain user names not interpreted correctly on ssh login) created by
- Let's assume that server frodo has been joined to a domain and …
- 12:46 Changeset in xpra [18991] by
- #1803: the devices object must be a dict!
04/05/18:
- 17:48 Ticket #1803 (Pulseaudio selecting incorrect default device) created by
- For reference my client and server are Fedora 26 machines running …
- 10:21 Ticket #1802 (Wrong window position with JavaFX) created by
- Hi. I saw some issues that are related, but I didn't find the exact …
- 07:21 ProxyServer edited by
- (diff)
04/04/18:
- 08:37 Ticket #1801 (shadow outputs to different windows) created by
-
I am trying to
xpra shadow
my Ubuntu 16.04.3 working environment … - 05:34 Changeset in xpra [18990] by
- compress with lz4 (hopefully not with lzo / zlib) slightly more …
- 05:08 Changeset in xpra [18989] by
- delay is an int
- 05:03 Changeset in xpra [18988] by
- lower the rgb threshold since we can use rgb multiple times for the …
- 04:23 Changeset in xpra [18987] by
- keep track of notifications timer so we can cancel them when they are …
04/03/18:
- 19:21 Ticket #1699 (pass hints to the encoder) closed by
- fixed: OK then I think we're good, we're not using compression levels above …
- 18:55 Ticket #1798 (remove synchronization points in nested X11 contexts) closed by
- fixed: Noted and closing.
- 18:52 Ticket #1690 (request access to session) closed by
- fixed: Noted and closing.
- 08:38 Changeset in xpra [18986] by
- make it possible to build on centos6
- 07:35 Changeset in xpra [18985] by
- fix some lint warnings: * use strict equals were possible * comment …
- 07:29 Changeset in xpra [18984] by
- * syntax prevented minification * comment out unused variables
- 06:55 Changeset in xpra [18983] by
- r18976 backport: netifaces is not strictly required
- 06:55 Changeset in xpra [18982] by
- r18977 backport: allow more time for audio to start (ie: on heavily …
- 06:54 Changeset in xpra [18981] by
- r18979 + r18980: ignore bell audio devices when choosing input devices
- 06:51 Changeset in xpra [18980] by
- fixup r18979: correctly filter out the ignored devices and do it …
- 06:38 Changeset in xpra [18979] by
- skip some sound devices, ie: "bell" on ubuntu shows up as an input …
- 06:21 Changeset in xpra [18978] by
- load full stacktrace at debug level
- 06:18 Changeset in xpra [18977] by
- allow more time for it to start (ie: on heavily loaded systems)
- 06:16 Changeset in xpra [18976] by
- netifaces is not strictly required
- 06:14 Changeset in xpra [18975] by
- remove duplicated constant declaration
- 06:11 Changeset in xpra [18974] by
- force upgrade of broken Fedora 28 package, which is missing the new …
04/02/18:
- 16:56 Changeset in xpra [18973] by
- use a newer snapshot
- 16:55 Changeset in xpra [18972] by
- python-cryptography 2.2.2
- 16:48 Changeset in xpra [18971] by
- 0.10.6
- 15:06 Changeset in xpra [18970] by
- don't log empty lines
- 15:02 Ticket #1800 (CUDA build errors with GCC 8) created by
- Similar to #1600, here's the new error: […]
- 13:46 Changeset in xpra [18969] by
- fixup backport: there is no WIN32 alias in 1.x
- 13:34 Changeset in xpra [18968] by
- remove duplicate declarations
- 13:25 Changeset in xpra [18967] by
- add latest fixes to the release notes
- 13:18 Changeset in xpra [18966] by
- r18939 partial backport: add missing xsync context
- 13:15 Changeset in xpra [18965] by
- fixup backport: 1.x requires gtk prefix
- 13:07 Changeset in xpra [18964] by
- no longer build enc_ffmpeg which would require too many changes, it …
- 13:02 Changeset in xpra [18963] by
- Atom is already defined
- 13:01 Changeset in xpra [18962] by
- r18789 backport: remove duplicate
- 13:00 Changeset in xpra [18961] by
- r18847 backport: remove invalid and duplicate declaration
- 12:48 Changeset in xpra [18960] by
- new 1.0 deps
- 10:43 Changeset in xpra [18959] by
- remove misapplied chunk (not needed for 2.2.x), patch made a complete …
- 10:32 Changeset in xpra [18958] by
- fixup backport: 2.2.x needs 'TRANSPARENCY_ENCODINGS' to be defined
- 10:31 Changeset in xpra [18957] by
- fixup backport: 2.2.x requires gtk prefix
- 10:30 Changeset in xpra [18956] by
- add code to make it possible to enable socket shutdown
- 10:28 Changeset in xpra [18955] by
- workaround race condition during cleanup: the socket may be closed …
- 07:55 Changeset in xpra [18954] by
- fixup search and replace gone wrong
- 07:54 Changeset in xpra [18953] by
- bump year
- 07:54 Changeset in xpra [18952] by
- bump year
- 07:47 Changeset in xpra [18951] by
- add latest fixes to the release notes
- 07:41 Changeset in xpra [18950] by
- fixup r18750: patch made a complete mess of it, yet again
- 07:38 Changeset in xpra [18949] by
- r18695 backports: fix padding issues with large password values
- 07:28 Changeset in xpra [18948] by
- r18638 backport: log a warning with more details when we fail to load …
- 07:23 Changeset in xpra [18947] by
- ffmpeg 3.4.2
- 07:21 Changeset in xpra [18946] by
- r18768 backport: fix pixmap painting with some buffer types (ie: …
- 07:16 Changeset in xpra [18945] by
- r18869 partial backport: ensure we use an X11 context whenever calling …
- 06:55 Changeset in xpra [18944] by
- r18888 backport: remove outdated option from man page, fix layout
- 06:53 Changeset in xpra [18943] by
- r18894 backport: use x11 sync context in focus handler
- 06:44 Changeset in xpra [18942] by
- convenience script for generating all builds
- 06:05 Changeset in xpra [18941] by
- python-lz4 1.0.0
04/01/18:
- 14:15 Changeset in xpra [18940] by
- add latest fixes to the release notes
- 14:13 Changeset in xpra [18939] by
- r18932 backport: add missing xsync context
- 14:03 Changeset in xpra [18938] by
- r18936 + r18937 backport: ensure we never send or receive / parse …
- 14:01 Changeset in xpra [18937] by
- if the clipboard is not meant to be receiving any data, don't parse it …
- 13:57 Changeset in xpra [18936] by
- make sure we never send clipboard data if the clipboard direction does …
- 13:08 Changeset in xpra [18935] by
- python ints are better for logging
- 11:27 Changeset in xpra [18934] by
- add docstrings and regroup the code
- 10:48 Ticket #1799 (request access to session from current clients) created by
- Originally recorded in #1690 which is now dealing with shadow mode …
- 09:16 Changeset in xpra [18933] by
- add some debug logging
- 09:09 Changeset in xpra [18932] by
- #1475 fix another missing xsync context
- 08:54 Changeset in xpra [18931] by
- #1615: selecting for XI2 events can fail when windows are being …
- 08:39 Changeset in xpra [18930] by
- use gtk3 safe function to get xid
- 08:16 Changeset in xpra [18929] by
- use gtk3 safe gtk imports
- 07:52 Changeset in xpra [18928] by
- #1615 make it possible to disable touchpad or pointer uinput virtual …
Note: See TracTimeline
for information about the timeline view.