| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-08 | DolphinWX: Remove unnecessary includes | Lioncash | |
| 2015-04-07 | Debugger: Fix memory leaks related to grid tables | Lioncash | |
| Incrementing the reference count here isn't necessary, as they construct with a count of 1. Incrementing again results in the attributes not being freed. | |||
| 2015-03-24 | DolphinWX: Get rid of wxGrid-based casts in the debugger. | Lioncash | |
| This technically also fixes a memory leak in WatchView.cpp, because the table setting was done such that the grid wouldn't take ownership of the table, which means said table wouldn't be deleted in the grid's destructor. | |||
| 2014-11-07 | DolphinWX: Remove unnecessary forward declarations | Lioncash | |
| 2014-05-17 | Kill off _T and wxT macros | Lioncash | |
| Minor other alterations that relate to above as well. Also added the PanicAlertT version of alerts for some error messages that use PanicAlert. We want the user to actually understand why the error occurred. | |||
| 2014-02-23 | Make DolphinWX/ mostly IWYU clean. | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
