Timeline
12/04/13:
- 13:33 Changeset in xpra [4855] by
- #461: add fadein/fadeout so the transitions are less abrubt
- 12:01 Changeset in xpra [4854] by
- updated release notes
- 11:47 Changeset in xpra [4853] by
- r4850 for v0.10.x branch
- 04:15 Changeset in xpra [4852] by
- r4851 for v0.10.x branch: doh, check is on the next line!
- 03:32 Changeset in xpra [4851] by
- doh, check is on the next line!
12/03/13:
- 14:57 Ticket #452 (detect and avoid creating clipboard loops) closed by
- fixed: the tray icon issue is solved by r4850 (may get backported as it …
- 14:56 Changeset in xpra [4850] by
- reset the tray icon and pending request counters when changing the …
- 14:43 Changeset in xpra [4849] by
- grrr: for avoiding loop problems, we need to be able to disable the …
- 14:35 Changeset in xpra [4848] by
- r4845 for v0.10.x branch: detect clipboard loops and disable clipboard …
- 14:32 Changeset in xpra [4847] by
- #452: clipboard loops: * detect loops at either end * if at server …
- 12:32 Changeset in xpra [4846] by
- better error logging in clipboard path (define "handler"), and avoid …
- 12:23 Changeset in xpra [4845] by
- #452 detect clipboard loops and disable clipboard temporarily
- 09:29 Changeset in xpra [4844] by
- we don't use AtomicInteger?
- 09:21 Ticket #466 (nvenc improvements: YUV444P mode and bandwidth auto tuning) created by
- split from #370: * zero out the image padding since it does get …
- 08:51 Ticket #416 (pixbuf_new_from_data or cairo take un-premultiplied rgb data) closed by
- fixed: Done in r4843 (see changeset for details) * mmap: zero copy * string …
- 08:51 Ticket #465 (improve picture buffer handling) created by
- At the moment, some picture decoders return the pixel data as a …
- 08:44 Changeset in xpra [4843] by
- #416 try to prevent making too many copies of pixel data: * mmap data …
- 07:23 Changeset in xpra [4842] by
- prefer cStringIO to StringIO on python2
- 07:02 Changeset in xpra [4841] by
- old python compat: use our make_byte_buffer instead of bytearray directly
12/02/13:
- 16:48 Changeset in xpra [4840] by
- r4839 for v0.10.x branch: ensure the cursor pixels can be compressed …
- 16:44 Changeset in xpra [4839] by
- ensure the cursor pixels can be compressed without error (needs string …
- 16:34 Changeset in xpra [4838] by
- 0.10.x codec format: only supports one encoding per codec
- 16:15 Changeset in xpra [4837] by
- the new dec_avcodec2 uses AtomicInteger?, so we must backport that …
- 12:51 Changeset in xpra [4836] by
- add missing file from r4799
- 10:23 Changeset in xpra [4835] by
- move avcodec_build_args default to where it should be
- 10:10 Changeset in xpra [4834] by
- updated patches: * noconst update * debian copy of patches
- 09:57 Changeset in xpra [4833] by
- with some backends, this can make you run out of threads!
- 09:47 Changeset in xpra [4832] by
- updated patches and offsets
- 09:30 Changeset in xpra [4831] by
- remove bitrot
- 06:53 Changeset in xpra [4830] by
- #415: ffmpeg fixes: * fix fedora version check in spec file * add new …
- 05:39 Changeset in xpra [4829] by
- missed from r4827
- 04:29 Changeset in xpra [4828] by
- log more info on the windows we're killing
12/01/13:
- 12:29 Changeset in xpra [4827] by
- #415: r4821 + r4826 for v0.10.x branch: ffmpeg2 support using a …
- 11:59 Changeset in xpra [4826] by
- static and no-video builds now handle dec_avcodec and dec_avcodec2 the …
- 09:28 Changeset in xpra [4825] by
- r4805 (partial) for v0.10.x branch: use chars and not longs to avoid …
- 09:26 Changeset in xpra [4824] by
- forward compatibility with new generic encoding names
- 09:13 Changeset in xpra [4823] by
- r4808 for v0.10.x branch expose RGB modes actually available for the window
- 09:11 Changeset in xpra [4822] by
- r4820 for v0.10.x branch: static vpx build does not require libav
11/30/13:
- 10:38 Changeset in xpra [4821] by
- #415: ffmpeg2 support: add a separate dec_avcodec2 module
- 10:22 Changeset in xpra [4820] by
- vpx does not require any libav bits
- 09:38 Changeset in xpra [4819] by
- make build less verbose by default, and add "--with-verbose" build option
- 09:16 Changeset in xpra [4818] by
- static build fix: ensure we use a distinct soname for each static module
- 08:51 Changeset in xpra [4817] by
- match class move from r4814
- 08:28 Changeset in xpra [4816] by
- use stronger types via "cdef"
- 08:15 Changeset in xpra [4815] by
- use a simple atomic counter stored in "AVFrame.opaque" to keep track …
- 04:59 Ticket #464 (libvpx 1.3: vp9, scaling, lossless modes..) created by
- From [http://www.phoronix.com/scan.php?page=news_item&px=MTUyOTE …
- 04:51 Changeset in xpra [4814] by
- launcher is gtk2 only, so move it there
- 04:48 Changeset in xpra [4813] by
- fix launcher: fix gdk import
- 03:09 Changeset in xpra [4812] by
- oops: "r" was always meant to be a local variable, not an instance variable
11/29/13:
- 08:31 Changeset in xpra [4811] by
- * only add /usr/local to pkgconfig path if we are doing a static build …
11/28/13:
- 09:45 Changeset in xpra [4810] by
- if we get an error from libav, print more details about the error …
- 09:42 Changeset in xpra [4809] by
- ensure we can call get_info before init_context without crashing!
11/27/13:
- 13:47 Ticket #463 (handle rgb modes without PIL) closed by
- fixed: Done: * r4805 adds more byteswapping functions to the argb module and …
- 13:38 Changeset in xpra [4808] by
- if we have an rgba colormap, we expect 32-bit pixel data, so remove …
- 13:32 Changeset in xpra [4807] by
- tell the server we can handle RGBA (transparency) for this window when …
- 13:31 Changeset in xpra [4806] by
- if we don't have PIL installed, use argb module for byteswapping instead
- 13:30 Changeset in xpra [4805] by
- provide more rgb byteswapping functions, and use chars as input not …
- 05:45 Changeset in xpra [4804] by
- remove debug
11/26/13:
- 15:48 Ticket #463 (handle rgb modes without PIL) created by
- With older versions, we were grabbing the pixels using gdk pixbuf and …
- 15:07 Changeset in xpra [4803] by
- test app for custom cursors
- 12:22 Ticket #420 (Xpra does not hold the gtk global mutex while calling into gtk) closed by
- fixed
- 12:22 Ticket #420 (Xpra does not hold the gtk global mutex while calling into gtk) reopened by
- Re-opening so I can change the resolution: this bug was *not* invalid.
- 12:16 Ticket #462 (x264 encoder threading related memory corruption and crash) closed by
- invalid: * cannot reproduce on Fedora 20 (no nvidia drivers installed) * cannot …
- 11:45 Building edited by
- (diff)
- 11:43 Building edited by
- (diff)
- 11:42 Building edited by
- (diff)
- 11:38 Building edited by
- (diff)
- 10:31 Changeset in xpra [4802] by
- * allow us to change the session name * fix no of args check for sound …
11/25/13:
- 11:46 Changeset in xpra [4801] by
- re-order code so we don't bother trying to find Xorg if we don't need it
- 11:44 Changeset in xpra [4800] by
- r4798 for v0.10.x branch: don't enable Xdummy on all BSDs - …
- 11:43 Changeset in xpra [4799] by
- r4790 + r4792 + r4794 + r4796 for v0.10.x branch: gtk thread fixes …
- 11:35 Changeset in xpra [4798] by
- don't enable Xdummy on all BSDs - permissions cause too many problems
- 11:14 Changeset in xpra [4797] by
- better error handling if PIL is missing
- 11:01 Changeset in xpra [4796] by
- #420 * use threads_enter / threads_leave in launcher (and make it gtk2 …
- 10:59 Changeset in xpra [4795] by
- whitespace
- 10:37 Changeset in xpra [4794] by
- #420: use threads_enter / threads_leave with gtk2 client
- 02:45 Changeset in xpra [4793] by
- same freebsd build fix
- 02:40 Changeset in xpra [4792] by
- freebsd build fix
11/24/13:
- 12:17 Building edited by
- (diff)
- 12:16 Building edited by
- add openbsd info (diff)
- 12:10 Changeset in xpra [4791] by
- new icons for wiki
- 12:02 Changeset in xpra [4790] by
- #420: prevent crash with openbsd by adding gtk.threads_enter() and …
11/23/13:
- 05:27 Changeset in xpra [4789] by
- make sure we don't claim to be using lz4 if we don't support it (just …
- 05:19 Changeset in xpra [4788] by
- test to make sure we can roundtrip through lz4 and get the same data back
- 04:56 Changeset in xpra [4787] by
- * make functions used internally only "cdef"ed * add USE_YUV444P flag …
- 04:49 Changeset in xpra [4786] by
- * add some debug logging * make functions used internally only "cdef"ed
11/22/13:
- 16:19 Ticket #462 (x264 encoder threading related memory corruption and crash) created by
- Hard to reproduce: * start server * connect client and use "x264" …
11/21/13:
- 15:13 Changeset in xpra [4785] by
- include exception message to client
- 15:10 Changeset in xpra [4784] by
- dump cut&paste
- 14:47 Changeset in xpra [4783] by
- when using the "control" command, the display is mandatory (we …
- 14:39 Changeset in xpra [4782] by
- #461: add ability to control: * sound (start/stop) - new caps: …
- 14:32 Ticket #461 (allow authenticated command line clients to control the server) created by
- we should be able to control: * sound (stop, start) * change current …
- 11:47 Changeset in xpra [4781] by
- ensure command line clients don't log stuff we don't care about: * …
- 11:38 Changeset in xpra [4780] by
- better error message for non-posix users trying to use posix features …
- 08:28 Changeset in xpra [4779] by
- updated release notes
- 08:24 Changeset in xpra [4778] by
- r4777 for v0.10.x branch: using idle_add seems to prevent some focus races
- 08:23 Changeset in xpra [4777] by
- using idle_add seems to prevent some focus races
11/20/13:
- 15:47 Changeset in xpra [4776] by
- basic support for controlling the server via a command line utility: …
11/19/13:
- 03:35 Ticket #456 (swap command and control key for mac osx clients) closed by
- fixed: Good, closing at last. This will not be backported to v0.10.x as this …
11/18/13:
- 09:33 Ticket #460 (Xpra win32 client 0.11.0 r4773 not working with 0.11.0 server - plink ...) created by
- Cannot provide with more info right now, just have to say that if run …
- 04:13 Ticket #459 (Null character gets added to the end of clipboard contents while ...) closed by
- fixed: Applied to v0.10.x in r4774. Closing, feel free to re-open if I've …
- 04:12 Changeset in xpra [4775] by
- include win32 clipboard fix in release notes
- 04:11 Changeset in xpra [4774] by
- r4773 for v0.10.x branch: workaround GTK2 bug on win32 which causes …
- 04:07 Changeset in xpra [4773] by
- workaround GTK2 bug on win32 which causes UTF8_STRING clipboard data …
11/17/13:
- 18:31 Ticket #459 (Null character gets added to the end of clipboard contents while ...) created by
- Both client and server versions are 0.10.9, as indicated by 'About' …
- 09:08 Changeset in xpra [4772] by
- remove warning about missing gtk3 if we have gtk2 (expected)
- 08:47 Changeset in xpra [4771] by
- include ubuntu 12.04 fix info
- 08:05 Changeset in xpra [4770] by
- big whitespace cleanup
- 08:00 Changeset in xpra [4769] by
- v0.10.10-RC release
- 07:55 Changeset in xpra [4768] by
- r4707 for v0.10.x branch: prevent crash in error case (if we failed to …
- 07:54 Changeset in xpra [4767] by
- r4717 + part of r4722: deal with video encoders that re-start the stream
- 07:51 Changeset in xpra [4766] by
- r4719 for v0.10.x branch: automatically scale very large windows so …
- 07:48 Changeset in xpra [4765] by
- r4752 for v0.10.x branch: forward compat with namespace changes
- 07:18 Changeset in xpra [4764] by
- simplify!
11/16/13:
- 23:43 Ticket #458 (Client area resize occasionally out of step with window resize) created by
- This seems to be a lot worse running the client under KDE/Kwin. I …
- 11:16 Changeset in xpra [4763] by
- add modifier swap debugging
- 11:03 Changeset in xpra [4762] by
- #456: translate keys pressed more properly, generate a translation map …
- 10:08 Changeset in xpra [4761] by
- detect META key used on OSX
- 10:06 Changeset in xpra [4760] by
- add FIXME info
11/15/13:
- 14:13 Ticket #403 (win32 system tray should load image data from a buffer) closed by
-
fixed: Has been done in r4637 using PIL +
win32gui.SetPixelV
(setting … - 14:06 Ticket #394 (Xpra often hangs when left overnight) closed by
- needinfo
- 13:55 Ticket #457 (client memory leak) created by
- After running the client for many hours with glxgears at full …
- 13:46 Ticket #275 (handle clipboard large data transfers better) closed by
- fixed: Right, there won't be any dock bouncing anymore as we send the …
- 10:37 Changeset in xpra [4759] by
- #450: fairly generic rpc code (dbus only for now): * add new …
- 10:32 Changeset in xpra [4758] by
- * ensure space between arguments doesn't cause problems: strip them * …
- 10:31 Changeset in xpra [4757] by
- return the new current value when using increase() and decrease() so …
- 08:43 Changeset in xpra [4756] by
- key-shortcuts now support arguments
- 05:29 Changeset in xpra [4755] by
- * confusing typo! * make it a warning since gtk2_notifier should …
- 05:20 Changeset in xpra [4754] by
- simplify code and remove duplicated line
- 05:10 Changeset in xpra [4753] by
- force to use floats so things don't always get rounded to zero!
- 05:00 Changeset in xpra [4752] by
- compat with new prop namespace
- 04:55 Ticket #453 (keyboard numpad doesn't work with osx client) closed by
- fixed: Applied numlock change only to v0.10.x branch in r4750. r4751 adds a …
- 04:52 Changeset in xpra [4751] by
- add menus for disabling control/command swap and for toggling the …
- 04:05 Changeset in xpra [4750] by
- #453: apply part of r4747 to v0.10.x branch: enable numlock by default …
- 02:18 Changeset in xpra [4749] by
- allow keyboard bits to be debugged using env switch
11/14/13:
- 04:43 Changeset in xpra [4748] by
- make it consistent: store value not its "no-XXX" opposite!
- 04:13 Changeset in xpra [4747] by
- #456 + #453: * swap Control_L and Meta_L before sending to server * …
- 03:21 BadContent edited by
- (diff)
- 03:19 BadContent edited by
- (diff)
- 03:18 BadContent created by
- create anti-spam page
11/13/13:
- 05:30 Encodings/nvenc edited by
- (diff)
- 04:29 Changeset in xpra [4746] by
- patch needed for distros that ship a broken libav/x264 build (ie: …
11/12/13:
- 07:14 Changeset in xpra [4745] by
- fix kernel: * match new param names * we read one pixel at a time …
11/11/13:
- 12:34 Changeset in xpra [4744] by
- remove old docstring
- 12:09 Changeset in xpra [4743] by
- remove unecessary codec_spec.max_pixels which prevented dimensions >4k …
- 09:52 Changeset in xpra [4742] by
- * calculate_scaling now takes the encoder's max dimensions as …
- 09:12 Encodings/nvenc edited by
- (diff)
- 09:11 Encodings/nvenc edited by
- (diff)
- 09:10 CSC edited by
- (diff)
- 09:04 Changeset in xpra [4741] by
- support encoder scaling in nvenc
- 07:36 Changeset in xpra [4740] by
- auto-enable scaling more aggressively
- 07:32 Changeset in xpra [4739] by
- * prevent calculate_scaling from updating the current value of scaling …
- 05:25 Changeset in xpra [4738] by
- fix method signatures
- 05:22 Changeset in xpra [4737] by
- avoid error on modes without a csc step if "XPRA_CSC_TYPE" is set
- 05:17 Changeset in xpra [4736] by
- ensure we don't access driver functions without context push/pop: …
- 04:55 Ticket #442 (gnome-terminal contents is sometimes only black) closed by
- needinfo
- 04:39 Changeset in xpra [4735] by
- #426: better proxy server exit and support: * allow "xpra stop" to …
- 02:45 Changeset in xpra [4734] by
- only show detailed "xpra info" to users who authenticated as the same …
11/10/13:
- 14:00 Changeset in xpra [4733] by
- fix mmap through proxy server
- 13:53 Changeset in xpra [4732] by
- PREFERED_ENCODING_ORDER needs to have all encoding strings in it!
- 10:58 Changeset in xpra [4731] by
- disable YUV444P for now (no idea what is wrong with it - docs are …
- 10:47 Changeset in xpra [4730] by
- oops
- 10:42 Changeset in xpra [4729] by
- * ensure we only access the device from the encoding thread with the …
- 10:14 Changeset in xpra [4728] by
- support for YUV444P as internal pixel format, use this for better …
- 09:00 Changeset in xpra [4727] by
- re-use background worker for recalculate_delays (and remove one thread)
- 07:45 Changeset in xpra [4726] by
- normalize codec code: * csc modules now also have an "init_module()" * …
- 04:48 Changeset in xpra [4725] by
- add "xpra exit" to force xpra to exit without killing the vfb or x11 …
- 04:11 Changeset in xpra [4724] by
- include "encoding." prefix in all encoding related stats
- 04:09 Changeset in xpra [4723] by
- include a more specific encoder_type in the encode() method so we can …
- 04:07 Changeset in xpra [4722] by
- older clients cannot deal with the new stream when we switch an …
11/09/13:
- 02:57 Ticket #456 (swap command and control key for mac osx clients) created by
- When using osx one expects command-c to copy, for instance... but the …
11/08/13:
- 13:58 Changeset in xpra [4721] by
- generalize code so we can support other CSC modes than NV12
- 13:51 Changeset in xpra [4720] by
- more consistent and readable debug logging
- 13:35 Changeset in xpra [4719] by
- more proper solution for finding a scaling value that will bring the …
- 13:26 Changeset in xpra [4718] by
- allow us to force the encoder source mode using FORCE_CSC_MODE - can …
- 13:22 Changeset in xpra [4717] by
- avcodec seems to get confused if we send it a new stream (ie: if we …
- 13:08 Changeset in xpra [4716] by
- try to honour speed and preset parameters by mapping preset names to …
- 11:49 Changeset in xpra [4715] by
- * add "runtime factor" in codec scoring via a codec_spec callback so …
- 11:44 Changeset in xpra [4714] by
- adjust ratings to better reflect the strengths of each encoder
- 11:41 Changeset in xpra [4713] by
- split quality and speed scoring to dedicated methods (easier to read) …
- 11:39 Changeset in xpra [4712] by
- auto-enable scaling when either dimension is greater than 4k (as most …
- 10:12 Changeset in xpra [4711] by
- * rename "encodings.generic" to "encoding.generic" so that it matches …
- 08:02 Changeset in xpra [4710] by
- cleanups: * move the cuda device_id to an attribute * move all env …
- 07:59 Changeset in xpra [4709] by
- * fix "compute_capability" check (was typo in pycuda docs I cut&pasted …
- 06:05 Changeset in xpra [4708] by
- some encoders/csc cleanup operations can be quite slow (ie: nvenc …
11/07/13:
- 14:17 Changeset in xpra [4707] by
- if we failed to init, weakref_images may be None
- 14:17 Changeset in xpra [4706] by
- * nvenc keeps track of how many contexts are in use * add a …
- 12:23 Changeset in xpra [4705] by
- remove redundant checks and add docstrings
- 10:11 Changeset in xpra [4704] by
- allow video encoders to be initialized in parallel to server startup, …
- 09:44 Changeset in xpra [4703] by
- compile the cuda kernel just once per device: cache the results as a …
- 07:07 Encryption edited by
- (diff)
- 06:17 Encryption edited by
- (diff)
- 06:12 FAQ edited by
- (diff)
- 06:07 Encryption edited by
- (diff)
- 05:49 Network edited by
- (diff)
- 05:45 Network edited by
- (diff)
- 05:42 Network edited by
- (diff)
- 05:41 ProxyServer edited by
- (diff)
- 05:39 ProxyServer edited by
- (diff)
- 05:30 Authentication edited by
- (diff)
- 05:30 ProxyServer edited by
- (diff)
- 05:28 ProxyServer edited by
- (diff)
- 05:26 ProxyServer edited by
- (diff)
- 05:26 ProxyServer edited by
- (diff)
- 05:09 Authentication edited by
- (diff)
- 05:07 Enhancements edited by
- (diff)
- 05:03 Authentication edited by
- (diff)
- 04:56 ProxyServer edited by
- (diff)
- 04:54 Authentication edited by
- (diff)
- 04:51 Authentication edited by
- (diff)
- 04:46 Authentication edited by
- (diff)
- 04:45 Authentication edited by
- (diff)
- 04:45 Authentication edited by
- (diff)
- 04:33 ProxyServer edited by
- (diff)
- 04:32 ProxyServer edited by
- (diff)
- 04:27 ProxyServer edited by
- (diff)
- 04:21 Encryption created by
- 04:21 Authentication created by
- 04:20 ProxyServer created by
- 04:17 WikiStart edited by
- (diff)
- 04:15 WikiStart edited by
- (diff)
- 03:52 Building edited by
- Fedora build needs libwebp-devel (diff)
11/06/13:
- 16:34 Usage edited by
- add vglrun workaround for Xephyr (diff)
- 16:27 Usage edited by
- (diff)
- 16:19 Usage edited by
- Xnest as alternative to Xephyr (diff)
- 11:55 Changeset in xpra [4702] by
- r4480 makes copying no longer necessary
- 11:31 Encodings edited by
- (diff)
- 11:30 Ticket #455 (vpx improvements: vp9 support, zero copy, VBR, speed and quality) created by
- Pointers: * vp9 support * …
- 11:23 Ticket #454 (daala encoding) created by
- http://xiph.org/daala/ Should not be too hard to implement.
- 10:55 Ticket #439 (osx memory leak) closed by
- invalid
- 10:54 Ticket #327 (client side X crash on window resize with fglrx-13.1) closed by
- fixed: Works fine here, closing. (and let's hope AMD fix this - API misuse or …
- 10:53 Ticket #449 (Crash when connecting with x264 encoding) closed by
- invalid: Clearly an Ubuntu bug: …
- 09:41 Changeset in xpra [4701] by
- * ensure we don't send duplicate encodings in the list * ensure we …
- 09:40 Changeset in xpra [4700] by
- add last encoding used and mmap status to the window's "xpra info"
- 09:38 Changeset in xpra [4699] by
- logging formatting
- 09:38 Changeset in xpra [4698] by
- lower the speed to reflect the relative performance (nvenc beats it)
- 09:38 Changeset in xpra [4697] by
- * allow the preset to be specified using XPRA_NVENC_PRESET env var * …
- 09:22 Changeset in xpra [4696] by
- doh: we want the names not values!
- 09:21 Changeset in xpra [4695] by
- * allow module init_context to be called more than once * add device …
- 08:34 CSC edited by
- (diff)
- 08:32 CSC edited by
- (diff)
- 08:24 Changeset in xpra [4694] by
- don't list the same cuda kernel more than once, and sort them
- 08:17 Changeset in xpra [4693] by
- * better code for setting SIGNAMES * add docstring to get_machine_id
- 08:10 Changeset in xpra [4692] by
- better sound loop prevention: the pulseaudio uuid/server is not enough …
- 07:44 Changeset in xpra [4691] by
- add more sound debugging
- 05:28 Changeset in xpra [4690] by
- fix missing microphone codecs for client
- 05:25 Changeset in xpra [4689] by
- avahi does not like IPs, give it hostnames
- 05:19 Changeset in xpra [4688] by
- * add debugging for network/mdns bits * fix invalid IPv6 check (oops!)
- 05:07 Changeset in xpra [4687] by
- more friendly error messages on failure
- 05:01 Changeset in xpra [4686] by
- avoid error in error logging, don't error on ipv6 addresses (just …
- 04:28 Changeset in xpra [4685] by
- mmap token is a number (fixes mmap token mismatch errors) - client side fix
- 04:26 Changeset in xpra [4684] by
- no need to be so verbose
- 04:14 Changeset in xpra [4683] by
- missed from r4680
- 04:14 Changeset in xpra [4682] by
- log tokens in (rare) case of mismatch
- 04:13 Changeset in xpra [4681] by
- mmap token is a number (fixes mmap token mismatch errors)
- 04:03 Changeset in xpra [4680] by
- if installing from the source tree rather than from a source snapshot, …
- 03:59 Changeset in xpra [4679] by
- some version info may also be found in "server_last_info"
- 02:29 Encodings/nvenc edited by
- client version info (diff)
- 02:13 Ticket #453 (keyboard numpad doesn't work with osx client) created by
- With osx clients, xpra 0.11.0 (and probably all before) the numpad is …
11/05/13:
- 17:06 Changeset in xpra [4678] by
- updated patch offsets
- 17:03 Changeset in xpra [4677] by
- python 2.4 compatible syntax
- 16:57 Changeset in xpra [4676] by
- merge release notes and add lastest changes
- 16:50 Changeset in xpra [4675] by
- fix date
- 08:44 ReportingBugs edited by
- (diff)
- 08:41 Clipboard edited by
- added new ticket (diff)
- 08:23 Ticket #452 (detect and avoid creating clipboard loops) created by
- If I shadow a display somewhere, then shadow again back to original …
- 08:10 Changeset in xpra [4674] by
- prevent a context we have destroyed from being used again
- 08:09 Changeset in xpra [4673] by
- only flushEncoder if we have a context!
- 07:55 Ticket #451 (libva accelerated encoding) created by
- Split from #370, see also #202 for the decoding side. The only …
- 07:44 Changeset in xpra [4672] by
- avoid pydev warning if we haven't run add_src_info yet
- 07:39 Changeset in xpra [4671] by
- add bytes accounting (and rename var holding compressed data: those …
- 07:24 Usage edited by
- (diff)
- 06:16 Usage edited by
- (diff)
- 06:14 Usage edited by
- (diff)
- 05:10 Changeset in xpra [4670] by
- add ability to resize to a specific size (and can be used via keyboard)
- 04:22 Changeset in xpra [4669] by
- release 0.10.9
- 04:11 Changeset in xpra [4668] by
- r4652 + r4667 for v0.10.x branch: fix dimension mixup causing decoder …
- 04:09 Changeset in xpra [4667] by
- always report on the number of buffers if we have a value (not just if …
- 04:06 Changeset in xpra [4666] by
- report actual decoder width/height! (get_width/get_height now report …
- 04:00 Changeset in xpra [4665] by
- r4658 for v0.10.x branch: "help" is not invalid
- 03:59 Changeset in xpra [4664] by
- r4659 for v0.10.x branch: all encode methods must return 6 values! …
- 03:58 Changeset in xpra [4663] by
- r4660 for v0.10.x branch: with some very old clients, …
11/04/13:
- 14:11 Changeset in xpra [4662] by
- more encoding fixes: * get_encodings() simplification/update (and …
- 12:48 Encodings edited by
- x264 vs h264 (r4661) (diff)
- 12:42 Changeset in xpra [4661] by
- use correct/generic names for encodings: "h264" and "vp8" instead of …
- 11:39 Changeset in xpra [4660] by
- with some very old clients, "xkbmap_x11_keycodes" may be None and …
- 11:07 Changeset in xpra [4659] by
- all encode methods must return 6 values!
- 09:31 Changeset in xpra [4658] by
- "help" is not invalid
- 05:30 Changeset in xpra [4657] by
- use correct codec id!
- 03:58 Changeset in xpra [4656] by
- oops, used wiki syntax!
- 03:53 Changeset in xpra [4655] by
- re-add link to source from home page
Note: See TracTimeline
for information about the timeline view.