colobot/src/ui
krzys-h 119bc62a7c Fixed #542 2015-07-29 22:46:52 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
button.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
button.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
check.cpp Made settings unavailable during in simulation setup visible but not editable 2015-07-20 17:19:49 +02:00
check.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
color.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
color.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
compass.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
compass.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
control.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
control.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
displayinfo.cpp Fix focusing issues with controls and cheat console 2015-07-15 19:11:48 +02:00
displayinfo.h Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
displaytext.cpp GetPostion(), GetRotation() and GetScale() in CObject interface 2015-07-12 11:05:50 +02:00
displaytext.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
edit.cpp Replaced CLogger::GetInstancePointer() calls with GetLogger() 2015-07-16 22:12:44 +02:00
edit.h Fix some memory problems reported by valgrind 2015-07-15 20:23:21 +02:00
editvalue.cpp Made settings unavailable during in simulation setup visible but not editable 2015-07-20 17:19:49 +02:00
editvalue.h Fix focusing issues with controls and cheat console 2015-07-15 19:11:48 +02:00
enumslider.cpp Added shadow mapping to settings screen 2015-07-20 18:42:09 +02:00
enumslider.h Added shadow mapping to settings screen 2015-07-20 18:42:09 +02:00
gauge.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
gauge.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
group.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
group.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
image.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
image.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
interface.cpp Added FilterMode, MipmapLevel and Anisotropy to settings screen 2015-07-20 13:56:45 +02:00
interface.h Added FilterMode, MipmapLevel and Anisotropy to settings screen 2015-07-20 13:56:45 +02:00
key.cpp Fixed remapping virtual keys, closes #415 2015-03-18 21:29:33 +01:00
key.h Refactoring of input and input bindings, CInput class 2014-12-11 19:14:33 +01:00
label.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
label.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
list.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
list.h Drop GCC 4.6 support 2015-06-26 00:24:32 +02:00
maindialog.cpp Fixed early profile creation (#538) 2015-07-29 18:17:28 +02:00
maindialog.h Fixed a crash on exiting from win scene to level list 2015-07-20 17:06:28 +02:00
mainmap.cpp Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
mainmap.h Remove unnecessary #include "object/object.h" 2015-07-12 14:23:18 +02:00
mainshort.cpp Better scaling of shortcut buttons on widescreen resolutions 2015-07-20 21:07:20 +02:00
mainshort.h Separate shortcut bars for teams 2015-07-16 13:46:40 +02:00
map.cpp Refactor old Get/SetAngle/Zoom -> Get/SetPartRotation/Scale 2015-07-14 21:35:43 +02:00
map.h Remove unnecessary #include "object/object.h" 2015-07-12 14:23:18 +02:00
scroll.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
scroll.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
shortcut.cpp Merge branch 'dev' into dev-physfs 2014-10-14 15:42:19 +02:00
shortcut.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
slider.cpp Fixed #542 2015-07-29 22:46:52 +02:00
slider.h Added FilterMode, MipmapLevel and Anisotropy to settings screen 2015-07-20 13:56:45 +02:00
studio.cpp Fixed code pause editor bug (#527) 2015-07-22 18:01:24 +02:00
studio.h Made programs from SatCom read-only; added program cloning 2015-04-06 16:07:49 +02:00
target.cpp CTransportableObject interface 2015-07-10 19:51:49 +02:00
target.h Remove unnecessary #include "object/object.h" 2015-07-12 14:23:18 +02:00
window.cpp Added FilterMode, MipmapLevel and Anisotropy to settings screen 2015-07-20 13:56:45 +02:00
window.h Added FilterMode, MipmapLevel and Anisotropy to settings screen 2015-07-20 13:56:45 +02:00

README.txt

/**
 * \dir src/ui
 * \brief 2D user interface controls
 */