1998-10-15 |
Julian Smart | Added makefile.unx for Motif |
tree | commitdiff |
1998-10-15 |
Julian Smart | Commented out _CrtSetDbgFlag yet again, restored setup... |
tree | commitdiff |
1998-10-14 |
Vadim Zeitlin | minor changes a bit everywhere + a small wxLog change... |
tree | commitdiff |
1998-10-14 |
Julian Smart | Fixed VC++ compile error in mstream; formatted window... |
tree | commitdiff |
1998-10-14 |
Guilhem Lavaux | * wxSocket fixes |
tree | commitdiff |
1998-10-14 |
Unknown (UG) | no message |
tree | commitdiff |
1998-10-14 |
Unknown (UG) | fix for private access for wxTimerProc |
tree | commitdiff |
1998-10-14 |
Julian Smart | Rewrote ConvertToStandardCommandArgs; resource.h correc... |
tree | commitdiff |
1998-10-14 |
Mart Raudsepp | error in func ConvertToStandardCommandArgs with argv[] |
tree | commitdiff |
1998-10-12 |
Julian Smart | Session management changes for wxMSW. |
tree | commitdiff |
1998-10-12 |
Vadim Zeitlin | 1. wxTimer::Start() returns bool in wxGTK too (other... |
tree | commitdiff |
1998-10-12 |
Julian Smart | Changes related to stream includes |
tree | commitdiff |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
tree | commitdiff |
1998-10-08 |
Mart Raudsepp | change the last changes back |
tree | commitdiff |
1998-10-08 |
Mart Raudsepp | error if a radiobox is horizontal:(change wxRA_VERTICAL... |
tree | commitdiff |
1998-10-08 |
Vadim Zeitlin | crash under FreeBSD corrected (patch by David Hobley) |
tree | commitdiff |
1998-10-07 |
Robin Dunn | Added missing IMPLEMENT_DYNAMIC_CLASS |
tree | commitdiff |
1998-10-06 |
Julian Smart | FreeBSD patch to sckaddr.cpp; include more files in... |
tree | commitdiff |
1998-10-05 |
Vadim Zeitlin | Added --with-unicode (not used yet) and --with-wcsrtomb... |
tree | commitdiff |
1998-10-05 |
Julian Smart | Reversed meaning of orientation style, back to wxWin... |
tree | commitdiff |
1998-10-04 |
Vadim Zeitlin | SetTitle() works even if menu was created without title... |
tree | commitdiff |
1998-10-04 |
Karsten Ballüder | wxGetUserName() now returns only the user name, not... |
tree | commitdiff |
1998-10-03 |
Vadim Zeitlin | bogus assert removed, optimized (and removed a bug... |
tree | commitdiff |
1998-10-02 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
tree | commitdiff |
1998-09-30 |
Robin Dunn | Found the RIGHT place to make the __unix__ fix. |
tree | commitdiff |
1998-09-30 |
Robin Dunn | fixed some ifdef's to also check for __unix__ |
tree | commitdiff |
1998-09-30 |
Julian Smart | Uninitialised variable initialised (state in OnIdle) |
tree | commitdiff |
1998-09-30 |
Vadim Zeitlin | fixed wxString::Mid() bug |
tree | commitdiff |
1998-09-30 |
Mart Raudsepp | *** empty log message *** |
tree | commitdiff |
1998-09-29 |
Vadim Zeitlin | 1) wxGTK now use the new, native implementation of... |
tree | commitdiff |
1998-09-29 |
Denis Pershin | Totally rewritten TreeCtrl for GTK... |
tree | commitdiff |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
tree | commitdiff |
1998-09-28 |
Karsten Ballüder | Added sys/types.h needed for Solaris. |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_ => wxUSE_ |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | 2nd part of USE_xxx to wxUSE_xxx change |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
tree | commitdiff |
1998-09-25 |
Denis Pershin | const added to GetBitmap it was my fault. |
tree | commitdiff |
1998-09-24 |
Vadim Zeitlin | restored "#ifdef __WXMSW__" around SetFont(wxNullFont... |
tree | commitdiff |
1998-09-24 |
Julian Smart | Fixed delete operator for VC++ 6. |
tree | commitdiff |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
tree | commitdiff |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
tree | commitdiff |
1998-09-22 |
Vadim Zeitlin | wxListBox::FindString(): it's not an error if the strin... |
tree | commitdiff |
1998-09-20 |
Vadim Zeitlin | 1) minor modifications in fileconf.cpp |
tree | commitdiff |
1998-09-20 |
Julian Smart | More Motif stuff |
tree | commitdiff |
1998-09-20 |
Karsten Ballüder | Now dot_special argument in wxMatchWild() is honoured... |
tree | commitdiff |
1998-09-20 |
Karsten Ballüder | see mail to list |
tree | commitdiff |
1998-09-20 |
Julian Smart | Commented out those wretched crt debug thingies yet... |
tree | commitdiff |
1998-09-20 |
Julian Smart | More Motif stuff, minor stubs correction |
tree | commitdiff |
1998-09-19 |
Vadim Zeitlin | ConvertToStandardCommandArgs() was ugly, buggy and... |
tree | commitdiff |
1998-09-19 |
Karsten Ballüder | changed wxMatchWild() 3rd parameter not used under... |
tree | commitdiff |
1998-09-18 |
Vadim Zeitlin | wxBaseArray::Shrink() added |
tree | commitdiff |
1998-09-18 |
Julian Smart | Some more wxMotif stuff: menus |
tree | commitdiff |
1998-09-18 |
Julian Smart | Motif files added. |
tree | commitdiff |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32 |
tree | commitdiff |
1998-09-17 |
Julian Smart | Dnd constant name changes because names like Copy can... |
tree | commitdiff |
1998-09-17 |
Vadim Zeitlin | corrected a bug in ConcatSelf() induced by the latest... |
tree | commitdiff |
1998-09-17 |
Vadim Zeitlin | fixed 64but bug with g_strEmpty initialization |
tree | commitdiff |
1998-09-17 |
Julian Smart | Simplified app initialisation in wxMSW and wxStubs |
tree | commitdiff |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
tree | commitdiff |
1998-09-15 |
Vadim Zeitlin | wxPenRefData copy ctor was somehow not declared in... |
tree | commitdiff |
1998-09-14 |
Julian Smart | Updated debug flags in makefile for DLL compilation. |
tree | commitdiff |
1998-09-14 |
Julian Smart | DLL-related changes |
tree | commitdiff |
1998-09-12 |
Robert Roebling | Removed warnings |
tree | commitdiff |
1998-09-12 |
Robert Roebling | Next try at removing the dancing sliders |
tree | commitdiff |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
tree | commitdiff |
1998-09-12 |
Robert Roebling | Changed instal path for setup.h |
tree | commitdiff |
1998-09-11 |
Robert Roebling | Updates to memcheck |
tree | commitdiff |
1998-09-11 |
Robin Dunn | Added #include to get FIONBIO on Solaris 2.6 |
tree | commitdiff |
1998-09-10 |
Guilhem Lavaux | * Bug fix in wxFilter*Stream |
tree | commitdiff |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
tree | commitdiff |
1998-09-09 |
Robert Roebling | Tried to find a non-existing bug in the cursor-code |
tree | commitdiff |
1998-09-09 |
Karsten Ballüder | removed wxsetup.h from libdir |
tree | commitdiff |
1998-09-08 |
Julian Smart | Additional makefiles; changes for compilation with... |
tree | commitdiff |
1998-09-08 |
Karsten Ballüder | now installs properly |
tree | commitdiff |
1998-09-08 |
Robert Roebling | It's now possible to drag a listbox filled with entries |
tree | commitdiff |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream. |
tree | commitdiff |
1998-09-08 |
Robert Roebling | Rewrote wxRadioBox (recompile) |
tree | commitdiff |
1998-09-07 |
Robert Roebling | I debug DialogEd for five hours and then Karsten |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Changed DnD MIME file type for file DnD. Understood? |
tree | commitdiff |
1998-09-07 |
Robert Roebling | After resolving all conflicts that came down the |
tree | commitdiff |
1998-09-07 |
Julian Smart | Fixed wxCheckBox on wxGTK (SetLabel called before widge... |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Suppress warnings |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Added USE_CONFIG |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | ok, now it _does_ compile |
tree | commitdiff |
1998-09-07 |
Robert Roebling | wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Much more aggressive for intercepting events and |
tree | commitdiff |
1998-09-07 |
Julian Smart | Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit... |
tree | commitdiff |
1998-09-07 |
Robert Roebling | Tries unsuccesfully to cure a few more problems |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | some clean up of the code |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | tab traversal now works better (using uninitialized... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | added wxLogSysError() in wxExecute() if the command... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | wxGetHomeDir() added |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | wxRegConfig now works again |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | the notebook now has wxTAB_TRAVERSAL style |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | added support for right aligned labels (wxALIGN_RIGT... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | "const" added to wxAceelTable ctor |
tree | commitdiff |
1998-09-07 |
Julian Smart | Made wxSocket compile using makefiles; #ifdefed out... |
tree | commitdiff |
1998-09-06 |
Robert Roebling | Fillid in many more missing functions (such as Enable()) |
tree | commitdiff |
1998-09-06 |
Robert Roebling | wxMenu doesn't anylonger call the callback if the |
tree | commitdiff |
next |