Skip to content

Commit ed7f95b

Browse files
committed
updated email address
1 parent f83d6b2 commit ed7f95b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

include/nanogui/button.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/button.h -- [Normal/Toggle/Radio/Popup] Button widget
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/checkbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/checkbox.h -- Two-state check box widget
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/colorpicker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This widget was contributed by Christian Schueller.
55
6-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
6+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
77
The widget drawing code is based on the NanoVG demo application
88
by Mikko Mononen.
99

include/nanogui/colorwheel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This widget was contributed by Dmitriy Morozov.
55
6-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
6+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
77
The widget drawing code is based on the NanoVG demo application
88
by Mikko Mononen.
99

include/nanogui/combobox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/combobox.h -- simple combo box widget based on a popup button
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/common.h -- common definitions used by NanoGUI
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/compat.h -- Compatibility layer
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/formhelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
nanogui/formhelper.h -- helper class to construct forms for editing a set
33
of variables of various types
44
5-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
5+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
66
The widget drawing code is based on the NanoVG demo application
77
by Mikko Mononen.
88

include/nanogui/glutil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/glutil.h -- Convenience classes for accessing OpenGL >= 3.x
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

include/nanogui/graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
nanogui/graph.h -- Simple graph widget for showing a function plot
33
4-
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
4+
NanoGUI was developed by Wenzel Jakob <wenzel.jakob@epfl.ch>.
55
The widget drawing code is based on the NanoVG demo application
66
by Mikko Mononen.
77

0 commit comments

Comments
 (0)