summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* break out REGISTRY_VALUE & REGVAL_CR objects into separate file forGerald Carter2002-08-301-347/+0
* fix registry editor API for printing backend after I changedGerald Carter2002-08-221-3/+36
* fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter2002-08-181-1/+1
* fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter2002-08-181-2/+1
* Fairly large change to printing code.Gerald Carter2002-08-161-2/+89
* done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-241-20/+13
* several changes in this checkinGerald Carter2002-07-241-57/+81
* * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-231-145/+260
* fix seg fault due to memory allocation goof.Gerald Carter2002-07-221-0/+8
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-1/+52
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-3/+7
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-1/+2
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-9/+7
* Fixed a compiler warning.Tim Potter2002-07-191-3/+3
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-26/+181
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-254/+59
* splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-151-0/+334