| Commit message (Expand) | Author | Age | Files | Lines |
* | merge of VideoPreview branch into trunk | brunzelchen | 2010-06-10 | 1 | -3/+3 |
* | fix: FadeEnabled was not initialized correctly. The case ((Ini.ScreenFade = 1... | tobigun | 2010-06-03 | 1 | -1/+1 |
* | cleanup | tobigun | 2010-06-03 | 1 | -10/+9 |
* | cleanup | tobigun | 2010-06-03 | 1 | -4/+3 |
* | cleanup: | tobigun | 2010-06-03 | 1 | -33/+22 |
* | fix mouse in ScreenPartyNewRound | whiteshark0 | 2010-05-18 | 1 | -41/+50 |
* | - Free Statics/Buttons/Texts if a screen is destroyed (Textures used by those... | tobigun | 2010-05-03 | 1 | -9/+16 |
* | - Replaced another usage of Screen.w/Screen.h with ScreenW/ScreenH | tobigun | 2010-05-03 | 1 | -2/+2 |
* | wrong usage of glTexEnvi fixed | tobigun | 2010-04-25 | 1 | -2/+6 |
* | - fix: fade texture needs to be resized if the window was resized | tobigun | 2010-04-25 | 1 | -19/+35 |
* | - font fallback added | tobigun | 2010-04-23 | 3 | -7/+7 |
* | - now it is possible to sync lyrics to audio | tobigun | 2010-04-22 | 1 | -0/+1 |
* | - add video loop option | tobigun | 2010-04-21 | 1 | -16/+23 |
* | change variable names "static" to "statics" | tobigun | 2010-04-18 | 1 | -36/+36 |
* | minor screen transition improvements | whiteshark0 | 2010-04-17 | 1 | -39/+48 |
* | load type and typesbg from theme ini for selects | whiteshark0 | 2010-04-13 | 1 | -2/+2 |
* | cut text of select options to fit to selects bg | whiteshark0 | 2010-04-13 | 1 | -9/+45 |
* | some code cleanup | whiteshark0 | 2010-04-13 | 1 | -16/+18 |
* | swap textures of statics colorized to playercolor in score screen | whiteshark0 | 2010-04-07 | 1 | -0/+2 |
* | vertically center select arrows | whiteshark0 | 2010-03-18 | 1 | -2/+5 |
* | some changes to "Select Slides" | whiteshark0 | 2010-03-18 | 2 | -37/+122 |
* | removed old benchmark call | whiteshark0 | 2010-03-14 | 1 | -2/+0 |
* | improved fade effect; better compatibility for two-screens-mode | brunzelchen | 2010-03-14 | 1 | -22/+39 |
* | fix software cursor w/ screens = 2 | whiteshark0 | 2010-01-25 | 2 | -14/+20 |
* | merged lua into trunk | s_alexander | 2010-01-12 | 2 | -4/+66 |
* | handling mouse input a better way in UDisplay | whiteshark0 | 2009-11-24 | 1 | -22/+44 |
* | some changes on mousesupport | whiteshark0 | 2009-11-18 | 4 | -33/+136 |
* | prevent key input from being sent to the screen that is fading out, send it t... | whiteshark0 | 2009-11-17 | 1 | -0/+13 |
* | merged unicode branch (r1931) into trunk | s_alexander | 2009-11-09 | 10 | -919/+897 |
* | cosmetics | k-m_schindler | 2009-06-04 | 4 | -238/+304 |
* | software cursor is now hidden on startup | whiteshark0 | 2009-05-31 | 1 | -2/+3 |
* | fixed a bug in UMenuText that causes (some of) the crashs in USongJumpTo | whiteshark0 | 2009-05-31 | 1 | -9/+10 |
* | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 2009-05-31 | 2 | -7/+303 |
* | comment removed. Successful review from mog. | k-m_schindler | 2009-05-28 | 1 | -3/+0 |
* | fix the bug from rev. 1784. mog has to review this! | k-m_schindler | 2009-05-28 | 1 | -3/+5 |
* | cosmetical removal of Warning: Constructor should be public | k-m_schindler | 2009-05-28 | 1 | -37/+37 |
* | All options do have one option visible now | mogguh | 2009-05-27 | 1 | -59/+43 |
* | Statics defined in theme don't necessarily need a width or height set, if omi... | mogguh | 2009-05-26 | 2 | -11/+71 |
* | cosmetics and buildbot trigger | k-m_schindler | 2009-05-22 | 1 | -1/+1 |
* | cosmetics. No code change | k-m_schindler | 2009-04-24 | 8 | -268/+283 |
* | removal of type warnings and cosmetics | k-m_schindler | 2009-04-18 | 1 | -14/+15 |
* | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 2009-03-07 | 1 | -5/+6 |
* | fixed first screen was cleared when second screen was drawn. #76 should be fi... | whiteshark0 | 2009-03-01 | 5 | -10/+25 |
* | editing | k-m_schindler | 2009-02-21 | 1 | -30/+33 |
* | All comments are English now (Polish ones have been translated) | tobigun | 2008-11-03 | 2 | -7/+6 |
* | some compiler warnings/hints removed | tobigun | 2008-10-28 | 3 | -4/+3 |
* | - glPrint(Pchar) -> glPrint(string) | tobigun | 2008-10-28 | 3 | -14/+14 |
* | FPC 2.2.2 compatibility. USDX crashed with an error in iconv_close. After dis... | tobigun | 2008-10-20 | 1 | -2/+6 |
* | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 2008-10-19 | 4 | -12/+12 |
* | - background-type -> enum | tobigun | 2008-10-19 | 1 | -8/+8 |