Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-29 | Move handling of autocomplete and input history into TextField | Jared Adams | 1 | -162/+16 | |
Reviewed-by: Freeyorp | |||||
2010-07-16 | Fix memory corruption in chat on exit. | Andrei Karas | 1 | -5/+20 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-04-19 | Add afk mode for player. | Andrei Karas | 1 | -0/+5 | |
Add variable cur_time for current time. Add command /away [text] Reviewed by: Bertram | |||||
2010-03-26 | Replace most dynamic_casts with static_casts | Jared Adams | 1 | -1/+1 | |
The remaining instances can't easily or safely be changed as the classes involved don't have type information like Being does. Reviewed-by: Freeyorp | |||||
2010-02-22 | Change chat autocompletion to be more flexible | Jared Adams | 1 | -8/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -14/+8 | |
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-24 | Autocomplete names with quotes if the string begins with a / or @ (commands) | Blue Sans Douze | 1 | -0/+3 | |
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -5/+5 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -5/+4 | |
2010-01-08 | Small refactoring in chat auto completing | Andrei Karas | 1 | -16/+42 | |
2010-01-08 | Fix a signed/unsigned comparison in chat autocomplete | Jared Adams | 1 | -1/+1 | |
2010-01-07 | Chat auto completing | Andrei Karas | 1 | -1/+91 | |
2009-08-24 | Change default for whispers in tabs | Jared Adams | 1 | -1/+1 | |
It will now default to showing whispers in tabs. | |||||
2009-08-13 | Fix initial sizing issue with TabbedAreas | Jared Adams | 1 | -2/+0 | |
Also remove some commented code from ChatWindow | |||||
2009-08-10 | Remove layout code from ChatWindow | Jared Adams | 1 | -44/+4 | |
2009-08-10 | Add SpecialsWindow | Jared Adams | 1 | -0/+3 | |
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -0/+1 | |
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-07-31 | Corrected indentation a bit. | Bertram | 1 | -17/+19 | |
2009-07-31 | patch for ticket #767 | Maximilian Philipps | 1 | -0/+34 | |
bigger "hold here to drag" area for the chatbox and a scroll lock for resize | |||||
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -2/+2 | |
And a Swedish translation of the desktop file. | |||||
2009-07-23 | Clear some more support ifdefs | Jared Adams | 1 | -0/+3 | |
2009-05-24 | Made some parameters const references like they should be | Bjørn Lindeijer | 1 | -2/+5 | |
2009-05-24 | Fixed crash on whispering somebody a second time after closing the tab | Bjørn Lindeijer | 1 | -7/+12 | |
The tabs are referred to case-insentively, but the removal of references to deleted tabs was happening case-sensitively. This caused roaming pointers to stay around and get reused later, crashing the client. | |||||
2009-05-13 | Remove Aethyra's custom visible GM system | Jared Adams | 1 | -8/+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 switching to new tabs on /query | Jared Adams | 1 | -0/+3 | |
2009-05-12 | Don't automatically switch to new WhisperTabs | Jared Adams | 1 | -2/+0 | |
2009-05-10 | Marked some strings as not translatable | Bjørn Lindeijer | 1 | -2/+3 | |
NPC dialog requested translation of + and - and the chat dialog tried to translate a semicolon. | |||||
2009-05-09 | Insert player and item names at caret position instead of at the end | Bjørn Lindeijer | 1 | -6/+17 | |
An improvement based on the 0.0.28.Q version. | |||||
2009-05-08 | Keep a little spacing above the tabs in the chat window | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-08 | Remove the title area from ChatWindow | Jared Adams | 1 | -0/+3 | |
2009-05-03 | Fixed compile warnings and other tweaks | Bjørn Lindeijer | 1 | -1/+1 | |
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-05-03 | Made the new present player count translatable | Bjørn Lindeijer | 1 | -5/+6 | |
2009-05-02 | Extend the /present command. | Freeyorp | 1 | -4/+6 | |
/present will now output the number of players present in addition to the names of players that are present. | |||||
2009-05-02 | Changed chat window to allow downwards arrow to create a empty line | Chuck Miller | 1 | -9/+16 | |
Minor: removed some debugging output no longer needed | |||||
2009-04-20 | Fix up window visibility saving/restoring | Jared Adams | 1 | -0/+2 | |
2009-04-19 | Make /query switch to the new tab | Jared Adams | 1 | -2/+6 | |
2009-04-16 | Some more cleanups | Bjørn Lindeijer | 1 | -1/+1 | |
Nothing in particular worth mentioning. | |||||
2009-04-15 | Made the PopupMenu a Popup subclass | Bjørn Lindeijer | 1 | -2/+2 | |
It's a natural better fit. The SkinLoader was changed into a singleton, since it's used by both Window and Popup classes. | |||||
2009-04-15 | Assorted random cleanups | Bjørn Lindeijer | 1 | -3/+4 | |
2009-04-15 | Fix some memory problems | Jared Adams | 1 | -0/+1 | |
2009-04-15 | Add a config option to always use whipser tabs | Jared Adams | 1 | -5/+8 | |
2009-04-15 | Make whisper tabs optional | Jared Adams | 1 | -8/+37 | |
2009-04-13 | Some cleanup of the Configuration interface | Bjørn Lindeijer | 1 | -1/+1 | |
Mainly avoid all the convertions from integer to float and then to string and also back from string to float and then to integer. | |||||
2009-04-09 | No need for ChatInput to be in the header file, even | Bjørn Lindeijer | 1 | -8/+21 | |
2009-04-09 | Made BeingManager methods const where appropriate | Bjørn Lindeijer | 1 | -3/+3 | |
2009-04-09 | Add a popup menu item to add Being name to chat | Jared Adams | 1 | -3/+2 | |