summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer4-4/+4
2012-01-15Show item quantity in the shop listThorbjørn Lindeijer1-23/+40
2012-01-10player_node -> local_playerYohann Ferreira2-2/+2
2012-01-09Changed INT and DELETE enum names to fix C::B compilation.Yohann Ferreira2-2/+2
2012-01-09Made the chat text much more readable in every opacity case.Yohann Ferreira4-4/+94
2011-11-12Removed hiding of button popup when setting the text to emptyYohann Ferreira2-8/+2
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer1-5/+0
2011-11-12Fixed the button popup incorrectly shown when loading the window menu.Yohann Ferreira1-3/+1
2011-10-23Fixed a certain class of Doxygen warningsThorbjørn Lindeijer6-20/+12
2011-09-29Fixed item popup still visible after closing inventory window.Erik Schilling3-1/+8
2011-09-28Small changes requested by o11c - part 1.Yohann Ferreira2-3/+8
2011-09-28Added true arrows graphics to tab area buttons.Yohann Ferreira2-3/+7
2011-09-28Made the button icon only shown when the icon file is valid.Yohann Ferreira2-7/+8
2011-09-28Changed the Social button to an image one.Yohann Ferreira2-6/+8
2011-09-28Added textpopup on mouse hovering support to buttons.Yohann Ferreira2-1/+72
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-2/+0
2011-06-16Fix the off-by-one error reported in the issue comments.Yohann Ferreira1-2/+1
2011-06-16Added image support to the button widgets.Yohann Ferreira2-23/+156
2011-06-02Fixed missing action event when clicking on a ListBox itemThorbjørn Lindeijer1-0/+5
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer2-4/+4
2011-05-30Remove some uneeded offsettingJared Adams1-2/+2
2011-05-25Added more double clickable actionsAngelo Castellani1-1/+7
2011-05-24Extended Guichan with an empty spacer widgetAngelo Castellani2-0/+81
2011-05-23Fixed listbox selection issueAngelo Castellani2-1/+16
2011-05-13Made the setup keyboard tab prettier.Angelo Castellani1-0/+13
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer22-99/+10
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-6/+6
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-3/+3
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-3/+3
2011-03-26Add search bar to storage and inventory windowsBlue Sans Douze2-5/+56
2011-03-08Added a tab scrolling system in tabarea.Yohann Ferreira2-1/+189
2011-01-03Merge branch '0.5'Thorbjørn Lindeijer1-3/+3
2011-01-02Fixing compiler warningsStefan Dombrowski1-2/+2
2010-12-26Fix crash with corrupted links in chat.Andrei Karas1-2/+2
2010-12-15Small hacking cleanups.Yohann Ferreira1-1/+2
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-3/+3
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-3/+3
2010-11-07Convert the emote system to use particlesChuck Miller2-6/+5
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira7-242/+132
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-2/+2
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 Dombrowski2-45/+4
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer7-21/+227
2010-09-02Avoiding empty lines in historyStefan Dombrowski1-1/+2
2010-08-31Fixing auto complete and chat historyStefan Dombrowski2-14/+8
2010-08-29Move handling of autocomplete and input history into TextFieldJared Adams4-21/+197
2010-08-26Merged testing branch into master.Yohann Ferreira3-5/+8
2010-08-25Adding autoComplete for inviteStefan Dombrowski3-2/+27