removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / common / resource.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-09  Julian SmartSmall bug fix
1999-09-08  Julian SmartAdded wxTE_NO_VSCROLL style; corrected joystick event...
1999-09-02  Julian SmartSetMenuBar potential memory leak fixed; added wxTAB_TRA...
1999-08-30  Patrick AlbertRemoving most of level 4 warnings, particulary in 16...
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-02  David Webster*** empty log message ***
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-25  Julian SmartMisc small changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Brian MacyRecursion bad... handle C++ style comments
1999-04-21  Ove KaavenUnicode fixes.
1999-04-13  Ove KaavenNow this one also compiles in Unicode mode.
1999-03-31  Vadim Zeitlincount++ bug corrected (patch from Dino Scaringella)
1999-02-25  Julian SmartwxBitmapButton bug fixed
1999-02-04  Julian SmartCorrected XPM-related cast in resource.cpp; added gener...
1999-02-04  Vadim Zeitlincompilation fix due to wxString(int) addition
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-06  Robert Roebling Compilation fixes
1998-12-29  Julian SmartBC++/16-bit support now working, but without resource...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-12  Julian SmartAdded wxPoem sample; fixed some Dialog Editor problems...
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-23  Robert Roebling Added install scripts in missing places
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-08  Vadim ZeitlinwxWarning replaced with wxLogWarning (to solve the...
1998-08-08  Denis PershinDP:
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-22  Julian SmartAdded more flags to resource.cpp, #ifdefed out ScanfV...
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on
1998-05-21  Julian SmartMinor changes to make files compile (return values...