Commit Graph

964 Commits (58c233c6c22e634b29ccf4760e93737107aa76d6)

Author SHA1 Message Date
Bruno Van de Velde dc819a055d Updated scalable example 2015-05-28 22:51:52 +02:00
Bruno Van de Velde e470255582 Fixed typo in Canvas 2015-05-28 22:51:25 +02:00
Bruno Van de Velde 08f6f697d3 MINSIZEREL should link static lib 2015-05-21 14:35:37 +02:00
Bruno Van de Velde 84ee8bf134 Updated FindSFML.cmake and FindTGUI.cmake 2015-05-21 14:29:04 +02:00
Bruno Van de Velde cce28faf64 Fixed compilation with gcc 4.7 2015-05-21 13:59:28 +02:00
Bruno Van de Velde f19be98571 Added setAlignment function to EditBox 2015-05-14 14:15:26 +02:00
Bruno Van de Velde 9de8ba1de5 Give EditBox::setNumbersOnly a default parameter 2015-05-14 14:08:54 +02:00
Bruno Van de Velde 85aa8eb834 Simplify signal code 2015-05-07 14:46:16 +02:00
Bruno Van de Velde 6560b1ca07 Fixed Signal class so that it compiles correctly with gcc 5 2015-05-07 14:18:31 +02:00
Bruno Van de Velde 29ef0ed103 Disable part of the callback system on GCC 5 because it is asserting on the code 2015-05-07 13:00:09 +02:00
Bruno Van de Velde 6a24e7ce25 Removed empty virtual destructors since they are only needed in base classes 2015-04-05 16:12:01 +02:00
Bruno Van de Velde a4fb1270a5 Make WidgetType a string 2015-04-05 14:12:56 +02:00
Bruno Van de Velde 81cb99174b Replaced tabs to spaces in merged code 2015-04-02 23:15:51 +02:00
Bruno Van de Velde d4ff94fd04 Merge branch 'v0.7-dev' of https://github.com/Creepsky/TGUI into v0.7-dev 2015-04-02 23:09:53 +02:00
Bruno Van de Velde ff2409f741 References returned by getWidgets and getWidgetNames should be const 2015-04-02 23:06:53 +02:00
Creepsky d23dd60145 Simple ThemeFileLoader-class to load themefiles on different way 2015-04-02 17:50:33 +02:00
Creepsky 9b8918319f Simple Imageloader-class to load images on different way 2015-04-02 15:24:35 +02:00
Bruno Van de Velde 709da22d43 Fixed minor calculation error in Tab which caused the width to be off by a few pixels sometimes 2015-03-28 23:45:32 +01:00
Bruno Van de Velde 8b2895a327 Fixed minor bug in Tab that could cause text to be drawn on the wrong position 2015-03-28 16:39:17 +01:00
Bruno Van de Velde c16dadb077 Renamed TabChanged callback to TabSelected and also send it when a tab gets selected in the code (not just by user clicking on a tab) 2015-03-07 00:12:00 +01:00
Bruno Van de Velde 187970bf75 Renamed several functions and variables in Tab 2015-03-05 20:23:11 +01:00
Bruno Van de Velde 2ed27d90ea Added insert, changeName and getTabs functions to Tab 2015-03-05 19:36:47 +01:00
Bruno Van de Velde b5ba9249cf Define SFML_OPENGL_ES when using OpenGL ES, otherwise it will try to find GLU 2015-02-25 00:01:26 +01:00
Bruno Van de Velde baa865a145 Added files that are needed when using GL ES 2015-02-24 23:49:20 +01:00
Bruno Van de Velde fabaed8433 MessageBox did not adapt correctly when font was given after text was set 2015-02-11 22:57:27 +01:00
Bruno Van de Velde ea83ef3a7f MessageBox tried to send 'ButtonClicked' instead of 'ButtonPressed' signals 2015-02-11 22:47:02 +01:00
Bruno Van de Velde 138bcb79c8 No need for displayKeyboard as there exists already sf::Keyboard::setVirtualKeyboardVisible 2015-02-08 18:25:11 +01:00
Bruno Van de Velde 6051ffb065 Allow compiling for iOS 2015-02-08 01:42:56 +01:00
Bruno Van de Velde 8291b4f20f Previous layout code did not compile on all compilers 2015-02-07 23:31:59 +01:00
Bruno Van de Velde 54b35ab08c Fixed warnings about extra ';' 2015-02-07 23:14:14 +01:00
Bruno Van de Velde ef0b26f87a Fixed compilation of layouts on mac 2015-02-07 20:08:49 +01:00
Bruno Van de Velde 650a3c9beb Removed code that was accidentally added when merging changes from 0.6 to 0.7 2015-02-07 19:59:31 +01:00
Bruno Van de Velde 36b0309f2c Added support for frameworks on mac os x 2015-02-07 19:54:14 +01:00
Bruno Van de Velde 3c313ae43b Fixed warnings introduced by #34 2015-02-03 00:14:29 +01:00
Bruno Van de Velde 22b3cca24a Merge branch 'v0.7-dev' of https://github.com/texus/TGUI into v0.7-dev 2015-02-02 18:32:55 +01:00
Bruno Van de Velde 514ad0726c MenuBar did not notice when mouse left it 2015-02-02 18:32:10 +01:00
Bruno Van de Velde 467c53b1ad Merge pull request #34 from StDH/v0.7-dev
Fixed warnings in Visual Studio
2015-02-02 14:58:10 +01:00
SHADOW the Dark HACKER 198a66b813 my old brain has forgotten to write #endif 2015-02-02 14:47:37 +01:00
SHADOW the Dark HACKER d3a40bbf83 tabs to spaces =D 2015-02-02 14:36:06 +01:00
StDH c9463843a6 added #pragma warning(disable: 4503) 2015-02-02 14:28:15 +01:00
StDH 04326aeed9 fixed float to uint32 warning in VS compilers 2015-02-02 14:27:51 +01:00
StDH b6c14e7fff added #pragma warning(disable: 4503) 2015-02-02 14:26:45 +01:00
StDH 8c5c1084b6 fixed strcpy_s warning in VS compilers 2015-02-02 14:26:23 +01:00
Bruno Van de Velde 9d221eea99 Export convertTypeToString functions 2015-02-02 13:27:27 +01:00
Bruno Van de Velde e6ff8e6443 Added some comments to the android example code 2015-01-31 14:39:07 +01:00
Bruno Van de Velde f3378bd8f7 Open android keyboard when focusing text field 2015-01-31 02:15:10 +01:00
Bruno Van de Velde 967f5a39d3 Added experimental android support 2015-01-30 16:39:05 +01:00
Bruno Van de Velde 977e239dae Previous changes for fixing font (issue #33) where not needed, mistake was way smaller 2015-01-21 13:57:23 +01:00
Bruno Van de Velde 098b8003ac Fixed #33 2015-01-21 13:47:51 +01:00
Bruno Van de Velde e83f4962b3 cmath has to be included on some places to compile for android 2015-01-16 19:38:02 +01:00