..
AppTrait.h
wx: properly overwrite trait creation
2014-11-22 18:51:05 +01:00
Assertions.h
Use __builtin_unreachable where possible for non-msvc
2014-08-15 14:43:52 +10:00
CheckedStaticBox.h
UI:
2010-06-24 20:30:36 +00:00
Console.h
common: fix gcc 5.0 issue
2015-05-27 18:20:06 +02:00
Dependencies.h
Fix includes for Windows wxWidgets 3.0 build
2015-06-12 18:29:09 +01:00
EventSource.h
Copyright 2010 : PCSX2 and plugins! (notable exception: didn't update copyright info in any Gabest plugins)
2010-05-03 14:08:02 +00:00
EventSource.inl
Refactoring:
2010-08-09 04:10:38 +00:00
Exceptions.h
pscx2: s/wxTrap/pxTrap/
2014-12-13 12:28:37 +01:00
FixedPointTypes.h
wxIsoFile: And a couple more compiler fixes.
2010-10-18 16:09:00 +00:00
FixedPointTypes.inl
FixedInt - round instead of truncate on construction
2015-09-17 00:30:08 +03:00
General.h
common: fix compilation
2015-06-05 21:18:21 +02:00
HashMap.h
Use posix_memalign and _aligned_malloc for alignment. Remove unused code.
2014-08-17 21:03:43 +10:00
IniInterface.h
Big gif transfer code rewrite!
2011-07-24 13:02:50 +00:00
MathUtils.h
Rename Utilities/Math.h to Utilities/MathUtils.h
2015-08-09 22:41:18 +01:00
MemcpyFast.h
utilities: Cleanup unused memcpy defines
2015-09-12 10:00:49 +01:00
MemsetFast.inl
Remove some horrible old code.
2014-08-13 13:55:32 +10:00
PageFaultSource.h
common: init m_handled in the SrcType_PageFault constructor
2015-09-23 09:47:27 +02:00
Path.h
Portable mode: now allows fully custom folders, but still allows relocation of pcsx2 folder without breaking (install mode unmodified).
2011-03-29 17:41:11 +00:00
PersistentThread.h
windows build take3: revert previous commit
2015-01-18 19:25:46 +01:00
RedtapeWindows.h
Use posix_memalign and _aligned_malloc for alignment. Remove unused code.
2014-08-17 21:03:43 +10:00
RwMutex.h
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
2011-03-25 05:06:49 +00:00
SafeArray.h
pcsx2/common: fix tons of warning spamming on clang
2014-07-05 00:08:48 +02:00
SafeArray.inl
linux: Fix _aligned_realloc implementation
2015-09-13 21:05:33 +01:00
ScopedAlloc.h
linux: Fix _aligned_realloc implementation
2015-09-13 21:05:33 +01:00
ScopedPtr.h
Major Settings Changes!
2011-01-10 17:48:25 +00:00
ScopedPtrMT.h
* Documented some of the event/threading proxy class and its underlying event queue.
2010-12-27 15:25:39 +00:00
StringHelpers.h
Fix string handling on Windows wxWidgets 3.0
2015-06-19 22:14:49 +01:00
Threading.h
utilities: Cleanup unused memcpy defines
2015-09-12 10:00:49 +01:00
ThreadingDialogs.h
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
2011-03-25 05:06:49 +00:00
TlsVariable.inl
Introducing a mostly revamped Tracelog and Console log system. Various console log sources can now be toggled on/off on the fly, allowing end users to enable more verbose logging when they encounter problems. Both console and trace sources can be given automatic prefixing.
2010-08-06 05:46:09 +00:00
TraceLog.h
wx3.0: clang complains about support of reference in varargs
2014-08-03 14:43:08 +02:00
lnx_memzero.h
Merge branch 'alignment' of git://github.com/xsacha/pcsx2 into xsacha-alignment
2015-06-05 20:31:14 +02:00
pxCheckBox.h
pcsx2: remove template and pointer on overload function from wxGuiTools
2014-07-18 19:20:53 +02:00
pxEvents.h
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
2011-03-25 05:06:49 +00:00
pxForwardDefs.h
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
2011-03-25 05:06:49 +00:00
pxRadioPanel.h
UI: Switched from the old 'native' text labels to a new custom draw text label that should (hopefully!) be a lot better about positioning and wrapping text, and fitting to windows and what-not. Also gets rid of my nasty "ideal width" hack I originally used to fix-size some of the dialogs.
2010-06-04 08:00:19 +00:00
pxStaticText.h
pcsx2: remove template and pointer on overload function from wxGuiTools
2014-07-18 19:20:53 +02:00
pxStreams.h
Fixed inconsistent newlines / added as many svn:eol-style=native properties as I could without killing myself.
2011-03-25 05:06:49 +00:00
win_memzero.h
Merge branch 'alignment' of git://github.com/xsacha/pcsx2 into xsacha-alignment
2015-06-05 20:31:14 +02:00
wxAppWithHelpers.h
Use standard allocator for pxEventList/wxEventList
2015-06-12 18:29:09 +01:00
wxBaseTools.h
Converted the GameDB to use wxWidgets classes.
2010-06-09 17:37:11 +00:00
wxGuiTools.h
gui:windows: Fix tooltip wrapping
2015-09-04 22:54:11 +01:00