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-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
2012-06-06
Fix some issues after auto checking.
Andrei Karas
1
-2
/
+2
2012-05-13
Fix code style.
Andrei Karas
1
-5
/
+4
2012-05-13
Move some code from logic queue to separate calls.
Andrei Karas
1
-17
/
+27
2012-05-05
Improve images drawing and remove some useless code.
Andrei Karas
1
-5
/
+0
2012-04-19
Dehardcode keys in gui widgets.
Andrei Karas
1
-2
/
+3
2012-04-18
First step for dehardcode input handling in widgets.
Andrei Karas
1
-5
/
+11
2012-04-09
Fix code style.
Andrei Karas
1
-2
/
+2
2012-04-03
Put gui input logic before most game input logic.
Andrei Karas
1
-1
/
+89
2012-03-29
Replace vectors with strings to short names.
Andrei Karas
1
-1
/
+1
2012-02-05
Move language functions to langs.cpp and langs.h files.
Andrei Karas
1
-0
/
+2
2012-01-30
Add some missing checks to window resize code.
Andrei Karas
1
-4
/
+7
2012-01-30
Allow resizing of the game in windowed mode
Thorbjørn Lindeijer
1
-2
/
+12
2012-01-22
Replace particle font to japan font if need.
Andrei Karas
1
-5
/
+14
2012-01-05
Update copyrights year.
Andrei Karas
1
-1
/
+1
[next]