summaryrefslogtreecommitdiffstats
path: root/src/view/ovBox.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop support to gtk2wip/gapplicationFabiano FidĂȘncio2015-10-141-45/+0
| | | | | | The 3.0 release was the last one that still supports GTK2. For the Windows builds the support to GTK2 was dropped in the previous release. Let's do the same for the entire project now.
* ovBox: Make get_preferred_width/height differentiate between min and naturalHans de Goede2013-04-231-16/+45
| | | | | | | | gtk-3's widget size negotiation code differentiates between the minimum size and the natural size of a widget, fix ovBox to pass this along from its underlying widget to its parent. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Adapt to avoid use of deprecated GTK3 style & size APIsDaniel P. Berrange2012-05-151-2/+18
| | | | | | | | The GtkStyle API has been deprecated in favour of GtkStyleContext. Update ovBox.c to use the latter if building with GtK3. Also replace use of the gtk_widget_size_request API with gtk_widget_get_preferred_size. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Add config.h to every source fileDaniel P. Berrange2012-02-061-0/+1
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-3/+3
|
* Tune the first argument in calls to g_type_class_add_private()Guannan Ren2012-01-311-3/+1
|
* Fix compat with GTK 2.18.0Daniel P. Berrange2011-07-121-0/+6
|
* Update to optionally build with GTK3Daniel P. Berrange2011-07-111-4/+2
|
* Hide menu bar on fullscreen & add a hiding toolbarDaniel P. Berrange2011-07-011-0/+943
* src/Makefile.am, src/view/autoDrawer.c, src/view/autoDrawer.c src/view/drawer.c, src/view/drawer.h, src/view/ovBox.c, src/view/ovBox.c: Import auto-drawer from vinagre * src/viewer-priv.h, src/viewer.c, src/viewer.glade, src/display-vnc.c: Insert an auto-drawer above the notebook and display an auto-hiding toolbar when fullscreen