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
/
fonts
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-07
Move image class into image directory.
Andrei Karas
2
-2
/
+4
2016-06-04
Remove extra include from unit tests.
Andrei Karas
1
-3
/
+0
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
2
-4
/
+4
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-3
/
+3
2016-02-12
Fix code style.
Andrei Karas
2
-2
/
+4
2016-02-08
Add missing operator= in classes with copy constructors.
Andrei Karas
2
-1
/
+8
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
2
-9
/
+9
2016-02-07
Fix some casts between signed and unsigned in some files.
Andrei Karas
1
-4
/
+4
2016-01-06
Add noexcept into font.
Andrei Karas
2
-4
/
+5
2016-01-02
Update copyright year in .cc files.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
8
-8
/
+8
2015-12-26
Fix code style.
Andrei Karas
1
-2
/
+4
2015-12-24
Fix compilation with clang.
Andrei Karas
6
-33
/
+34
2015-12-24
Add restrict keyword in textchunksmall.
Andrei Karas
2
-8
/
+8
2015-12-24
Add restrict keyword in textchunklist.
Andrei Karas
2
-18
/
+18
2015-12-24
Add restrict keyword into textchunk.
Andrei Karas
2
-12
/
+13
2015-12-24
Add restrict keyword into font.
Andrei Karas
1
-19
/
+20
2015-12-23
Add const attribute to gui classes.
Andrei Karas
1
-1
/
+1
2015-06-29
Fix error and warnings in test compilation.
Andrei Karas
1
-16
/
+16
2015-06-25
Add missing non null attributes into fonts directory.
Andrei Karas
1
-2
/
+2
2015-06-24
Add A_NONNULL attribute to all parameters with class Graphics.
Andrei Karas
1
-1
/
+2
2015-06-06
Fix code style.
Andrei Karas
1
-41
/
+41
2015-05-26
Convert tests for textchunklist into catch format.
Andrei Karas
1
-175
/
+173
2015-05-25
Dont set global color variables before drawing text.
Andrei Karas
2
-2
/
+6
This allow not set actual OpenGL color on each call because it useless for drawing text.
2015-05-22
Fix code style.
Andrei Karas
3
-3
/
+3
2015-05-20
Fix memory leak in fast text draw code.
Andrei Karas
1
-0
/
+2
2015-05-20
Add fast way for draw not changed text strings.
Andrei Karas
7
-5
/
+207
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label.
2015-05-18
Add font field into textchunk class. For now unused.
Andrei Karas
4
-35
/
+43
2015-05-17
Fix code style.
Andrei Karas
1
-2
/
+0
2015-05-03
Remove useless dynamic_cast.
Andrei Karas
1
-8
/
+4
2015-03-17
Remove useless includes from .h files.
Andrei Karas
2
-3
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
8
-8
/
+8
2014-10-23
Changed all the "cant" by "can't", and fixed few sentences to translate.
Alige
1
-1
/
+1
2014-07-01
Fix compilation with some debug flags.
Andrei Karas
1
-0
/
+1
2014-06-02
Add missing final/notfinal to classes.
Andrei Karas
1
-1
/
+1
2014-05-31
fix code style.
Andrei Karas
1
-1
/
+0
2014-05-28
Move from resourcemanager functions related to files into other files.
Andrei Karas
1
-1
/
+2
2014-05-24
Fix localconsts.h and debug.h includes.
Andrei Karas
1
-1
/
+1
2014-05-18
fix code style.
Andrei Karas
7
-10
/
+470
2014-05-18
Remove useless includes.
Andrei Karas
3
-11
/
+1
2014-05-17
Move textchunklist into separate file.
Andrei Karas
4
-130
/
+189
2014-05-17
Move textchunk into separate file.
Andrei Karas
4
-151
/
+234
2014-05-17
Move textchunksmall into separate file.
Andrei Karas
4
-110
/
+169
2014-05-17
Move font.cpp/h into fonts directory.
Andrei Karas
2
-0
/
+871