summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-05-16Applied QOAL's patch to fix popup bug.David Athay1-2/+2
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-1/+51
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli1-6/+0
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-2/+2
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-27/+27
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-24/+10
2005-12-29Removed duplicate pick up codeBjörn Steinbrink1-3/+1
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-7/+7
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-36/+42
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-6/+5
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-4/+0
2005-09-17Added PVPMatthias Hartmann1-1/+10
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-7/+12
2005-09-14Some header fixes/cleanups.Björn Steinbrink1-1/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-23/+23
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-1/+1
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-3/+3
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+15
2005-08-01Show the name of the trade partner in the trade dialog.Andrej Sinicyn1-0/+3
2005-07-28Cleaned up the showPopup() code, moved "map"-related code into game.cpp, made...Björn Steinbrink1-66/+53
2005-07-26Fixed empty popup window being shown when user right clicks on an empty tile ...Björn Steinbrink1-0/+2
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not being...Björn Steinbrink1-18/+27
2005-07-22Added missing includes and fixed a warning about implicit conversion.Björn Steinbrink1-0/+2
2005-07-22Merge between moi1392's branch and headCedric Borgese1-4/+82
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-21/+5
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-0/+3
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-19/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+3
2005-07-03Popupmenu shouldn't try to delete some random being when destroyed!Bjørn Lindeijer1-1/+0
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer1-13/+21
2005-07-03- Removing "walk to", "attack" from context menuEugenio Favalli1-30/+6
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli1-3/+4
2005-06-30Repaired the 'Walk to' option.Yohann Ferreira1-3/+3
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer1-10/+10
2005-06-18code indentJosé Ávila1-3/+3
2005-06-18Showing buddyWindowMateusz Kaduk1-1/+5
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-0/+213