summaryrefslogtreecommitdiff
path: root/src/network/network_chat_gui.cpp
AgeCommit message (Expand)Author
2010-08-31(svn r20705) -Fix: graphic glitch when switching to a different-sized font wh...yexo
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-04-14(svn r19629) -Fix [FS#3757]: chat message caused glitch when rejoining a netw...rubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-01(svn r18683) -Fix: it's not an otherrubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-28(svn r18318) -Codechange: add an enum value for manual window placementrubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-02(svn r17947) -Codechange: make the statusbar, chat input and news window know...rubidium
2009-10-13(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding n...rubidium
2009-10-07(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're P...rubidium
2009-10-07(svn r17737) -Codechange: remove the chat window when you were chatting with ...rubidium
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with Invalidate...rubidium
2009-09-25(svn r17635) -Codechange: make the chat gui nestedrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string c...rubidium
2009-06-18(svn r16594) -Fix [FS#2969]: mouse would under some circumstances not be undr...rubidium
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-17(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit...rubidium
2009-05-16(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...smatz
2009-05-05(svn r16235) -Codechange (r16234): But keep the window description.alberth
2009-05-05(svn r16234) -Codechange (r16231, r16233): Do not add test functions to trunk.alberth
2009-05-05(svn r16231) -Codechange: Added nested widgets to chat window.alberth
2009-05-05(svn r16230) -Codechange: Moving chat widgets enum outside window struct.alberth
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-11(svn r16026) -Codechange: Use font height for chat line spacing instead of fi...peter1138
2009-03-31(svn r15905) -Fix (r15424): chat completion got called twice causing tab comp...rubidium
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...rubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-11(svn r15442) -Codechange: don't do magic on magic numbers when you can also u...rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with edit...rubidium
2009-02-06(svn r15373) -Fix [FS#2606]: Kenobi denied the server's client name to the ta...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-08(svn r14927) -Codechange: constify widget numbers in network chat gui.belugas
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-28(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read.rubidium