Commit Graph

37 Commits (54e72fbdcf038bb9f614ffb1219074c6221ac8d4)

Author SHA1 Message Date
Bruno Van de Velde ebdb38c4fe Install gui-builder to '${TGUI_MISC_INSTALL_PREFIX}/gui-builder' folder (closes #93) 2019-01-21 19:12:03 +01:00
Bruno Van de Velde 8e4a81e55b Added some missing widget properties to gui builder 2019-01-20 11:07:10 +01:00
Bruno Van de Velde 482a310af3 Fixed deprecated warnings in gui builder code 2019-01-20 10:55:50 +01:00
Bruno Van de Velde 3688b7b747 Make sure internal renderer property equals what is displayed on the screen in the Gui Builder 2019-01-19 23:38:31 +01:00
Bruno Van de Velde 3f03917cb8 Fixed two issues with cmake script
- Installing framework on macOS failed because install rules were not executed in correct order
- Cmake files installed to the lib folder contained SFML directories which made it hard to distribute them with the precompiled libs
2018-10-11 19:40:14 +02:00
Bruno Van de Velde bcf4ae6f3a Toolboxes in gui builder were mostly white by accident 2018-05-11 00:15:40 +02:00
Bruno Van de Velde 5b820718b1 Added TransparentTexture property to WidgetRenderer to let mouse events pass through invisible parts of textures (replaces IgnoreTransparentParts which only existed in Picture) 2018-05-10 15:01:31 +02:00
Bruno Van de Velde 3a08eb5750 Revert "Updated cmake script to use interface library to set compiler options in targets"
This reverts commit 0f3380c755.
2018-05-10 14:07:09 +02:00
Bruno Van de Velde 00836be5e1 Fixed some warnings 2018-05-07 22:51:52 +02:00
Bruno Van de Velde 0f3380c755 Updated cmake script to use interface library to set compiler options in targets 2018-05-07 22:48:18 +02:00
Bruno Van de Velde bc251ddcca Renamed LowValue to ViewportSize in ScrollBar 2018-05-06 15:51:45 +02:00
Bruno Van de Velde 5ba7c5c21d Renamed SpaceBetweenArrows to BorderBetweenArrows in SpinButton to better reflect that the space is filled with the border color 2018-04-26 19:50:33 +02:00
Bruno Van de Velde 7e94db7704 Gui Builder was missing InvertedDirection of Slider 2018-04-07 15:39:30 +02:00
Bruno Van de Velde fdf824668d Linking with sfml-main wasn't working in new cmake script 2018-04-01 17:50:16 +02:00
Bruno Van de Velde 997e8ef385 New cmake script did not correctly set compile flags of gui-builder 2018-04-01 16:05:53 +02:00
Bruno Van de Velde ad6877e19d Rewrote cmake scripts 2018-04-01 15:38:13 +02:00
Bruno Van de Velde 2772dce8c6 Replaced hide/show, enable/disable, focus/unfocus and check/uncheck with setVisible, setEnabled, setFocused and setChecked 2018-03-30 19:55:26 +02:00
Bruno Van de Velde 677f692637 Fixed gui-builder to work with recent change 2018-03-22 20:18:18 +01:00
Bruno Van de Velde 11c5ee05ae Updated copyright to 2018 2018-03-22 19:57:45 +01:00
Bruno Van de Velde f9d44cc34c Added 'Step' property to RangeSlider and SpinButton and use float instead of int for the value 2018-01-13 17:29:12 +01:00
Bruno Van de Velde aa84a3447e Renamed 'Frequency' property in Slider to 'Step' 2018-01-13 17:27:03 +01:00
Bruno Van de Velde e43f6b5736 Added hierarchy to Gui Builder 2017-11-28 20:00:45 +01:00
Bruno Van de Velde e8cd2de12b Gui Builder now stores filename of last opened file and which themes are loaded 2017-11-15 22:51:18 +01:00
Bruno Van de Velde 6e9b030142 Added way to edit available themes in Gui Builder 2017-11-15 19:55:56 +01:00
Bruno Van de Velde faedd80257 Made Gui Builder accept t/f/y/n for bool input at well 2017-11-14 19:42:06 +01:00
Bruno Van de Velde b6abb8f736 Fixed int to float conversion warnings in Slider 2017-11-12 18:34:09 +01:00
Bruno Van de Velde a98a79ffc8 Slider now uses floats and has a setFrequency function to change its steps 2017-11-06 19:33:20 +01:00
Bruno Van de Velde 6c3bf91137 Perform a Unity build (combining all source files into large file) by default 2017-11-01 13:19:47 +01:00
Bruno Van de Velde beef0b519b The iostream header should not be included by default 2017-11-01 13:07:42 +01:00
Bruno Van de Velde 2ac6f8dd02 🚧 Gui Builder no longer showed placeholder image for Picture now that themes were added 2017-10-28 19:20:40 +02:00
Bruno Van de Velde e881257f1d 🚧 The Gui Builder now provides some predefined themes to pick from 2017-10-28 17:17:26 +02:00
Bruno Van de Velde 60b91a749d 🚧 Split widget properties from renderer properties 2017-10-21 14:03:14 +02:00
Bruno Van de Velde 9e2e1ed52d 🔨 Make more use of SFML encapsulating classes 2017-10-16 19:31:40 +02:00
Bruno Van de Velde d28d05f8d8 🚧 Gui Builder crashed when trying to load file that did not exist 2017-09-30 19:28:10 +02:00
Bruno Van de Velde 86fd9dffbd 💥 VerticalScroll in SpinButton is now automatically determined based on the size 2017-09-28 15:58:40 +02:00
Bruno Van de Velde 149eb6dee7 🏁 Fixed gui-builder crash on exit on Windows 2017-09-26 16:57:11 +02:00
Bruno Van de Velde 4d3afcacb1 🆕 Added minimal Gui Builder (closes #45) 2017-09-25 18:38:59 +02:00