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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
In dropdown second constuctor now dont have default value.
Andrei Karas
1
-1
/
+1
2013-10-19
move virtual member calls from didyouknowwindow constuctor into postInit.
Andrei Karas
2
-0
/
+6
2013-10-19
move virtual member calls from desktop constuctor into postInit.
Andrei Karas
2
-1
/
+7
2013-10-19
in debugwindow dont override logic function by pure virtual function.
Andrei Karas
1
-1
/
+3
2013-10-19
move virtual member calls from debugwindow constuctor into postInit.
Andrei Karas
2
-1
/
+6
2013-10-19
move virtual member calls from connectiondialog constuctor into postInit.
Andrei Karas
2
-0
/
+6
2013-10-19
move virtual member calls from confirmdialog constuctor into postInit.
Andrei Karas
7
-7
/
+20
2013-10-19
dont call virtual function in constructor in colorpage.
Andrei Karas
1
-2
/
+5
2013-10-19
fix definitions in checkbox.
Andrei Karas
2
-3
/
+3
2013-10-19
fix const usage in chatwindow.
Andrei Karas
1
-1
/
+1
2013-10-19
use postInit in ChatWindow.
Andrei Karas
4
-7
/
+13
2013-10-19
fix initialisation style in chattab.
Andrei Karas
1
-2
/
+1
2013-10-19
add postInit function into popup.
Andrei Karas
4
-4
/
+16
2013-10-19
add postinit function into window.
Andrei Karas
3
-2
/
+12
2013-10-17
dont call virtual functions in characterview constructor.
Andrei Karas
2
-2
/
+11
2013-10-17
dont use virtual function in changepassworddialog constructor.
Andrei Karas
1
-1
/
+0
2013-10-17
dont use virtual function in changeemaildialog constructor.
Andrei Karas
1
-1
/
+0
2013-10-17
Fix button defenition in button class.
Andrei Karas
2
-12
/
+12
2013-10-17
Add missing break into browserbox.
Andrei Karas
1
-0
/
+1
2013-10-17
fix const issue in botcheckerwindow.
Andrei Karas
1
-2
/
+2
2013-10-17
fix switch usage in avatarlistbox.
Andrei Karas
1
-1
/
+2
2013-10-11
fix code style
Andrei Karas
1
-1
/
+1
2013-10-11
Second part of checks from Parasoft C++ Test.
Andrei Karas
13
-59
/
+50
2013-10-11
First part of checks from Parasoft C++ Test.
Andrei Karas
9
-29
/
+41
2013-10-11
Put OpenLinkHandler in own namespace.
Andrei Karas
2
-25
/
+31
2013-10-10
fix code style.
Andrei Karas
3
-4
/
+4
2013-10-09
Add browserbox links theme options.
Andrei Karas
5
-14
/
+5
2013-10-09
use correct theme file in social window popup.
Andrei Karas
1
-1
/
+1
2013-10-09
add separate theme file for browserbox in who is online window.
Andrei Karas
1
-1
/
+1
2013-10-09
add support for popup menu browserbox theming.
Andrei Karas
1
-1
/
+1
2013-10-09
add theme attribute "itemPadding" into browserbox.
Andrei Karas
2
-8
/
+13
2013-10-09
allow set different skin for browserboxes.
Andrei Karas
12
-14
/
+26
2013-10-09
Use all parameters in browserbox constructors.
Andrei Karas
12
-18
/
+24
2013-10-09
do not allow at same time scroll by mouse in vertical and horizontal directions.
Andrei Karas
1
-2
/
+2
2013-10-08
extent profiler logging into some functions.
Andrei Karas
5
-0
/
+14
2013-10-08
use different item padding in listbox and extendedlistbox depend on DPI.
Andrei Karas
4
-22
/
+27
2013-10-08
remove unused system headers.
Andrei Karas
2
-3
/
+1
2013-10-07
emulate right click with SDL2 by multitouch two fingers click.
Andrei Karas
2
-0
/
+19
2013-10-07
invert scrollarea scroll directions on Android.
Andrei Karas
1
-1
/
+5
2013-10-06
Fix crash if opened char select dialog and whole game closed by X.
Andrei Karas
1
-0
/
+1
2013-10-06
remove unused includes and remove default parameter in being.
Andrei Karas
4
-8
/
+2
2013-10-05
Add support for min and max label resize size.
Andrei Karas
4
-13
/
+17
2013-10-05
add dynamic labels string cutting.
Andrei Karas
3
-3
/
+40
2013-10-05
Remember sort order in buy dialog between restarts.
Andrei Karas
3
-28
/
+43
2013-10-05
Fix incorrect ShopListBox height.
Andrei Karas
2
-2
/
+7
2013-10-05
Remember sort order in inventory and storage between restarts.
Andrei Karas
2
-2
/
+42
2013-10-05
Allow scroll listboxes and popup list by holding and moving mouse.
Andrei Karas
4
-0
/
+36
2013-10-05
Run click action in list box only after mouse released.
Andrei Karas
6
-8
/
+14
2013-10-05
do mouse scrolling in scroll area only with mouse moved more than 20 px.
Andrei Karas
1
-3
/
+4
2013-10-05
fix equipment context menu focus order.
Andrei Karas
1
-0
/
+1
[next]