Age | Commit message (Expand) | Author | Files | Lines |
2011-08-11 | Changed the Social button to an image one. | Yohann Ferreira | 2 | -6/+8 |
2011-08-11 | Added textpopup on mouse hovering support to buttons. | Yohann Ferreira | 2 | -1/+72 |
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 1 | -2/+0 |
2011-06-16 | Fix the off-by-one error reported in the issue comments. | Yohann Ferreira | 1 | -2/+1 |
2011-06-16 | Added image support to the button widgets. | Yohann Ferreira | 2 | -23/+156 |
2011-06-02 | Fixed missing action event when clicking on a ListBox item | Thorbjørn Lindeijer | 1 | -0/+5 |
2011-06-02 | Arbitrary code cleanups | Thorbjørn Lindeijer | 2 | -4/+4 |
2011-05-30 | Remove some uneeded offsetting | Jared Adams | 1 | -2/+2 |
2011-05-25 | Added more double clickable actions | Angelo Castellani | 1 | -1/+7 |
2011-05-24 | Extended Guichan with an empty spacer widget | Angelo Castellani | 2 | -0/+81 |
2011-05-23 | Fixed listbox selection issue | Angelo Castellani | 2 | -1/+16 |
2011-05-13 | Made the setup keyboard tab prettier. | Angelo Castellani | 1 | -0/+13 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 22 | -99/+10 |
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -6/+6 |
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 1 | -3/+3 |
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -3/+3 |
2011-03-26 | Add search bar to storage and inventory windows | Blue Sans Douze | 2 | -5/+56 |
2011-03-08 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 2 | -1/+189 |
2011-01-03 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -3/+3 |
2011-01-02 | Fixing compiler warnings | Stefan Dombrowski | 1 | -2/+2 |
2010-12-26 | Fix crash with corrupted links in chat. | Andrei Karas | 1 | -2/+2 |
2010-12-15 | Small hacking cleanups. | Yohann Ferreira | 1 | -1/+2 |
2010-11-11 | Replace Event names with enums instead of strings | Chuck Miller | 1 | -3/+3 |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -3/+3 |
2010-11-07 | Convert the emote system to use particles | Chuck Miller | 2 | -6/+5 |
2010-11-01 | Merge branch '0.5' of gitorious.org:mana/mana | Yohann Ferreira | 7 | -242/+132 |
2010-10-22 | Turned the OpenGL and disable transparency options as static members. | Yohann Ferreira | 1 | -2/+2 |
2010-10-01 | Fix possible invisible chat. | Andrei Karas | 1 | -5/+2 |
2010-09-30 | Setting alpha for items in ItemShortcutContainer | Stefan Dombrowski | 1 | -0/+1 |
2010-09-29 | Improve chat speed. | Andrei Karas | 3 | -193/+128 |
2010-09-28 | Removing click-count | Stefan Dombrowski | 2 | -45/+4 |
2010-09-25 | Merge branch '1.0' | Thorbjørn Lindeijer | 7 | -21/+227 |
2010-09-02 | Avoiding empty lines in history | Stefan Dombrowski | 1 | -1/+2 |
2010-08-31 | Fixing auto complete and chat history | Stefan Dombrowski | 2 | -14/+8 |
2010-08-29 | Move handling of autocomplete and input history into TextField | Jared Adams | 4 | -21/+197 |
2010-08-26 | Merged testing branch into master. | Yohann Ferreira | 3 | -5/+8 |
2010-08-25 | Adding autoComplete for invite | Stefan Dombrowski | 3 | -2/+27 |
2010-08-22 | Fixing segmentation fault when tab gets removed | Stefan Dombrowski | 1 | -17/+3 |
2010-08-19 | Fixing some bugs in NPC-shop gui | Stefan Dombrowski | 2 | -0/+24 |
2010-08-16 | Move more to the event system | Jared Adams | 1 | -13/+25 |
2010-08-12 | Forgot a Label constructor | Jared Adams | 1 | -0/+1 |
2010-08-12 | Fix Label color handling | Jared Adams | 1 | -1/+1 |
2010-08-03 | Move Theme and UserPalette to the resources folder | Jared Adams | 25 | -33/+29 |
2010-08-03 | Merge remote branch 'origin/1.0' | Jared Adams | 1 | -4/+36 |
2010-08-03 | Added double click to equip unequip and use items | dweems | 1 | -4/+36 |
2010-07-28 | Centralized configuration default values using the VariableData system. | Yohann Ferreira | 19 | -45/+45 |
2010-07-19 | Merge branch '1.0' | Yohann Ferreira | 1 | -2/+3 |
2010-07-18 | Move more from LocalPlayer to PlayerInfo | Jared Adams | 1 | -5/+5 |
2010-07-16 | Fix memory corruption in chat on exit. | Andrei Karas | 1 | -1/+2 |
2010-06-29 | Make whisper responses from tmwAthena show up in correct tabs | Jared Adams | 2 | -14/+3 |