Timeline
01/06/12:
- 20:39 Changeset in xpra [407] by
- make it more tidy: neater code and escape newlines
- 20:34 Changeset in xpra [406] by
- platforms without raw-keycode support will send 0 for keycode in the …
- 17:43 Changeset in xpra [405] by
- add keyboard tester to win32 so we can easily test on a real machine …
- 15:57 Changeset in xpra [404] by
- fix "Pixels/s" average shown as actually a total
- 15:34 Changeset in xpra [403] by
- merge win32 setup file into the main one and include winswitch's …
- 13:59 Changeset in xpra [402] by
- make the codebox stand out a bit more
- 11:22 Ticket #68 (improve performance of network code: bencoder is too slow) created by
- First, eventually we can drop compatibility with old clients (see #57) …
- 10:52 Changeset in xpra [401] by
- if we have enough space, avoid chunking the data in the mmap area so …
- 10:14 Changeset in xpra [400] by
- zero-copy from mmap data for single-chunk pixel areas
- 09:56 Ticket #67 (mmap improvements: zero-copy, avoid wrap-around, memcopy, mmap.ACCESS_COPY) created by
- mmap is fast but can be made faster: * rather than extracting the …
01/05/12:
- 18:11 Changeset in xpra [399] by
- more tests for bencoder with more deeply nested dicts and more values in it
- 13:02 Changeset in xpra [398] by
- try harder not to send modifiers the server won't understand
- 12:46 Changeset in xpra [397] by
- move imports that require the X11 cython bindings to where they are …
- 10:42 Changeset in xpra [396] by
- bug fix: ensure we never place "None" value in capabilities dict
01/04/12:
- 21:00 Changeset in xpra [395] by
- write a token in the mmap area so the server can verify this mmap file …
- 19:55 Changeset in xpra [394] by
- #62: proper fix for handling "nuisance" modifiers (lock, num, scroll): …
- 19:20 Changeset in xpra [393] by
- better error messages for when trying to load notification libraries
- 17:08 Ticket #66 ("mdocml" cannot process xpra.1) closed by
- fixed: applied in r392 - thanks!
- 17:06 Changeset in xpra [392] by
- #66: fix man page so mandoc doesn't complain
- 16:05 Ticket #66 ("mdocml" cannot process xpra.1) created by
- Hi- I just got the latest revision of the xpra man page because the …
- 13:53 Changeset in xpra [391] by
- don't bother scheduling the refresh timer unless we have actually …
- 13:47 Ticket #63 (window contents is not drawn at all) closed by
- fixed: r390 uses $TMPDIR (or /tmp) as the location for the mmap file, this is …
- 13:42 Changeset in xpra [390] by
- use $TMPDIR (or /tmp) for mmap file location
- 13:03 Ticket #65 (error with jpeg encoding) closed by
- fixed: Lots of fixes, including this bug in r389
- 13:02 Changeset in xpra [389] by
- avoid removing the rowstride padding on pixel data if the client can …
- 12:52 Changeset in xpra [388] by
- make it consistent: define --no-mmap alias for --disable--mmap (so …
- 09:27 Ticket #65 (error with jpeg encoding) created by
-
[…]
when trying
--encoding jpeg --jpeg-quality 60
01/03/12:
- 19:30 Ticket #64 (xpra server dies on client's connection attempt) created by
- I've just downloaded & built xpra on an OpenBSD system with Python 2.6 …
- 11:56 Changeset in xpra [387] by
- bump year and use xpra.org for xpra
- 11:55 Changeset in xpra [386] by
- bump year on web pages
- 11:54 Changeset in xpra [385] by
- typo
- 11:52 Changeset in xpra [384] by
- use xpra.org for xpra src files
- 11:51 Changeset in xpra [383] by
- remove one (missed) generated file from snapshot
- 10:59 Changeset in xpra [382] by
- self._server_source may already be reset, avoid error!
- 10:10 Changeset in xpra [381] by
- bump year in copyright and build files
01/02/12:
- 19:14 Changeset in xpra [380] by
- compile fix: newer gtk.so does not have ExposeEvent??
- 19:13 Changeset in xpra [379] by
- readonly mode implemented on client (for now) + version bump so we can …
- 15:17 Changeset in xpra [378] by
- bug: when a connection is dropped we must also exit the damage threads …
- 13:29 Ticket #63 (window contents is not drawn at all) created by
- I've upgraded from svn r266 to r377 and all my windows are just filled …
01/01/12:
- 18:56 Changeset in xpra [377] by
- make it easier for applications to detect that they are running within …
12/31/11:
- 12:16 Ticket #62 (AltGr not working with "Keyboard synchronized" = off) created by
- With the current xpra 0.0.7.32 and "Keyboard synchronized" unchecked …
- 10:59 Changeset in xpra [376] by
- fix command line option for "--no-tray": does not take any arguments!
12/26/11:
- 11:06 Ticket #61 (XGetWindowProperty NoSuchProperty: _NET_WM_ICON_NAME _NET_WM_NAME) created by
- We should not be logging this as a stacktrace as these aren't …
12/20/11:
- 09:32 Ticket #60 (Typo in refresh_window()) closed by
- fixed: Good catch, applied in r375 Thanks!
- 09:30 Changeset in xpra [375] by
- #60: fix typo
- 02:22 Ticket #60 (Typo in refresh_window()) created by
- There's a typo in xpra/client.py:194 causing this error: […] …
12/17/11:
- 13:04 Ticket #10 (Xdummy standalone and packaging) closed by
- fixed: The changes have been merged upstream in …
12/09/11:
- 13:30 Changeset in xpra [374] by
- merged changes found here: …
- 10:59 Changeset in xpra [373] by
- bump ebuild and add mdns use flag
12/08/11:
- 19:07 Changeset in xpra [372] by
- build info: same treatment for win32 build file
- 18:53 Changeset in xpra [371] by
- move add_build_info code to its own file so we can call it also from …
- 17:57 Ticket #59 (bindings cleanup: move it, split it, import side effects, etc) created by
- * we now import it from the xposix platform code and that has side …
- 17:40 Ticket #51 (new window keyboard focus problem) closed by
- fixed: r369 ensures that we correctly unfocus windows when they are unmapped …
- 17:37 Changeset in xpra [370] by
- update release notes with latest fixes info
- 17:37 Changeset in xpra [369] by
- #51: when a window goes away (destroyed or unmapped), make sure we …
- 17:33 Changeset in xpra [368] by
- remove unused imports and tell pydev not to worry
- 17:31 Changeset in xpra [367] by
- get rid of the "main_thread_call" wrapper: use idle_add directly (and …
- 14:28 Ticket #49 (show version information in about dialog) closed by
- fixed: The server version is now shown in the session-info dialog and r365 …
- 14:27 Changeset in xpra [366] by
- use "svnversion" to get svn version information... who would have …
- 14:14 Changeset in xpra [365] by
- #49 record svn version information (and more) and show this on the …
- 14:01 Ticket #15 (AttributeError: 'OverrideRedirectWindowModel' object has no attribute ...) closed by
- fixed: should be fixed in r364 feel free to re-open if more errors of the …
- 13:59 Changeset in xpra [364] by
- #15: be a bit more defensive and ensure self._composite is initialized …
- 13:44 Ticket #13 (modifiers key get stuck (alt key generally)) closed by
- fixed: Not heard anything for 3 months, closing.
- 10:31 Ticket #58 (transient windows should move with their parent (ie: menus)) created by
- when a transient window (ie: a pop-up/down menu) is shown in another …
- 10:28 Changeset in xpra [363] by
- menu item for easily raising all the windows we manage
- 09:28 Changeset in xpra [362] by
- this seriously needs to be automated…
- 09:19 Changeset in xpra [361] by
- prepare for 0.0.7.32 release: version bump, info, etc
- 09:18 Changeset in xpra [360] by
- the network/protocol code is stable - adding debug here is not …
12/07/11:
- 20:56 Changeset in xpra [359] by
- better logging + whitespace cleanup
- 20:05 Changeset in xpra [358] by
- pass id of the window the keys are for so we can drop keys if the …
- 18:22 Changeset in xpra [357] by
- fire focus_change only after the window has been mapped, otherwise the …
- 16:54 Changeset in xpra [356] by
- return success if all the focus methods tried have not produced an error
- 16:52 Changeset in xpra [355] by
- whenever possible, log the XError name rather than code (makes it …
- 13:34 Changeset in xpra [354] by
- remove unecessary logging and whitespace
- 13:32 Changeset in xpra [353] by
- redundant import
- 13:15 Changeset in xpra [352] by
- when exiting, close the windows cleanly
- 12:56 Changeset in xpra [351] by
- move version check functions to utility class so we can gradually …
- 12:33 Ticket #57 (simplify code: drop compatibility for older versions) created by
- There are a number of places where the old code is holding us back: * …
- 12:22 Ticket #21 (jitter on link causes keys to repeat) closed by
-
fixed: r349 adds the "
--no-keyboard-sync
" option, the man page reads: … - 12:18 Changeset in xpra [350] by
- --no-keyboard-sync is an attach option, so move it to that section
- 12:13 Changeset in xpra [349] by
- better key repeat support: * --no-keyboard-sync option for those that …
Note: See TracTimeline
for information about the timeline view.