summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2009-04-26Remove a debugging statementJared Adams1-1/+0
2009-04-25Fix chat actionsJared Adams1-1/+2
2009-04-20Fix up window visibility saving/restoringJared Adams3-3/+28
2009-04-20Removed the unused itemshortcutwindow.{h,cpp}Bjørn Lindeijer1-1/+2
2009-04-20Fixed key handling in dropdowns when the dropdown portion isn't visible.Tametomo2-0/+56
2009-04-20Removed the unused setSelected overrideBjørn Lindeijer2-39/+0
2009-04-20Repaired table and listbox scrolling when using the keyboard.Ira Rice3-19/+23
2009-04-20Fixed a fairly obscure text wrapping bug.Ira Rice1-2/+9
2009-04-20Fixed speech bubbles not respecting the set palette text color.Ira Rice1-3/+1
2009-04-20Drop current target on deathBjørn Lindeijer1-1/+1
2009-04-19Made ItemContainer wrap items depending on its width againBjørn Lindeijer1-1/+2
2009-04-18Restored support for build-in colors to BrowserBoxBjørn Lindeijer2-25/+38
2009-04-16Some more cleanupsBjørn Lindeijer7-57/+35
2009-04-16Some cleanupsBjørn Lindeijer6-14/+22
2009-04-16Rehash CommandHandler a bit, it's now fully mergedJared Adams5-0/+141
2009-04-15Right, our ScrollArea deletes its contentBjørn Lindeijer1-1/+0
2009-04-15Have the DropDown create its ScrollArea and ListBoxBjørn Lindeijer2-46/+14
2009-04-15Made the PopupMenu a Popup subclassBjørn Lindeijer3-11/+4
2009-04-15Make whisper tabs optionalJared Adams1-3/+3
2009-04-14Put the remaining unnamespaced handlers in a namespaceBjørn Lindeijer1-1/+0
2009-04-13Some cleanup of the SkinLoaderBjørn Lindeijer1-5/+0
2009-04-13Fixed broken linksDavid Athay2-7/+7
2009-04-13Fixed @'s in a user's nickDavid Athay1-0/+3
2009-04-12Moved client version string creation to preprocessorBjørn4-10/+20
2009-04-12Merge version strings, add version to setup, etcJared Adams2-2/+12
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer7-66/+17
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer3-2/+158
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer1-2/+5
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