aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenu.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03enable writablek-m_schindler1-14/+4
2016-01-03fix compilationk-m_schindler1-7/+99
2014-11-22Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler1-3/+2
2010-05-18fix mouse in ScreenPartyNewRoundwhiteshark01-41/+50
2010-05-03- Free Statics/Buttons/Texts if a screen is destroyed (Textures used by those...tobigun1-9/+16
2010-05-03- Replaced another usage of Screen.w/Screen.h with ScreenW/ScreenHtobigun1-2/+2
2010-04-18change variable names "static" to "statics"tobigun1-36/+36
2010-04-13load type and typesbg from theme ini for selectswhiteshark01-2/+2
2010-04-07swap textures of statics colorized to playercolor in score screenwhiteshark01-0/+2
2010-03-18vertically center select arrowswhiteshark01-2/+5
2010-03-18some changes to "Select Slides"whiteshark01-20/+41
2010-03-14removed old benchmark callwhiteshark01-2/+0
2010-01-25fix software cursor w/ screens = 2whiteshark01-5/+7
2010-01-12merged lua into trunks_alexander1-2/+2
2009-11-18some changes on mousesupportwhiteshark01-31/+48
2009-11-09merged unicode branch (r1931) into trunks_alexander1-130/+111
2009-06-04cosmeticsk-m_schindler1-92/+147
2009-05-31merged (experimental) mouse support patch by d0ccrazywhiteshark01-7/+112
2009-05-26Statics defined in theme don't necessarily need a width or height set, if omi...mogguh1-4/+28
2009-04-24cosmetics. No code changek-m_schindler1-39/+42
2008-10-20FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis...tobigun1-2/+6
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun1-6/+6
2008-10-19- background-type -> enumtobigun1-8/+8
2008-10-18style adjustments. no code change.k-m_schindler1-135/+140
2008-10-13Abstraction of the menus backgroundwhiteshark01-53/+153
2008-09-23indentation unified, no code change.k-m_schindler1-2/+13
2008-09-23gpl header added and property svn:header set to "HeadURL Id"k-m_schindler1-0/+25
2008-08-27rename Menu part2k-m_schindler1-0/+0
2008-08-27rename Menu part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-26Removed: Select, outdated/unused (+SelectSlide does the job)mogguh1-186/+2
2008-08-13do not use the cached option of GetTexture() for theme textures, as the cache...tobigun1-9/+10
2008-07-12Text has a new property -> Z (default is 0)mogguh1-5/+5
2008-07-02Audio/Video engine update:tobigun1-3/+0
2008-05-22removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat...k-m_schindler1-22/+0
2008-05-22further code improvement in TMenu.InRegionk-m_schindler1-3/+2
2008-05-22unused variables removed, minor change to TMenu.InRegion, eol property setk-m_schindler1-36/+31
2008-05-13- fixed video-backgroundtobigun1-20/+12
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+2
2008-05-07Bugfix: Options screen doesn't break anymore when cursor up / down is pressedmogguh1-16/+2
2008-05-06Option screen has two rows of buttons, to select the row beneath press [curso...mogguh1-2/+49
2008-05-05Added text reflection as new property in the thememogguh1-5/+5
2008-05-02MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun1-5/+29
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-04-30video-background fix. This should fix the white-screen bug with animation bac...tobigun1-1585/+1595
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-1585/+1585
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-21/+30
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun1-32/+30
2008-03-31Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun1-27/+9
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun1-40/+40