Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-27 | observer: cosmetic gui tweaks | Dan Gudmundsson | |
Mainly mac stuff | |||
2014-01-27 | observer: Fix memory and scheduler info and handle missing fields | Dan Gudmundsson | |
Fix app viewer crash | |||
2014-01-27 | observer: Consolidate the view of process information | Dan Gudmundsson | |
Add clickable links to processes in process info Use html pages (contains clickable processes) to view messages, dictionary and other information. | |||
2013-01-09 | observer: Fix check for graphics contexts | Dan Gudmundsson | |
wxWidgets-2.9 seg faults if you try to create a graphics context before the window is shown. With bad timing this can happen. So change the haveGC test to check if the functionality is available without creating the GraphicsContext. | |||
2013-01-09 | observer: Fix font sizes | Dan Gudmundsson | |
On wxWidgets 2.9 they seem to have fixed font sizes in GC's | |||
2012-06-19 | Fix process_info from app tab on other nodes | Dan Gudmundsson | |
2012-05-08 | [observer] Add more popup menus and info selected pid | Dan Gudmundsson | |
2012-04-27 | [observer] Fix scrollbars in app-viewer | Dan Gudmundsson | |
2012-04-23 | [observer] Remove appmon ref when node goes down | Dan Gudmundsson | |
2012-02-21 | [observer] Windows double buffer fixes | Dan Gudmundsson | |
DC's and GC's is not double buffered by default on windows, and there is a separate erase event which causes awful flickering when constant updating a window. Hack around wx (to be able to use wxBufferPaintDC), to avoid flickering on windows. This works on windows because there (and only there) wxGC:create/1 also takes a memoryDC as argument. | |||
2012-02-21 | [observer] Add fallback drawing to raster api (wxDC) | Dan Gudmundsson | |
Sigh, seems that Suse-11 does not default deliver wxWidgets with wxGRAPHICS_CONTEXT enabled, add fallback to use wxDC again. | |||
2012-02-21 | [observer] Use wxGC for drawing | Dan Gudmundsson | |
2012-02-21 | [observer] Fix crash when loosing connections | Dan Gudmundsson | |
2011-12-05 | [observer] Move rpc calls to runtime tools | Dan Gudmundsson | |
2011-12-02 | [observer] Added an application viewer | Dan Gudmundsson | |