summaryrefslogtreecommitdiff
path: root/data/graphics/gui/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11Added true arrows graphics to tab area buttons.Yohann Ferreira1-0/+2
2011-08-11Added icons to the confirm and cancel button of the quit dialog.Yohann Ferreira1-0/+2
This a good example of use for the new graphics and button functionalities.
2011-08-11Reached the state where the menu bar is now using image buttons.Yohann Ferreira1-0/+8
I had to adapt a bit the images given by Poison ivy to do that.
2011-08-11Changed the Social button to an image one.Yohann Ferreira1-0/+1
I also made the client able to keep the old behaviour, and i changed the button api to not require the icon frames size as it could easily guess them.
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-0/+1
Conflicts: src/beingmanager.cpp src/beingmanager.h src/client.cpp src/localplayer.cpp
2010-05-09Move target cursor management into ActorSpriteJared Adams1-6/+0
This simplifies handling of target cursors, centralizing their logic into a single class, instead of two. Also make them more flexible and move the image files outside of the theme so servers can can control them and give them better names. Reviewed-by: Thorbjørn Lindeijer
2010-05-06Add missing colors.xml to CMakefiles.txt.Hong Hao1-0/+1
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-02-28Rename gui.xml to window.xmlJared Adams1-1/+1
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-0/+1
No longer a dialog with an annoying progress bar (due to going back and forth), but rather a progress indicator that integrates better with the background.
2009-09-05Add missing graphics to CMakeLists.txt.Hong Hao1-1/+6
2009-05-18Restored the window background to its former gloryBjørn Lindeijer1-2/+1
Well, opinions might differ about what looks better, but anyway. :P This also fixes the skin to not take the repeating middle into account when calculating the minimum width and height. And due to the larger image parts it should perform a bit better with OpenGL.
2009-04-20Removed two unused gui resources.Tametomo1-2/+0
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-04-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter1-1/+1
installation
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-3/+0
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+3
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-3/+0
Conflicts: data/graphics/images/login_wallpaper.png src/being.cpp src/beingmanager.cpp src/engine.cpp src/game.cpp src/gui/buysell.cpp src/gui/buysell.h src/gui/gui.h src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npclistdialog.h src/gui/npcstringdialog.cpp src/gui/sell.cpp src/gui/shop.cpp src/gui/table.cpp src/net/beinghandler.cpp src/net/npchandler.cpp src/net/playerhandler.cpp src/npc.cpp src/npc.h src/shopitem.cpp src/shopitem.h src/utils/stringutils.cpp src/utils/stringutils.h src/utils/trim.h
2009-02-20Removed the last of the image particle guichan fonts.Ira Rice1-3/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-11Removed speech_bubble.png also from build filesBjørn Lindeijer1-2/+1
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-7/+4
Conflicts: Almost everywhere.
2009-01-25Added new bubble graphic to installed filesBjørn Lindeijer1-0/+1
Fixes crash found by Hong Hao.
2009-01-24Removed a few files which aren't being used any more.Ira Rice1-5/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-1/+0
The speech bitmap font can't handle unicode, so it has now been replaced by the standard GUI font, drawn with a shadow for chat and with a full outline for names.
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-0/+2
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
2009-01-13Merged Tab and TabbedArea from mainlineBjørn Lindeijer1-0/+2
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
2009-01-05Removed two no longer used bitmap fontsBjørn Lindeijer1-2/+0
2008-12-29Removed a few now unnecessary data files.Ira Rice1-3/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-0/+4
2008-08-19Also install tabselected.png, circle-green.png and circle-gray.pngBjørn Lindeijer1-0/+3
2008-08-19Don't forget to install tab.pngBjørn Lindeijer1-0/+1
2008-07-01fix build filesRoderic Morris1-0/+4
2008-04-20Merged revisions 3962-3983,3985-3999,4001-4021 via svnmerge from Bjørn Lindeijer1-1/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3962 | crush_tmw | 2008-03-09 16:35:00 +0100 (Sun, 09 Mar 2008) | 1 line Applied some patches by peavey related to chatlog and the quit dialog. ........ r3968 | umperio | 2008-03-11 14:56:47 +0100 (Tue, 11 Mar 2008) | 1 line Removed unused image. ........ r3969 | b_lindeijer | 2008-03-11 17:44:20 +0100 (Tue, 11 Mar 2008) | 2 lines Also removed unused image from the files to be installed. ........ r4006 | crush_tmw | 2008-03-26 00:28:05 +0100 (Wed, 26 Mar 2008) | 1 line Initialized some uninitialized variables (patch by peavey). ........ r4008 | b_lindeijer | 2008-03-27 15:51:10 +0100 (Thu, 27 Mar 2008) | 2 lines Applied patch by peavey and added his name to the ChangeLog some more. ........ r4010 | b_lindeijer | 2008-03-30 16:06:14 +0200 (Sun, 30 Mar 2008) | 2 lines Updated configure.ac for tmwdata split (patch by peavey). ........ r4018 | crush_tmw | 2008-04-01 03:02:30 +0200 (Tue, 01 Apr 2008) | 1 line Added makefile for TMXCopy by jaxad. ........ r4019 | crush_tmw | 2008-04-01 03:34:29 +0200 (Tue, 01 Apr 2008) | 1 line compilation fixes suggested by peavey. ........ r4020 | crush_tmw | 2008-04-01 03:37:51 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........ r4021 | crush_tmw | 2008-04-01 03:38:35 +0200 (Tue, 01 Apr 2008) | 1 line renaming makefile to Makefile ........
2008-03-11Also removed unused image from the files to be installed.Bjørn Lindeijer1-1/+0
2008-03-04Accepted patch by roderic to fix building/installing with CMake.Bjørn Lindeijer1-1/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-0/+4
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-2/+3
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-0/+2
installed.
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-2/+6
2007-06-01Added target cursors to installed files.Bjørn Lindeijer1-1/+7
2007-04-13Added target cursor graphics to the set of files to be installed.Björn Steinbrink1-0/+2
2006-11-01Added CMake supportBjörn Steinbrink1-0/+45
2006-10-26Merged CMake branchBjörn Steinbrink1-0/+45