wj32
d092ca9173
* turned off ExtendedListView mandatory double buffering
...
* DoubleBuffered PropertyInfo is now cached
* removed stupid comment in OptionsWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2252 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 03:38:23 +00:00
wj32
fb89690166
1/4 stack -> 1/16 stack
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 11:53:08 +00:00
wj32
c513d5acaa
CircularBuffer sizes are now powers of two
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2246 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 03:45:01 +00:00
wj32
1d2cfbd946
* ToLower -> ToLowerInvariant
...
* InvariantCultureIgnoreCase -> OrdinalIgnoreCase
* other optimizations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2245 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 02:12:36 +00:00
wj32
a6b490bd9b
fixed settings screwing up in different cultures
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2220 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 09:16:53 +00:00
wj32
5ce1963158
updated documentation for settings classes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2216 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 07:27:25 +00:00
wj32
6aecd20e3f
reverted r2213 - an empty setting is still a setting (e.g. when the default is non-empty)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2215 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 07:11:26 +00:00
dmex04
d7aeec8fda
fixed empty settings being created containing no values and being written
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2213 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 06:57:15 +00:00
dmex04
469141a4fe
updated r2209 with wj32's recent advice about strings checking :P
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2212 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 06:03:50 +00:00
wj32
2015b0db71
fixed XmlFileSettingsStore with no file
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2209 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 05:24:45 +00:00
wj32
db33515991
added more caching to SettingsBase, disabled some caching in Settings, implemented some
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2205 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 00:14:07 +00:00
wj32
d2e2b6226f
settings system is working with some bugs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2203 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 23:27:06 +00:00
dmex04
d9b57d89f1
completed settings migration + updated settings references
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2199 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 17:32:04 +00:00
wj32
054c167760
* not compilable *
...
migrated around 1/6 of the settings to the new system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2194 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 10:17:50 +00:00
wj32
d2f754e92f
completed settings classes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2193 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 09:50:04 +00:00
wj32
f4cf2c2286
bump to 1.7
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2192 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 08:30:53 +00:00
wj32
b1166b3f99
fixed again
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2132 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 08:00:35 +00:00
wj32
d0e5b13fc4
oops.
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2131 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 07:56:51 +00:00
wj32
f9374b53b9
fixed Get/SetContext alignment issues
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2130 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 07:47:16 +00:00
wj32
1c316a0b91
new memory alignment method
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2129 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 07:23:19 +00:00
wj32
f8f50cb051
* fixed tiny process creation notification inconsistency
...
* fixed ExtendedListView compilation error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2122 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 02:01:06 +00:00
wj32
4499b91df3
sync
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2047 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-04 05:45:22 +00:00
wj32
8e9bd6bea8
* fixed critical CircularBuffer bug
...
* started Settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2046 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-04 03:31:06 +00:00
wj32
bed644f7a2
added MatchWildcards
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2043 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-04 00:37:22 +00:00
wj32
b5ae6a89e3
* got rid of BackgroundWorker (replaced with ThreadTask)
...
* got rid of IForegroundWindow
* fixed VirusTotalUploaderWindow upload speed
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2026 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 07:52:53 +00:00
wj32
1af3ec7006
UI, coding changes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2008 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 09:07:20 +00:00
dmex04
a30701dd0e
removed continue prompt, updated ErrorDialog layout and style, fixed url regex matching, required extra Diagnostic information has been added - will need this info when users send reports and are unavailable for commenting about them
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2003 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 06:27:46 +00:00
wj32
3a445ba3de
* added LINQBridge; TaskbarLib now compiles
...
* re-added taskbar icon overlays and progress bars
* got rid of the token button in ThreadWindow; moved to ThreadList context menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1948 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-26 07:05:49 +00:00
wj32
f5d8bec319
fixed process priority class display
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1936 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-24 10:51:36 +00:00
wj32
812bf5f300
* fixed relative start time sort order
...
* removed GetDateTimeFromLongTime; use DateTime.FromFileTime instead
* ProcessHandle.GetCreateTime and GetExitTime both return DateTimes now
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1892 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-18 06:34:45 +00:00
wj32
387df6bacd
* added constructors for NamedPipeHandle and MailslotHandle
...
* added mount point manager code
* added RTL bitmap wrapper
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1887 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-15 08:18:08 +00:00
wj32
10ecc44fd2
* numerous additions and improvements to FileHandle and NamedPipeHandle
...
* added parent support for MemoryRegion
* added PinnedObject
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1884 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-14 08:28:13 +00:00
wj32
8d20f3407d
added ParseCommandLine to Utils.cs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1872 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-12 02:45:42 +00:00
wj32
81c9935686
* Assistant now sends error codes back to Process Hacker, providing useful error messages
...
* added MailslotHandle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1860 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-07 08:36:15 +00:00
wj32
c5f2b3c1b8
fixed SemaphorePair for old versions of the .NET Framework
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1849 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-05 06:04:52 +00:00
wj32
11d2515cd3
sort arrow performance fix
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1848 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-05 05:55:31 +00:00
wj32
671e9dc669
all sortable ListViews now have sort arrow support
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1847 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-05 05:18:19 +00:00
wj32
d206ac0721
* added IPv6 network connection support
...
* reverted r1833 (no finalizer needed)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1838 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-03 07:15:15 +00:00
wj32
de107bac35
* Utils refactoring
...
* variable PVoid size for Structs, fixing some issues on x64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1772 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 22:49:28 +00:00
wj32
2a98bb4540
#2845829 - "System uptime"
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1760 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 23:52:06 +00:00
wj32
0a1c68ed10
* bump to 1.6
...
* fixed incorrect menu items for System threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1739 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-27 07:17:21 +00:00
wj32
a729518a66
removed FastResourceLock.cs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1732 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-22 05:39:14 +00:00
wj32
af15d2caf2
* vastly improved kernel module information
...
* added KTM resource manager object information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1731 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-22 05:18:27 +00:00
wj32
3d66fbdecb
* bump to 1.5
...
* fixed linked token display on x64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1723 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-20 08:40:27 +00:00
wj32
a41364e4e4
added some lock-free structures
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1719 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-17 08:21:34 +00:00
wj32
769fb8f12f
* fixed copyright notices
...
* free list is now lock-free
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1717 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-16 00:36:36 +00:00
wj32
6b85e5c0b5
bump to 1.4, change of version numbering - only major.minor now
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1696 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-11 12:08:30 +00:00
wj32
79e13cbb7b
x64: fixed memory-related functionality
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1688 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 09:31:34 +00:00
wj32
6ad1ea536a
* eliminated all architecture dependent IntPtr.ToStrings
...
* deleted old API logger code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1682 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-09 11:20:31 +00:00
wj32
d551452839
* moved back to AnyCPU
...
* fixed several native API struct definitions; process enumeration is working on native x64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1681 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-09 11:02:45 +00:00