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 |
1998-09-06 |
Robert Roebling | SetFont() the second |
tree | commitdiff |
1998-09-06 |
Guilhem Lavaux | * Added wxsocket lib and sample (I hope I don't forget... |
tree | commitdiff |
1998-09-06 |
Julian Smart | Commented out Robert's SetFont change for now; changed... |
tree | commitdiff |
1998-09-06 |
Vadim Zeitlin | GetItem() now works (it was completely broken) |
tree | commitdiff |
1998-09-06 |
Robert Roebling | Added SetFont to most controls and controls sample |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Fixed two small things in wxListCtrl |
tree | commitdiff |
1998-09-05 |
Julian Smart | Fixed Get...String functions. |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Shared libs now get installed correctly on Linux. |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Makefile next attempt |
tree | commitdiff |
1998-09-05 |
Robert Roebling | Fixed a small wxDialog thing |
tree | commitdiff |
1998-09-04 |
Guilhem Lavaux | * wxFileInputStream and wxFileOutputStream doesn't... |
tree | commitdiff |
1998-09-04 |
Robert Roebling | Corrected wxWindow::GetExtent |
tree | commitdiff |
1998-09-04 |
Vadim Zeitlin | image in the notebook is now at the left of the label... |
tree | commitdiff |
1998-09-04 |
Julian Smart | Fixed compile error in gtk/dc.cpp (L.88); also menu... |
tree | commitdiff |
1998-09-03 |
Robert Roebling | It's possible now to save to a PNG. OK, I still |
tree | commitdiff |
1998-09-03 |
Vadim Zeitlin | wxNotebook now supports the item images (except for... |
tree | commitdiff |
1998-09-03 |
Robert Roebling | Some more Makefile stuff (someone else did that parti... |
tree | commitdiff |
1998-09-03 |
Vadim Zeitlin | wxFileConfig ctor now (again) uses the files in the... |
tree | commitdiff |
1998-09-03 |
Robert Roebling | make install |
tree | commitdiff |
1998-09-03 |
Karsten Ballüder | Removed files as requested by Robert. |
tree | commitdiff |
1998-09-03 |
Julian Smart | Dang, can't remember what I changed now |
tree | commitdiff |
1998-09-02 |
Robert Roebling | Added wxAccelerators (sort of) |
tree | commitdiff |
1998-09-02 |
Robert Roebling | New configure |
tree | commitdiff |
1998-09-02 |
Robert Roebling | Fixed event handling for DialogEd |
tree | commitdiff |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Small fixes to wxChoice, wxComboBox and wxListBox |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Added Set/GetItemState, GetNextItem.. to wxTreeCtrl |
tree | commitdiff |
1998-09-01 |
Robert Roebling | Fixed a few compile things |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
tree | commitdiff |
1998-08-27 |
Robin Dunn | Added some typecasts that the compiler complained about... |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxUpdateUIEvent derives from wxCommandEvent now |
tree | commitdiff |
1998-08-25 |
Unknown (RO) | Missing typecast from return. |
tree | commitdiff |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY; wxScrolledWindow::SetScale added |
tree | commitdiff |
1998-08-24 |
Guilhem Lavaux | * wxStream fixes. |
tree | commitdiff |
1998-08-23 |
Vadim Zeitlin | minor fixes |
tree | commitdiff |
1998-08-23 |
Guilhem Lavaux | * Fixed two memory leaks. |
tree | commitdiff |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall() |
tree | commitdiff |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-22 |
Vadim Zeitlin | calling insert("") would provoke an assert - now it... |
tree | commitdiff |
1998-08-22 |
Vadim Zeitlin | bug with checking the first character of possible empty... |
tree | commitdiff |
1998-08-22 |
Julian Smart | Removed child frame CreateStatusBar from MDI sample... |
tree | commitdiff |
1998-08-21 |
Vadim Zeitlin | spurious error messages from wxRegKey::HasValue() suppr... |
tree | commitdiff |
1998-08-21 |
Vadim Zeitlin | radiobox had some strange ideas about vertical and... |
tree | commitdiff |
1998-08-21 |
Julian Smart | Accelerators now work for wxDialog; wxToolBarSimple... |
tree | commitdiff |
1998-08-20 |
Vadim Zeitlin | wxStaticBitmaps were created invisible - corrected |
tree | commitdiff |
next |