[fifechan] branch upstream updated (a961030 -> 58ed8c1)

Markus Koschany apo at moszumanska.debian.org
Mon Jun 19 20:18:36 UTC 2017


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

apo pushed a change to branch upstream
in repository fifechan.

      from  a961030   New upstream version 0.1.3
       new  58ed8c1   New upstream version 0.1.4

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:
 .travis.yml                                        |  18 +-
 CHANGELOG.md                                       |   9 +-
 CMake/get-sdl2.cmake                               |   8 +-
 CMakeLists.txt                                     |  13 +-
 appveyor.yml                                       |  40 +-
 include/fifechan.hpp                               |   8 +-
 include/fifechan/actionevent.hpp                   |   2 +-
 include/fifechan/actionlistener.hpp                |   2 +-
 include/fifechan/allegro.hpp                       |   2 +-
 include/fifechan/allegro/allegrofont.hpp           |   2 +-
 include/fifechan/allegro/allegrographics.hpp       |   2 +-
 include/fifechan/allegro/allegroimage.hpp          |   2 +-
 include/fifechan/allegro/allegroimageloader.hpp    |   2 +-
 include/fifechan/allegro/allegroinput.hpp          |   2 +-
 include/fifechan/cairo.hpp                         |   2 +-
 include/fifechan/cairo/cairofont.hpp               |   2 +-
 include/fifechan/cairo/cairographics.hpp           |   2 +-
 include/fifechan/cairo/cairoimage.hpp              |   2 +-
 include/fifechan/cairo/cairoimageloader.hpp        |   2 +-
 include/fifechan/cliprectangle.hpp                 |   2 +-
 include/fifechan/color.hpp                         |   2 +-
 include/fifechan/containerevent.hpp                |   2 +-
 include/fifechan/containerlistener.hpp             |   2 +-
 .../contrib/allegro/allegroglyphkeeperfont.hpp     |   2 +-
 include/fifechan/contrib/opengl/oglftfont.hpp      |   2 +-
 include/fifechan/contrib/sdl/sdltruetypefont.hpp   |   2 +-
 include/fifechan/deathlistener.hpp                 |   2 +-
 include/fifechan/defaultfont.hpp                   |   2 +-
 include/fifechan/directx3d.hpp                     |   2 +-
 include/fifechan/directx3d/directx3dgraphics.hpp   |   2 +-
 include/fifechan/directx3d/directx3dimage.hpp      |   2 +-
 .../fifechan/directx3d/directx3dimageloader.hpp    |   2 +-
 include/fifechan/directx3d/directx3dinput.hpp      |   2 +-
 include/fifechan/event.hpp                         |   2 +-
 include/fifechan/exception.hpp                     |   2 +-
 include/fifechan/fixedsizeconstraint.hpp           |  87 ---
 include/fifechan/focushandler.hpp                  |   2 +-
 include/fifechan/focuslistener.hpp                 |   2 +-
 include/fifechan/font.hpp                          |   2 +-
 include/fifechan/genericinput.hpp                  |  18 +-
 include/fifechan/glut.hpp                          |   2 +-
 include/fifechan/glut/glutinput.hpp                |   2 +-
 include/fifechan/graphics.hpp                      |   2 +-
 include/fifechan/gui.hpp                           |  16 +-
 include/fifechan/hge.hpp                           |   2 +-
 include/fifechan/hge/hgegraphics.hpp               |   2 +-
 include/fifechan/hge/hgeimage.hpp                  |   2 +-
 include/fifechan/hge/hgeimagefont.hpp              |   2 +-
 include/fifechan/hge/hgeimageloader.hpp            |   2 +-
 include/fifechan/hge/hgeinput.hpp                  |   2 +-
 include/fifechan/image.hpp                         |   2 +-
 include/fifechan/imagefont.hpp                     |   2 +-
 include/fifechan/imageloader.hpp                   |   2 +-
 include/fifechan/input.hpp                         |   2 +-
 include/fifechan/inputevent.hpp                    |   2 +-
 include/fifechan/irrlicht.hpp                      |   2 +-
 include/fifechan/irrlicht/irrlichtgraphics.hpp     |   2 +-
 include/fifechan/irrlicht/irrlichtimage.hpp        |   2 +-
 include/fifechan/irrlicht/irrlichtimageloader.hpp  |   2 +-
 include/fifechan/irrlicht/irrlichtinput.hpp        |   2 +-
 include/fifechan/key.hpp                           |   2 +-
 include/fifechan/keyevent.hpp                      |   2 +-
 include/fifechan/keyinput.hpp                      |   2 +-
 include/fifechan/keylistener.hpp                   |   2 +-
 include/fifechan/listmodel.hpp                     |   2 +-
 include/fifechan/mouseevent.hpp                    |   8 +-
 include/fifechan/mouseinput.hpp                    |  22 +-
 include/fifechan/mouselistener.hpp                 |  22 +-
 include/fifechan/opengl.hpp                        |   2 +-
 .../fifechan/opengl/openglallegroimageloader.hpp   |   2 +-
 include/fifechan/opengl/openglgraphics.hpp         |   2 +-
 include/fifechan/opengl/openglimage.hpp            |   2 +-
 include/fifechan/opengl/openglsdlimageloader.hpp   |   2 +-
 include/fifechan/openlayer.hpp                     |   2 +-
 include/fifechan/openlayer/openlayerfont.hpp       |   2 +-
 include/fifechan/openlayer/openlayergraphics.hpp   |   2 +-
 include/fifechan/openlayer/openlayerimage.hpp      |   2 +-
 .../fifechan/openlayer/openlayerimageloader.hpp    |   2 +-
 include/fifechan/openlayer/openlayerinput.hpp      |   2 +-
 include/fifechan/platform.hpp                      |   2 +-
 include/fifechan/rectangle.hpp                     |   2 +-
 include/fifechan/sdl.hpp                           |   2 +-
 include/fifechan/sdl/sdlgraphics.hpp               |   2 +-
 include/fifechan/sdl/sdlimage.hpp                  |   2 +-
 include/fifechan/sdl/sdlimageloader.hpp            |   2 +-
 include/fifechan/sdl/sdlinput.hpp                  |   2 +-
 include/fifechan/sdl/sdlpixel.hpp                  |   2 +-
 include/fifechan/selectionevent.hpp                |   2 +-
 include/fifechan/selectionlistener.hpp             |   2 +-
 include/fifechan/size.hpp                          |  54 --
 include/fifechan/sizeconstraint.hpp                |  49 --
 include/fifechan/text.hpp                          |   2 +-
 include/fifechan/utf8stringeditor.hpp              |   2 +-
 include/fifechan/util/utf8/utf8.hpp                |   2 +-
 include/fifechan/util/utf8/utf8/checked.hpp        |   2 +-
 include/fifechan/util/utf8/utf8/core.hpp           |   2 +-
 include/fifechan/util/utf8/utf8/unchecked.hpp      |   2 +-
 include/fifechan/visibilityeventhandler.hpp        |   2 +-
 include/fifechan/widget.hpp                        |  75 +-
 include/fifechan/widgetlistener.hpp                |   2 +-
 include/fifechan/widgets/adjustingcontainer.hpp    |   2 +-
 include/fifechan/widgets/autolayoutcontainer.hpp   |  71 --
 include/fifechan/widgets/axislayoutcontainer.hpp   | 160 -----
 include/fifechan/widgets/button.hpp                |   2 +-
 include/fifechan/widgets/checkbox.hpp              |   2 +-
 include/fifechan/widgets/circularcontainer.hpp     | 140 ----
 include/fifechan/widgets/container.hpp             |   2 +-
 include/fifechan/widgets/dropdown.hpp              |   2 +-
 include/fifechan/widgets/hbox.hpp                  |  73 --
 include/fifechan/widgets/icon.hpp                  |   2 +-
 include/fifechan/widgets/iconprogressbar.hpp       |   2 +-
 include/fifechan/widgets/imagebutton.hpp           |   2 +-
 include/fifechan/widgets/label.hpp                 |   2 +-
 include/fifechan/widgets/listbox.hpp               |   2 +-
 include/fifechan/widgets/passwordfield.hpp         |   2 +-
 include/fifechan/widgets/radiobutton.hpp           |   2 +-
 include/fifechan/widgets/scrollarea.hpp            |   6 +-
 include/fifechan/widgets/slider.hpp                |   6 +-
 include/fifechan/widgets/spacer.hpp                |  53 --
 include/fifechan/widgets/tab.hpp                   |   2 +-
 include/fifechan/widgets/tabbedarea.hpp            |   2 +-
 include/fifechan/widgets/textbox.hpp               |   2 +-
 include/fifechan/widgets/textfield.hpp             |   2 +-
 include/fifechan/widgets/vbox.hpp                  |  74 --
 include/fifechan/widgets/window.hpp                |   2 +-
 src/actionevent.cpp                                |   2 +-
 src/allegro/allegro.cpp                            |   2 +-
 src/allegro/allegrofont.cpp                        |   2 +-
 src/allegro/allegrographics.cpp                    |   2 +-
 src/allegro/allegroimage.cpp                       |   2 +-
 src/allegro/allegroimageloader.cpp                 |   2 +-
 src/allegro/allegroinput.cpp                       |   2 +-
 src/cairo/cairo.cpp                                |   2 +-
 src/cairo/cairofont.cpp                            |   2 +-
 src/cairo/cairographics.cpp                        |   2 +-
 src/cairo/cairoimage.cpp                           |   2 +-
 src/cairo/cairoimageloader.cpp                     |   2 +-
 src/cliprectangle.cpp                              |   2 +-
 src/color.cpp                                      |   2 +-
 src/containerevent.cpp                             |   2 +-
 src/contrib/allegro/allegroglyphkeeperfont.cpp     |   2 +-
 src/contrib/opengl/oglftfont.cpp                   |   2 +-
 src/contrib/sdl/sdltruetypefont.cpp                |   2 +-
 src/defaultfont.cpp                                |   2 +-
 src/directx3d/directx3dgraphics.cpp                |   2 +-
 src/directx3d/directx3dimage.cpp                   |   2 +-
 src/directx3d/directx3dimageloader.cpp             |   2 +-
 src/directx3d/directx3dinput.cpp                   |   2 +-
 src/event.cpp                                      |   2 +-
 src/exception.cpp                                  |   2 +-
 src/fifechan.cpp                                   |   4 +-
 src/fixedsizeconstraint.cpp                        |  77 --
 src/focushandler.cpp                               |   2 +-
 src/font.cpp                                       |   2 +-
 src/genericinput.cpp                               |  22 +-
 src/glut/glutinput.cpp                             |   2 +-
 src/graphics.cpp                                   |   2 +-
 src/gui.cpp                                        |  49 +-
 src/hge/hgegraphics.cpp                            |   2 +-
 src/hge/hgeimage.cpp                               |   2 +-
 src/hge/hgeimagefont.cpp                           |   2 +-
 src/hge/hgeimageloader.cpp                         |   2 +-
 src/hge/hgeinput.cpp                               |   2 +-
 src/image.cpp                                      |   2 +-
 src/imagefont.cpp                                  |   2 +-
 src/inputevent.cpp                                 |   2 +-
 src/irrlicht/irrlicht.cpp                          |   2 +-
 src/irrlicht/irrlichtgraphics.cpp                  |   2 +-
 src/irrlicht/irrlichtimage.cpp                     |   2 +-
 src/irrlicht/irrlichtimageloader.cpp               |   2 +-
 src/irrlicht/irrlichtinput.cpp                     |   2 +-
 src/key.cpp                                        |   2 +-
 src/keyevent.cpp                                   |   2 +-
 src/keyinput.cpp                                   |   2 +-
 src/mouseevent.cpp                                 |   2 +-
 src/mouseinput.cpp                                 |   2 +-
 src/opengl/opengl.cpp                              |   2 +-
 src/opengl/openglgraphics.cpp                      |   2 +-
 src/opengl/openglimage.cpp                         |   2 +-
 src/openlayer/openlayer.cpp                        |   2 +-
 src/openlayer/openlayerfont.cpp                    |   2 +-
 src/openlayer/openlayergraphics.cpp                |   2 +-
 src/openlayer/openlayerimage.cpp                   |   2 +-
 src/openlayer/openlayerimageloader.cpp             |   2 +-
 src/openlayer/openlayerinput.cpp                   |   2 +-
 src/rectangle.cpp                                  |   2 +-
 src/sdl/sdl.cpp                                    |   2 +-
 src/sdl/sdlgraphics.cpp                            |   2 +-
 src/sdl/sdlimage.cpp                               |   2 +-
 src/sdl/sdlimageloader.cpp                         |   2 +-
 src/sdl/sdlinput.cpp                               | 791 +++++++++++----------
 src/selectionevent.cpp                             |   2 +-
 src/size.cpp                                       |  60 --
 src/text.cpp                                       |   2 +-
 src/utf8stringeditor.cpp                           |   2 +-
 src/visibilityeventhandler.cpp                     |   2 +-
 src/widget.cpp                                     |  75 +-
 src/widgets/adjustingcontainer.cpp                 |   2 +-
 src/widgets/autolayoutcontainer.cpp                |  66 --
 src/widgets/axislayoutcontainer.cpp                | 144 ----
 src/widgets/button.cpp                             |   2 +-
 src/widgets/checkbox.cpp                           |   2 +-
 src/widgets/circularcontainer.cpp                  | 185 -----
 src/widgets/container.cpp                          |   2 +-
 src/widgets/dropdown.cpp                           |  20 +-
 src/widgets/hbox.cpp                               | 131 ----
 src/widgets/icon.cpp                               |   2 +-
 src/widgets/iconprogressbar.cpp                    |   2 +-
 src/widgets/imagebutton.cpp                        |   2 +-
 src/widgets/label.cpp                              |   2 +-
 src/widgets/listbox.cpp                            |   2 +-
 src/widgets/passwordfield.cpp                      |   2 +-
 src/widgets/radiobutton.cpp                        |   2 +-
 src/widgets/scrollarea.cpp                         |  54 +-
 src/widgets/slider.cpp                             |  38 +-
 src/widgets/spacer.cpp                             |  46 --
 src/widgets/tab.cpp                                |   2 +-
 src/widgets/tabbedarea.cpp                         |   2 +-
 src/widgets/textbox.cpp                            |   2 +-
 src/widgets/textfield.cpp                          |   2 +-
 src/widgets/vbox.cpp                               | 133 ----
 src/widgets/window.cpp                             |   2 +-
 222 files changed, 875 insertions(+), 2416 deletions(-)
 delete mode 100644 include/fifechan/fixedsizeconstraint.hpp
 delete mode 100644 include/fifechan/size.hpp
 delete mode 100644 include/fifechan/sizeconstraint.hpp
 delete mode 100644 include/fifechan/widgets/autolayoutcontainer.hpp
 delete mode 100644 include/fifechan/widgets/axislayoutcontainer.hpp
 delete mode 100644 include/fifechan/widgets/circularcontainer.hpp
 delete mode 100644 include/fifechan/widgets/hbox.hpp
 delete mode 100644 include/fifechan/widgets/spacer.hpp
 delete mode 100644 include/fifechan/widgets/vbox.hpp
 delete mode 100644 src/fixedsizeconstraint.cpp
 delete mode 100644 src/size.cpp
 delete mode 100644 src/widgets/autolayoutcontainer.cpp
 delete mode 100644 src/widgets/axislayoutcontainer.cpp
 delete mode 100644 src/widgets/circularcontainer.cpp
 delete mode 100644 src/widgets/hbox.cpp
 delete mode 100644 src/widgets/spacer.cpp
 delete mode 100644 src/widgets/vbox.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