summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Various gettext fixesKess Vargavind1-7/+15
2009-05-14Fixed the worst layout issues that came up with translationsBjørn Lindeijer1-3/+3
2009-05-12GCC3x does not like static_cast to enum, use old style instead.Dennis Friis1-2/+1
2009-05-11Simplified conversion of font size to index of dropdownBjørn Lindeijer1-21/+1
2009-05-11Removed scroll laziness and scroll radius options. Both of these wereTametomo1-80/+10
2009-05-11Unduplicated the mapping to string representationBjørn Lindeijer1-91/+51
2009-05-10Made overhead text the default instead of the bubblesBjørn Lindeijer1-3/+3
2009-05-05Tweaked the available font sizesBjørn Lindeijer1-11/+14
2009-05-05Fixed up the video tab in the setup window.Chuck Miller1-27/+37
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-1/+1
2009-04-25Font size change in the guiBlue1-5/+64
2009-04-20Fixed displaying of the modes available under SDL so that it doesn't cutIra Rice1-4/+7
2009-04-15Only notify the user that they will need to change maps for changingTametomo1-3/+6
2009-04-13Some cleanup of the Configuration interfaceBjørn Lindeijer1-23/+18
2009-04-13Revert forced FPS limitBjørn Lindeijer1-1/+1
2009-04-08Associated setup tab name with the tab itselfBjørn Lindeijer1-1/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-23/+24
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-33/+67
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-26/+29
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+15
2009-03-19Throttle framerates down to save CPU cycles. Now that we're getting highIra Rice1-14/+18
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-12/+11
2009-03-10Fix video config cancel button for "show name".Majin Sniper1-0/+2
2009-03-10Fix video config cancel button for "show name".Majin Sniper1-0/+2
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-4/+4
2009-02-24Fixed compile warningsBjørn Lindeijer1-5/+5
2009-02-20Fixed some lines from cutting off in English (which would carry over toIra Rice1-4/+4
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-6/+35
2009-02-19Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-6/+35
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer1-38/+0
2009-02-15Deleted some unneeded delete statements.Ira Rice1-38/+0
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-31/+101
2009-02-11Adjusted a few files for release.Ira Rice1-2/+2
2009-02-11Don't make log statements translatableBjørn Lindeijer1-2/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Made sure to clean up after all of the dangling pointers in theIra Rice1-6/+39
2009-02-10Added two more options for displaying speech overhead (don't show it atIra Rice1-26/+63
2009-02-10Don't make log statements translatableBjørn Lindeijer1-2/+2
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-43/+26
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-33/+109
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-26/+26
2009-02-03Modified video mode selection to not test the resolution clicked on, andIra Rice1-17/+0
2009-01-25Synchronized setup dialog size with AethyraBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-18Reflowed the setup keyboard tab with the layout code.Ira Rice1-1/+1
2009-01-18While the last commit might look good in English, it wasn't veryIra Rice1-23/+23
2009-01-18Fixed layout of video setup page when translatedBjørn Lindeijer1-61/+43