2000-10-03 |
Julian Smart | Small fixes to defs.h; change "windows.h" to <windows... |
blob | commitdiff | raw |
2000-09-26 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-07-21 |
David Webster | fixes for S_IFMT for OS/2 from WX_2_2_BRANCH |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Ove Kaaven | More Unicode compilation fixes. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-10 |
David Webster | OS/2 patch |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Vadim Zeitlin | fatal bug in wxSplitPath fixed |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Vadim Zeitlin | fix for wxSplitPath(foo/.filename) |
blob | commitdiff | raw | diff to current |
2000-01-31 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-28 |
David Webster | VA 4.0 fixes |
blob | commitdiff | raw | diff to current |
2000-01-26 |
David Webster | Visualage C++ V4.0 duplicate symbol fixes |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Stefan Neis | SN: Replace a __WXPM__ by __OS2__ in #if deciding wheth... |
blob | commitdiff | raw | diff to current |
2000-01-19 |
Václav Slavík | added wxFileModificationTime |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Robert Roebling | Added wxWakeUpIdle() to wxGTK, |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ove Kaaven | fopen -> wxFopen and such |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
blob | commitdiff | raw | diff to current |
1999-11-11 |
David Webster | Quick fix up for __WXPM__ |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Stefan Csomor | mac adaptions |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Robert Roebling | More replacements of strcmp -> wxStr.. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-03 |
Ove Kaaven | Hmm, apparently had to add FNSTRINGCAST elsewhere in... |
blob | commitdiff | raw | diff to current |
1999-08-03 |
Ove Kaaven | Changed my mind and used FNSTRINGCAST instead |
blob | commitdiff | raw | diff to current |
1999-08-03 |
Ove Kaaven | Replaced (char*)wxFNCONV with (const char*)wxFNCONV |
blob | commitdiff | raw | diff to current |
1999-07-29 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Robert Roebling | Chianti, Pinot noir, WINE.. |
blob | commitdiff | raw | diff to current |
1999-04-20 |
Ove Kaaven | Some Unicode fixes (mostly for Borland's pickiness... |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ove Kaaven | Unicodified wxEndsWithPathSeparator |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Ove Kaaven | Added a comment. |
blob | commitdiff | raw | diff to current |
1999-04-16 |
Ove Kaaven | wxGetUserHome() may return const val. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in... |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Vadim Zeitlin | wxGetCwd fixed |
blob | commitdiff | raw | diff to current |
1999-04-02 |
Vadim Zeitlin | wxMkdir() has 2nd param under Unix |
blob | commitdiff | raw | diff to current |
1999-04-02 |
Julian Smart | Switched wxMkdir code back to old working version. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Vadim Zeitlin | wxMkDir() has 'perm' argument |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Vadim Zeitlin | last fixes to fixes (MSW compilation works now) |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Vadim Zeitlin | many miscellaneous fixes |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Vadim Zeitlin | error msg when there are no files in wxFindFirst()... |
blob | commitdiff | raw | diff to current |
1999-02-18 |
Vadim Zeitlin | wxSplitPath() bugs corrected and it's documented |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Vadim Zeitlin | bug in wxSplitPath() corrected: the returned file name... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Vadim Zeitlin | wxMSW compilation problem fixed |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Vadim Zeitlin | wxFindFirst/NextFile() now return wxString and not... |
blob | commitdiff | raw | diff to current |
1999-02-06 |
Julian Smart | Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Vadim Zeitlin | wxSplitPath() handles correctly filenames with '.'... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Julian Smart | Added dnd classes, data object classes, changed clipboa... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Robert Roebling | Compile improvemnts for strict compilers and the... |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Robert Roebling | Proofed that iostreams break threads |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Stefan Csomor | CW Win32 support |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Julian Smart | Partial Watcom C++ 10.6 support added (doesn't link... |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Julian Smart | Re-added corrupt binary files; small change to filefn... |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Robert Roebling | Build fix |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Vadim Zeitlin | accidentally removed IMPLEMENT_DYNAMIC_CLASS added... |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Vadim Zeitlin | some sprintf()s replaced with wxString::Printf |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-21 |
Julian Smart | Doc updates (debug stuff); Cygwin corrections |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Karsten Ballüder | Now dot_special argument in wxMatchWild() is honoured... |
blob | commitdiff | raw | diff to current |
1998-09-19 |
Karsten Ballüder | changed wxMatchWild() 3rd parameter not used under... |
blob | commitdiff | raw | diff to current |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | 2 GnuWin32 compile bugs fixed, incl. printf bug in... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-08 |
Denis Pershin | DP: |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
blob | commitdiff | raw | diff to current |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
blob | commitdiff | raw | diff to current |
1998-07-14 |
Vadim Zeitlin | added wxSplitFile() to decompose a file name into path... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
blob | commitdiff | raw | diff to current |
1998-05-21 |
Julian Smart | Minor changes to make files compile (return values... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|