summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-11-13Made the three desert maps use the fringe layer for objects. Reveals bug withBjørn Lindeijer1-1/+2
2005-10-23Fix a warning and a possible segmentation fault.Cedric Borgese1-1/+1
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being upda...Björn Steinbrink25-156/+50
2005-10-20Various cleanups and refactorisations.Björn Steinbrink12-98/+88
2005-10-19Code cleanup.Björn Steinbrink2-28/+35
2005-10-19Remove debug output.Björn Steinbrink1-5/+0
2005-10-18Added garbage collecting container.Björn Steinbrink2-0/+110
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink56-392/+46
2005-10-18Header, whitespace and intendation cleanups.Björn Steinbrink5-20/+11
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink15-157/+157
2005-10-16Use the ResourceManager to get spritesets.Björn Steinbrink2-10/+5
2005-10-16gl is default for win/apple/USE_OPENGL, needs to restart for fsDuane Bailey1-4/+12
2005-10-16The connection should be non-blocking now and fixed the problem with sound no...Eugenio Favalli5-111/+110
2005-10-13Make sure Alt shortcuts don't appear in chatbox.Bjørn Lindeijer1-1/+1
2005-10-13Use gcn::Font instead of gcn::ImageFont as pointer type.Björn Steinbrink3-11/+11
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer3-18/+30
2005-10-10Updated docs for releaseEugenio Favalli2-0/+232
2005-10-10Pajarico added more international characters to the fixed font and rpg font.Bjørn Lindeijer2-2/+4
2005-10-10Don't include debugwindow.h/cpp twice in Makefile.amBjørn Lindeijer2-10/+17
2005-10-10Fixed path for win32Eugenio Favalli1-1/+1
2005-10-09Corrected the white browser font bug and the black hp/mp bug which were linke...Yohann Ferreira4-2/+191
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer28-236/+234
2005-10-07Modified finding NPC as by timonator's suggestion in order to allow NPCs to beBjørn Lindeijer1-6/+13
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer5-29/+38
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ministatu...Yohann Ferreira1-4/+4
2005-10-04Set the white font in the ministatus window only in sdl mode until we have fo...Yohann Ferreira2-2/+8
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the stats...Yohann Ferreira2-1/+16
2005-10-04Fixed the chat window scrolling bug.Yohann Ferreira1-2/+12
2005-10-04Move to top the requested windows. Also corrected the default win pos for inv...Yohann Ferreira3-2/+7
2005-10-02Added check for pthread library (needed for FreeBSD, still needs to be checkedBjørn Lindeijer2-55/+54
2005-09-30Updated NEWS file for next release.Bjørn Lindeijer2-6/+1
2005-09-30Made the inventory Win behave normally when resized by default size functions.Yohann Ferreira4-7/+28
2005-09-30Fixed paths for windows usersMatthias Hartmann5-11/+11
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira12-44/+84
2005-09-28Added a Reset Win Positions to Default in the Setup win.Yohann Ferreira3-11/+53
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira9-7/+42
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira10-6/+34
2005-09-28Fix deletion of the gui font because of a missing check.Björn Steinbrink1-1/+3
2005-09-28HP and MP display in the mini status window.Yohann Ferreira2-3/+29
2005-09-28Fixed the scroll bug in the update window.Yohann Ferreira1-11/+25
2005-09-28Added -Werror to CXXFLAGS. Removed unnecessary ambigous inheritance.Björn Steinbrink1-1/+1
2005-09-27Provide a little more info on connection error.Cedric Borgese1-1/+10
2005-09-27Dont crash if there is an unknown error at login.Cedric Borgese1-0/+5
2005-09-26Updated Debian Files. And corrected a bug let by Elven.Yohann Ferreira1-1/+1
2005-09-26Now error message is displayed properly when the map server is offline.Eugenio Favalli2-9/+10
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli2-0/+118
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli5-19/+19
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer14-64/+74
2005-09-21Show time of the messages in the chat window.Andrej Sinicyn1-1/+17
2005-09-20Fixed use of Enter for closing death and weight notices, and changed glColor4fBjørn Lindeijer3-13/+13