summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Some formatting changes to align with the 0.0 branch.Bjørn Lindeijer2-2/+5
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer15-67/+80
2007-09-25Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink1-1/+4
2007-09-22Cleaned a bit.Guillaume Melquiond2-7/+4
2007-09-21Fixed resizing of chat window.Guillaume Melquiond1-1/+1
2007-09-21Refactor the way in which browser box text is drawn and wrapped.Björn Steinbrink1-65/+73
2007-09-21Remove duplicated file contents.Björn Steinbrink1-67/+0
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond7-16/+743
2007-09-20Fixed some compilation warning.Guillaume Melquiond2-4/+4
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer7-16/+15
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer38-333/+1426
2007-09-16Fixed improper const qualifier.Guillaume Melquiond1-1/+1
2007-09-12Allowed selection of items that cannot be afforded, so that their descriptionsBjørn Lindeijer3-28/+10
2007-09-11Fixed admin commands.Eugenio Favalli1-2/+3
2007-09-10Fixed minimap coordinates and improved look.Eugenio Favalli1-4/+4
2007-09-10Added support for True Type Fonts.Eugenio Favalli6-56/+330
2007-08-29Made sell dialog resizable and tweaked inventory resize code a bit.Bjørn Lindeijer3-55/+97
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer11-107/+259
2007-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond2-69/+55
2007-08-26Fixed incorrect button dimensions, as they mess OpenGL display with rectangle...Guillaume Melquiond1-1/+1
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-1/+3
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ...Guillaume Melquiond2-23/+3
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer5-94/+88
2007-08-24Removed unnecessary Gui::isCustomCursor method.Bjørn Lindeijer3-40/+20
2007-08-24Removed useless logic method and reverted mouse cursor to non-static sinceBjørn Lindeijer3-28/+14
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer2-9/+11
2007-08-23Removed two useless popup related methods, used generic close buttonBjørn Lindeijer4-46/+5
2007-08-22Added trimming of chat messages.Bjørn Lindeijer1-2/+7
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-3/+5
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer3-3/+8
2007-08-22Fixed a compiler warning and updated source lists.Bjørn Lindeijer1-2/+1
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley9-11/+533
2007-08-20Added monster killed xp notification effect.Joshua Langley1-1/+1
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley10-45/+219
2007-08-19src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h: fixed bug - reverts una...Joshua Langley2-3/+28
2007-08-19buy/sell fixed minimum quantity 1.Joshua Langley2-34/+30
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-4/+4
2007-08-17Fixed compile issue related to array bound not being an integer constant.Bjørn Lindeijer1-1/+1
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond2-4/+4
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli3-14/+2
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond2-20/+7
2007-08-14itemcontainer.cpp - removed debugJoshua Langley1-3/+0
2007-08-14inventory - split function fixJoshua Langley5-25/+57
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley9-181/+494
2007-08-13Fixed svn properties.Guillaume Melquiond2-2/+2
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond6-23/+12
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond2-13/+4
2007-08-08Moved equipment background to the gui directory. Changed name to lowercase only.Guillaume Melquiond1-1/+1
2007-08-08add "static" on boxPosition.Joshua Langley1-1/+1
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley2-28/+139