Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Releases: Wiltoga/WildGoatPackage

Release 1.4.1

31 Oct 13:10
Compare
Choose a tag to compare

Changelog :

  • wp::gui::Canvas : new class to draw a texture as a widget.
  • wp::gui::Resource : now require the window. The widgets no longer require explicitely the handle.
  • wp::gui::Separator : a simple line to separate widgets.
  • wp::gui::Void : an invisible widget, which can has his size changed.

Others :

  • wp::gui : reduced the default padding of the widgets.
  • wp::gui::Input : bug when highlighting with differents padding fixed.
  • wp::ImgSequence : performences improved when opening (went from a file name to a stream to the file saved in the class).

Release 1.4.0

26 Oct 17:24
Compare
Choose a tag to compare

Changelog :

  • wp::Archive : Now the right position of the internal cursor is given when calling Archive::seek(). Also, the cursor won't go higher than the actual size (before this patch, the cursor could go higher than the size, in this case the bytes read were on another file).
  • wp::Extractor::getIds() : you can get a list of the ids of the stored files.
  • wp::KeySet: The KeySet can store and compare key commands (e.g. CTRL + Z).
  • wp::AdvancedClock : Fixed the bug causing the time factor not working.
  • wp::gui::Input : Fixed the Ctrl + arrow bug causing to stop at a space in password mode, same as Ctrl + delete or Ctrl + backspace. Also added the Ctrl + A support to highlight the whole text.
  • wp::Browser : The bug was causing the Browser to crash when launching.
  • wp::ImgSequence : This class loads a sequence of images and animate them.

Others :

  • wp::Archive::seek() is now returning the right position.
  • wp::pf::Node : Made protected a variable from public, that SHOULD be protected.
  • wp::gui : Deleted the status MOUSE_ON_WIDGET, because it is not an event, more like a stat.
  • wp::gui::Checkbox : New CHECKBOX_CHECKED and CHECKBOX_UNCHECKED events. Similar to CHECKBOX_CHANGED.

Release 1.3.4

10 Oct 17:41
Compare
Choose a tag to compare

Changelog :

  • wp::Extractor is now a stream.

Others :

  • wp::StandardInputStream : fixing the size of the stream when an offset is given.

Release 1.3.3

09 Oct 16:02
Compare
Choose a tag to compare

Changelog :

  • wp::gui::Input : Syntax error fixed.
  • wp::gui::Input : Now reacts the right way when using the arrow keys without holding shift and having an highlighted text.

Release 1.3.2

06 Oct 14:11
Compare
Choose a tag to compare

Changelog :

  • wp::gui::Input : Possibility to highlight a selection of text to modify it.
  • wp::RichText::getPointedPart() : Returns the part where a point is on.

Others :

  • wp::gui::Extendedtext is also updated from the changes of the wp::RichText.

Release 1.3.1

06 Oct 08:24
Compare
Choose a tag to compare

Changelog :

  • wp::gui::Input::setDefaultText() : new default text displayed when the input is empty.

Others :

  • wp::Data is deprecated.

Release 1.3.0

03 Oct 08:30
Compare
Choose a tag to compare

Changelog :

  • wp::snd : new namespace where you can change multiple sounds using channels.

Others :

  • wp::RichText::setTextWrappingSize(), set to 0 to cancel it.

Release 1.2.2

25 Sep 09:39
Compare
Choose a tag to compare

Changelog :

  • wp::Extendedtext::setMaximalWidth(), support the new changes of the wp::RichText

Others :

  • Added the missing doc to the wp::RichText.

Release 1.2.1

25 Sep 08:41
Compare
Choose a tag to compare

Changelog :

  • wp::RichText::setTextWrapping() to set the maximal width over which, the text will be cut.

Others :

  • Version of the library available.

Release 1.2.0

25 Sep 06:48
Compare
Choose a tag to compare

Changelog :

  • Doxyfile added.
  • wp::gui : The gui module released.

Others :

  • Some errors and mistakes fixed in the doc.