colobot/src/ui
erihel 6f64770714 * Fixes to ingame editor
* Fixes to editor window. It's now possible to resize, move and press buttons
2013-02-09 21:00:07 +01:00
..
README.txt Updated docs and some Doxygen fixes 2012-09-27 20:43:20 +02:00
button.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
button.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
check.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
check.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
color.cpp Fog color fix; refactoring 2012-09-26 16:31:04 +02:00
color.h Whitespace fix 2012-09-20 20:38:14 +02:00
compass.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
compass.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
control.cpp Added saving user scripts on game save. Fixed bug in writing script to file. 2012-10-11 23:09:29 +02:00
control.h Added saving user scripts on game save. Fixed bug in writing script to file. 2012-10-11 23:09:29 +02:00
displayinfo.cpp Removed unnecessary dynamic_casts 2012-10-17 21:48:40 +02:00
displayinfo.h * latest changes 2012-09-11 12:49:41 +02:00
displaytext.cpp Fixed includes in ui. 2012-09-19 00:04:21 +02:00
displaytext.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
edit.cpp * Fixes to ingame editor 2013-02-09 21:00:07 +01:00
edit.h * Fixed problem with scrolling down text fields with mouse scroll 2012-12-29 13:32:11 +01:00
editvalue.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
editvalue.h Warnings cleaned, left only those connected to commented out code. 2012-09-18 22:33:28 +02:00
gauge.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
gauge.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
group.cpp Interface works 2012-09-16 10:38:08 +02:00
group.h Further improvements in UI porting 2012-08-18 22:56:42 +02:00
image.cpp Fixed includes in ui. 2012-09-19 00:04:21 +02:00
image.h Warnings cleaned, left only those connected to commented out code. 2012-09-18 22:33:28 +02:00
interface.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
interface.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
key.cpp Changing and saving input bindings 2012-10-07 00:46:46 +02:00
key.h Changing and saving input bindings 2012-10-07 00:46:46 +02:00
label.cpp Fixed includes in ui. 2012-09-19 00:04:21 +02:00
label.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
list.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
list.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
maindialog.cpp * Cleaning player list before getting new one (entering user menu several times appended user to existing list) 2013-01-15 22:52:37 +01:00
maindialog.h Further work on saving profile and directory listing. 2012-10-02 21:44:14 +02:00
mainmap.cpp Warnings cleaned, left only those connected to commented out code. 2012-09-18 22:33:28 +02:00
mainmap.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
mainshort.cpp Changing and saving input bindings 2012-10-07 00:46:46 +02:00
mainshort.h Changing and saving input bindings 2012-10-07 00:46:46 +02:00
map.cpp Fixed invradar cheat code. 2012-09-30 01:51:37 +02:00
map.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
scroll.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
scroll.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
shortcut.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
shortcut.h Merge dev-common and various fixes to achieve compilation 2012-09-15 18:50:51 +02:00
slider.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
slider.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
studio.cpp * Fixes to ingame editor 2013-02-09 21:00:07 +01:00
studio.h [src/ui] CStudio compiles 2012-09-15 22:06:10 +02:00
target.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
target.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00
window.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
window.h Fixed includes in ui. 2012-09-19 00:04:21 +02:00

README.txt

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