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 |
Bruno Van de Velde
|
c9752ad5fd
|
Adapt code to prevent VS2013 compiler from crashing
|
2015-01-13 19:08:49 +01:00 |
Bruno Van de Velde
|
2e0a4a9048
|
Allow changing time before tooltip shows up
|
2015-01-12 16:04:43 +01:00 |
Bruno Van de Velde
|
fcc8863f12
|
Allow setting the relative tooltip position
|
2015-01-12 15:48:03 +01:00 |
Bruno Van de Velde
|
a3c8d5d6f1
|
Removed TGUI_ResourcePath from global scope
|
2015-01-12 15:28:18 +01:00 |
Bruno Van de Velde
|
0b53e3aeec
|
Removed Gui::hasFocus as this functionality is part of SFML since 2.2
|
2015-01-12 15:25:22 +01:00 |
Bruno Van de Velde
|
7c6f678c47
|
Fixed warning in signal class
|
2015-01-12 15:04:28 +01:00 |
Bruno Van de Velde
|
e8357588f9
|
Don't create tooltips in background when not needed
|
2015-01-12 14:59:35 +01:00 |
Bruno Van de Velde
|
7235fe1a58
|
New travis script failed
|
2015-01-12 14:44:42 +01:00 |
Bruno Van de Velde
|
5ee10bb6d9
|
Travis should use SFML 2.2
|
2015-01-12 14:36:27 +01:00 |