aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian3-5/+5
2013-01-05removed pascal codeAlexander Sulfrian12-4463/+0
2013-01-05added first frame and sub directory for framesAlexander Sulfrian1-0/+4
loading screen: currently only with background
2013-01-05added FrameBackgroundImageAlexander Sulfrian2-0/+159
2013-01-05correctly locking and freeing the event buffers on destructionAlexander Sulfrian1-0/+6
2013-01-05before set the background of a frame, free old oneAlexander Sulfrian1-0/+4
2013-01-05changed from SDL rendering to OpenGLAlexander Sulfrian15-52/+154
draw, repaint methods do not have the SDL_Surface* parameter anymore
2013-01-05added software cursorAlexander Sulfrian3-0/+133
2013-01-05removed unnecessary pure virtual method declarationAlexander Sulfrian1-7/+0
removed that pure virtual declaration - it is already there from the base class
2013-01-05added mouse_move signal to event managerAlexander Sulfrian2-1/+5
2013-01-05changed screen to display (only local naming)Alexander Sulfrian2-3/+3
changed that naming to be consistent to all other draw methods
2013-01-05added overlaysAlexander Sulfrian2-0/+23
added list of drawable controls that are drawn over all frames
2013-01-05added event_managerAlexander Sulfrian3-4/+250
event_manager for passing the events from the SDL thread to the event thread
2013-01-05applied the changes from drawableAlexander Sulfrian2-4/+2
2013-01-05refactor some things with FPSmanagerAlexander Sulfrian2-7/+35
2013-01-05reset singleton instance on destructionAlexander Sulfrian1-0/+3
2013-01-05added main applicationAlexander Sulfrian2-0/+218
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore
2013-01-05removed old (converted) opengl display classAlexander Sulfrian2-652/+0
2013-01-05removed unused openglAlexander Sulfrian1-3/+0
2013-01-05added SDL_Surface* display to all repaint/draw methodsAlexander Sulfrian10-17/+26
2013-01-05added parent to controlAlexander Sulfrian8-10/+37
parent is used to delete the objects if the parent is deleted
2013-01-05started gui frameworkAlexander Sulfrian14-50/+504
renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag
2013-01-05redraw on property changeAlexander Sulfrian2-0/+2
2013-01-05make on_draw protectedAlexander Sulfrian2-6/+10
external classes have to call draw instead of on_draw (so that visible gets evaluated)
2013-01-05added getter/setter for Reflection::spacingAlexander Sulfrian2-0/+13
2013-01-05added Reflection class (descendant of Drawable)Alexander Sulfrian2-0/+88
2013-01-05added drawable abstract base classAlexander Sulfrian2-0/+117
2013-01-05disabled (defined out) not working code to be able to compile all filesAlexander Sulfrian2-0/+8
2013-01-05converted UMenuBackgroundColorAlexander Sulfrian3-73/+23
2013-01-05explicit set public scope of implemented methodAlexander Sulfrian1-0/+1
2013-01-05converted UMenuBackgroundNoneAlexander Sulfrian2-48/+23
2013-01-05refactor MenuBackgrund base classAlexander Sulfrian1-5/+5
changed on_show, on_finish and deconstructor to optional implementations with empty implementations instead of pure virtual functions in base class
2013-01-05added MenuBackgroundException, removed virtual constructor (nonsense)Alexander Sulfrian1-1/+3
2013-01-05converted UMenuBackgrundAlexander Sulfrian2-83/+52
2013-01-05converted UDisplayAlexander Sulfrian3-648/+648
2009-11-24handling mouse input a better way in UDisplaywhiteshark01-22/+44
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1957 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-18some changes on mousesupportwhiteshark04-33/+136
- you can click on the whole area of a button after fading - options on selects can be changed by clicking on the arrows - fix mouse parsing at the screensong extensions git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1950 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-17prevent key input from being sent to the screen that is fading out, send it ↵whiteshark01-0/+13
to the screen that is fading in instead. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1946 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-11-09merged unicode branch (r1931) into trunks_alexander10-919/+897
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1939 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-06-04cosmeticsk-m_schindler4-238/+304
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1800 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-31software cursor is now hidden on startupwhiteshark01-2/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1791 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-31fixed a bug in UMenuText that causes (some of) the crashs in USongJumpTowhiteshark01-9/+10
some bad coding style by myself also fixed thx to AlexanderS git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1790 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-31merged (experimental) mouse support patch by d0ccrazywhiteshark02-7/+303
some changes to patch - implemented software cursor (texturable) - option to turn of mouse support or switch between hardware and software cursor - hide software cursor if there is no mouse activity for 5 seconds - soft fade in and out for software cursor - some test cursor-textures for deluxe theme (mog pls change these horible looking images) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1789 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-28comment removed. Successful review from mog.k-m_schindler1-3/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1788 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-28fix the bug from rev. 1784. mog has to review this!k-m_schindler1-3/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1787 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-28cosmetical removal of Warning: Constructor should be publick-m_schindler1-37/+37
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1785 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-27All options do have one option visible nowmogguh1-59/+43
FIXED: SelectSlides with only two options did not show arrows on reelection ENHANCEMENT: Beautified some portions of UMenuSelectSlide.pas code git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1784 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-26Statics defined in theme don't necessarily need a width or height set, if ↵mogguh2-11/+71
omitted the the values from the texture itself will be used SelectSlides may now have arrows and only one item set, default is off - view UScreenOptionsGame.pas as example on how to set this git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1783 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-05-22cosmetics and buildbot triggerk-m_schindler1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1760 b956fd51-792f-4845-bead-9b4dfca2ff2c
2009-04-24cosmetics. No code changek-m_schindler8-268/+283
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1692 b956fd51-792f-4845-bead-9b4dfca2ff2c