summaryrefslogtreecommitdiff
path: root/data/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Merge branch 'master' into strippedAndrei Karas4-0/+2
Conflicts: configure.ac data/Makefile.am data/fonts/liberationsans-bold.ttf data/fonts/liberationsans.ttf data/fonts/liberationsansmono-bold.ttf data/fonts/liberationsansmono.ttf data/themes/redandblack/CMakeLists.txt data/themes/redandblack/Makefile.am po/cs.po po/de.po po/es.po po/fi.po po/fr.po po/id.po po/ja.po po/manaplus.pot po/nl_BE.po po/pl.po po/pt.po po/pt_BR.po po/ru.po po/zh_CN.po src/guichan/color.cpp src/guichan/defaultfont.cpp src/guichan/focushandler.cpp src/guichan/include/guichan/actionlistener.hpp src/guichan/include/guichan/deathlistener.hpp src/guichan/include/guichan/focushandler.hpp src/guichan/include/guichan/focuslistener.hpp src/guichan/include/guichan/graphics.hpp src/guichan/include/guichan/keylistener.hpp src/guichan/include/guichan/listmodel.hpp src/guichan/include/guichan/mouselistener.hpp src/guichan/include/guichan/sdl/sdlpixel.hpp src/guichan/include/guichan/widget.hpp src/guichan/include/guichan/widgetlistener.hpp src/guichan/include/guichan/widgets/listbox.hpp src/guichan/include/guichan/widgets/slider.hpp src/guichan/sdl/sdlgraphics.cpp src/guichan/sdl/sdlimage.cpp src/guichan/widgets/scrollarea.cpp src/guichan/widgets/slider.cpp src/guichan/widgets/tabbedarea.cpp src/guichan/widgets/textbox.cpp src/guichan/widgets/window.cpp src/net/manaserv/attributes.cpp src/net/manaserv/beinghandler.cpp src/net/manaserv/charhandler.cpp src/net/manaserv/gamehandler.h src/net/manaserv/inventoryhandler.cpp src/net/manaserv/inventoryhandler.h src/net/manaserv/itemhandler.cpp src/net/manaserv/loginhandler.cpp src/net/manaserv/network.cpp
2012-03-01Merge branch 'master' of gitorious.org:manaplus/manaplusReid3-0/+2
2012-03-01Correct manaplus's background.Reid1-0/+0
2012-02-28Replace "play" button text to image.Andrei Karas3-0/+2
2012-02-25Add sources for emotes.Andrei Karas2-1/+2
2012-02-03Add special attributes to emotes.Andrei Karas1-0/+5
2012-01-30Add 3 new emotes (Trollface from mimistakes, Metal-salute and Crying ↵Reid3-1/+6
requested from AL13N).
2012-01-30Correct "Awesome" and "GP" emotes.Reid1-0/+0
2011-12-17Move target cursors to themes.Andrei Karas16-30/+12
Remove old unused target cursors.
2011-11-14Add equipment window background images.Andrei Karas3-0/+2
Based on images from mana client.
2011-08-28Move simple colors to themes.Andrei Karas1-0/+10
Need add to all themes, or all simple colors will be black.
2011-08-24Merge branch 'master' of gitorious.org:manaplus/manaplusReid1-0/+5
2011-08-24New emote from DerLoisl.Reid3-1/+2
2011-08-22Improve draw perfomance.Andrei Karas1-0/+1
Add new theme color DROPDOWN_SHADOW.
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-0/+3
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-0/+1
Add new color ITEM_NOT_EQUIPPED.
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+1
Using for this emotes.
2011-05-16Replaced default theme by classic. Moving default theme to theme mana.Andrei Karas9-5/+17
2011-04-23Update local player chat color in light themes.Andrei Karas1-1/+1
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+1
2011-01-27Update backgrounds and remove 4144 from windows packed binary.Andrei Karas1-0/+0
2011-01-03Increase emotes count to 44 and fix new emotes.Andrei Karas1-1/+1
2011-01-03Added 4 new smiles .Reid2-0/+4
2011-01-02Initial commit.Andrei Karas69-0/+303
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.