Difference between revisions of "User:ThePhysicist"

From ReactOS Wiki
Jump to: navigation, search
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Irc nick: Physicus
+
'''Timo Kreuzer'''
Forum nick: ThePhysicist
+
 
svn: tkreuzer
+
IRC Nickname: '''tkreuzer'''
Real name: Timo Kreuzer
+
 
 +
Forum nick: '''ThePhysicist'''
 +
 
 +
Obsolete SVN Name: '''tkreuzer'''
 +
 
 +
Country: ''Germany''
 +
 
 +
City: ''Schönberg''
 +
 
 +
Scope of interest in ReactOS Development: ntoskrnl, hal, freeldr, win32k and related, 64 bit port
 +
 
 +
==About Me==
 +
I am a software engineer from Germany. Before I came to ReactOS, I had some basic Programming knowledge, mostly Pascal, VB, Assembler and after my computer science studies a little Java. Don't really know when I first stumbled upon ReactOS, maybe in 2004. I joined the ReactOS community on April 2005. I began to learn C and soon commited a few small patches. In January 2007 I became a ReactOS developer. I started with working on the desk.cpl appearance page, later I worked on win32k, which is my favourite place. And there's enough todo ;-)
  
 
==TODO==
 
==TODO==
 
===GDI===
 
===GDI===
*Fix dc references to brushes/pens
+
* DIB rewrite
*Fix the handle manager
+
* Font driver support
*Check ulDirtyFlags (DIRTY_FILL vs DIRTY_BRUSH)
+
* More C++ thingies
**Delayed deletion
+
 
**Forced remove
+
===NTOSKRNL===
*Finish BRUSHOBJ implementation
+
* Finally implement managing the commit limit
**Analyze ENGBRUSH structure, if possible
+
 
**Implement EngRealizeBrush
+
===ROS64===
*Implement PDEV/LDEV
+
*Make 64 bits great again!
*Rewrite BITMAP implementation
 
**Use device bitmaps
 
**improve Eng call chains
 
  
 
==Links==
 
==Links==
  
[[user:ThePhysicist/AbouMe | About Me]]
+
* [[user:ThePhysicist/Hardware | My Hardware ]]
 +
 
 +
* [[Techwiki:main]]
  
[[user:ThePhysicist/Hardware | My Hardware ]]
+
* [[Win32k design guideline]]
  
[[Bootstate]]
+
* [[How_to_migrate_SVN_patches]]
  
[[techwiki/main]]
+
* [[Wine-Syncs-2.0]]
  
[[Win32k_design_guideline]]
+
* [[RosBE-assembly]]
  
[[de:Testpage | Testlalala]]
+
* [[ReactOS-Versioning]]

Revision as of 08:39, 23 August 2019

Timo Kreuzer

IRC Nickname: tkreuzer

Forum nick: ThePhysicist

Obsolete SVN Name: tkreuzer

Country: Germany

City: Schönberg

Scope of interest in ReactOS Development: ntoskrnl, hal, freeldr, win32k and related, 64 bit port

About Me

I am a software engineer from Germany. Before I came to ReactOS, I had some basic Programming knowledge, mostly Pascal, VB, Assembler and after my computer science studies a little Java. Don't really know when I first stumbled upon ReactOS, maybe in 2004. I joined the ReactOS community on April 2005. I began to learn C and soon commited a few small patches. In January 2007 I became a ReactOS developer. I started with working on the desk.cpl appearance page, later I worked on win32k, which is my favourite place. And there's enough todo ;-)

TODO

GDI

  • DIB rewrite
  • Font driver support
  • More C++ thingies

NTOSKRNL

  • Finally implement managing the commit limit

ROS64

  • Make 64 bits great again!

Links