summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2009-05-24Made some parameters const references like they should beBjørn Lindeijer2-2/+3
2009-05-23Fix resetting height of browserbox on /clear.Dennis Friis1-0/+1
2009-05-23Reorganized status window and used non-bold font for progress bars to make mo...Philipp Sehmisch1-1/+1
2009-05-23Display the party leaders name in bold fontFreeyorp2-1/+8
2009-05-23Fixed the empty item link crash differentlyBjørn Lindeijer1-14/+8
2009-05-23Fix a segmentation faultKess Vargavind1-8/+12
2009-05-18Fixed progress bar crashBjørn Lindeijer1-10/+4
2009-05-14Don't apply GUI opacity to the selected value of a DropDownBjørn Lindeijer1-3/+3
2009-05-13Fix how the PartyWindow lays out AvatarsJared Adams1-4/+8
2009-05-13Modify PartyWindow sizing againFreeyorp1-2/+3
2009-05-13Remove Aethyra's custom visible GM systemJared Adams1-7/+0
2009-05-12Fix up handling of GM statusJared Adams1-1/+1
2009-05-13BrowserBox doesn't need to know about the TrueTypeFont classBjørn Lindeijer1-6/+6
2009-05-12Don't show Hp and maxHp for the local player in the party windowFreeyorp1-7/+1
2009-05-11Switch Tab to a color pointer to update on the flyJared Adams3-7/+7
2009-05-10Removed the ???/??? for party members of which health isn't knownBjørn Lindeijer2-30/+33
2009-05-10Fixed the resize grip of the party windowBjørn Lindeijer4-28/+20
2009-05-10Add support for viewing the health and maximum health of other nearby members...Freeyorp2-3/+53
2009-05-10Expand the label in the party window to stop names being cut off.Freeyorp1-3/+3
2009-05-09Increased the distance between head and overhead text a bitBjørn Lindeijer2-2/+2
2009-05-09Fix some memory leaksJared Adams2-3/+5
2009-05-08Fixed one pixel missing from progress barsBjørn Lindeijer2-59/+53
2009-05-08Make sure all tab modes get their opacity updateJared Adams1-2/+6
2009-05-08Have progressbar labels ignore gui alphaJared Adams1-2/+2
2009-05-08Fixed list box selection wrapping to the bottom on dragging upwardsBjørn Lindeijer1-3/+6
2009-05-08Fixed scroll wheel handling in list boxesBjørn Lindeijer1-20/+2
2009-05-08Got rid of the non-functional TextFieldListenerBjørn Lindeijer2-20/+8
2009-05-05Hide the item popup when the mouse moves on top of itBjørn Lindeijer1-6/+8
2009-05-04Fix link colors and item links for pickup messagesJared Adams1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer4-5/+4
2009-05-02Make sure messages on most tabs are handled rightJared Adams2-3/+2
2009-05-01Merge the NPC dialogs into oneJared Adams2-0/+31
2009-04-29Some random cleanupsBjørn Lindeijer2-4/+4
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