summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Fixed some warningsBjørn Lindeijer1-1/+2
2009-04-09Made BeingManager methods const where appropriateBjørn Lindeijer2-6/+0
2009-04-08Don't highlight chat tabs on own inputBernd Wachter1-1/+2
2009-04-08CMake: We actually no longer depend on Guichan OpenGLBjørn Lindeijer1-1/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer40-8/+5074
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer5-23/+6
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams3-32/+7
2009-04-01Create a few more handlers for eAthenaJared Adams2-15/+8
2009-04-01Some cleanupJared Adams1-2/+1
2009-03-30fixed a segfault on client exit if the chatwindow has tabs and the main tab i...Bernd Wachter1-1/+1
2009-03-30Hilight chat tabs when appropriateJared Adams5-0/+25
2009-03-30Allow tabs to be colored and color whisper tabsJared Adams3-4/+18
2009-03-29Fix up eAthena party handling some moreJared Adams4-50/+46
2009-03-28Fix output location for CommandHandlerJared Adams1-1/+1
2009-03-27Make chat wrapJared Adams1-1/+1
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-1/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer2-7/+3
2009-03-27Clean up chat and chat tabs some moreJared Adams6-96/+63
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer4-4/+4
2009-03-27Add some const to the chat tabsJared Adams6-8/+8
2009-03-27Add a close command to WhisperTabJared Adams4-1/+19
2009-03-27Fixed some compiler warningsBjørn Lindeijer2-8/+8
2009-03-26Major clean up of ChatTab handlingJared Adams4-8/+39
2009-03-26Add WhisperTabsJared Adams3-1/+132
2009-03-26Add ChannelTab for chat channelsJared Adams4-17/+156
2009-03-26Move ChatWindow over to ChatTabsJared Adams3-0/+405
2009-03-26First batch of include cleanupBjørn Lindeijer13-61/+64
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer2-11/+11
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer2-2/+2
2009-03-25A host of code style fixesBjørn Lindeijer2-14/+14
2009-03-25Don't crash cause of deleting a model twiceBjørn Lindeijer1-3/+0
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer5-43/+261
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer3-8/+68
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer2-0/+112
2009-03-14Exposed the progress bar colors to the color management tab.Ira Rice2-1/+20
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-2/+8
2009-03-13Made the TextPreview widget respect alpha values.Ira Rice2-7/+18
2009-03-12Added in option for opacity for the text preview widget, which all ofIra Rice2-5/+25
2009-03-12Make use of the new available colorsMajin Sniper1-10/+6
2009-03-12Extend color config gui to support the new colorsMajin Sniper2-0/+173
2009-03-12Extending the internal handling of colorssniper1-12/+9
2009-03-12Make use of the new available colorsMajin Sniper2-10/+8
2009-03-12Extend color config gui to support the new colorsMajin Sniper2-0/+167
2009-03-12Extending the internal handling of colorssniper1-12/+9
2009-03-11Fix a memory leak in dropdownJared Adams1-0/+3
2009-03-11Fix a memory leak in dropdownJared Adams1-0/+3
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-3/+3
2009-03-10Remove some tabs and trailing whitespaceJared Adams1-3/+3
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer3-27/+20