summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2010-10-06Fixing movement with the mouseStefan Dombrowski1-4/+2
2010-10-05Fixing segmentation fault in social windowStefan Dombrowski1-2/+2
2010-10-04Remove the AFK response systemChuck Miller1-1/+0
2010-10-04Remove the following systemChuck Miller2-10/+0
2010-10-03Fixing segmentation fault and updating the cursor type after mouse pressStefan Dombrowski2-0/+18
2010-10-02Avoiding the creation of a party or guild without a nameStefan Dombrowski1-10/+12
2010-10-01Fix possible invisible chat.Andrei Karas1-5/+2
2010-09-30Setting alpha for items in ItemShortcutContainerStefan Dombrowski1-0/+1
2010-09-29Improve chat speed.Andrei Karas3-193/+128
2010-09-28Removing click-countStefan Dombrowski4-59/+4
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer26-277/+371
2010-09-13Avoid loading non-existing music and minimapsStefan Dombrowski1-1/+2
2010-09-12Deactivating OpenGL by default on WindowsStefan Dombrowski1-2/+12
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski2-4/+4
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski2-2/+14
2010-09-08Adding missing update for attributes in StatusWindowStefan Dombrowski2-4/+11
2010-09-04Fix crash with missing skill iconJared Adams1-2/+8
2010-09-02Avoiding empty lines in historyStefan Dombrowski1-1/+2
2010-09-02Fixing escape key in charselectdialogStefan Dombrowski1-14/+6
2010-08-31Fixing auto complete and chat historyStefan Dombrowski2-14/+8
2010-08-30Fixing segmentation fault and making invite to guild in pop-up conditionalStefan Dombrowski2-1/+3
2010-08-29Move handling of autocomplete and input history into TextFieldJared Adams7-203/+222
2010-08-27Changing findBeingByName so that it searches case insensitiveStefan Dombrowski1-2/+4
2010-08-26Merged testing branch into master.Yohann Ferreira11-52/+62
2010-08-25Adding autoComplete for inviteStefan Dombrowski7-11/+48
2010-08-24Giving functionality to invite in socialwindow and allow enter key in textdialogStefan Dombrowski2-3/+2
2010-08-22Fixing segmentation fault when tab gets removedStefan Dombrowski1-17/+3
2010-08-21Fixing segmentation fault and improving gui for partyStefan Dombrowski1-2/+2
2010-08-20Show info popups for all playersStefan Dombrowski1-11/+14
2010-08-19Fixing some bugs in NPC-shop guiStefan Dombrowski3-0/+26
2010-08-18Fix Theme loadingJared Adams1-0/+4
2010-08-18Fixing overlapping icons in item popupsStefan Dombrowski1-17/+18
2010-08-16Move more to the event systemJared Adams8-53/+89
2010-08-12Simplify working with the event systemJared Adams5-17/+17
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams2-19/+31
2010-08-12Forgot a Label constructorJared Adams1-0/+1
2010-08-12Fix Label color handlingJared Adams1-1/+1
2010-08-10Remove NpcDialog references from netcodeJared Adams2-18/+153
2010-08-09Replace remaining gcn::Label instances with Label instancesJared Adams3-4/+8
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-1/+3
2010-08-03Move Theme and UserPalette to the resources folderJared Adams44-1318/+52
2010-08-03Merge remote branch 'origin/1.0'Jared Adams1-4/+36
2010-08-03Added double click to equip unequip and use itemsdweems1-4/+36
2010-08-02Fix some bugsJared Adams1-2/+4
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams4-28/+88
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-0/+25
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams7-17/+18
2010-08-01Remove isActive methods from buy/sell windowsJared Adams7-16/+21
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller6-46/+39
2010-07-30Fixed two more forgotten hard-coded references.Yohann Ferreira1-1/+3