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
/
gui.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
move virtual member calls from gui constuctor into postInit.
Andrei Karas
1
-1
/
+5
2013-09-29
change smaller letter literalt into capital letter.
Andrei Karas
1
-4
/
+4
2013-09-22
fix compilation and partial running with SDL2 on Android.
Andrei Karas
1
-0
/
+2
2013-09-11
remove unused includes from gui files.
Andrei Karas
1
-0
/
+1
2013-08-31
move input related files into input dir.
Andrei Karas
1
-3
/
+4
2013-08-24
show/hide mouse cursor if mouse in/out window.
Andrei Karas
1
-6
/
+2
2013-08-24
fix compilation errors with SDL1.2
Andrei Karas
1
-0
/
+4
2013-08-24
fix gui text input in SDL2.
Andrei Karas
1
-0
/
+5
2013-08-24
fix mouse cursor drawing in SDL2.
Andrei Karas
1
-2
/
+2
2013-08-24
first part of fixes for compilation with SDL2
Andrei Karas
1
-0
/
+5
2013-07-12
add option for enable/disable double click support.
Andrei Karas
1
-7
/
+51
2013-07-03
add support for drag skill from skills window.
Andrei Karas
1
-0
/
+3
2013-07-02
add support for drag and drop in spells window.
Andrei Karas
1
-3
/
+13
2013-06-07
Fix code style.
Andrei Karas
1
-1
/
+0
2013-06-02
In drag and drop use ints and images but not pointer to item.
Andrei Karas
1
-9
/
+5
2013-06-01
add dragdrop between inventory and outfits window.
Andrei Karas
1
-6
/
+31
2013-05-31
Change mouserelease gui function.
Andrei Karas
1
-1
/
+43
2013-05-07
improve gui class.
Andrei Karas
1
-5
/
+3
2013-05-04
prevent mouse cursor moving in android in onscreen controls.
Andrei Karas
1
-1
/
+12
2013-04-20
fix style in gui directory.
Andrei Karas
1
-2
/
+8
2013-04-12
first part of style fixed after cpplint checks.
Andrei Karas
1
-2
/
+2
2013-04-12
fix random rare crashes in npc and possible other windows.
Andrei Karas
1
-0
/
+11
2013-03-23
Fix profiler labels.
Andrei Karas
1
-2
/
+0
2013-03-05
Add chat command to clean fonts cache.
Andrei Karas
1
-0
/
+16
2013-02-26
Improve string usage in other files.
Andrei Karas
1
-12
/
+12
2013-02-10
Improve font cache cleaning.
Andrei Karas
1
-5
/
+7
2013-01-16
update copyrights year.
Andrei Karas
1
-1
/
+1
2012-12-15
Allow hide popup list if focus lost.
Andrei Karas
1
-0
/
+10
2012-12-15
Add popup list. Replace listbox in dropdown to popup list.
Andrei Karas
1
-0
/
+10
2012-12-03
Add support for relative mouse move in android version.
Andrei Karas
1
-2
/
+3
2012-11-14
Add support for on screen joystick for moving.
Andrei Karas
1
-0
/
+3
2012-11-12
Moving Android on screen keyboard button from SDL to ManaPlus.
Andrei Karas
1
-0
/
+42
2012-11-07
Add own profiler and profiler info to some code.
Andrei Karas
1
-0
/
+13
2012-10-25
Add support for different hover/pickup cursors for monsters, npc, items, etc.
Andrei Karas
1
-1
/
+1
2012-10-20
Add to some controls palette inheritance from other controls.
Andrei Karas
1
-1
/
+1
2012-10-19
Fix namespace conflicts.
Andrei Karas
1
-1
/
+0
2012-10-15
Fix compilation warnings without C++11 support.
Andrei Karas
1
-1
/
+1
2012-10-10
Delete copy constructor from other classes.
Andrei Karas
1
-0
/
+2
2012-10-10
Delete copy constructor in some classes.
Andrei Karas
1
-1
/
+1
2012-09-23
fix code style.
Andrei Karas
1
-1
/
+0
2012-09-23
Restore mouse cursor if window set visible and have mouse over.
Andrei Karas
1
-0
/
+32
2012-09-22
Add final keyword to most classes.
Andrei Karas
1
-1
/
+1
2012-09-06
Improve constructors in some classes.
Andrei Karas
1
-2
/
+3
2012-08-27
Add const to more classes.
Andrei Karas
1
-13
/
+13
2012-08-23
Remove useless includes.
Andrei Karas
1
-3
/
+0
2012-08-21
next code style changes.
Andrei Karas
1
-2
/
+2
2012-06-29
Fix npc font leak on exit.
Andrei Karas
1
-0
/
+2
2012-06-25
Add npc font size with 13 pixels size.
Andrei Karas
1
-3
/
+21
2012-06-17
Fix double click support in gui class.
Andrei Karas
1
-0
/
+6
2012-06-17
Replace SDL int types to C++ types.
Andrei Karas
1
-1
/
+1
[next]