aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/observer_sys_wx.erl
AgeCommit message (Collapse)Author
2016-05-13Test cuddlingDan Gudmundsson
Tests on slow vnc server times out.
2016-05-12observer: Align system info boxesDan Gudmundsson
Looks better IMHO
2016-03-15update copyright-yearHenrik Nord
2015-09-23fix capitalization of headingsRich Morin
Several initialisms (eg, ERTS, ETS, SMP) are used as headings. They were being capitalized incorrectly,
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-27observer: Add a new tab memory allocator chartsDan Gudmundsson
Easier to the see memory usage and utilization as charts instead of values that is updating during runtime. Remove from system page and create a separate allocator tab.
2014-01-27observer: cosmetic gui tweaksDan Gudmundsson
Mainly mac stuff
2014-01-27observer: Fix memory and scheduler info and handle missing fieldsDan Gudmundsson
Fix app viewer crash
2013-06-04[observer] Add mbcs_pool to allocator info in system windowSiri Hansen
2013-05-23observer: Add allocator info to guiSiri Hansen
2012-06-28[observer] Fix dialyser warningsDan Gudmundsson
2011-12-05[observer] Move rpc calls to runtime toolsDan Gudmundsson
2011-12-02[observer] Added an application viewerDan Gudmundsson
2011-11-24[observer] Add more trace functionalityDan Gudmundsson
Add logging output options, to file, shell or log-window. Add remove/change process options, trace patterns via right-click. Show traced nodes. Add possibility to add named processes, which will be traced on all nodes. Add menu to log window
2011-11-11[observer] Fix portability bugsDan Gudmundsson
Turn on generic listctrl implementation on Mac, the native doesn't work in wx-2.8. Fix listctrl colours on mac Turn on wxSystemMenu for miniFrame to get a close box on Windows. Direct observer help to a browser. Cleanups
2011-11-10[observer] Improve process_info windowDan Gudmundsson
Also refactor some (re)used code
2011-11-08[observer] Clean up codeDan Gudmundsson
system tab, timer handling and "etop" code More info in system tab, same timer handling in all tabs. Remove dependency off etop process, do the roughly the same functionality on our own.
2011-11-08[observer] Started on a wx guiMagnus Eriksson