Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-13 | Fix initial sizing issue with TabbedAreas | Jared Adams | 1 | -1/+2 | |
Also remove some commented code from ChatWindow | |||||
2009-08-10 | Remove layout code from ChatWindow | Jared Adams | 2 | -0/+16 | |
2009-08-10 | Add SpecialsWindow | Jared Adams | 2 | -0/+146 | |
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena. | |||||
2009-08-10 | Fix TabbedArea and ScrollArea to resize contents | Jared Adams | 4 | -2/+24 | |
Also remove that code from SkillDialog. I tried to do the same with ChatWindow, but it kept segfaulting. Will try again later. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 2 | -5/+6 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-08-06 | Use fillRectangle instead of tiling a colored image | Thorbjørn Lindeijer | 2 | -20/+10 | |
2009-08-06 | Fixed crash on exit when the last ScrollArea gets deleted | Thorbjørn Lindeijer | 1 | -1/+1 | |
Variable name mixup. | |||||
2009-08-05 | patch for #813, adds mouse over highlight for | Maximilian Philipps | 9 | -44/+255 | |
radio buttons, tabs, checkboxes, slider and scrollbars | |||||
2009-08-01 | makes tab colours also configurable | Maximilian Philipps | 1 | -1/+1 | |
2009-08-01 | makes the colour for buttons and disabled buttons configurable | Maximilian Philipps | 1 | -1/+4 | |
2009-07-30 | Fixed windows loss when changing to a lowered resolution. (Mantis 776) | Bertram | 2 | -1/+75 | |
2009-07-26 | Fixed a '+' string operation, and attempt to resolve the Mantis 427. | Bertram | 2 | -2/+20 | |
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -1/+1 | |
And a Swedish translation of the desktop file. | |||||
2009-07-25 | Minor spelling fix | Kess Vargavind | 1 | -1/+1 | |
2009-07-25 | Fixed the XP bars strange behaviour. | Bertram | 1 | -2/+6 | |
By wrapping a bit more the values given at load time. | |||||
2009-07-24 | Made the wallpaper be rescaled when necessary under SDL and OpenGL. | Bertram | 1 | -4/+23 | |
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL? | |||||
2009-07-20 | Committed: 0000768: Progress bars smoothly scroll when the values have ↵ | Bertram | 1 | -3/+2 | |
changed from last window open. The progress bars don't smoothly update the progress when the value is set at load time now. Only the ministatus and the status window are affected by this patch, as they are the onjly ones reported as flooding the gui. | |||||
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 4 | -0/+115 | |
2009-06-30 | Fixed compiler warning about unsigned/signed integer comparision | Thorbjørn Lindeijer | 1 | -2/+2 | |
2009-05-30 | Move the name label a few pixels. | Dennis Friis | 1 | -1/+1 | |
2009-05-30 | Fix offsets on party window status indicator buttons. | Dennis Friis | 1 | -2/+2 | |
Patch by QOAL | |||||
2009-05-28 | Add /ignore and /unignore commands | Jared Adams | 1 | -0/+23 | |
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given. | |||||
2009-05-26 | Fixed the line under links to not extend below the text | Bjørn Lindeijer | 1 | -1/+1 | |
Caused the underline for links at the bottom of the BrowserBox to draw outside of the clip area. | |||||
2009-05-26 | Guard against an issue where forced wrapping would never succeed | Bjørn Lindeijer | 1 | -5/+5 | |
In some situations, like when wrapping the "]." part after an item link, the attempt at forced-wrapping the text never succeeded. The additional guard "end > start" protects against these cases. Also made some small optimizations. Removed redundant c_str() calls, noticed by Octalot, and changed " " to ' ' for finding a space. | |||||
2009-05-24 | Made some parameters const references like they should be | Bjørn Lindeijer | 2 | -2/+3 | |
2009-05-23 | Fix resetting height of browserbox on /clear. | Dennis Friis | 1 | -0/+1 | |
Patch by QOAL (cherry picked from commit cc2cd67e1c3c3f95485ae4477b6a2f0d255e9163) | |||||
2009-05-23 | Reorganized status window and used non-bold font for progress bars to make ↵ | Philipp Sehmisch | 1 | -1/+1 | |
more space for the numbers on the exp bar (cherry picked from commit addbb9bd9362550e91540c1caaf7f6683bdae9a8) | |||||
2009-05-23 | Display the party leaders name in bold font | Freeyorp | 2 | -1/+8 | |
(cherry picked from commit 244b0d9b46128ab3498da078020c8bbf8c65f69f) | |||||
2009-05-23 | Fixed the empty item link crash differently | Bjørn Lindeijer | 1 | -14/+8 | |
The crash was due to an assertion which shouldn't have been there, so I removed the assertion instead. I've also made sure the unknown item has its id initialized to 0, so that it can be used to check against instead of the item name. Normalization of item names was moved within the item database. | |||||
2009-05-23 | Fix a segmentation fault | Kess Vargavind | 1 | -8/+12 | |
The client crashed when entering [] inside an item link, for example the string [[]]. (cherry picked from commit 86a055d46df5a262fce0f76697cc3d54e75b19e1) | |||||
2009-05-18 | Fixed progress bar crash | Bjørn Lindeijer | 1 | -10/+4 | |
Sorry about that. | |||||
2009-05-14 | Don't apply GUI opacity to the selected value of a DropDown | Bjørn Lindeijer | 1 | -3/+3 | |
2009-05-13 | Fix how the PartyWindow lays out Avatars | Jared Adams | 1 | -4/+8 | |
Also fix the height of Avatars | |||||
2009-05-13 | Modify PartyWindow sizing again | Freeyorp | 1 | -2/+3 | |
Rather than expanding PartyWindow again, call mLabel->adjustSize(); and let players resize the window if they need to. Also shrink the minimum size of the PartyWindow. | |||||
2009-05-13 | Remove Aethyra's custom visible GM system | Jared Adams | 1 | -7/+0 | |
Very hackish and would require altering eAthena. It also isn't very portable; if you use the same character name on multiple servers and are a GM on one of them, the client will try to make you a GM on the other. | |||||
2009-05-12 | Fix up handling of GM status | Jared Adams | 1 | -1/+1 | |
2009-05-13 | BrowserBox doesn't need to know about the TrueTypeFont class | Bjørn Lindeijer | 1 | -6/+6 | |
2009-05-12 | Don't show Hp and maxHp for the local player in the party window | Freeyorp | 1 | -7/+1 | |
It's already being displayed elsewhere, and it's partly broken anyway. | |||||
2009-05-11 | Switch Tab to a color pointer to update on the fly | Jared Adams | 3 | -7/+7 | |
2009-05-10 | Removed the ???/??? for party members of which health isn't known | Bjørn Lindeijer | 2 | -30/+33 | |
Not very useful. :P | |||||
2009-05-10 | Fixed the resize grip of the party window | Bjørn Lindeijer | 4 | -28/+20 | |
It wasn't re-added after doing a clear. Also, don't leak all the PartyMember and Avatar instances. | |||||
2009-05-10 | Add support for viewing the health and maximum health of other nearby ↵ | Freeyorp | 2 | -3/+53 | |
members of your party. | |||||
2009-05-10 | Expand the label in the party window to stop names being cut off. | Freeyorp | 1 | -3/+3 | |
Lots of space has been left to compensate for planned additon of hp/maxhp to the same line. | |||||
2009-05-09 | Increased the distance between head and overhead text a bit | Bjørn Lindeijer | 2 | -2/+2 | |
Plus some small code cleanups. | |||||
2009-05-09 | Fix some memory leaks | Jared Adams | 2 | -3/+5 | |
In doing so, NPC Dialogs now show the resize grip again. | |||||
2009-05-08 | Fixed one pixel missing from progress bars | Bjørn Lindeijer | 2 | -59/+53 | |
Also fixed the progress bar during connecting to reset again when full, by disabling the smooth updating there. The ProgressBar now uses gcn::Color instead of three separate color attributes. | |||||
2009-05-08 | Make sure all tab modes get their opacity update | Jared Adams | 1 | -2/+6 | |
2009-05-08 | Have progressbar labels ignore gui alpha | Jared Adams | 1 | -2/+2 | |
2009-05-08 | Fixed list box selection wrapping to the bottom on dragging upwards | Bjørn Lindeijer | 1 | -3/+6 | |
Negative values of y were not handled correctly, causing the selection to wrap when the mouse moved out of the listbox at the top while dragging. | |||||
2009-05-08 | Fixed scroll wheel handling in list boxes | Bjørn Lindeijer | 1 | -20/+2 | |
The scroll wheel was changing the list box selection, which is somewhat unexpected. By not handling the event, it will be passed on to the parent ScrollArea and be handled appropriately. |