summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-5/+5
2009-03-05Removed a check I added in the previous commit which isn't necessary.Ira Rice1-9/+0
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-27/+39
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-24/+10
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-99/+99
2009-02-06Sanitized item links so that at no point is the internal representationIra Rice1-11/+10
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-4/+0
2009-01-26Removed the description option from right click menus on items. WithIra Rice1-7/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-0/+7
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-1/+1
2009-01-06Added support for internationalizationIra Rice1-23/+26
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-07-18Import of client treeLloyd Bryant1-98/+113
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