summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer8-66/+50
on demand. Results in faster startup time and reduced memory usage.
2007-11-14Experimented with non-stuck gaming when talking to NPCs.Guillaume Melquiond2-6/+1
2007-11-14Improved item amount dialog box.Guillaume Melquiond3-43/+44
2007-11-14Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+5
2007-11-11Moved check on dropping 1 item to the inventory dialog.Bjørn Lindeijer3-11/+8
2007-11-08Ensured "unequip" button is visible.Guillaume Melquiond1-1/+3
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond1-8/+5
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond2-189/+105
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed ↵Guillaume Melquiond5-31/+52
useless code.
2007-10-28Fixed coordinates in the debug window and updated project file.Eugenio Favalli1-2/+2
2007-10-28Fixed a windows compilation problem caused by a define macro of the Windows ↵Philipp Sehmisch1-0/+2
API that conflicts with a guichan identifier.
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond8-199/+401
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond13-9/+32
2007-10-26Removed some completely useless code from the chat class.Philipp Sehmisch2-11/+0
2007-10-26Added possibility of length limitation to browserbox and used it for the ↵Philipp Sehmisch3-8/+25
chatlog (length set by the config option "ChatLogLength").
2007-10-25Item amount dialog is now skipped when there is only one item on the stack.Philipp Sehmisch1-0/+8
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer3-39/+46
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵Guillaume Melquiond2-65/+22
Changed error message and marked it as translatable.
2007-10-22Some insignificant small changes.Bjørn Lindeijer1-1/+1
2007-10-22Plugged memory leak in connection dialog box.Guillaume Melquiond2-25/+19
2007-10-21Fixed invisible text in dropboxes and shopboxes.Guillaume Melquiond2-0/+2
2007-10-21Converted sell dialog box to layout handler. Removed some useless code from ↵Guillaume Melquiond3-71/+19
buy dialog box.
2007-10-21Converted dialog box to layout handler.Guillaume Melquiond2-62/+17
2007-10-21Changed to use default values when restoring missing settings.Guillaume Melquiond2-11/+11
2007-10-21Fixed missing pixels at bottom and right.Guillaume Melquiond1-6/+3
2007-10-21Added persistent positioning.Guillaume Melquiond1-0/+2
2007-10-21Plugged memory leak in quit dialog.Guillaume Melquiond1-0/+5
2007-10-21Removed redundant destructor.Guillaume Melquiond2-19/+0
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond7-35/+59
2007-10-21Converted inventory window to layout handler.Guillaume Melquiond2-51/+18
2007-10-21Added automatic layout reflowing on window resize.Guillaume Melquiond1-0/+11
2007-10-21Allowed for decreasing sizes in layout.Guillaume Melquiond1-2/+3
2007-10-21Removed redundant resizable flag. Factored moving/resizing code, so that ↵Guillaume Melquiond2-39/+40
events are fired only once per size change.
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond3-37/+35
layout handler.
2007-10-20Improved layout manager. Reworked layout of character selection dialog box.Guillaume Melquiond3-97/+162
2007-10-20Centered sprite inside selection box.Guillaume Melquiond1-1/+5
2007-10-20Added a few comments.Guillaume Melquiond1-6/+20
2007-10-20Added a layout handler for automatically positioning widgets in a window. ↵Guillaume Melquiond5-70/+353
Fixed layout of login dialog box when native language is not English.
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ↵Guillaume Melquiond1-1/+1
loader.
2007-10-19Marked buy and sell dialog boxes as translatable.Guillaume Melquiond2-33/+39
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond2-22/+50
2007-10-19Commented a DoS weakness of the browser box.Guillaume Melquiond1-0/+4
2007-10-19Fixed key special values. Reduced amount of spurious item deselections.Guillaume Melquiond2-30/+27
2007-10-19Increased text chunk cache size to improve performance when a lot of text is ↵Philipp Sehmisch1-1/+1
on the screen.
2007-10-18Fixed two forgotten main.h includes which caused OpenGL option in the setupBjørn Lindeijer3-2/+3
dialog and the font used in OpenGL mode in the BrowserBox not to function.
2007-10-18Removed player looks from generic beings. Prevented client termination on ↵Guillaume Melquiond2-6/+8
missing sprites. Merged weapon-type and attack-type fields for items.
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer2-22/+5
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-10-18Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2007-10-15Added Dutch translation (incomplete) and put drawing of debug path into aBjørn Lindeijer2-34/+41
private method.
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond1-0/+2