2001-05-22 |
David Webster | Fixes errno.h problems with OS/2 |
blob | commitdiff | raw |
2001-05-21 |
David Webster | Visualage fixes for Stefan's socket implementations... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #403856 (utilscmn.cpp should translate... |
blob | commitdiff | raw |
2001-05-10 |
Stefan Csomor | added lowercase functionality to wxHexToDec |
blob | commitdiff | raw | diff to current |
2000-10-07 |
Vadim Zeitlin | 1. a couple of compilation warnings fixed (strconv... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Julian Smart | Fiddled with wxFindWindowAtPoint to make it work with... |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | 1. wxGetFullHostName() does return the full host name... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | warnings from FreeBSD compilation log removed |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Julian Smart | Various compiler changes |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Vadim Zeitlin | fixed (rare but fatal) bug in wxWindowDisabler |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Julian Smart | Added WIN16 code for window disabler |
blob | commitdiff | raw | diff to current |
2000-03-05 |
Vadim Zeitlin | 1. wxWindowDisabler modified to bring parent window... |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
blob | commitdiff | raw | diff to current |
2000-02-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Vadim Zeitlin | 1. wxWizard appears in the centre of the screen by... |
blob | commitdiff | raw | diff to current |
2000-01-24 |
Vadim Zeitlin | implementation of wxGetPasswordFromUser |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | more fixes to compilation warnings from HP-UX build... |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Vadim Zeitlin | 1. corrections for compilation of the wxBase apps with... |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-12-09 |
Vadim Zeitlin | a more easy to use version of wxGetHomeDir() added |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Robert Roebling | More replacements of strcmp -> wxStr.. |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Robert Roebling | Mem leak in new accelerator code. |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
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-07-30 |
David Webster | OS/2 updates |
blob | commitdiff | raw | diff to current |
1999-06-27 |
Robert Roebling | Work on streams of all sorts. More to come. |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Karsten Ballüder | Added missing wxGetFullHostName() and wxNO_DEFAULT... |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-21 |
Robert Roebling | Fixed typos in window.cpp and utils.cpp |
blob | commitdiff | raw | diff to current |
1999-05-18 |
Robert Roebling | More key event work. Added SetDetectableAutoRepeat. |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ove Kaaven | Unicodified a few routines. |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Ove Kaaven | Defer loading of character sets, and some anti-crash... |
blob | commitdiff | raw | diff to current |
1999-04-15 |
Karsten Ballüder | Added wxEnableTopLevelWindows(bool enable) for use... |
blob | commitdiff | raw | diff to current |
1999-04-13 |
Ove Kaaven | More Unicode stuff. Implemented wxFprintf. |
blob | commitdiff | raw | diff to current |
1999-03-30 |
Vadim Zeitlin | wxTopLevelWindows is now a wxWindowList, better compati... |
blob | commitdiff | raw | diff to current |
1999-03-29 |
Vadim Zeitlin | many miscellaneous fixes |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Karsten Ballüder | Added wxSafeYield(wxWindow *win=NULL). |
blob | commitdiff | raw | diff to current |
1999-03-06 |
Vadim Zeitlin | 1. the common helper functions are now in src/unix... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-25 |
Julian Smart | Split up wxStream doc files; added wxTCP... files;... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Triued in vain to fix threads segvs with gcc |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Julian Smart | Got generic wxListCtrl, wxTreeCtrl working under Window... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Stefan Csomor | CW Win32 support |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | wx_USEIOSTREAMH changes |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Changes related to stream includes |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
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-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
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-07-10 |
Karsten Ballüder | Fixed implementation pragma to "utils.h" |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
blob | commitdiff | raw | diff to current |
1998-07-09 |
Robert Roebling | ThreadnoGui compiles now. |
blob | commitdiff | raw | diff to current |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
blob | commitdiff | raw | diff to current |
1998-07-05 |
Guilhem Lavaux | * Fixed configuration problem (#if USE_APPLE_IEEE) |
blob | commitdiff | raw | diff to current |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|