1999-08-07 |
Guilhem Lavaux | Commented setsockopt as it doesn't work anywhere. I... |
tree | commitdiff |
1999-08-06 |
Guilhem Lavaux | Changed Ungetch(void *, ...) to Ungetch(const void... |
tree | commitdiff |
1999-08-06 |
Julian Smart | Changes for BC++ |
tree | commitdiff |
1999-08-06 |
Ove Kaaven | TVS_CHECKBOXES doesn't seem to exist in Borland C++ |
tree | commitdiff |
1999-08-06 |
Ove Kaaven | Make it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++ |
tree | commitdiff |
1999-08-06 |
Václav Slavík | win32 miniframe added |
tree | commitdiff |
1999-08-06 |
Robert Roebling | Distrib things, |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Compile fix for dynarray, |
tree | commitdiff |
1999-08-05 |
Guilhem Lavaux | Changed BidEndianOrdered to BigEndianOrdered in datstrm.h |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Compile fix for button, MSW |
tree | commitdiff |
1999-08-05 |
Robert Roebling | Applied patch for stipppled brushes, |
tree | commitdiff |
1999-08-05 |
Julian Smart | Added new files to .rsp files; added new samples to... |
tree | commitdiff |
1999-08-05 |
Michael Bedward | Added a line to set m_font in the wxWindowDC ctor ... |
tree | commitdiff |
1999-08-05 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-08-05 |
Ryan Norton | Tcl regex lib |
tree | commitdiff |
1999-08-04 |
Vadim Zeitlin | wxButton::GetDefaultSize() fix |
tree | commitdiff |
1999-08-04 |
J. Russell Smyth | Fixed to fill in m_dir member when file selected so... |
tree | commitdiff |
1999-08-04 |
Guilhem Lavaux | GSocket_timeout: timeout support hack (disabled for... |
tree | commitdiff |
1999-08-04 |
Robin Dunn | Set the version number to use for the DLL in WXVERSION |
tree | commitdiff |
1999-08-04 |
Robin Dunn | Now uses the version number when doing a cleandll |
tree | commitdiff |
1999-08-04 |
Vadim Zeitlin | radiobox event now contains the string too |
tree | commitdiff |
1999-08-04 |
Robert Roebling | Minor changes to viusal appearance, |
tree | commitdiff |
1999-08-04 |
Robert Roebling | Compile fixes for samples and dialoged, |
tree | commitdiff |
1999-08-04 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
tree | commitdiff |
1999-08-03 |
Václav Slavík | malloc() --> new[] |
tree | commitdiff |
1999-08-03 |
Václav Slavík | wxHW_* flags, fixed client area problem |
tree | commitdiff |
1999-08-03 |
Karsten Ballüder | Changed wxChoice->wxComboBox as list of all paper sizes... |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Hmm, apparently had to add FNSTRINGCAST elsewhere in... |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Changed my mind and used FNSTRINGCAST instead |
tree | commitdiff |
1999-08-03 |
Ove Kaaven | Replaced (char*)wxFNCONV with (const char*)wxFNCONV |
tree | commitdiff |
1999-08-03 |
Vadim Zeitlin | cliet data crash fixed |
tree | commitdiff |
1999-08-03 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-08-02 |
Vadim Zeitlin | 1. minor headers rearrangement: wxprec.h doesn't includ... |
tree | commitdiff |
1999-08-02 |
Robert Roebling | Minor changes |
tree | commitdiff |
1999-08-02 |
Guilhem Lavaux | Changed a var name |
tree | commitdiff |
1999-08-02 |
Guilhem Lavaux | Better memory errors handler (added GSOCK_MEMERR) |
tree | commitdiff |
1999-08-02 |
David Webster | Changes to make common and generic compilable under... |
tree | commitdiff |
1999-08-02 |
Michael Bedward | Added code to set m_isBeingDeleted as per wxGTK |
tree | commitdiff |
1999-08-02 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-08-02 |
Michael Bedward | Added function GetDefaultSize |
tree | commitdiff |
1999-08-01 |
Vadim Zeitlin | 1. wxWindow::Centre() hopefully fixed |
tree | commitdiff |
1999-08-01 |
Robert Roebling | Updated testconf, |
tree | commitdiff |
1999-08-01 |
Guilhem Lavaux | wxMemoryStream doc updated |
tree | commitdiff |
1999-07-31 |
Vadim Zeitlin | compile warning fixed |
tree | commitdiff |
1999-07-31 |
Robert Roebling | Compile fixes for wxTreeCtrl (we don't speak about |
tree | commitdiff |
1999-07-31 |
Guilhem Lavaux | Converted some SetBlocking to SetNonBlocking |
tree | commitdiff |
1999-07-31 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | wxMSW::wxTreeCtrl has multiple selection too (somewhat... |
tree | commitdiff |
1999-07-30 |
David Webster | OS/2 updates |
tree | commitdiff |
1999-07-30 |
David Webster | OS/2 linkage specification on METHODDEF macro |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | no more assert failure in GetSelection() if there is... |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | link fix for no sockets compilation |
tree | commitdiff |
1999-07-30 |
Guilhem Lavaux | Renamed GSocket_SetBlocking to GSocket_SetNonBlocking... |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | a small fix to wxWindow::Centre |
tree | commitdiff |
1999-07-30 |
Vadim Zeitlin | explicit compilation fix |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Some more doc beauty, |
tree | commitdiff |
1999-07-30 |
Robert Roebling | Doc corrections, |
tree | commitdiff |
1999-07-30 |
Robin Dunn | fixed compiler error |
tree | commitdiff |
1999-07-30 |
Michael Bedward | Fixed m_majorDim bug a bit more (was still getting... |
tree | commitdiff |
1999-07-30 |
Michael Bedward | Added KeyRelease case to switch in wxTranslateKeyEvent... |
tree | commitdiff |
1999-07-30 |
Michael Bedward | Added wxApp::CheckForKeyUp |
tree | commitdiff |
1999-07-29 |
Vadim Zeitlin | #warning is a compilation error, not warning |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Now its possible to run wxHTML without wxSockets |
tree | commitdiff |
1999-07-29 |
Guilhem Lavaux | Typos. |
tree | commitdiff |
1999-07-29 |
Guilhem Lavaux | Added #include <stddef.h> as it is needed by ANSI. |
tree | commitdiff |
1999-07-29 |
Karsten Ballüder | fix for HP-UX |
tree | commitdiff |
1999-07-29 |
Karsten Ballüder | fixed busy cursor |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Compile fixes and typos corrected. |
tree | commitdiff |
1999-07-29 |
Robert Roebling | Makefile changes |
tree | commitdiff |
1999-07-29 |
Karsten Ballüder | ProgressDialog was *comletely* broken! |
tree | commitdiff |
1999-07-29 |
Karsten Ballüder | Fixed missing header. |
tree | commitdiff |
1999-07-29 |
Ove Kaaven | By assigning wxEmptyString instead of NULL to m_command... |
tree | commitdiff |
1999-07-29 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-07-29 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-07-29 |
Robert Roebling | I had to remove (Robin's) makefile creation clause |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | m_clientData conflict fixed |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | string and m_majorDim == 0 bugs fixed |
tree | commitdiff |
1999-07-28 |
Robert Roebling | Added tmake template for simple wxGTK makefile |
tree | commitdiff |
1999-07-28 |
Robin Dunn | Changes necessary to make In Place Edit work and look... |
tree | commitdiff |
1999-07-28 |
Vadim Zeitlin | 1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN... |
tree | commitdiff |
1999-07-28 |
Guilhem Lavaux | Added wxInternetFilesystemModule to fs_inet.cpp |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Corrected some more docs, |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Small distrib updates, |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | wxMotif fixes and common fixes for socket compilation |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | missing wxMSW files |
tree | commitdiff |
1999-07-27 |
Guilhem Lavaux | Changed void GSocket_Init() to bool GSocket_Init() |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW |
tree | commitdiff |
1999-07-27 |
Vadim Zeitlin | wxGTK compilation fixes |
tree | commitdiff |
1999-07-27 |
Robert Roebling | wxSocket compilation |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
tree | commitdiff |
1999-07-26 |
Unknown (AN) | use of div_t.quot and div_t.rem were changed to / and % |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Next take at radioboxes |
tree | commitdiff |
1999-07-26 |
Robert Roebling | TreeCtrl: |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Typos in documentation |
tree | commitdiff |
1999-07-26 |
Karsten Ballüder | destructor for wxMenu deletes menu now |
tree | commitdiff |
1999-07-26 |
Robert Roebling | Added more docs for the new events, derived from... |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | more fixes for Borland and OLE files |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | automtn.cpp removed for Borland compilation |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | no more \& in radio buttons labels |
tree | commitdiff |
next |