Did somework on the generic dialogs,
[wxWidgets.git] / include / wx / fileconf.h
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-16  Julian SmartVarious changes for Salford C++, and commited fileconf...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-08  Unknown (UG)no message
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-03  Vadim Zeitlinreplaced wxEmptyString with "" because it's defined...
1998-09-02  Robert Roebling New configure
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-02  Vadim Zeitlinthe base class is now called wxConfigBase, wxConfig...
1998-07-29  Vadim Zeitlin1) APPCONF_ constants renamed to wxCONFIG_
1998-07-18  Vadim Zeitlina couple of functions added (GetNumberOfGroups/Entries...
1998-07-17  Vadim Zeitlinfixed compilation problems under Windows
1998-07-16  Vadim ZeitlinwxFileConfig uses sorted arrays (big performance improv...
1998-07-07  Vadim Zeitlinadded HasEntry/Group function to wxConfig, corrected...
1998-07-03  Julian SmartAdded #pragmas for gcc.
1998-06-18  Vadim ZeitlinwxFileConfig bugs corrected (now the new entries belong...
1998-06-02  Vadim Zeitlinadded #if USE_WXCONFIG check (TODO: add configure switc...
1998-05-26  Vadim ZeitlinwxFileConfig now has it's own header, the config file...