[fifechan] branch upstream updated (52b736f -> a961030)

Markus Koschany apo at moszumanska.debian.org
Mon Nov 7 18:58:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch upstream
in repository fifechan.

      from  52b736f   Import Upstream version 0.1.2+git160920
       new  a961030   New upstream version 0.1.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  31 +++
 .travis.yml                                        |  51 +++-
 AUTHORS                                            |   2 +
 CHANGELOG.md                                       |  18 +-
 CMakeLists.txt                                     |  28 +-
 README.md                                          |   5 +-
 appveyor.yml                                       |  56 ++--
 doxygen.conf                                       |   2 +-
 include/fifechan.hpp                               |   5 +-
 include/fifechan/actionevent.hpp                   |   4 +-
 include/fifechan/actionlistener.hpp                |   4 +-
 include/fifechan/allegro.hpp                       |   4 +-
 include/fifechan/allegro/allegrofont.hpp           |   4 +-
 include/fifechan/allegro/allegrographics.hpp       |   4 +-
 include/fifechan/allegro/allegroimage.hpp          |   4 +-
 include/fifechan/allegro/allegroimageloader.hpp    |   4 +-
 include/fifechan/allegro/allegroinput.hpp          |   4 +-
 include/fifechan/cairo.hpp                         |   4 +-
 include/fifechan/cairo/cairofont.hpp               |   4 +-
 include/fifechan/cairo/cairographics.hpp           |   4 +-
 include/fifechan/cairo/cairoimage.hpp              |   4 +-
 include/fifechan/cairo/cairoimageloader.hpp        |   4 +-
 include/fifechan/cliprectangle.hpp                 |   4 +-
 include/fifechan/color.hpp                         |   4 +-
 include/fifechan/containerevent.hpp                |   4 +-
 include/fifechan/containerlistener.hpp             |   4 +-
 .../contrib/allegro/allegroglyphkeeperfont.hpp     |   4 +-
 include/fifechan/contrib/opengl/oglftfont.hpp      |   4 +-
 include/fifechan/contrib/sdl/sdltruetypefont.hpp   |   4 +-
 .../contrib/widgets/adjustingcontainer.hpp         | 258 ------------------
 include/fifechan/deathlistener.hpp                 |   4 +-
 include/fifechan/defaultfont.hpp                   |   4 +-
 include/fifechan/directx3d.hpp                     |  81 +++---
 include/fifechan/directx3d/directx3dgraphics.hpp   |  83 +++---
 include/fifechan/directx3d/directx3dimage.hpp      |  81 +++---
 .../fifechan/directx3d/directx3dimageloader.hpp    |  81 +++---
 include/fifechan/directx3d/directx3dinput.hpp      |  81 +++---
 include/fifechan/event.hpp                         |   4 +-
 include/fifechan/exception.hpp                     |   4 +-
 include/fifechan/fixedsizeconstraint.hpp           |  21 ++
 include/fifechan/focushandler.hpp                  |   4 +-
 include/fifechan/focuslistener.hpp                 |   4 +-
 include/fifechan/font.hpp                          |   4 +-
 include/fifechan/genericinput.hpp                  |   4 +-
 include/fifechan/glut.hpp                          |   4 +-
 include/fifechan/glut/glutinput.hpp                |   4 +-
 include/fifechan/graphics.hpp                      |   4 +-
 include/fifechan/gui.hpp                           |  23 +-
 include/fifechan/hge.hpp                           |   4 +-
 include/fifechan/hge/hgegraphics.hpp               |   4 +-
 include/fifechan/hge/hgeimage.hpp                  |   4 +-
 include/fifechan/hge/hgeimagefont.hpp              |   4 +-
 include/fifechan/hge/hgeimageloader.hpp            |   4 +-
 include/fifechan/hge/hgeinput.hpp                  |   4 +-
 include/fifechan/image.hpp                         |   4 +-
 include/fifechan/imagefont.hpp                     |   4 +-
 include/fifechan/imageloader.hpp                   |   4 +-
 include/fifechan/input.hpp                         |   4 +-
 include/fifechan/inputevent.hpp                    |   4 +-
 include/fifechan/irrlicht.hpp                      |   4 +-
 include/fifechan/irrlicht/irrlichtgraphics.hpp     |   4 +-
 include/fifechan/irrlicht/irrlichtimage.hpp        |   4 +-
 include/fifechan/irrlicht/irrlichtimageloader.hpp  |   4 +-
 include/fifechan/irrlicht/irrlichtinput.hpp        |   4 +-
 include/fifechan/key.hpp                           |   7 +-
 include/fifechan/keyevent.hpp                      |   4 +-
 include/fifechan/keyinput.hpp                      |   4 +-
 include/fifechan/keylistener.hpp                   |   4 +-
 include/fifechan/listmodel.hpp                     |   4 +-
 include/fifechan/mouseevent.hpp                    |   4 +-
 include/fifechan/mouseinput.hpp                    |   4 +-
 include/fifechan/mouselistener.hpp                 |   4 +-
 include/fifechan/opengl.hpp                        |   4 +-
 .../fifechan/opengl/openglallegroimageloader.hpp   |   4 +-
 include/fifechan/opengl/openglgraphics.hpp         |   4 +-
 include/fifechan/opengl/openglimage.hpp            |   4 +-
 include/fifechan/opengl/openglsdlimageloader.hpp   |   4 +-
 include/fifechan/openlayer.hpp                     |   4 +-
 include/fifechan/openlayer/openlayerfont.hpp       |   4 +-
 include/fifechan/openlayer/openlayergraphics.hpp   |   4 +-
 include/fifechan/openlayer/openlayerimage.hpp      |   4 +-
 .../fifechan/openlayer/openlayerimageloader.hpp    |   4 +-
 include/fifechan/openlayer/openlayerinput.hpp      |   4 +-
 include/fifechan/platform.hpp                      |   4 +-
 include/fifechan/rectangle.hpp                     |   4 +-
 include/fifechan/sdl.hpp                           |   4 +-
 include/fifechan/sdl/sdlgraphics.hpp               |   4 +-
 include/fifechan/sdl/sdlimage.hpp                  |   4 +-
 include/fifechan/sdl/sdlimageloader.hpp            |   4 +-
 include/fifechan/sdl/sdlinput.hpp                  |   4 +-
 include/fifechan/sdl/sdlpixel.hpp                  |   4 +-
 include/fifechan/selectionevent.hpp                |   4 +-
 include/fifechan/selectionlistener.hpp             |   4 +-
 include/fifechan/text.hpp                          |   4 +-
 include/fifechan/utf8stringeditor.hpp              |  25 +-
 include/fifechan/util/utf8/utf8.hpp                |   4 +-
 include/fifechan/util/utf8/utf8/checked.hpp        |   4 +-
 include/fifechan/util/utf8/utf8/core.hpp           |   4 +-
 include/fifechan/util/utf8/utf8/unchecked.hpp      |   4 +-
 include/fifechan/visibilityeventhandler.hpp        |   4 +-
 include/fifechan/widget.hpp                        |  27 +-
 include/fifechan/widgetlistener.hpp                |   4 +-
 include/fifechan/widgets/adjustingcontainer.hpp    | 255 ++++++++++++++++++
 include/fifechan/widgets/autolayoutcontainer.hpp   |  21 ++
 include/fifechan/widgets/axislayoutcontainer.hpp   |  21 ++
 include/fifechan/widgets/button.hpp                |   4 +-
 include/fifechan/widgets/checkbox.hpp              |   4 +-
 include/fifechan/widgets/circularcontainer.hpp     |  21 ++
 include/fifechan/widgets/container.hpp             |   4 +-
 include/fifechan/widgets/dropdown.hpp              |   4 +-
 include/fifechan/widgets/hbox.hpp                  |  21 ++
 include/fifechan/widgets/icon.hpp                  |   4 +-
 include/fifechan/widgets/iconprogressbar.hpp       |   4 +-
 include/fifechan/widgets/imagebutton.hpp           |   4 +-
 include/fifechan/widgets/label.hpp                 |   4 +-
 include/fifechan/widgets/listbox.hpp               |   4 +-
 include/fifechan/widgets/passwordfield.hpp         |   4 +-
 include/fifechan/widgets/radiobutton.hpp           |   4 +-
 include/fifechan/widgets/scrollarea.hpp            |   4 +-
 include/fifechan/widgets/slider.hpp                |   4 +-
 include/fifechan/widgets/spacer.hpp                |  21 ++
 include/fifechan/widgets/tab.hpp                   |   4 +-
 include/fifechan/widgets/tabbedarea.hpp            |   4 +-
 include/fifechan/widgets/textbox.hpp               |   4 +-
 include/fifechan/widgets/textfield.hpp             |   4 +-
 include/fifechan/widgets/vbox.hpp                  |  21 ++
 include/fifechan/widgets/window.hpp                |   4 +-
 src/actionevent.cpp                                |   4 +-
 src/allegro/allegro.cpp                            |   4 +-
 src/allegro/allegrofont.cpp                        |   4 +-
 src/allegro/allegrographics.cpp                    |   4 +-
 src/allegro/allegroimage.cpp                       |   4 +-
 src/allegro/allegroimageloader.cpp                 |   4 +-
 src/allegro/allegroinput.cpp                       |   4 +-
 src/cairo/cairo.cpp                                |   6 +-
 src/cairo/cairofont.cpp                            |   4 +-
 src/cairo/cairographics.cpp                        |   4 +-
 src/cairo/cairoimage.cpp                           |   4 +-
 src/cairo/cairoimageloader.cpp                     |   4 +-
 src/cliprectangle.cpp                              |   4 +-
 src/color.cpp                                      |   4 +-
 src/containerevent.cpp                             |   4 +-
 src/contrib/allegro/allegroglyphkeeperfont.cpp     |   4 +-
 src/contrib/opengl/oglftfont.cpp                   |   4 +-
 src/contrib/sdl/sdltruetypefont.cpp                |   4 +-
 src/contrib/widgets/adjustingcontainer.cpp         | 300 ---------------------
 src/defaultfont.cpp                                |   4 +-
 src/directx3d/directx3dgraphics.cpp                |  81 +++---
 src/directx3d/directx3dimage.cpp                   |  81 +++---
 src/directx3d/directx3dimageloader.cpp             |  81 +++---
 src/directx3d/directx3dinput.cpp                   |  81 +++---
 src/event.cpp                                      |   4 +-
 src/exception.cpp                                  |   4 +-
 src/fifechan.cpp                                   |   6 +-
 src/fixedsizeconstraint.cpp                        |  25 ++
 src/focushandler.cpp                               |   4 +-
 src/font.cpp                                       |   4 +-
 src/genericinput.cpp                               |   4 +-
 src/glut/glutinput.cpp                             |   4 +-
 src/graphics.cpp                                   |   4 +-
 src/gui.cpp                                        |  68 ++++-
 src/hge/hgegraphics.cpp                            |   4 +-
 src/hge/hgeimage.cpp                               |   4 +-
 src/hge/hgeimagefont.cpp                           |   4 +-
 src/hge/hgeimageloader.cpp                         |   4 +-
 src/hge/hgeinput.cpp                               |   4 +-
 src/image.cpp                                      |   4 +-
 src/imagefont.cpp                                  |   4 +-
 src/inputevent.cpp                                 |   4 +-
 src/irrlicht/irrlicht.cpp                          |   4 +-
 src/irrlicht/irrlichtgraphics.cpp                  |   4 +-
 src/irrlicht/irrlichtimage.cpp                     |   8 +-
 src/irrlicht/irrlichtimageloader.cpp               |   4 +-
 src/irrlicht/irrlichtinput.cpp                     |   4 +-
 src/key.cpp                                        |   4 +-
 src/keyevent.cpp                                   |   4 +-
 src/keyinput.cpp                                   |   4 +-
 src/mouseevent.cpp                                 |   4 +-
 src/mouseinput.cpp                                 |   4 +-
 src/opengl/opengl.cpp                              |   4 +-
 src/opengl/openglgraphics.cpp                      |   4 +-
 src/opengl/openglimage.cpp                         |   4 +-
 src/openlayer/openlayer.cpp                        |   4 +-
 src/openlayer/openlayerfont.cpp                    |   4 +-
 src/openlayer/openlayergraphics.cpp                |   4 +-
 src/openlayer/openlayerimage.cpp                   |   4 +-
 src/openlayer/openlayerimageloader.cpp             |   4 +-
 src/openlayer/openlayerinput.cpp                   |   4 +-
 src/rectangle.cpp                                  |   4 +-
 src/sdl/sdl.cpp                                    |   4 +-
 src/sdl/sdlgraphics.cpp                            |   4 +-
 src/sdl/sdlimage.cpp                               |   4 +-
 src/sdl/sdlimageloader.cpp                         |   4 +-
 src/sdl/sdlinput.cpp                               |   4 +-
 src/selectionevent.cpp                             |   4 +-
 src/size.cpp                                       |  25 ++
 src/text.cpp                                       |   4 +-
 src/utf8stringeditor.cpp                           |  25 +-
 src/visibilityeventhandler.cpp                     |   4 +-
 src/widget.cpp                                     |  74 ++++-
 src/widgets/adjustingcontainer.cpp                 | 297 ++++++++++++++++++++
 src/widgets/autolayoutcontainer.cpp                |  25 ++
 src/widgets/axislayoutcontainer.cpp                |  25 ++
 src/widgets/button.cpp                             |   4 +-
 src/widgets/checkbox.cpp                           |   4 +-
 src/widgets/circularcontainer.cpp                  |  25 ++
 src/widgets/container.cpp                          |   4 +-
 src/widgets/dropdown.cpp                           |   4 +-
 src/widgets/hbox.cpp                               |  25 ++
 src/widgets/icon.cpp                               |   4 +-
 src/widgets/iconprogressbar.cpp                    |   4 +-
 src/widgets/imagebutton.cpp                        |   4 +-
 src/widgets/label.cpp                              |   4 +-
 src/widgets/listbox.cpp                            |   4 +-
 src/widgets/passwordfield.cpp                      |   4 +-
 src/widgets/radiobutton.cpp                        |   4 +-
 src/widgets/scrollarea.cpp                         |   4 +-
 src/widgets/slider.cpp                             |  16 +-
 src/widgets/spacer.cpp                             |  25 ++
 src/widgets/tab.cpp                                |   4 +-
 src/widgets/tabbedarea.cpp                         |   4 +-
 src/widgets/textbox.cpp                            |   4 +-
 src/widgets/textfield.cpp                          |   4 +-
 src/widgets/vbox.cpp                               |  25 ++
 src/widgets/window.cpp                             |   4 +-
 225 files changed, 1909 insertions(+), 1470 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 include/fifechan/contrib/widgets/adjustingcontainer.hpp
 create mode 100644 include/fifechan/widgets/adjustingcontainer.hpp
 delete mode 100644 src/contrib/widgets/adjustingcontainer.cpp
 create mode 100644 src/widgets/adjustingcontainer.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fifechan.git



More information about the Pkg-games-commits mailing list