lumiera_/src/gui
Ichthyostega 9ff79b86cf fix warnings found by CLang (3.5)
Note: not fixing all relevant warnings.

Especially, the "-Woverloaded-virtual" of Clang defeats the whole purpose
of generated generic interfaces. For example, our Variant type is instantiated
with a list of types the variant can hold. Through metaprogramming, this
instantiation generates also an embedded Visitor interface, which has
virtual 'handle(TY)' functions for all the types in question

The client now may implement, or even partially implement this Visitor,
to retrieve specific data out of given Variant instance with unknown conent.
To complain that some other virtual overload is now shaddowed is besides the point,
so we might consider to disable this warning altogether
2015-08-16 01:37:04 +02:00
..
ctrl style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
dialog style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
model style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
output adjust gui code indentation 2015-01-07 00:53:03 +01:00
panel style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
util style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
widget fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
workspace style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
display-interface-proxy.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
display-service.cpp clean-up: use dashes in filenames 2014-10-23 23:04:33 +02:00
display-service.hpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
gtk-base.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
gtk-lumiera.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
gtk-lumiera.css style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
gtk-lumiera.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
guifacade.hpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
guistart.cpp LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
notification-interface-proxy.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
notification-service.cpp clean-up: use dashes in filenames 2014-10-23 23:04:33 +02:00
notification-service.hpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
ui-bus.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
ui-bus.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
window-manager.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
window-manager.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00