index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-10
vnc: tight: Fix crash after 2GB of output
Michael Tokarev
2
-4
/
+5
2011-04-01
vnc: added missing name->keysym pairs for Polish national characters
Leszek Grzegorek
1
-0
/
+18
2011-04-01
ui/sdl: Load optional QEMU icon
Stefan Weil
1
-0
/
+13
2011-03-25
severe memory leak caused by broken palette_destroy() function
Ulrich Obergfell
1
-3
/
+1
2011-03-22
vnc: fix build error from VNC_DIRTY_WORDS
Anthony Liguori
1
-1
/
+1
2011-03-22
fix vnc regression
Wen Congyang
1
-2
/
+6
2011-03-22
Make VNC support optional
Jes Sorensen
1
-4
/
+10
2011-03-22
Consolidate DisplaySurface allocation in qemu_alloc_display()
Jes Sorensen
1
-12
/
+8
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2
-7
/
+7
2011-03-15
win32: implement missing timersub
Blue Swirl
1
-3
/
+3
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-1
/
+1
2011-03-10
vnc: Fix stack corruption and other bitmap related bugs
Stefan Weil
2
-8
/
+7
2011-02-25
vnc: fix a memory leak in threaded vnc server
Corentin Chary
1
-0
/
+2
2011-02-24
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
Peter Maydell
1
-0
/
+4
2011-02-23
vnc: Fix fatal crash with vnc reverse mode
Stefan Weil
1
-0
/
+1
2011-02-23
vnc: add a non-adaptive option
Corentin Chary
3
-5
/
+11
2011-02-23
vnc: tight: tweak adaptive tight settings
Corentin Chary
1
-10
/
+10
2011-02-23
vnc: don't try to send bigger updates that client height
Corentin Chary
1
-5
/
+5
2011-02-23
vnc: use the new generic bitmap functions
Corentin Chary
2
-73
/
+25
2011-02-23
vnc: fix lossy rect refreshing
Corentin Chary
1
-4
/
+8
2011-02-23
vnc: fix uint8_t comparisons with negative values
Corentin Chary
2
-3
/
+4
2011-02-23
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
8
-1
/
+1540
2011-02-23
vnc: palette: and fill and color calls.
Corentin Chary
2
-0
/
+35
2011-02-23
vnc: palette: add palette_init calls
Corentin Chary
2
-1
/
+8
2011-02-23
vnc: palette: use a pool to reduce memory allocations
Corentin Chary
2
-17
/
+4
2011-02-23
vnc: tight: use the update frequency to choose between lossy and lossless
Corentin Chary
1
-13
/
+62
2011-02-23
vnc: refresh lossy rect after a given timeout
Corentin Chary
3
-3
/
+69
2011-02-23
vnc: add a way to get the update frequency for a given region
Corentin Chary
2
-0
/
+120
2011-02-23
vnc: don't set the quality if lossy encoding are disabled
Corentin Chary
1
-1
/
+3
2011-02-04
vnc: qemu can die if the client is disconnected while updating screen
Corentin Chary
1
-0
/
+4
2011-02-04
ui/sdl: Fix handling of caps lock and num lock keys
Stefan Weil
1
-0
/
+8
2011-02-01
Merge remote branch 'spice/spice.v29.pull' into staging
Anthony Liguori
2
-0
/
+32
2011-02-01
Merge remote branch 'spice/usb.5' into staging
Anthony Liguori
1
-2
/
+2
2011-02-01
vnc: Fix password expiration through 'change vnc ""' (v2)
Anthony Liguori
1
-10
/
+27
2011-01-29
sdl: remove unused variable
Blue Swirl
1
-6
/
+0
2011-01-24
vnc: fix numlock+capslock tracking
Gerd Hoffmann
1
-2
/
+2
2011-01-24
spice: add chardev (v5)
Alon Levy
1
-0
/
+3
2011-01-24
spice/vnc: client migration.
Gerd Hoffmann
2
-0
/
+29
2011-01-23
Delete useless 'extern' qualifiers for functions
Blue Swirl
3
-9
/
+9
2011-01-12
vnc-auth-sasl: fix a memory leak
Blue Swirl
1
-6
/
+8
2010-12-09
vnc/spice: add set_passwd monitor command.
Gerd Hoffmann
2
-0
/
+40
2010-12-09
vnc: support password expire
Gerd Hoffmann
2
-0
/
+15
2010-12-09
vnc: auth reject cleanup
Gerd Hoffmann
1
-17
/
+13
2010-12-09
spice: add qmp 'query-spice' and hmp 'info spice' commands.
Gerd Hoffmann
2
-0
/
+139
2010-12-09
spice: connection events.
Gerd Hoffmann
1
-0
/
+75
2010-12-09
spice: add qxl device
Gerd Hoffmann
1
-0
/
+15
2010-11-16
Merge remote branch 'spice/bugfix.2' into staging
Anthony Liguori
3
-17
/
+17
2010-11-09
spice: add audio
Gerd Hoffmann
2
-0
/
+2
2010-11-02
spice-display: replace private lock with qemu mutex.
Gerd Hoffmann
2
-14
/
+14
2010-11-02
spice-core: fix warning when building with spice < 0.6.0
Gerd Hoffmann
1
-2
/
+2
[next]