summaryrefslogtreecommitdiff
path: root/src/Misc.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22specially per @savask's request, put matcher into a functionmniip1-0/+21
returns 0 if no match, returns position of pipe character if there is
2013-08-22oh, and remove dependencymniip1-12/+0
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-1/+0
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-141/+0
2013-01-13copy support in linuxjacob11-14/+69
2013-01-13local copy / paste support inside tpt for all platformsjacob11-4/+11
2012-12-26Comment out cpu_check, which only creates errorsjacob11-2/+2
2012-09-30Prevent crash when pasting in LinuxSimon Robertshaw1-2/+2
2012-09-06Visual studio compatibilityjacob11-3/+3
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-6/+6
2012-08-02Separate operating system and architecture preprocessor definitionsntoskrnl1-11/+6
Conflicts: SConscript
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to ↵Simon Robertshaw1-0/+1
directly edit the values" in issue #23
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-29/+29
2012-07-20Remove AMD detection from CPU checkSimon Robertshaw1-2/+2
2012-06-13Missing includes and declarations for LinuxSimon Robertshaw1-0/+6
2012-06-12TPT: Fix crash when pasting text on platforms which don't support it d0b57d7d99Simon Robertshaw1-1/+3
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-1/+1
2012-04-26OS X compiling working, Make it a bit more friendly with stricter compilersSimon Robertshaw1-5/+6
2012-04-22Inline restrict_fltSimon Robertshaw1-2/+2
2012-04-14Add missing for OpenURI on 64bit LinuxSimon Robertshaw1-2/+2
2012-02-05Fix pointer errors for linux.savask1-2/+2
2012-02-01Use useragent for version, fix URl encodingSimon Robertshaw1-0/+29
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw1-0/+23
2012-01-20Fix case for header filesSimon Robertshaw1-8/+4
2012-01-08InitialSimon Robertshaw1-0/+664