summaryrefslogtreecommitdiff
path: root/src/gui/itemamount.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21Fixed a few strings for better translationKess Vargavind1-12/+12
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-3/+5
And make a few others like that, and remove them too.
2009-05-08Adjust potion of the item icon in ItemAmountWindowJared Adams1-1/+1
2009-05-08Item image on item amount windowsBlue1-9/+38
Adds the item's image with the popup on the amount selector window.
2009-05-08Reintroduced the cancel button of ItemAmountWindowBjørn Lindeijer1-8/+12
Removed the close button instead. Also, the "All" button now only puts the slider at the maximum and won't also finish the dialog, since that is quite unexpected. This reverts commit ec4656af8e2d1946ea2b1d036457c885a9e420dd.
2009-05-07Remove the cancel button from ItemAmountWindowJared Adams1-7/+1
It's completely superfluous, due to the close button (which the cancel button was just calling anyways).
2009-05-07Fix updates in the ItemAmmountWindowJared Adams1-0/+6
CHanging the IntTextField will now update the Slider.
2009-05-07Put an input field back into the itemamount window.Freeyorp1-14/+12
2009-05-06Clean up the bypass code for the ItemAmountWindowJared Adams1-29/+41
2009-05-06Remove more inventory handling support #ifdefsJared Adams1-4/+0
This also fixes some minor bugs and centralizes some logic.
2009-05-05Change the item amount window to skip on one itemJared Adams1-2/+9
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-0/+178
We don't use underscores in the filenames generally, and let's be consistent on that matter.