index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
chatwindow.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-08
Fix code style.
Andrei Karas
1
-1
/
+2
2012-12-06
Fix compilation warnings.
Andrei Karas
1
-2
/
+2
2012-12-05
Add some special chars to ignore in public chat for future usage.
Andrei Karas
1
-5
/
+12
2012-12-03
Add option to protect chat focus.
Andrei Karas
1
-4
/
+25
2012-12-03
Rename sound.cpp/h to soundmanager.
Andrei Karas
1
-1
/
+1
2012-11-27
Simplify command handlers.
Andrei Karas
1
-1
/
+1
2012-11-07
Add own profiler and profiler info to some code.
Andrei Karas
1
-0
/
+2
2012-10-20
Fix code style and some minor issues.
Andrei Karas
1
-1
/
+0
2012-10-20
Add palette inheritance to textfield class.
Andrei Karas
1
-1
/
+1
2012-10-20
Add to some controls palette inheritance from other controls.
Andrei Karas
1
-3
/
+3
2012-10-19
Fix namespace conflicts.
Andrei Karas
1
-3
/
+3
2012-10-15
Fix compilation warnings without C++11 support.
Andrei Karas
1
-1
/
+1
2012-10-14
Dont use guichan tab and tabbedarea anymore.
Andrei Karas
1
-1
/
+1
2012-10-10
Delete copy constructor from other classes.
Andrei Karas
1
-0
/
+2
2012-10-03
Add sound effects for open/close windows.
Andrei Karas
1
-0
/
+1
2012-10-02
fix chat window resize cursor and some other possible issues.
Andrei Karas
1
-3
/
+3
2012-09-22
Add final keyword to most classes.
Andrei Karas
1
-2
/
+2
2012-09-16
Add const to variables with type size_t.
Andrei Karas
1
-8
/
+7
2012-09-09
fix code style.
Andrei Karas
1
-1
/
+1
2012-09-08
Add new colors for whisper tabs.
Andrei Karas
1
-15
/
+11
2012-09-08
Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFL...
Andrei Karas
1
-5
/
+9
2012-09-08
Improve constructors in some classes.
Andrei Karas
1
-0
/
+2
2012-09-06
Add theme option for title bar height.
Andrei Karas
1
-2
/
+0
2012-09-06
Improve constructors in some classes.
Andrei Karas
1
-11
/
+10
2012-08-27
Add const to more classes.
Andrei Karas
1
-62
/
+68
2012-08-26
Allow enter special chars in chat in tmw server.
Andrei Karas
1
-3
/
+0
2012-08-24
replace defines to consts.
Andrei Karas
1
-2
/
+1
2012-08-23
Remove useless includes.
Andrei Karas
1
-6
/
+1
2012-08-21
next code style changes.
Andrei Karas
1
-8
/
+8
2012-08-05
Move some hardcoded paddings to themes.
Andrei Karas
1
-1
/
+1
2012-08-01
Fix code style.
Andrei Karas
1
-2
/
+3
2012-07-22
Add new chat commands.
Andrei Karas
1
-3
/
+8
2012-07-18
Another warning fixes.
Andrei Karas
1
-2
/
+2
2012-07-17
Fix more code style and additional warnings.
Andrei Karas
1
-1
/
+2
2012-07-15
Fix code style.
Andrei Karas
1
-2
/
+2
2012-06-23
Improve a bit iterators again.
Andrei Karas
1
-2
/
+3
2012-05-13
Move some code from logic queue to separate calls.
Andrei Karas
1
-0
/
+1
2012-04-28
Fix code style and add some checks.
Andrei Karas
1
-2
/
+3
2012-04-25
Improve iterators part 1.
Andrei Karas
1
-16
/
+23
2012-04-22
Cache some settings om chat window.
Andrei Karas
1
-3
/
+9
2012-04-19
Dehardcode keys in gui widgets.
Andrei Karas
1
-8
/
+10
2012-04-08
Move most input code from keyboardconfig to inputmanager.
Andrei Karas
1
-4
/
+5
2012-04-08
Move enums from keyboardconfig.h to keydata.h.
Andrei Karas
1
-4
/
+4
2012-04-01
Last part of fixes.
Andrei Karas
1
-6
/
+6
2012-04-01
One part of fixes after auto checking.
Andrei Karas
1
-28
/
+55
2012-03-29
Replace vectors with strings to short names.
Andrei Karas
1
-8
/
+8
2012-03-29
Add option to auto hide chat window (chat window visible by default)
Andrei Karas
1
-1
/
+64
2012-03-22
Rename object event to depricatedevent because current implimentation very
Andrei Karas
1
-1
/
+1
2012-03-19
Protect autocomplete from evil nicks if nick start from chat line start.
Andrei Karas
1
-7
/
+17
2012-03-02
Add opengl settings dump command.
Andrei Karas
1
-0
/
+1
[next]