summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Corrected coordinates of window menujurkan1-1/+1
2012-05-07Fixed wrong offset values for tab widget drawingjurkan1-9/+9
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer2-1/+3
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-3/+2
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-1/+1
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer2-3/+3
2012-03-18Fixed issues with rendering very small mapsjurkan1-24/+38
2012-02-26Fixed display of server descriptionErik Schilling1-0/+1
2012-02-18Fixed manaserv-enabled buildsThorbjørn Lindeijer3-10/+10
2012-02-12Fixed inventory displayYohann Ferreira1-3/+6
2012-02-12Restored manaserv-less buildsYohann Ferreira3-5/+29
2012-02-11Made items equippable by double click in inventoryErik Schilling1-2/+9
2012-02-11Fixed issues with the help texts and small NEWS file updatesThorbjørn Lindeijer2-6/+2
2012-02-10Arbitrary small code cleanupsThorbjørn Lindeijer3-7/+5
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-17/+26
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-63/+59
2012-02-09Setting y-offset back to 3 for status effect iconsStefan Dombrowski1-1/+1
2012-02-09Avoid a crash after selecting one's character linked to emotes.Yohann Ferreira1-3/+3
2012-02-09Show status effect icons again and position adjustStefan Dombrowski1-2/+3
2012-02-08Reorganized Video settings so that labels have more spaceThorbjørn Lindeijer1-21/+22
2012-02-07Made BrowserBox use the recommended line skip for its fontThorbjørn Lindeijer4-48/+73
2012-02-07Fixed debug window not saving its position and sizeErik Schilling1-2/+2
2012-02-07Fixed color updates of magic barErik Schilling2-0/+18
2012-02-07Fixed the server type selected when modifying a custom server.Yohann Ferreira1-2/+2
2012-02-06Some cleanups in the initialization of wallpaper pathsThorbjørn Lindeijer2-2/+2
2012-02-05Fixed spreading over tabs not spamming too muchErik Schilling1-16/+4
2012-02-05Fixed some layout issues with the chat windowThorbjørn Lindeijer2-31/+22
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-2/+7
2012-02-03Changed the setup button at login stage to use the icon.Yohann Ferreira2-4/+6
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira2-34/+55
2012-01-31Fixed saving the selected server at server connection level.Yohann Ferreira1-1/+3
2012-01-31Added missing copyright notices.Yohann Ferreira13-1/+15
2012-01-30Keep a single blank line between NPC textsThorbjørn Lindeijer1-0/+1
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer1-1/+0
2012-01-26Remove "> Next" from NPC dialogsAndrei Karas1-2/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer194-194/+194
2012-01-26Removed 'inline' keyword where it's not of any valueThorbjørn Lindeijer4-14/+14
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer6-59/+76
2012-01-20Made the update window bigger and resizableThorbjørn Lindeijer1-6/+7
2012-01-20Made the ignore record parameter usefulErik Schilling1-1/+1
2012-01-18ColorDB -> HairDB.Yohann Ferreira2-6/+6
2012-01-17Fix update error if file line is empty, like in aethyra updatesAndrei Karas1-1/+2
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer31-24/+24
2012-01-15Remove dead beings from the minimapStefan Dombrowski1-0/+4
2012-01-15Show item quantity in the shop listThorbjørn Lindeijer1-23/+40
2012-01-15Center the CustomServerDialog on its parent windowThorbjørn Lindeijer6-7/+8
2012-01-13Improved the layout of the custom server dialogThorbjørn Lindeijer1-10/+10
2012-01-10Added a separate label for the download description in the server dialog.Yohann Ferreira2-10/+14
2012-01-10Added a modify button to the server dialog.Yohann Ferreira4-17/+68
2012-01-10Made addition of custom servers be done in a separate window.Yohann Ferreira4-150/+347