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
/
widgets
/
window.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-07
Move image class into image directory.
Andrei Karas
1
-1
/
+1
2016-04-26
Split graphicsvetexes into multiply files.
Andrei Karas
1
-1
/
+1
2016-04-26
Move graphicsvertexes into render/vertexes.
Andrei Karas
1
-1
/
+2
2016-04-07
Fix confirm dialog width if caption too big.
Andrei Karas
1
-2
/
+2
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-2
/
+2
2016-02-08
Improve some empty string checks.
Andrei Karas
1
-1
/
+1
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-7
/
+7
2016-02-07
Fix some casts between signed and unsigned in some files.
Andrei Karas
1
-5
/
+9
2016-02-05
Impliment packet SMSG_NPC_CUTIN. Add support for cutins.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-31
Move ImagePosition enum into enums directory.
Andrei Karas
1
-20
/
+20
2015-12-14
Move soundconsts.h into const directory.
Andrei Karas
1
-1
/
+2
2015-11-10
Add close button to all shortcuts windows.
Andrei Karas
1
-1
/
+4
2015-08-03
Add gui mode for dyecmd. Now only basic code added.
Andrei Karas
1
-0
/
+10
2015-07-11
Add missing checks into gui.
Andrei Karas
1
-5
/
+8
2015-05-30
Move theme colors enum into separate file.
Andrei Karas
1
-2
/
+2
2015-05-30
Convert MouseButton enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-9
/
+14
2015-05-27
Clear draw vertexes if window going hidden.
Andrei Karas
1
-1
/
+6
2015-05-26
Use local TextChunk in windows for draw caption text.
Andrei Karas
1
-11
/
+34
2015-05-25
Add method safeDrawChildren for safe OpenGL renderer.
Andrei Karas
1
-1
/
+1
2015-05-25
Add safeDraw method into window.
Andrei Karas
1
-63
/
+94
2015-05-25
Dont set global color variables before drawing text.
Andrei Karas
1
-2
/
+5
2015-05-23
Move window variable from widget class to widget2 class.
Andrei Karas
1
-0
/
+2
2015-05-23
Add check in windows for posInit() calls.
Andrei Karas
1
-1
/
+7
2015-05-10
Improve window resize speed.
Andrei Karas
1
-5
/
+10
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-6
/
+8
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+2
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-3
/
+0
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-10-18
Dont hide text popup if mouse event already consumed.
Andrei Karas
1
-1
/
+1
2014-09-07
For some popup menus use current mouse position.
Andrei Karas
1
-16
/
+1
2014-09-07
fix crash in windows before game started.
Andrei Karas
1
-3
/
+16
2014-08-17
Remove getters for mouse position and use direct variables.
Andrei Karas
1
-2
/
+2
2014-08-17
Remove proxy methods used for access popup menu.
Andrei Karas
1
-2
/
+6
2014-08-03
Fix some casts.
Andrei Karas
1
-1
/
+1
2014-07-31
Move popup related code from viewport into popupManager.
Andrei Karas
1
-4
/
+8
2014-07-24
Fix possible crash in "reset windows".
Andrei Karas
1
-0
/
+5
2014-06-13
In modernopengl add support for buffered draw tile collection.
Andrei Karas
1
-0
/
+1
2014-05-31
fix code style.
Andrei Karas
1
-1
/
+0
2014-05-30
Move main window related code into windowmanager.
Andrei Karas
1
-0
/
+1
2014-05-18
Move mousebutton into separate file.
Andrei Karas
1
-2
/
+2
2014-05-17
Move font.cpp/h into fonts directory.
Andrei Karas
1
-1
/
+2
2014-05-14
Move containerplacer into separate file.
Andrei Karas
1
-0
/
+1
2014-05-14
Move skin into separate file.
Andrei Karas
1
-0
/
+1
2014-04-11
fix code style.
Andrei Karas
1
-7
/
+0
2014-04-06
Move redraw flag from widgets into base widget.
Andrei Karas
1
-1
/
+0
2014-03-28
simplify variables cleanup.
Andrei Karas
1
-6
/
+5
2014-03-22
Add context menu into windows.
Andrei Karas
1
-2
/
+14
2014-03-21
Add consume calls into mouse press / click handlers.
Andrei Karas
1
-0
/
+4
[next]