summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-window.c
Commit message (Expand)AuthorAgeFilesLines
* Use GResource for loading ui filesFabiano Fidêncio2016-03-031-4/+16
* cleanup: Don't use gtk_widget_modify_{fg,bg}()Fabiano Fidêncio2016-02-241-3/+10
* cleanup: Don't use GtkStockFabiano Fidêncio2016-02-241-4/+6
* Drop support to gtk2Fabiano Fidêncio2016-02-151-35/+24
* Add new functions to enable/disable a displayJonathon Jongsma2015-09-101-3/+3
* virt-viewer-window: Change zoom with respect to real zoomPavel Grunt2015-07-291-3/+17
* Show window after its default and preferred sizes are setPavel Grunt2015-07-291-2/+2
* virt-viewer-window: Allow to resize window to any sizePavel Grunt2015-07-221-76/+3
* Remove unnecessary parameter from virt_viewer_window_resize()Pavel Grunt2015-07-221-6/+5
* Fix syntax-checkMichal Privoznik2015-04-291-1/+1
* virt-viewer-window: Set initial zoom only oncePavel Grunt2015-04-221-1/+3
* virt-viewer-window: Make sure that minimum zoom level is lower than NORMAL_ZO...Pavel Grunt2015-04-221-1/+2
* virt-viewer: Set toolbar buttons not sensitive when neededLukas Venhoda2015-04-221-0/+27
* app/window: Set display menu not sensitive when neededLukas Venhoda2015-04-221-0/+13
* virt-viewer-window: Return early when zoom of window and zoom of display are ...Pavel Grunt2015-04-091-3/+2
* virt-viewer-window: Set zoom when display is enabled and ready.Pavel Grunt2015-04-091-1/+4
* virt-viewer-window: Change zoom of the display only when it is possiblePavel Grunt2015-04-021-1/+71
* virt-viewer-window: Return NULL instead of FALSE for displayPavel Grunt2015-04-021-1/+1
* Use ZOOM constants instead of numbersPavel Grunt2015-04-021-13/+13
* Show preferences dialogMarc-André Lureau2015-03-051-0/+9
* Don't disable "send key" menu when display isn't readyJonathon Jongsma2014-10-161-3/+4
* Force display_show_hint() when the display is setFabiano Fidêncio2014-10-151-0/+3
* Unset app 'fullscreen' when leaving fullscreenJonathon Jongsma2014-09-261-10/+18
* Set initial window size to display desktop sizeJonathon Jongsma2014-09-241-0/+2
* Fix gcc warning (unused-parameter)Fabiano Fidêncio2014-08-191-1/+3
* Fix gcc warning (missing-prototypes)Fabiano Fidêncio2014-08-191-0/+1
* Add a dialog showing details of the current guestJonathon Jongsma2014-08-071-0/+45
* Chain up to parent's dispose at the end of VirtViewerWindow::disposeChristophe Fergeau2014-08-041-2/+2
* Make ctrl-[+-] zoom in/out in fullscreenMarc-André Lureau2014-07-081-0/+4
* window: take zoom-level into account for display limitsMarc-André Lureau2014-06-111-4/+9
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-6/+6
* Fix race with metacity in fullscreenMarc-André Lureau2014-04-171-2/+9
* Fix broken 'release-cursor' accel when not specified in --hotkeysJonathon Jongsma2014-03-131-3/+6
* Use a USB icon in the fullscreen toolbarMarc-André Lureau2014-03-131-1/+4
* Remove "Automatically resize" menuMarc-André Lureau2014-03-131-25/+1
* Fix scaling of window upon resizeDaniel P. Berrange2014-03-121-9/+7
* Enable the display before showing the windowJonathon Jongsma2013-12-161-2/+2
* separate fullscreen_set_active into a separate functionJonathon Jongsma2013-11-201-8/+12
* Add ability to define custom display->monitor mapping per vmJonathon Jongsma2013-11-201-0/+7
* Disconnect fullscreen map-event handler when leaving fullscreenJonathon Jongsma2013-11-131-10/+14
* Make 'Send' menu items with defined accels work in fullscreenJonathon Jongsma2013-10-181-1/+4
* Set Spice display to fullscreen if owning window is pending fullscreenJonathon Jongsma2013-10-181-2/+2
* hotkeys: send modifiers before non-modifier keyMarc-André Lureau2013-09-261-3/+5
* Add ability to send Secure attention sequence via keyboardJonathon Jongsma2013-09-101-20/+24
* kiosk: explicit resize window to fullscreen sizeMarc-André Lureau2013-08-201-6/+1
* kiosk: warn and prevent if app want to quit or window to hideMarc-André Lureau2013-08-201-0/+5
* kiosk: teach a window to become kiosk-modeMarc-André Lureau2013-08-201-0/+25
* kiosk: keep a reference on the toolbarMarc-André Lureau2013-08-201-1/+2
* kiosk: add app kiosk option, pass it down to windowMarc-André Lureau2013-08-201-0/+13
* Fix two type cast problemsDaniel P. Berrange2013-07-311-2/+2