Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
Controllers
/
EventWindowController.cpp
Age
Commit message (
Expand
)
Author
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2012-04-26
Avoid adding messages to the Notices view for the currently selected tab.
Kevin Smith
2012-04-26
Avoid duplicate subscription requests.
Kevin Smith
2011-07-10
Don't include readable events (i.e. chat messages) in the Notices view
Kevin Smith
2011-03-10
(Really this time) fix unread messages.
Kevin Smith
2011-03-09
Fix marking notices as read.
Kevin Smith
2010-10-22
Fixed memory leaks and segfault on signout.
Remko Tronçon
2010-10-10
Fix a crash when signing out.
Remko Tronçon
2010-10-08
Fixing assorted memory leaks.
Kevin Smith
2010-04-11
Remove accidental printf commit
Kevin Smith
2010-04-10
Fix two segfaults on signout/signin.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2010-03-22
Updating unit tests to work again
Kevin Smith
2010-03-22
Lots of plumbing for event view.
Kevin Smith
2010-03-19
Don't show messages forever in the EventViewer.
Kevin Smith
2010-03-19
Start of event viewer.
Kevin Smith