index
:
specing/manaplus
CI_test_var
autoupdate_test_in_gcc5job
c++17_deprecated_func
camel
charselect_clarify_switch
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
client_version_check_docs
command_not_found_channel_report
cpplint-linelength
cuoco-default
cuoco_choosedefault
do-not-unequip-first
dukebuilder
fix-ci2
fix_windows_SEC_E_ILLEGAL_MESSAGE
fix_windows_ci_opt_exists
general_tab_message_redirect
gl-move_ci-test
go_attack_pickup_stand_on_ignored_item
improved_controller_build2
item_shortcuts_window_sticky_button
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
mail_delete_crash
master
old-stable
packets
pickupignoredfix
rename_and_cleanup
sprite_warnings
stable
stripped
test-ci
tmw/renameprog
use_urljoin_downloaderwindow
warp_mage_client
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
windows
/
socialwindow.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-10-11
Add confirmation dialog for leaving guild
Fedja Beader
1
-0
/
+34
Memory may not be freed properly, also code is IMO ugly. See !109 for the other way of implementing this (unrelated). Was done in socialWindow as the join confirmation is already there. **** mana/plus!110
2024-02-09
Update copyright headers up to 2023
Jesusalva Jesusalva
1
-1
/
+2
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-5
/
+5
2018-03-09
Add skin parameter to all button constructors.
Andrei Karas
1
-1
/
+1
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-27
Remove default parameters from window.
Andrei Karas
1
-8
/
+8
2017-12-25
Remove default parameters from containerplacer.
Andrei Karas
1
-2
/
+2
2017-12-11
Remove default parameters from ChatTab::chatLog.
Andrei Karas
1
-8
/
+30
2017-08-22
Remove default parameters from SocialTab::buildCounter.
Andrei Karas
1
-1
/
+1
2017-08-21
Remove useless else.
Andrei Karas
1
-4
/
+1
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-2
/
+2
clang-tidy warning: readability-static-accessed-through-instance
2017-06-11
Rename player_relations into playerRelations.
Andrei Karas
1
-2
/
+2
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-32
/
+32
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-6
/
+8
2016-09-21
Set parts of most windows unselectable.
Andrei Karas
1
-0
/
+3
2016-09-17
Add strong typed bool Opaque.
Andrei Karas
1
-8
/
+8
2016-08-30
Fix some leaks in unit tests.
Andrei Karas
1
-0
/
+13
2016-08-29
Use time_t for time values.
Andrei Karas
1
-1
/
+1
2016-08-19
Use socialguildtab2.h only if tmwa compilation enabled.
Andrei Karas
1
-1
/
+4
2016-08-19
Remove another extra include from socialwindow.cpp
Andrei Karas
1
-1
/
+0
2016-08-19
Remove extra include from socialwindow.cpp
Andrei Karas
1
-2
/
+0
2016-08-18
Add baic menu into social window menu button.
Andrei Karas
1
-5
/
+42
Allow create/leave party or guild.
2016-08-18
Remove unuse event handlers in socialwindow.
Andrei Karas
1
-64
/
+0
2016-08-18
Remove SocialWindow::showPartyCreate
Andrei Karas
1
-35
/
+0
2016-08-18
Remove SocialWindow::showGuildCreate
Andrei Karas
1
-11
/
+0
2016-08-18
Remove createpartypopup class.
Andrei Karas
1
-4
/
+0
2016-08-18
Remove invite and leave buttons from social window.
Andrei Karas
1
-12
/
+4
2016-02-21
Add missing checks.
Andrei Karas
1
-0
/
+6
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-2
/
+2
2016-01-04
Add missing TRANSLATORS comments to translation strings.
Andrei Karas
1
-1
/
+2
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-06-25
Add missing checks in windows.
Andrei Karas
1
-0
/
+3
2015-06-15
Fix code style.
Andrei Karas
1
-1
/
+0
2015-06-14
Use CREATEWIDGET macro in socialwindow.
Andrei Karas
1
-20
/
+28
2015-06-07
Remove useless parameter from PartyHandler::inviteResponse.
Andrei Karas
1
-2
/
+2
2015-06-06
Fix code style.
Andrei Karas
1
-2
/
+0
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-1
/
+1
2015-05-24
From ChatTab::chatLog removed default parameter for message owner type.
Andrei Karas
1
-8
/
+16
2015-05-21
Call postInit after each window creation.
Andrei Karas
1
-2
/
+2
2015-05-21
Call Window::postInit from all windows with overrided postInit method.
Andrei Karas
1
-0
/
+1
2015-05-10
Move guildmanager into net/tmwa directory.
Andrei Karas
1
-4
/
+4
2015-05-05
Add strong typed bool type in OkDialog.
Andrei Karas
1
-1
/
+1
2015-05-05
Add strong typed bool type for modal bool flag.
Andrei Karas
1
-4
/
+7
2015-03-16
Remove useless includes from cpp files
Andrei Karas
1
-8
/
+2
2015-02-16
Use guildmanager only if build with tmwa support.
Andrei Karas
1
-0
/
+8
2015-01-06
Move dialogtype.h into enums directory.
Andrei Karas
1
-1
/
+1
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-14
eathena: fix packet SMSG_PARTY_INVITED 0x02c6.
Andrei Karas
1
-3
/
+6
[next]