• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Small footprint UI library for hardware accelerated games & applications


RSS
Rev. Zeit Autor
ebb7c95 exsafe 2017-09-18 23:33:28 Starg

Make use of TBUniquePointer

4a255d6 2017-09-18 23:23:41 Starg

Fixed typo in TBUniquePointer

b1ae918 2017-09-18 23:21:21 Starg

Added a constructor taking nullptr to TBUniquePointer

5a41970 2017-09-18 23:08:33 Starg

Added TBMove

f366630 2017-09-18 22:25:49 Starg

Added TBUniquePointer

785bb0f develop 2017-09-18 21:35:23 Starg

Added .editorconfig

3a5fedc 2017-09-18 21:07:08 Starg

Don't change current dir

f063ac6 2017-09-18 20:49:25 Starg

Force UTF-8 on MSVC

389baa6 master 2016-12-22 05:02:51 Emil Segerås

Added float dimension conversions and slightly changed calculations.

Round integer conversions and removed nonzero guarantee for values
that where not zero before conversion.

Unknown/mistyped unit is treated like dp instead of px.

8c5cfcf 2016-12-22 05:02:45 Emil Segerås

Added TBColor Premultiply & Unpremultiply.

b20e9a8 2016-12-22 05:02:40 Emil Segerås

Added TBValue::IsNull

86794f2 2016-12-22 05:02:37 Emil Segerås

Added follow_ref to CloneChildren.

c295cfc 2016-12-22 05:02:14 Emil Segerås

Cache width in TBTextFragment.

Makes painting faster when text is selected or styled.

Will also make Reformat(false) faster (f.ex resizing a text field).

6a5a890 2016-12-22 05:01:42 Emil Segerås

Cache size in TBWidgetString.

Avoid remeasuring strings during painting.

62b69c0 2016-12-22 05:01:34 Emil Segerås

Minor optimization in GetGlyph.

Don't call GetHashId twice.

82299a1 2016-12-11 05:01:56 Angelo Geels

Add tb:: prefix for making widgets outside of tb namespace

191cc16 2016-12-11 04:47:28 Martin Gerhardy

Added boolean return value to ReadData

this allows application to test parsing before replacing existing ui

05deb57 2016-12-11 04:45:35 Martin Gerhardy

extended TBImageManager to be able to load images from memory

6c461e6 2016-12-03 04:44:09 Martin Gerhardy

Fixed warnings about missing override

Not sure about c++11 policy... but fixing this would be cool, it fills all my compile logs.

5bc12df 2016-12-02 06:35:22 Martin Gerhardy

Fixed warning about missing virtual dtor

ee05368 2016-11-27 06:26:54 Emil Segerås

API for multi touch.

Opt-in support for multi touch. Widgets will still only respond to
pointer/first touch events, but new API makes it possible to implement
multi touch widgets (such as action buttons, pan/zoom containers etc).

898cc72 2016-11-27 05:39:05 Emil Segerås

Added some unit tests & fixed bug in TBHashTable.

Added missing GetNumItems and decrement count
when items are removed.

85632c8 2016-11-25 19:27:43 Martin Gerhardy

use nullptr

998776a 2016-11-25 17:18:57 Martin Gerhardy

added missing const qualifiers

526a003 2016-11-15 17:23:09 Martin Gerhardy

added text-align to tb_widgets_attr.tb.txt

8076adf 2016-11-15 17:01:47 Martin Gerhardy

support text-align for TBEditField

3664eb2 2016-11-15 16:55:04 Martin Gerhardy

TBWindow should have a virtual destructor

fixed compiler warnings

7fb1183 2016-11-15 16:53:11 Martin Gerhardy

fixed compiler warnings

8a806e5 2016-11-06 04:38:54 Emil Segerås

Added TBSyntaxHighlighter.

39faea3 2016-11-06 04:38:51 Emil Segerås

Moved paint related arguments into TBPaintProps.