Timeline
09/23/11:
- 18:10 Changeset in xpra [188] by
- bencode cannot deal with None values, so always pass an empty string …
- 15:38 Ticket #20 (client prints stuff forever after ^c) closed by
- fixed: please re-open if this re-occurs, the read loop code also got some …
- 15:37 Ticket #19 (client goes into infinite loop on ^C) closed by
- fixed: please re-open if this re-occurs, the read loop code also got some …
- 15:34 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) closed by
- fixed: r179 deals with this, we may improve on that and automatically adjust …
- 15:27 Ticket #26 (keyboard detection code should live in platform) closed by
- fixed: done in r187 Also the server only applies a keymap when needed (when …
- 15:26 Changeset in xpra [187] by
- move keymap detection code to platform and only apply keymaps when a …
- 15:12 Changeset in xpra [186] by
- cairo uses BGRA not RGBA! (icons had colours mixed up)
- 14:17 Changeset in xpra [185] by
- oops: test what we actually use, not what is passed in (which may not …
- 14:06 Ticket #25 (xpra window icons can be far too big) closed by
- fixed: done in r184 (set to 64x64 max for now - keeping aspect ratio)
- 14:05 Changeset in xpra [184] by
- scale window icons down to max 64x64 (keeping aspect ratio), also …
- 13:16 Ticket #27 (support png encoding of pixel data as an alternative to jpeg and raw) closed by
-
fixed: r183 introduces
--encoding=[rgb24|jpeg|png]
The client sends its … - 13:10 Changeset in xpra [183] by
- support for command line/client specified encodings - currently …
- 05:12 Changeset in xpra [182] by
- should have been part of the last commit..
- 05:08 Changeset in xpra [181] by
- version bump so we can release the python2.4 fix
- 05:00 Changeset in xpra [180] by
- make the code ugly and long winded to keep compatibility with python …
09/22/11:
- 14:51 Changeset in xpra [179] by
- when too many damage requests come in, batch them with a small delay …
09/20/11:
- 18:02 Changeset in xpra [178] by
- add gentoo ebuild
- 17:17 Changeset in xpra [177] by
- version bump for release
- 11:30 Ticket #31 (let the user decide whether to use pixel perfect (png) or lossy (jpeg)) created by
- in the settings pane, provide an option. depends on #27
- 11:22 Ticket #30 (android window dimensions and inner dimensions) created by
- The current implementation is just a hack with ugly (and hard-coded!) …
- 11:19 Ticket #29 (android client does not pass key events at all!) created by
- This is actually quite tricky. The drag layer intercepts a lot of …
- 11:14 Ticket #28 (large windows on android will cause out-of-memory problems) created by
- There are a number of things we can do here, some easier than others. …
- 11:05 Ticket #27 (support png encoding of pixel data as an alternative to jpeg and raw) created by
- android currently uses jpeg because …
- 10:59 Ticket #26 (keyboard detection code should live in platform) created by
- rather than exporting X11_KEYMAPS from the platform code: […] We …
- 10:53 Ticket #25 (xpra window icons can be far too big) created by
- During testing on android (and sending icons as png as per r176) I …
- 10:00 Changeset in xpra [176] by
- add "png_window_icons" option for sending window icons in png format, …
09/19/11:
- 22:29 Changeset in xpra [175] by
- fixes for override redirect windows and hack for mouse position (using …
- 21:23 Changeset in xpra [174] by
- simplify logging and remove annoying toast
- 21:10 Changeset in xpra [173] by
- unused code
- 18:24 Changeset in xpra [172] by
- parse the password as UTF-8
- 17:06 Changeset in xpra [171] by
- byte[] is a stronger type than String for keeping the encoding, so …
- 16:56 Changeset in xpra [170] by
- very basic android client
- 12:13 Changeset in xpra [169] by
- ignore eclipse's build dir
- 12:12 Changeset in xpra [168] by
- adding java version of client (work in progress)
- 11:52 Ticket #24 (network read loop is highly inefficient) closed by
- fixed: r167 improves this by not scheduling unless necessary (ie: not if the …
- 11:40 Changeset in xpra [167] by
- fix for #24: avoid scheduling handle_read via the main thread (which …
- 09:45 Ticket #24 (network read loop is highly inefficient) created by
- Whenever we read a bit of data from the socket (sometimes as small as …
- 09:41 Changeset in xpra [166] by
- try harder to close cleanly: ensure we close the socket when reaching …
09/17/11:
- 19:21 Changeset in xpra [165] by
- fix broken link and add websvn stylesheet
09/16/11:
- 10:58 Changeset in xpra [164] by
- simple test to help compare with the java implementation
- 10:17 Changeset in xpra [163] by
- split the test code and fix it, also add tests for encoding (back and …
09/14/11:
- 18:10 Changeset in xpra [162] by
- ignore eclipse files and symlink
- 11:33 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) created by
- Not sure why the screen does not update (I don't get that behaviour …
09/10/11:
- 19:21 Ticket #22 (forwarding system tray) created by
- For even more complete integration into the client session it would be …
09/08/11:
- 12:57 Changeset in xpra [161] by
- allow key shortcuts to be specified on the command line and define 3 …
- 11:59 Changeset in xpra [160] by
- this is not a fix, merely a way to get to the real cause of this bug …
- 10:27 Ticket #21 (jitter on link causes keys to repeat) created by
- Solutions proposed: * doing the key repeat client-side - this does not …
09/07/11:
- 10:51 Changeset in xpra [159] by
- clear all modifiers before we try to call xmodmap when starting the …
- 10:32 Changeset in xpra [158] by
- clear keys when client disconnects and ignore any packets that come …
- 10:16 Changeset in xpra [157] by
- when we exit the main loop we may still have a live connection to the …
- 09:53 Changeset in xpra [156] by
- _handle_read is called from the main thread and _read_thread_loop can …
- 09:13 Ticket #20 (client prints stuff forever after ^c) created by
- This may be related to #19, […] Repeating forever. We should not be …
- 09:10 Ticket #19 (client goes into infinite loop on ^C) created by
- sometimes when I hit ctrl-c to the client it goes to infinite loop …
- 09:08 Ticket #18 (error in logging when ^C the client) created by
- […] Please add more details when available.
- 06:59 Ticket #17 (allow a chain of SSH hosts) created by
- Received this patch from Philip Marek. This can be applied once …
- 06:41 Ticket #16 (Patch to fix hyphenation in xpra manpage) closed by
- fixed: Applied in r155. Thanks!
- 06:41 Changeset in xpra [155] by
- fix hyphenation in xpra manpage - (Ahmed El-Mahmoudy) …
09/06/11:
- 21:14 Ticket #16 (Patch to fix hyphenation in xpra manpage) created by
- Hyphen is used as minus sign in xpra manpage.
- 19:42 Ticket #15 (AttributeError: 'OverrideRedirectWindowModel' object has no attribute ...) created by
- […] At first sight, this particular case could just be dropped …
09/04/11:
- 17:14 Changeset in xpra [154] by
- dont record undefined keycodes since we have not pressed them! (so no …
09/02/11:
- 14:37 Ticket #14 (xpra died) closed by
- worksforme: Closing, feel free to reopen if necessary.
- 10:03 Changeset in xpra [153] by
- resize logo
- 09:47 Changeset in xpra [152] by
- missing close tag
- 09:33 Changeset in xpra [151] by
- remove old unused scripts from /web/ dir!?
- 09:04 WikiStart edited by
- add some useful links and information about registration (diff)
- 08:32 Ticket #1 (context menus of applications are sometimes drawn outside visible area) closed by
- wontfix: See #2 for a potential workaround, the real solution is #10 - closing.
- 08:31 Ticket #2 (openoffice slideshow shows only a tiny upper left corner of the slides) closed by
- wontfix: The only workable solution is to use Xdummy as per #10. Another …
- 01:06 Ticket #14 (xpra died) created by
- I was working away in emacs over X when xpra died. The console …
09/01/11:
- 12:07 Changeset in xpra [150] by
- add link to source snapshots
08/31/11:
- 22:04 Changeset in xpra [149] by
- dammit, these should all be set in one place
- 21:21 Changeset in xpra [148] by
- release 0.0.7.25: bump version, update changelog and build files
- 19:28 Changeset in xpra [147] by
- update build files with todays date
- 19:18 Changeset in xpra [146] by
- this was not meant be logged as 'info' (if ever)
08/27/11:
- 21:29 Changeset in xpra [145] by
- typo + avoid pydev warning
- 17:47 Changeset in xpra [144] by
- oops, missed on attribute in previous commit
- 17:42 Changeset in xpra [143] by
- dont bother probing the keymap on osx/win32 (especially on osx where …
08/25/11:
- 18:35 Changeset in xpra [142] by
- keep track of which keys are pressed so we can clear them when we lose …
- 16:30 Changeset in xpra [141] by
- use same warning message as upstream to reduce delta
- 16:29 Changeset in xpra [140] by
- much better fix than the one I was cooking, found upstream here: …
- 16:09 Changeset in xpra [139] by
- batch keymap updates together: piping key mapping to xkbcomp can make …
- 15:34 Changeset in xpra [138] by
- when a new client connects, clear the modifiers
- 15:30 Changeset in xpra [137] by
- pydev does not like importing "*" but in this case we have to, make it …
- 15:25 Changeset in xpra [136] by
- yet more keyboard improvements: clients may have overriden some keys …
Note: See TracTimeline
for information about the timeline view.