index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
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
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
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
2013-04-09
Improve perfomance in windows and popups visibility checks.
Andrei Karas
1
-2
/
+2
2013-04-07
some fixes after auto check.
Andrei Karas
1
-1
/
+1
2013-03-29
remove some code from deprivatedevent class.
Andrei Karas
1
-7
/
+1
2013-03-22
Add option to accept language messages in any languge.
Andrei Karas
1
-3
/
+19
2013-03-22
Show channel messages in language tab.
Andrei Karas
1
-6
/
+19
2013-03-08
Add chat command for execute external programs.
Andrei Karas
1
-0
/
+1
2013-03-05
Add chat command to clean fonts cache.
Andrei Karas
1
-0
/
+1
2013-03-03
Add chat command to clean graphics cache.
Andrei Karas
1
-0
/
+1
2013-02-26
Improve string usage in other files.
Andrei Karas
1
-10
/
+18
2013-02-24
Add support for show quest variables in skills window (evol only)
Andrei Karas
1
-2
/
+1
2013-02-14
Improve event.getId() speed.
Andrei Karas
1
-2
/
+3
2013-02-08
Fix chat window size in small screens.
Andrei Karas
1
-2
/
+14
2013-01-20
Another part with FOR_EACH changes.
Andrei Karas
1
-8
/
+3
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2013-01-16
Add context menu to browserbox http links.
Andrei Karas
1
-0
/
+3
2012-12-29
Add chat command to dump environment variables to log.
Andrei Karas
1
-0
/
+1
2012-12-28
By default put chat window in top in android build.
Andrei Karas
1
-0
/
+4
2012-12-25
Improve empty strings manipulation.
Andrei Karas
1
-1
/
+1
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
[next]