summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris4-7/+143
2008-08-13Call the more appropriate method (adjustSize instead of logic).Bjørn Lindeijer1-1/+1
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-0/+4
2008-07-17Fixed crash with party invite dialogDavid Athay1-2/+0
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris3-6/+6
2008-07-07Added /party command.David Athay1-1/+1
2008-07-05Allow alt key for chatting on Mac, remove unneeded includes.David Athay1-5/+0
2008-07-04Ugly hack for chat scrolling.David Athay2-9/+30
2008-07-03Fix guild window focus and crash bugDavid Athay1-1/+1
2008-07-01fixed a compiler warning.Philipp Sehmisch1-1/+1
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵Philipp Sehmisch12-94/+620
files, item descriptions on mouse-over, map names in minimap window, speech bubbles)
2008-06-27add icons to the skill dialogRoderic Morris2-6/+27
2008-06-15fix compiler and cmake warningsRoderic Morris1-2/+2
2008-06-11Fixed displaying guild members in the guild windowDavid Athay1-0/+1
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris2-134/+51
2008-06-04Small fix for displaying all names.Mateusz Kaduk1-1/+3
2008-06-04Added switch option drawing nicknames only if mouse hover. Useful in crowded ↵Mateusz Kaduk5-17/+65
places.
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris2-165/+2
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-2/+1
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge).
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer1-0/+2
2008-05-16Applied QOALs patch to fix popup bugDavid Athay1-2/+2
2008-05-15Fixed chat window scrollingDavid Athay1-0/+2
2008-05-15Added tab with image based on buttonDavid Athay6-14/+250
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay11-209/+28
window and skills dialog to use the new tabbed area. Removed tabbed container as it is no longer used. Fixed a crash with the chat window.
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer2-12/+15
2008-05-04Merged revisions ↵Bjørn Lindeijer11-89/+37
4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-4079,4082-4092,4094-4097,4099,4101-4109,4112-4115,4117-4129,4131-4150 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4031 | the_enemy | 2008-04-03 14:53:00 +0200 (Thu, 03 Apr 2008) | 1 line Tweaked disconnect dialog to fix crash bug id=250 ........ r4050 | b_lindeijer | 2008-04-07 19:37:23 +0200 (Mon, 07 Apr 2008) | 2 lines Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch). ........ r4066 | b_lindeijer | 2008-04-10 23:48:36 +0200 (Thu, 10 Apr 2008) | 2 lines Fixed compile warning. ........ r4076 | b_lindeijer | 2008-04-12 20:36:15 +0200 (Sat, 12 Apr 2008) | 3 lines Fixed display of item shortcut container. gcn::Widget::setWidth is no longer virtual. ........ r4079 | crush_tmw | 2008-04-14 09:50:25 +0200 (Mon, 14 Apr 2008) | 1 line Fixed multi-channel image dyeing (patch by fate) ........ r4096 | b_lindeijer | 2008-04-16 10:39:59 +0200 (Wed, 16 Apr 2008) | 3 lines Restored the text wrapping in TextBox, since it was based on overriding a method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). ........ r4097 | peaveydk | 2008-04-16 13:27:31 +0200 (Wed, 16 Apr 2008) | 1 line Fix a basic_string::at sometimes being out of range in BrowserBox::draw when checking for line separators. ........ r4099 | peaveydk | 2008-04-16 13:50:12 +0200 (Wed, 16 Apr 2008) | 1 line Also fix potential out of range in BrowserBox::draw when checking for color codes. ........ r4150 | b_lindeijer | 2008-04-20 21:24:33 +0200 (Sun, 20 Apr 2008) | 2 lines Forgot to remove the sound effects apparently, removed now. ........
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer1-2/+2
2008-04-28Skills patch by roderic, mantis id=209David Athay2-43/+125
2008-04-28Added party invite dialogDavid Athay2-17/+97
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira2-11/+45
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira2-31/+8
2008-04-25Added client-side email address change ability.Yohann Ferreira5-15/+289
2008-04-25Added party window, updated codeblocks project file.David Athay2-0/+147
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer3-3/+3
2008-04-23Fixed headers to be GPLDavid Athay1-22/+15
2008-04-22Added more support for partiesDavid Athay3-27/+3
2008-04-21Fixed chat window size issueDavid Athay3-14/+28
2008-04-20Merged two maps into one, avoid non-const operator[] and check whether channelBjørn Lindeijer2-31/+48
was found.
2008-04-20Fixed installing of dejavusans.ttf font.Bjørn Lindeijer1-2/+2
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer3-8/+20
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3962 | crush_tmw | 2008-03-09 16:35:00 +0100 (Sun, 09 Mar 2008) | 1 line Applied some patches by peavey related to chatlog and the quit dialog. ........ r3968 | umperio | 2008-03-11 14:56:47 +0100 (Tue, 11 Mar 2008) | 1 line Removed unused image. ........ r3969 | b_lindeijer | 2008-03-11 17:44:20 +0100 (Tue, 11 Mar 2008) | 2 lines Also removed unused image from the files to be installed. ........ r4006 | crush_tmw | 2008-03-26 00:28:05 +0100 (Wed, 26 Mar 2008) | 1 line Initialized some uninitialized variables (patch by peavey). ........ r4008 | b_lindeijer | 2008-03-27 15:51:10 +0100 (Thu, 27 Mar 2008) | 2 lines Applied patch by peavey and added his name to the ChangeLog some more. ........ r4010 | b_lindeijer | 2008-03-30 16:06:14 +0200 (Sun, 30 Mar 2008) | 2 lines Updated configure.ac for tmwdata split (patch by peavey). ........ r4018 | crush_tmw | 2008-04-01 03:02:30 +0200 (Tue, 01 Apr 2008) | 1 line Added makefile for TMXCopy by jaxad. ........ r4019 | crush_tmw | 2008-04-01 03:34:29 +0200 (Tue, 01 Apr 2008) | 1 line compilation fixes suggested by peavey. ........ r4020 | crush_tmw | 2008-04-01 03:37:51 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........ r4021 | crush_tmw | 2008-04-01 03:38:35 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........
2008-04-19Made the client clean characters information at unlogging to avoid a freeze ↵Yohann Ferreira1-0/+1
when relogging with another account.
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira2-1/+6
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira6-65/+311
(Once again, I need feedback. Thanks!)
2008-04-18Fixed numerous crashes with chat and guild windows using new tabbed area.David Athay6-63/+126
2008-04-17Fixed a crash when clicking on 'Quit Guild' Button. Also disabled the ↵Yohann Ferreira2-3/+15
'Invite user' and 'Quit Guild' buttons when no Guild is created.
2008-04-17Moved walking calls flooding control when dragging mouse to viewport.Yohann Ferreira2-11/+19
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in ↵Yohann Ferreira1-6/+10
order to keep control over message flooding to the server with mouse dragging. (I need feedback !)
2008-04-17Added smooth progress changes into progressbars.Yohann Ferreira2-4/+9
2008-04-16Removed private channelsDavid Athay1-1/+1
2008-04-16Fixed online status so that users are shown as onlineDavid Athay6-11/+39