summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2008-07-23Added viewable cape/misc1/misc2, Chat button in GUILloyd Bryant1-1/+7
2008-07-23Remember windows visibility.Eugenio Favalli4-1/+5
2008-07-18Import of client treeLloyd Bryant128-767/+1654
2008-07-17Added support for handling the custom eAthena packet that sends the updateBjørn Lindeijer2-5/+10
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-08#359 patch by ScraggyDavid Athay2-7/+92
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-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer1-7/+5
2008-07-01fixed a compiler warning.Philipp Sehmisch1-1/+1
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML fi...Philipp Sehmisch12-94/+620
2008-06-27add icons to the skill dialogRoderic Morris2-6/+27
2008-06-16Allow whispers by default (patch by Fate).Bjørn Lindeijer1-1/+1
2008-06-15fix compiler and cmake warningsRoderic Morris1-2/+2
2008-06-14Fixed compilation errors and trade bug.David Athay2-1/+3
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer13-108/+88
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-09Fix for segfault in drop down list of player ignore and sanity check for /whi...Dennis Friis2-2/+10
2008-06-05Lowered default particle detail level.Philipp Sehmisch1-1/+1
2008-06-05Added command line argument to specify the update host (-H). Also, to avoidBjørn Lindeijer2-23/+44
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
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
2008-05-28Added slider for controlling particleEmitterSkip (overall quality of particle...Philipp Sehmisch3-3/+62
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer1-0/+2
2008-05-19Removed the PopupBox class and used gcn::DropDown instead. It has clippingBjørn Lindeijer5-219/+7
2008-05-16Applied QOAL's patch to fix popup bug.David Athay1-2/+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-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer11-4/+1537
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay11-209/+28
2008-05-08Allow page up and page down to scroll the chat window, based on patch by fate.Dennis Friis2-10/+36
2008-05-06Dont allow dragging of empty placeholders.Dennis Friis1-0/+2
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer2-12/+15
2008-05-04Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-...Bjørn Lindeijer11-89/+37
2008-04-29Removed unused option from GCContainer to not delete a child, fixing warningsBjørn Lindeijer2-12/+10
2008-04-29* Fixed issue with determining whether chat input is focused (method no longerBjørn Lindeijer5-10/+14
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer1-2/+2
2008-04-28Properly fix problems with ItemContainer in InventoryWindow not resizingBjørn Lindeijer6-53/+33
2008-04-28Skills patch by roderic, mantis id=209David Athay2-43/+125
2008-04-28Added party invite dialogDavid Athay2-17/+97
2008-04-27Switch to use our extended ScrollArea and use adjusted width to proper calcul...Dennis Friis2-2/+5
2008-04-27Fix buildup of whitespace by using correct gridHeight and adding just 4px spa...Dennis Friis1-2/+2
2008-04-27Add methods to get width and height adjusted for any visible scrollbars.Dennis Friis2-0/+24