14 Commits

Author SHA1 Message Date
UnknownShadow200
d97e3078af Style: Split up App.cs, remove two Program.cs, rename Formatter to LineFormatter. 2016-09-17 14:10:57 +10:00
UnknownShadow200
ea8a42878d Separate into Utils/Extensions, add extensions for accquiring read/write locks. 2016-08-19 18:17:30 +10:00
UnknownShadow200
2135a0675c Combine chat and commands log into one big box in main gui window. 2016-07-18 00:00:47 +10:00
UnknownShadow200
5dfabb6050 Use single formatting method for writing coloured text to GUI or CLI. 2016-05-27 20:40:19 +10:00
UnknownShadow200
6c5b69ea09 CustomColors command should have default rank of superop. 2016-05-02 08:42:00 +10:00
UnknownShadow200
d5f2d003e8 Use more optimised method of scrolling chat box in the gui. This significantly reduces memory usage and time spent scrolling the chat box. 2016-04-23 23:01:07 +10:00
UnknownShadow200
bf71b397c3 Don't call ScrollToEnd() twice, optimises appending to gui significantly. (Redundant ScrollToEnd() call was responsible for 20% of time spent in AppendLog) 2016-04-15 18:05:00 +10:00
UnknownShadow200
bfba394433 Now with 2.45% less pointless using System.Linq; statements. 2016-04-03 17:29:16 +10:00
UnknownShadow200
a761599480 Now with 205.62% less pointless memory allocations. 2016-02-24 19:50:13 +11:00
UnknownShadow200
80d4c283e1 Allow custom colours to be used in /color, server default colour, etc. Each custom colour now also has a name. 2016-01-28 23:59:01 +11:00
UnknownShadow200
0d961a14b0 H:/PortableApps/GitPortable/App/Git/ccols show the hex colour in the list (Thanks Empy), also fix issues with fallback colours not being used on classicube and real custom colour not being used for the gui. 2016-01-26 20:19:41 +11:00
UnknownShadow200
ec19f0166a Initial work on implementing TextColors CPE extension. 2016-01-22 00:41:28 +11:00
UnknownShadow200
df2a20efe5 Cleanup colour code handling. 2016-01-01 21:41:44 +11:00
Dhruv Patel
674ebcfd42 Added file 2015-03-21 09:45:31 -04:00