Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -3/+3 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+1 | |
2009-10-29 | Small refactoring ItemAmountWindow | Andrei Karas | 1 | -8/+7 | |
2009-10-29 | Disable keyboard shortcuts in windows with text input. | Andrei Karas | 1 | -0/+11 | |
Disable items shortcuts in setup window. Disable all shortcuts in ItemAmount window. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -5/+5 | |
And a Swedish translation of the desktop file. | |||||
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 1 | -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-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 1 | -3/+5 | |
And make a few others like that, and remove them too. | |||||
2009-05-08 | Adjust potion of the item icon in ItemAmountWindow | Jared Adams | 1 | -1/+1 | |
2009-05-08 | Item image on item amount windows | Blue | 1 | -9/+38 | |
Adds the item's image with the popup on the amount selector window. | |||||
2009-05-08 | Reintroduced the cancel button of ItemAmountWindow | Bjørn Lindeijer | 1 | -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-07 | Remove the cancel button from ItemAmountWindow | Jared Adams | 1 | -7/+1 | |
It's completely superfluous, due to the close button (which the cancel button was just calling anyways). | |||||
2009-05-07 | Fix updates in the ItemAmmountWindow | Jared Adams | 1 | -0/+6 | |
CHanging the IntTextField will now update the Slider. | |||||
2009-05-07 | Put an input field back into the itemamount window. | Freeyorp | 1 | -14/+12 | |
2009-05-06 | Clean up the bypass code for the ItemAmountWindow | Jared Adams | 1 | -29/+41 | |
2009-05-06 | Remove more inventory handling support #ifdefs | Jared Adams | 1 | -4/+0 | |
This also fixes some minor bugs and centralizes some logic. | |||||
2009-05-05 | Change the item amount window to skip on one item | Jared Adams | 1 | -2/+9 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -0/+178 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. |