Commit Graph

1568 Commits (3a08eb57506158f97cbed75ef9b56bbd21f7af1d)

Author SHA1 Message Date
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 1fc9cd57bc Don't try compating the SFML version in FindSFML.cmake when Config.hpp was not found 2018-04-30 16:23:45 +02:00
Bruno Van de Velde 06665e6d8d Added MinimumResizableBorderWidth to ChildWindow renderer to allow having an invisible area next to the borders to make resizing easier on child windows with small borders 2018-04-30 14:58:42 +02:00
Bruno Van de Velde 5368fc0a4e Added BorderBelowTitleBar propery to ChildWindow 2018-04-26 19:51:31 +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 7a1d3dd815 Removed unused resources from android example 2018-04-26 19:49:16 +02:00
Bruno Van de Velde 8394db7bb0 Removed TGUI_NO_CPP14 fallback code 2018-04-25 22:50:51 +02:00
Bruno Van de Velde dd8d447ad2 Place borders of ChildWindow around the entire window including its title bar 2018-04-25 20:27:15 +02:00
Bruno Van de Velde c95b4a2398 Try using latest SFML version again on AppVeyor CI 2018-04-21 13:19:16 +02:00
Bruno Van de Velde 60c70e4d25 Changed two comments 2018-04-15 15:47:37 +02:00
Bruno Van de Velde b50facaa34 Config.hpp shouldn't check gcc version as older versions are unsupported anyway 2018-04-15 15:46:46 +02:00
Bruno Van de Velde 39b391c6bc Minor change in cmake files 2018-04-15 15:45:52 +02:00
Bruno Van de Velde b27e051e7b The iOS example now runs 2018-04-12 22:32:52 +02:00
Bruno Van de Velde 48acc7f821 Added method to downcast a widget pointer 2018-04-11 22:30:45 +02:00
Bruno Van de Velde 5a41f4a386 Let FindSFML.cmake link to the correct dependencies on iOS 2018-04-11 22:20:11 +02:00
Bruno Van de Velde b0975a3743 Cmake shouldn't try to install FindTGUI.cmake as it was removed 2018-04-11 08:13:14 +02:00
Bruno Van de Velde 8142739108 Don't allow ChildWindow to be dragged outside the window 2018-04-08 22:46:54 +02:00
Bruno Van de Velde f7b657a2a5 TextBox tests did not work with SFML 2.5 2018-04-08 22:46:36 +02:00
Bruno Van de Velde 09ec260922 Added ios example 2018-04-08 20:00:27 +02:00
Bruno Van de Velde d298ecaa05 Defined disabled colors for CheckBox, RadioButton and EditBox in White theme 2018-04-07 19:42:57 +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 ffc75040c8 Text color of CheckBox was no longer updated immediately when setChecked was called 2018-04-07 15:23:50 +02:00
Bruno Van de Velde 7d0c56f72f Added setTabVisible and setTabEnabled functions to Tabs widget 2018-04-07 10:57:35 +02:00
Bruno Van de Velde 0239b8a1d4 Updated cmake script to be able to find SFML 2.5 when building for android 2018-04-02 14:24:04 +02:00
Bruno Van de Velde 69fe6f6dcb Detect OpenBSD in cmake script 2018-04-01 18:24:31 +02:00
Bruno Van de Velde 558b8b9410 Don't run the test for TGUIConfig.cmake when using an SFML version without SFMLConfig.cmake 2018-04-01 18:00:16 +02:00
Bruno Van de Velde 679a300875 New test does not need to be executed, just check if exe exists 2018-04-01 17:52:32 +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 a3fbdbf58a Updated badges in readme now android test is not being executed 2018-04-01 17:49:39 +02:00
Bruno Van de Velde 881fada2d9 Test for TGUIConfig.cmake did not call make 2018-04-01 16:43:52 +02:00
Bruno Van de Velde 073e5083d9 New cmake script failed to build examples on Windows 2018-04-01 16:40:07 +02:00
Bruno Van de Velde 5ae71483a0 Removed code related to gcov from cmake script 2018-04-01 16:30:09 +02:00
Bruno Van de Velde 4a63498b25 Compile cmake test with -std=c++14 2018-04-01 16:08:58 +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 a23ed2a969 Also run TGUIConfig.cmake on macOS 2018-04-01 16:00:20 +02:00
Bruno Van de Velde def099858c Removed FindTGUI.cmake as its functionality has been replaced with the new TGUIConfig.cmake 2018-04-01 15:59:42 +02:00
Bruno Van de Velde 978af7be34 Windows wouldn't run new cmake script when languages was set to only CXX 2018-04-01 15:44:45 +02:00
Bruno Van de Velde ad6877e19d Rewrote cmake scripts 2018-04-01 15:38:13 +02:00
Bruno Van de Velde 5b7ebd7690 Added comment in code about why predefined colors aren't inlined in class 2018-04-01 15:36:41 +02:00
Bruno Van de Velde 48164c8499 SFML patch for gcc 4.9 on ubuntu was broken with updated SFML cmake script 2018-03-30 23:14:20 +02:00
Bruno Van de Velde ad20ff4db2 Temporarily disable android tests until android support with SFML is restored 2018-03-30 23:04:09 +02:00
Bruno Van de Velde fe270f353e Updated cmake script to support SFMLConfig.cmake and updated android and ios related parts in cmake script 2018-03-30 23:03:18 +02:00
Bruno Van de Velde 3cb2820a06 Android example code was not updated with last commit 2018-03-30 22:37:23 +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 287927d0f6 Removed a few unnecessary lines in BitmapButton 2018-03-24 18:32:03 +01:00
Bruno Van de Velde 46db2577f9 Unit tests crashed on windows 2018-03-24 14:39:37 +01:00
Bruno Van de Velde 1696a50d62 Added some debug prints in appveyor.yml 2018-03-24 13:12:45 +01:00