Commit Graph

15 Commits (master)

Author SHA1 Message Date
Bruno Van de Velde 8e897bf235 Added mousePressed and mouseReleased functions to Widget that get called for any mouse button (closes #96) 2019-05-04 15:54:05 +02:00
Bruno Van de Velde bf87c0af10 Updated the copyright year to 2019 2019-01-21 19:31:21 +01:00
Bruno Van de Velde aba2c4c96e Added event and draw tests for ComboBox 2018-05-21 15:52:25 +02:00
Bruno Van de Velde a66702c924 Added widget and event tests for Tabs 2018-05-20 16:23:55 +02:00
Bruno Van de Velde 54ecc78714 Use connect function instead of directly accessing the signal object which will be deprecated in the future 2017-08-30 18:51:21 +02:00
Bruno Van de Velde 5f62cae07c Got rid of SignalWrapper 2017-08-17 15:13:23 +02:00
Bruno Van de Velde b337773de2 Rewrote callback system 2017-07-10 13:29:36 +02:00
Bruno Van de Velde c5bf34bf9b Updated tests for different behavior of mouse events 2017-07-05 15:12:24 +02:00
Bruno Van de Velde cad70def6d Let tests use a font that can be used for drawing 2017-02-10 00:35:24 +01:00
Bruno Van de Velde 06b8d3b919 Added a static 'create' function to all widgets which is now the intended way to construct a widget 2016-09-14 20:11:20 +02:00
Bruno Van de Velde 7499d3d4b7 Internal mouse event functions now take a sf::Vector2f instead of 2 float parameters 2016-09-08 15:30:41 +02:00
Bruno Van de Velde 46e5867679 Mouse events now have the position of the widget subtracted before the event is passed to the widget 2016-08-28 00:31:25 +02:00
Bruno Van de Velde b28b72e755 Adapted RadioButton and CheckBox to new renderer system 2016-07-17 19:33:14 +02:00
Bruno Van de Velde c43cbc61eb Mostly stuff related to the renderers 2016-07-11 00:01:18 +02:00
Bruno Van de Velde 238abc8e00 Ported EditBox to new rendering system + implemented changes that were made in 0.7 in the meantime 2016-06-30 16:12:43 +02:00