index
:
spice.git
0.10
0.4
0.6
0.8
jjongsma_rebase
master
replay-rebase
Spice
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 0.6.3
0.6.3
Hans de Goede
2010-10-18
3
-3
/
+8
*
Make the gui use Application::hide_gui rather then hide_me
Hans de Goede
2010-10-18
3
-5
/
+3
*
Bump version to 0.6.2
0.6.2
Hans de Goede
2010-10-18
2
-2
/
+2
*
Update NEWS for 0.6.2 release
Hans de Goede
2010-10-18
1
-0
/
+10
*
spicec-x11: Fix window management under KDE
Hans de Goede
2010-10-18
2
-0
/
+13
*
client: change monitor mode setting <-> fullscreen window mode setting order
Hans de Goede
2010-10-18
1
-2
/
+2
*
spicec-x11: Change WmSizeHints in fullscreen mode
Hans de Goede
2010-10-18
2
-21
/
+38
*
spicec-x11: Add missing XLockDisplay around XRRSet* calls
Hans de Goede
2010-10-18
1
-0
/
+10
*
client: Do not try to send display_config until we've received the agent caps
Hans de Goede
2010-10-18
1
-9
/
+4
*
spicec: add controller
Arnon Gilboa
2010-10-18
7
-31
/
+700
*
spicec: add foreign menu
Arnon Gilboa
2010-10-18
7
-10
/
+574
*
spicec-win: move named_pipe defines
Arnon Gilboa
2010-10-17
2
-3
/
+4
*
spicec-win: fix menu id push to free_sys_menu_id
Arnon Gilboa
2010-10-17
1
-1
/
+1
*
spicec: enable multiple CmdLineParser instantiations
Arnon Gilboa
2010-10-17
1
-0
/
+5
*
spicec: name host param
Arnon Gilboa
2010-10-17
1
-1
/
+1
*
spicec: add ProcessLoop::on_start_running()
Arnon Gilboa
2010-10-17
2
-1
/
+2
*
spicec: extract RedScreen::update_menu()
Arnon Gilboa
2010-10-17
2
-2
/
+8
*
spicec: add menu id & find_sub()
Arnon Gilboa
2010-10-17
2
-2
/
+21
*
server: remove useless agent send_tokens
Hans de Goede
2010-10-16
1
-32
/
+5
*
Call read_from_vdi_port() from vdi_read_buf_release()
Hans de Goede
2010-10-15
1
-2
/
+12
*
server: always call read_from_vdi_port() in a while loop
Hans de Goede
2010-10-15
1
-2
/
+6
*
Don't crash when a client disconnects while there were pending writes
Hans de Goede
2010-10-15
1
-1
/
+1
*
spicec-x11: add support for image copy and paste
Hans de Goede
2010-10-15
1
-56
/
+70
*
Replace epoll with select in X client
Alexander Larsson
2010-10-12
2
-218
/
+97
*
server: add channel notifications.
Gerd Hoffmann
2010-10-12
3
-4
/
+48
*
spicec-x11: Put locks around xlib calls which wait for a reply
Hans de Goede
2010-10-11
4
-44
/
+314
*
spice-win: handle multiple types on clipboard grab send & receive
Arnon Gilboa
2010-10-11
1
-19
/
+36
*
spice-win: remove clipboard_changer hack
Arnon Gilboa
2010-10-11
1
-9
/
+2
*
spice-win: handle type VD_AGENT_CLIPBOARD_NONE in Platform::on_clipboard_noti...
Arnon Gilboa
2010-10-11
1
-1
/
+10
*
spice-win: remove windows-specific bitmap cut & paste support
Arnon Gilboa
2010-10-11
1
-17
/
+0
*
spicec: Do not try to do accounting of pci memory
Hans de Goede
2010-10-09
3
-40
/
+4
*
spicec: only send display-config if the agent can handle it
Hans de Goede
2010-10-06
1
-2
/
+3
*
spicec-x11: Drop annoying useless warning
Hans de Goede
2010-10-06
1
-1
/
+0
*
spicec: don't send agent messages directly from ClipboardListener callbacks
Hans de Goede
2010-10-06
2
-6
/
+59
*
spicec-x11: Remove a race window in selection ownership release code
Hans de Goede
2010-10-06
1
-0
/
+8
*
spicec: Move setting of clipboard_owner to guest to platform code
Hans de Goede
2010-10-06
4
-3
/
+17
*
spicec-x11: make get_clipboard_type handle the None Atom
Hans de Goede
2010-10-04
1
-0
/
+3
*
spicec-x11: protect against recursive incr properties
Hans de Goede
2010-10-04
1
-0
/
+4
*
spicec-x11: If the clipboard was large return the memory to the system
Hans de Goede
2010-10-04
1
-1
/
+8
*
spicec-x11: use malloc / free / realloc for clipboard data
Hans de Goede
2010-10-04
1
-19
/
+7
*
spicec-x11: Use a queue for XSelectionRequest events
Hans de Goede
2010-10-04
1
-59
/
+119
*
spicec-x11: handle multiple types per grab
Hans de Goede
2010-10-04
1
-55
/
+99
*
spicec-x11: Add XFlush calls were needed
Hans de Goede
2010-10-04
1
-0
/
+10
*
spicec-x11: Force processing of ownerchange event when releasing the cb
Hans de Goede
2010-10-04
3
-2
/
+15
*
spicec-x11: Request targets from new clipboard owner
Hans de Goede
2010-10-04
1
-123
/
+240
*
spicec-x11: remove clipboard_changer hack
Hans de Goede
2010-10-03
1
-19
/
+21
*
Keep track of clipboard ownership
Hans de Goede
2010-10-02
5
-0
/
+73
*
Rename platform clipboard handling functions
Hans de Goede
2010-10-02
4
-16
/
+16
*
Move checking for on demand clipboard cap closer to sending of agent messages
Hans de Goede
2010-10-02
1
-8
/
+10
*
Respond to clipb request with an unsupported type with data with a none type
Hans de Goede
2010-10-01
1
-1
/
+1
[next]