perform asynchronous SID lookups
[reactos.git] / reactos / lib / aclui / checklist.c
2005-12-25 Thomas Bluemelperform asynchronous SID lookups
2005-11-28 Thomas Bluemelminor fixes
2005-11-03 Thomas Bluemeladd all ACEs to their principals
2005-09-28 Thomas Bluemelimproved error handling
2005-08-06 Thomas Bluemelhandle the WM_SIZE message and resize/move the controls...
2005-08-05 Thomas Bluemel#include "acluilib.h" -> #include <precomp.h>
2005-08-04 Thomas Bluemelproperly implement scrolling
2005-07-14 Thomas Bluemeldon't allow changing the allow and deny checkbox state...
2005-07-06 Thomas Bluemelfix gcc4 warnings and indention
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-04 Thomas Bluemeladd a quick search feature to the checklist control
2005-07-04 Thomas Bluemelproperly handle WM_UPDATEUISTATE
2005-07-04 Thomas Bluemel- hide the keyboard focus when appropriate
2005-07-04 Thomas Bluemelfixed some scrolling issues
2005-07-04 Thomas Bluemelhandle resizing of the control
2005-07-04 Thomas Bluemelproperly handle clicks outside a checkbox
2005-07-04 Thomas Bluemelminor bugfixes
2005-07-03 Thomas Bluemelenable editing of the checkboxes and minor bugfixes
2005-07-03 Thomas Bluemeladd support for XP themes (disabled by default)
2005-07-03 Thomas Bluemeldon't look up list items with negative index
2005-07-03 Thomas Bluemel- allow changing the focus of the check boxes in the...
2005-07-02 Thomas Bluemel- query the domain server if specified by the server
2005-07-02 Thomas Bluemelenumerate the permission names and display them
2005-07-01 Thomas Bluemelinitial (not yet complete) implementation of the checkl...